@import url(https://at.alicdn.com/t/c/font_4309255_lfbfqrc1pv8.css);

body {
    /* font-family: auto; */
    font-family: arial;
}

.iconfont {
    /* font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0; */
}

a:focus,
a:hover {
    text-decoration: none !important;
}

a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    color: #21252b;
}

a:hover {
    text-decoration: none;
    color: #003366;
}


button,
input {
    outline: none !important;
}

::-moz-placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

.clearfix:before,
.clearfix:after,
.wrapper:after,
.wrapper:before {
    content: "";
    display: table;
}

.clearfix:after,
.wrapper:after {
    clear: both;
    overflow: hidden;
}

.clearfix,
.wrapper {
    zoom: 1;
}

.btn-primary {
    background: #165a95;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px !important;
    color: #21252b;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.uli14 li,
.nowrapli li {
    list-style: inside;
}

ul.nowrapli.uli16 li a {
    padding-left: 8px;
}

img {
    max-width: 100%;
}

#skip {
    display: none;
}

:root {
    --primary-blue: #4A90E2;
    --secondary-blue: #87CEEB;
    --orange: #FF8C42;
    --teal: #20B2AA;
    --purple: #9370DB;
    --yellow: #FFD700;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: auto;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}


.zgsh-logo{
    position: absolute;
    width: 190px;

}

/* Main content */
.main-content {
    position: relative;
    z-index: 5;
    padding: 0px 0px  40px;
    margin-top: -70px;
}
.main-content::before{
    content: '';
    width: 130px;
    height: 272px;
    background: url(../img/1.png) no-repeat;
    background-size: 100% auto;
    top: 35%;
    left: 0px;
    position: absolute;
}
.main-content::after{
    content: '';
    width: 110px;
    height: 160px;
    background: url(../img/2.png) no-repeat;
    background-size: 100% auto;
    top: 45%;
    right: 0px;
    position: absolute;
    z-index: -1;
}
.hero-title {
    color: #2C3E50;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    color: #34495E;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
}

/* Hero illustration */
.hero-illustration {
    text-align: center;
    margin: 40px 0;
}

.illustration-item {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}

.phone-mockup {
    width: 120px;
    height: 200px;
    background: white;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: var(--teal);
    border-radius: 10px;
    color: white;
    font-size: 10px;
    padding: 10px;
    text-align: left;
}

.arrow {
    font-size: 3rem;
    color: var(--teal);
    margin: 0 20px;
}

.shopping-bag {
    width: 80px;
    height: 80px;
    background: var(--yellow);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/* Section buttons */
.section-btn {

    margin: 20px auto;

    display: block;

    text-align: center;
}

.section-btn img {
    height: 75px;
    width: auto;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.2); */
    transition: all 0.3s ease;
    border-radius: 60px;
}

.section-btn:hover img {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: white;
}

/* Policy cards */
.policy-cards {
    margin: 60px 0px 100px;
}


.swiper {
    padding: 20px 0;
    overflow: unset;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-blue) !important;
}

.policy-card {
    height: 370px;
    padding: 15px 20px;
    /* transform: all 0.5s ; */
}
.policy-card  a{
    display: block;
}
.policy-card1 {
    background: url(../img/overview-img1.png) no-repeat;
    background-size: 100% 100%;

}

.policy-card2 {
    background: url(../img/overview-img2.png) no-repeat;
    background-size: 100% 100%;
}

.policy-card3 {
    background: url(../img/overview-img3.png) no-repeat;
    background-size: 100% 100%;
}

.policy-card4 {

padding: 0px;
}

.policy-card a img {

height: 76px;

width: auto;

margin-right: 25px;

display: block;

margin-left: auto;

margin-bottom: 15px;
}

.policy-card a h4 {

font-size: 20px;

color: #00115c;

font-family: Times New Roman;

height: 69px;

-webkit-box-orient: vertical;

-webkit-line-clamp: 3;

overflow: hidden;

text-overflow: ellipsis;

white-space: normal;

display: -webkit-box;

font-weight: 600;

margin-top: 0px;
}

.policy-card a p {

color: #fff;
    font-family: Times New Roman;
font-size: 16px;

text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);

line-height: 20px;

height: 124px;

-webkit-box-orient: vertical;

-webkit-line-clamp: 6;

overflow: hidden;

text-overflow: ellipsis;

white-space: normal;

display: -webkit-box;
}

.policy-card a span {
    display: block;
    text-align: right;
    font-weight: bold;
    font-family: Times New Roman;
}

.policy-card4 a h4 {}

.policy-card4 a img {
    width: 100%;
    height: auto!important;
    margin-right: 0px;
    margin-bottom: 0px;
}
.policy-cards .swiper-slide:nth-child(odd) .policy-card{transform: rotateZ(-5deg);}
.policy-cards .swiper-slide:nth-child(even) .policy-card{

transform: rotateZ(5deg);
}
.policy-cards .swiper-slide .policy-card:hover{
    transform: rotateZ(0deg)!important;
}
@media (min-width: 769px) {
    .swiper-pagination {
        display: none !important;
    }
}


/* Eligibility checklist */
.eligibility-section {
    background: #d4e2ff;
    border-radius: 20px;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.checklist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.checklist-counter {
    font-size: 24px;
    font-weight: bold;
    color: #061760 !important;
}

.uncheck-btn {
    background: #137aeb;
    color: white;
    border: none;
    padding: 11px 16px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.uncheck-btn:hover {
    background: #137aeb;
    transform: translateY(-1px);
}

.checklist-div {
    box-shadow: 0 2px 7px rgba(19, 122, 235, 0.3);
    background: white;
    border-radius: 23px;
    padding: 0px;
}

.checklist-item {

    padding: 35px 30px;

    margin: 0px 0;

    display: flex;

    align-items: flex-start;

    gap: 15px;

    border-bottom: 1px #ddd solid;
}

.checklist-checkbox {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    accent-color: var(--primary-blue);
    margin-top: 8px!important;
}

.checklist-content {
    flex: 1;
}

.checklist-content label {
    color: #061760;
    font-size: 22px;
    font-family: Times New Roman;
    font-weight: bold;
}

.checklist-content span {
    color: #d88f03;
}

.checklist-item .check-icon {
    color: var(--primary-blue);
    margin-right: 10px;
}

.checklist-item .text-muted {
    color: #b57530 !important;
    font-size: 22px;
    position: relative;
    padding-left: 30px;
    font-family: Times New Roman;
}

.checklist-item .text-muted img {
    width: 21px;
    position: absolute;
    left: 0px;
    top: 6px;
}

/* How it works */
.how-it-works {
    padding: 90px 0px 130px;
    background: url(../img/3.png) no-repeat;
    background-size: 100% 100%;
}




/* Malls section */
.malls-section {
    margin: 60px 0px 100px;
}

.mall-card {

border-radius: 15px;

padding: 30px  30px  50px;

margin: 15px 0;

transition: transform 0.3s ease;

/* height: 430px; */

position: relative;

padding-top: 80px;
}
.mall-card h5{
    font-size: 30px;
    color: #6c352b;
    line-height: 40px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
    font-family: Times New Roman;
    font-weight: bold;
}
.mall-card span{

width: 80px;

display: block;

position: absolute;

bottom: -16px;

border: 10px #ffffff solid;

border-radius: 100%;

right: -21px;
}
.mall-card span img{

}
.mall-card:hover {
    transform: translateY(-5px);
}
.mall-card b{

width: 50%;

height: 5px;

background-color: #6c352b;

display: block;
}
.mall-card.teal b{

background-color: #061760;
}
.mall-card.yellow {
    background: #fbe191;
   }

.mall-card.teal {
    background: #75d8f1;

}

.mall-card.teal h5{
    color: #061760;
}
/* FAQ Section */
.faq-section {
    margin: 80px 0px 100px;
}

.faq-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.faq-intro {
    background: #1ecad4;
    color: #061760;
    padding: 160px  40px;
    border-radius: 0px  45% 0px 45%;
    flex: 1;
    font-size: 36px;
    font-weight: 600;
    font-family: Times New Roman;
}

.faq-questions {
    flex: 1;
}

.faq-item {
  background-color: #1ecad4;
  color: #061760;
  margin: 10px 0;
  border-radius: 50px;
  padding: 15px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
    position: relative;
}
.faq-item:after{
    content: '';
    position: absolute;
    right:26px;
    top:34px;
    background: url("/zt/jmjtzt/img/arrow.png") no-repeat;
    width: 16px;
    height: 10px;
    background-size: 100% auto;
    transition: .3s;
}
.faq-item:hover {
    transform: translateX(10px);
}
.faq-item.active:after{
    transform: rotate(180deg);
}
.faq-item h4{
    font-size: 24px;
    font-weight: bold;
    padding-right: 30px;
}
.faq-item .faq-item-show{
margin-top: 25px;
display: none;
transition: .3s
}
.faq-item .faq-item-show p{color: #fff;font-size: 18px;}
.faq-item:nth-child(odd){
background-color: #061760;
color: #1ecad4;
}
.faq-item:nth-child(even) .faq-item-show p{
    color: #061760;
}
.faq-item .faq-item-show ul li{
    list-style: none;
    margin-left: 20px;
    font-size: 15px;
    position: relative;
}
.faq-item .faq-item-show ul li:before{
	content: '';
	position: absolute;
	left: -16px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #1ecad4
}
.faq-item:nth-child(even) .faq-item-show ul li:before{
	background: #061760
}

.step-navigation {
    position: relative;
    margin-top: 20px;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-blue);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-arrow:hover {
    background: var(--secondary-blue);
    transform: translateY(-50%) scale(1.1);
}

.nav-arrow:disabled {
    background: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
    transform: translateY(-50%) scale(1);
}

.nav-arrow.prev {
    left: -25px;
}

.nav-arrow.next {
    right: -25px;
}


/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.4rem;
    }

    .faq-container {
        flex-direction: column;
    }

    .illustration-item {
        display: block;
        margin: 20px 0;
    }

    .arrow {
        transform: rotate(90deg);
        margin: 20px 0;
    }

}




/* Navigation buttons */
.nav-buttons {
    position: absolute;
    top: 85px;
    right: 10px;
    z-index: 100;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #061760;
    background: rgba(255, 255, 255, 0.3);
    color: #061760;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Progress bar */
.progress-container {
    margin: 60px 0 40px 0;
    position: relative;
}

.progress-bar {
    width: 100%;
    height: 12px;
    background: #061760;
    border-radius: 4px;
    position: relative;
    margin: 20px 0;
}

.progress-fill {
    height: 100%;
    background: #061760;
    border-radius: 4px;
    width: 25%;
    transition: width 0.5s ease;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -10px;
    width: 80%;
    left: 10%;
}

.progress-step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1ecad4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    transition: all 0.3s ease;
    position: relative;
}

.progress-step.completed {
    background: #4CAF50;
}

.progress-step.completed::after {
    content: '\eaf1';
    font-size: 14px;
    font-family: 'iconfont';
}

/* Steps container */
.steps-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.steps-wrapper {
    display: flex;
    height: 100%;
    padding-left: calc((100% - 1300px) / 2);
    transition: transform 0.5s ease;
}

.step {
    min-width: fit-content;
    margin-right: 20px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.step:nth-child(1) {}


.step:last-child {
    margin-right: 0;
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.step-number {
    background: #2c5aa0;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
}

.step-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c5aa0;
}

.step-icon {
    width: 120px;
    height: 120px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a8d5ff;
    border-radius: 15px;
    font-size: 48px;
    color: white;
}

.step-content {
    text-align: left;
    color: #333;
    line-height: 1.6;
}

.step-list {
    list-style: none;
    margin-top: 15px;
}

.step-list li {
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
}

.step-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #4CAF50;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.relative {
    position: relative;
}

/* Touch/swipe indicators */
.swipe-indicator {
    text-align: center;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.checklist-checkbox{
    -webkit-appearance: auto;
}
.FAQs{
    position: relative;
}
.FAQs::before{
    content: '';
    width: 180px;
    height: 316px;
    background: url(../img/4.png) no-repeat;
    background-size: 100% auto;
    top: 35%;
    left: 0px;
    position: absolute;
}
.FAQs::after{
    content: '';
    width: 175px;
    height: 311px;
    background: url(../img/5.png) no-repeat;
    background-size: 100% auto;
    top: 35%;
    right: 0px;
    position: absolute;
    z-index: -1;
}
.goTop{
    margin-top: -15px;
}
.footer{
    border-radius: 10px 10px 0 0!important;
}
.footer + .container1{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.Copyright{
    background:#f5b766;
    margin: 0;
    padding:20px;
    color:#061760;
    border-radius: 0 0 10px 10px;
}
.Copyright a{
    color:#061760!important;
}
/* Responsive */
@media (min-width: 768px) {
    .steps-wrapper{
        padding-left: calc((100% - 700px) / 2);
    }
}
@media (min-width: 992px) {
    .steps-wrapper{
        padding-left: calc((100% - 900px) / 2);
    }
}
@media (min-width: 1200px) {
    .steps-wrapper{
        padding-left: calc((100% - 1100px) / 2);
    }
}
@media (min-width: 1400px){
    .steps-wrapper{
        padding-left: calc((100% - 1200px) / 2);
    }
}
@media (min-width: 1500px){
    .steps-wrapper{
        padding-left: calc((100% - 1300px) / 2);
    }
}
@media (max-width: 1500px)  {
    .policy-card a p{
        -webkit-line-clamp: 4;
        height: 84px;
    }
    .policy-card{
        height: 326px;
    }
    .mall-card h5{
        font-size: 26px;
    }
}
@media (max-width: 1400px)  {
    .policy-card a img{
        height: 55px;
    }
    .policy-card{
        height: 300px;
    }
}
@media (max-width: 1200px)  {
    .policy-card a h4{
        height: 39px;
        font-size: 18px;
        -webkit-line-clamp: 2;
    }
    .policy-card {
        height: 235px;
    }
    .policy-card a p {
        -webkit-line-clamp: 3;
        height: 62px;
    }
    .mall-card h5{
        font-size: 20px;
    }
    .mall-card{
        padding-top: 50px;
    }
    .faq-container{
        display: block;
    }
    .faq-intro{
        padding: 40px 40px;
    border-radius: 29px;
    font-size: 26px;
    }
}
@media (max-width: 991px){
    .faq-item h4 {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .step {
        padding: 0px;
        max-width: 100%;
    }
    .step img{
        height:220px ;
        width: auto;
        max-width: initial;
    }

    .steps-wrapper{
        padding-left: 15px;
    }
    .section-btn img{
        height: 40px;
    }
    .policy-card{
        transform: rotateZ(0deg)!important;
    }
    .swiper-pagination-bullet{
        background-color: #ddd!important;
    }
    .swiper-pagination-bullet-active{
        background-color: #061760!important;
    }
    .policy-cards{
        margin: 0px;
    }
    .section-btn{
        margin: 20px auto 0px;
    }
    .policy-card {
        height: auto;
    }
    .policy-card a p,
    .policy-card a h4{
        height: auto;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;

    }
    .checklist-content label{
        font-size: 16px;
    }
    .checklist-item .text-muted{
        font-size: 14px;
    }
    .checklist-item{
        padding: 20px 15px;
    }
    .checklist-counter{
        font-size: 18px;
    }
    .how-it-works {
        padding: 10px 0px 0px;
        background: url(../img/3.png) no-repeat;
        background-size: 100% auto;
        background-position-y: bottom;
    }
    .nav-buttons{
        top: 60px;
    }
    .nav-btn{
        width: 30px;
        height: 30px;
    }
    .main-content{
        padding: 0px 0px 0px;
        margin-top: 0px;
    }
    .zgsh-logo{
        width: 100px;
    }
    .uncheck-btn{
        padding: 5px 12px;

    font-size: 14px;
    }
    .checklist-checkbox{
        width: 14px;
    height: 14px;
    margin-top: 6px !important;
    }
    .eligibility-section{
        padding: 15px 15px 0px;
    margin: 20px 0px 0px;
    }
    .malls-section {
        margin: 0px 0px 20px;
    }
    .mall-card {
        padding-top: 30px;
    }
    .mall-card h5 {
        font-size: 16px;
        line-height: 25px;
        min-height: 150px;
    }
    .faq-intro{
        padding: 15px;
        border-radius: 0px 50px 0px 50px;
        font-size: 18px;
    }
    .faq-item .faq-item-show{
        margin-top: 15px;
    }
    .faq-item h4 {
        font-size: 16px;
    }
    .faq-item .faq-item-show p{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .faq-section {
        margin: 15px 0px 20px;
    }
    .swiper{
        padding: 20px 0px 0px;
    }
    .FAQs::after,
    .main-content::before{
        width: 60px;
    }
    .main-content::after{
        width: 55px;
    }
    .FAQs::before{
        width: 80px;
    }
    .mall-card span{
        width: 55px;
        border: 7px #ffffff solid;
        right: -14px;
    }
    .policy-card, .policy-card4 a img{
        height: 260px!important;
    }
    .policy-card4 a img{
        width: auto;
        margin:0 auto
    }
}

.footer{

background: linear-gradient(0deg, #4fa0f5, #c3ddfe);

border-top: none;

border-radius: 10px;
}
.footer .footer-links .link-list>li{

background-color: #2684e7;
}
.footer-menu::before{

background-color: #3c90ed;
}
.footer-menu ul.navbar-nav>li>a{

}
.Copyright,
.footer-menu ul.navbar-nav li>ul>li>a{

color: #061760;
}
