.product-banner{
    display: table;
    width: 100%;
    height: 535px;
    position: relative;
    background-image: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/Banners-Hemsidan-Product.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.product-banner .text {
    position: relative;
    display: flex;
    align-items: center;
    width: 30%;
    height: 100%;
    color: #FFFFFF;
    text-align: left;
    line-height: 1.3;
    z-index: 60;
    align-content: center;
    flex-direction: column;
    font-size: 64px;
    font-weight: bold;
    justify-content: center;
}
.product-banner.pd .text{
    margin-left: 6%;
    padding: 0 0;
    align-items: flex-start;
}
.product-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding: 25px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #EEEEEE;
}
.product-box {
    padding-top: 38px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
}
.product-box .left{
    flex: 0 0 300px;
    width: 300px;
    margin-right: 50px;
}
.product-filters{
    display: block;
    width: 100%;
}
.product-filters.hide{
    height: 70px;
    overflow: hidden;
}
.product-filters .filters-h2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.product-filters .filters-h2 strong{
    font-size: 26px;
}
.product-filters .filters-h2 svg{
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: All 0.3s ease-in-out;
}
.product-filters.hide .filters-h2 svg{
    transform: rotate(180deg);
}
.product-filters .filters-h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.product-filters .filters-h3 strong{
    font-size: 18px;
}
.product-filters .filters-h3 svg{
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: All 0.3s ease-in-out;
}
.product-filters .item.hide .filters-h3 svg{
    transform: rotate(180deg);
}
.product-filters .item{
    display: block;
    height: auto;
    padding-top: 16px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}
.product-filters .item.hide{
    height: 60px;
    overflow: hidden;
}
.product-filters .item .form-checkbox2{
    display: inline-block;
}
.product-filters .item .form-checkbox2 input[type=checkbox]{
    display: none;
}
.product-filters .item .form-checkbox2 label {
    display: flex;
    float: left;
    align-items: center;
    justify-content: space-between;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 2px 4px;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.product-filters .item .form-checkbox2 input:checked+label:after {
    content: "\2713";
    color: #fff;
    margin-left: 5px;
}
.product-filters .item .form-checkbox{
    color: #707070;
}
.product-filters .item .form-checkbox input[type=checkbox] {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-right: .6px;
    -webkit-transform: translateY(.5em);
    -ms-transform: translateY(.5em);
    transform: translateY(.5em);
}
.product-filters .item .form-checkbox input[type=checkbox]:hover {
    background-color: #000;
    opacity: .7;
}
.product-filters .item .form-checkbox input[type=checkbox]:checked {
    background-color: #000;
}
.product-filters .item .form-checkbox input[type=checkbox]:checked:after {
    content: "\2713";
    color: #fff;
    line-height: 20px;
    font-size: 18px;
    margin-left: 3px;
    position: absolute;
}
.product-filters .item .form-checkbox label {
    cursor: pointer;
    font-size: 16px;
}
.product-box .right{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.product-list {
    display: block;
    width: 100%;
}
.product-list h2{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 50px;
}
.product-list ul{
    /* display: flex;
    justify-content: flex-start;
    padding: 0;
    padding-bottom: 0px;
    flex-direction: row;
    flex-wrap: wrap; */
}
.product-list li{
    width: 330px;
    margin-bottom: 20px;
    margin-right: 30px;
    float: left;
    height: 540px;
}
/* .product-list li:nth-child(4n) {
    margin-right: 0;
} */
.product-list li a:hover .text{
    color: #000000;
}
.product-list li .pic{
    display: block;
    width: 330px;
    height: 330px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: relative;
    background-color: #f1f1f1;
}
.product-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
}
.product-list li:hover .pic img {
    transform: scale(1.05);
}
.product-list li .title{
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
}
.product-list li .text{
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    margin: 20px 0 30px;
    padding: 0 25px;
}
.product-list li .text p{
    margin: 0;
    padding-left: 17px;
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/icon-dot.png) no-repeat left center;
    background-size: auto;
}
.zs-product-info{
    display: block;
    width: 88%;
    margin: 0 auto;
    padding: 80px 0 35px 0;
}
.zs-product-info .zs-wp{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.zs-product-info .pic{
    flex: 0 0 600px;
    width: 600px;
    height: auto;
    position: relative;
}
.zs-product-info .pro-bigpic{
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
    border: 1px solid #EAEAEA;
}
.zs-product-info .pro-bigpic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-product-info .pro-thumbs{
    display: block;
    margin: 15px 40px 15px 40px;
    width: auto;
    height: 80px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}
.zs-product-info .pro-thumbs .swiper-slide{
    overflow: hidden;
    border: 1px solid #EAEAEA;
}
.zs-product-info .pro-thumbs img{
    display: block;
    margin: 0 auto;
    width: 65px;
    height: 100%;
    object-fit: cover;
}
.zs-product-info .pro-thumbs .swiper-slide-thumb-active{
    border: 2px solid #e60012;
}
.hd2 ul li {
    height: 65px !important;
}
/*箭头*/
.zs-product-info .pic .swiper-button-prev,.zs-product-info .pic .swiper-button-next{
    bottom: 38px;
    top: unset;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: transparent;
}
.zs-product-info .pic .swiper-button-prev{
    left: 0;
}
.zs-product-info .pic .swiper-button-next{
    right: 0;
}
.zs-product-info .pic .swiper-button-next:after, .zs-product-info .pic .swiper-button-prev:after{
    color: #666666;
    font-size: 28px;
    font-weight: bold;
}
.zs-product-info .pic .swiper-button-prev:hover,.zs-product-info .pic .swiper-button-next:hover{
    background: no-repeat;
    border: none;
}
.zs-product-info .pic .swiper-button-next:hover:after, .zs-product-info .pic .swiper-button-prev:hover:after{
    color: #ff5c33;
}

.zs-product-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 60px;
}
.zs-product-info .text .color{
    display: flex;
    padding-top: 20px;
}
.zs-product-info .text .form-checkbox2{
    display: inline-block;
}
.zs-product-info .text .form-checkbox2 input[type=checkbox],.zs-product-info .text .form-checkbox2 input[type=radio]{
    display: none;
}
.zs-product-info .text .form-checkbox2 label {
    display: flex;
    float: left;
    align-items: center;
    justify-content: space-between;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 5px 8px;
    margin-bottom: 8px;
    border: 2px solid #EAEAEA;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.zs-product-info .text .form-checkbox2 input:checked+label{
    border: 2px solid #000000;
}
.zs-product-info .text .form-checkbox2 input:checked+label:after {
    content: "\2713";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}
.zs-product-info .text .form-checkbox2 span{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.zs-product-info .text .title{
    display: block;
    padding: 15px 0 25px 0;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0;
    border-bottom: 1px solid #EAEAEA;
}
.zs-product-info .text .subtitle{
    display: block;
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
}
.zs-product-info .text .desc{
    display: block;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.zs-product-info .text .price{
    display: flex;
    align-items: center;
    padding-top: 30px;
    font-size: 22px;
    line-height: 1;
}
.zs-product-info .text .price strong{
    font-size: 42px;
    color: #e60012;
    font-weight: bold;
    padding-bottom: 5px;
}
.zs-product-info .text .btn{
    display: table;
    padding-top: 20px;
}
.zs-product-content{
    display: block;
    width: 88%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.pro-info-title{
    display: flex;
    width: 100%;
    height: 60px;
    background-color: #EAEAEA;
    border-radius: 8px; 
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pro-info-title li{
  cursor: pointer;
}
.pro-info-title strong{
    display: inline-block;
    width: auto;
    line-height: 60px;
    text-align: center;
    padding: 0 50px;
    color: #333;
    font-size: 18px;
    background-color: transparent;
    border-radius: 0; 
}
.pro-info-title li.on strong{
    color: #FFF;
    background-color: #e3143b;
}
.zs-product-content .pc-desc{
    display: block;
    font-size: 16px;
    /*line-height: 0;*/
    margin:0 0 10px 0;
    padding: 20px 30px 20px 30px;
    border-bottom: 1px solid #EAEAEA;
}
.zs-product-content .pc-desc video,.zs-product-content .pc-desc img{
    /* display: block; */
    max-width: 100%;
    height: auto;
    margin: -11px;
}
.zs-product-content .zs-homepro-list{
    padding-top: 45px
}
.zs-product-content .page-box{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    align-items: center;
}
.zs-product-content .page-next{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.zs-product-content .page-next .pn-item{
    margin: 15px 0;
}
.zs-product-content .page-next h3{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}
.zs-product-info .tag,.zs-product-content .tag{
    display: block;
    padding: 30px 0 20px 0;
}
.zs-product-info .tag strong,.zs-product-content .tag strong{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
}
.btn-box{
    display: block;
    width: 100%;
    margin: 25px auto;
    text-align: center;
}
.btn-buy{
    display: block;
    width: 160px;
    padding: 0 15px;
    text-align: center;
    margin: 5px 0;
    margin-right: 12px;
    display: inline-block;
    height: 46px;
    font-size: 20px;
    font-weight: normal;
    line-height: 46px;
    background: #e60012;
    border: none;
    color: #fff !important;
    cursor: pointer;
    border-radius: 23px;
}
.btn-buy.grey{
    background: #c0c0c0;
}
.btn-buy.grey:hover{
    opacity: 1;
}
.btn-buy:hover{
    opacity: 0.8;
}
.zs-product-info .tag.cur .tag-link{
    display: block;
}
.zs-product-info .tag .tag-link{
    display: none;
    width: 100%;
    padding-top: 20px;
} 
.zs-product-content .tag .tag-link{
    display: block;
    width: 100%;
    padding-top: 10px;
}
.zs-product-info .tag .tag-link a,.zs-product-content .tag .tag-link a {
    width: auto;
    padding: 0 15px;
    text-align: center;
    margin: 5px 0;
    margin-right: 12px;
    display: inline-block;
    height: 38px;
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    background: transparent;
    color: #e60012;
    cursor: pointer;
    border-radius: 19px;
    border: 1px solid #e60012;
}
.zs-product-info .tag .tag-link a:hover,.zs-product-content .tag .tag-link a:hover{
    background: #e60012;
    color: #fff;
}
.hd2 ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
    position: absolute;
}
.hd2 ul::-webkit-scrollbar-thumb{
    background-color: rgba(0, 172, 255, 0.14);
    background: linear-gradient(180deg, #EAEAEA 0%, #EAEAEA 100%);
    border-radius: 2px;
} 
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.product-banner {
    height: 28.15789473684211vw;
}
.product-box .left {
    flex: 0 0 15.78947368421053vw;
    width: 15.78947368421053vw;
    margin-right: 2.63157894736842vw;
}
.product-list li {
    width: 16.89473684210526vw;
    margin-bottom: 2.36842105263158vw;
    margin-right: 1.57894736842105vw;
    height: auto;
}
.product-list li .pic {
    width: 16.89473684210526vw;
    height: 16.89473684210526vw;
}
.product-list li .title {
    font-size:16px;
    margin:1.3157894736842106vw 0 0;
    padding:0 1.3157894736842106vw;
}
.product-list li .text {
    font-size: 14px;
    margin:1.0526315789473684vw 0 1.5789473684210527vw;
    padding:0 1.3157894736842106vw;
}
.product-banner .text{
    font-size:3.1578947368421053vw;
}
.product-title {
    font-size: 24px;
    padding: 23px 0;
}
.product-filters .filters-h2 {
    margin-bottom: 22px;
}
.product-filters .filters-h2 strong {
    font-size: 24px;
}
.product-filters .filters-h2 svg {
    width: 25px;
    height: 26px;
}
.product-filters .filters-h3 {
    margin-bottom: 16px;
}
.product-filters .item .form-checkbox label {
    font-size: 15px;
}
.product-filters .item .form-checkbox input[type=checkbox] {
    height: 18px;
    width: 18px;
    margin-right: 1px;
}
.product-filters .item .form-checkbox input[type=checkbox]:checked:after {
    line-height: 18px;
    font-size: 16px;
}
.zs-product-info {
    padding: 60px 0 35px 0;
}
.zs-product-info .text {
    padding-left:3.1578947368421053vw;
}
.zs-product-info .text .title {
    padding: 15px 0 25px 0;
    font-size: 30px;
}
.zs-product-info .text .subtitle {
    padding-top: 22px;
    font-size: 16px;
}
.zs-product-info .text .desc {
    padding-top: 18px;
    font-size: 15px;
}
.zs-product-info .text .price {
    font-size: 20px;
}
.zs-product-info .text .price strong {
    font-size: 38px;
}

}

/*Mobile v1*/
@media only screen and (max-width:767px){
.product-banner {
    height: 200px;
}
.product-banner .text {
    width: 92%;
    margin: 0 auto;
    font-size: 22px;
    padding-left: 0;
    padding-right: 30%;
}
.product-title {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0;
}
.product-box {
    display: flex;
    justify-content: flex-start;
    padding: 30px 0 40px 0;
    flex-direction: column;
    margin: 0 auto;
}
.product-box .left {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
}
.product-filters{
    padding-bottom: 45px;
}
.product-filters .filters-h2 strong {
    font-size: 20px;
}
.product-filters .filters-h3 {
    margin-bottom: 12px;
}
.product-filters .item .form-checkbox input[type=checkbox] {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}
.product-filters .item .form-checkbox input[type=checkbox]:checked:after {
    font-size: 16px;
}
.product-filters .item .form-checkbox label {
    font-size: 15px;
}
.product-box .right {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    padding-top: 0;
}
.product-list h2 {
    font-size: 22px;
    padding-bottom: 30px;
}
.product-list ul {
    display: flex;
    justify-content: flex-start;
    padding: 0 0;
    padding-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-list li {
  flex: 0 0 48.5%;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 25px;
    height: auto;
}
.product-list li:nth-child(2n) {
    margin-right: 0;
}
.product-list li .pic {
    width: 100%;
    height: 44.8vw;
    padding-left: 0;
    padding-right: 0;
}
.product-list li .pic img {
    object-fit: cover;
}
.product-list li .title {
    font-size: 15px;
    margin: 15px 0 0;
    padding: 0 5px;
}
.product-list li .text {
    font-size: 12px;
    margin: 10px 0 10px;
    padding: 0 5px;
}
.product-list li .text p {
    margin: 0;
    padding-left: 10px;
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/icon-dot.png) no-repeat left 7px;
    background-size: 3px;
}
.zs-product-info {
    width: 88%;
    padding: 30px 0 35px 0;
}
.zs-product-info .zs-wp {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
}
.zs-product-info .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    position: relative;
}
.zs-product-info .pro-bigpic {
    width: 100%;
    height: 88vw;
    overflow: hidden;
}
.zs-product-info .pro-thumbs {
    margin: 15px 20px 15px 20px;
    width: auto;
    height: auto;
}
.swiper-slide.zs-product-info .pro-thumbs .swiper-slide{
    width: 80px;
}
.zs-product-info .pic .swiper-button-prev, .zs-product-info .pic .swiper-button-next {
    bottom: 38px;
    top: unset;
    width: 15px;
    height: 15px;
}
.zs-product-info .pic .swiper-button-next:after, .zs-product-info .pic .swiper-button-prev:after {
    font-size: 20px;
}
.zs-product-info .pic .p, .zs-product-info .pic .n {
    margin-bottom: -16px !important;
}
.zs-product-info .text {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: 0;
}
.zs-product-info .text .form-checkbox2 label {
    display: flex;
    width: 30px;
    height: 30px;
    margin: 5px 16px 5px 0;
}
.zs-product-info .text .title {
    padding: 20px 0 15px 0;
    font-size: 20px;
    line-height: 1.3;
}
.zs-product-info .text .subtitle {
    padding-top: 25px;
    font-size: 16px;
}
.zs-product-info .text .desc {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}
.zs-product-info .text .price {
    padding-top: 20px;
    font-size: 16px;
}
.zs-product-info .text .price strong {
    font-size: 32px;
    color: #e60012;
}
.btn-buy {
    padding: 0 15px;
    margin: 5px 0;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
}
.zs-product-info .tag, .zs-product-content .tag {
    display: block;
    padding: 20px 0 20px 0;
}
.zs-product-content .zs-wp{
    width: 100%;
    padding: 0 0;
}
.pro-info-title {
    height: 42px;
}
.pro-info-title strong {
    line-height: 42px;
    padding: 0 30px;
    font-size: 16px;
}
.zs-product-content .pc-desc {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 0px 10px 0px;
}
.zs-product-info .tag, .zs-product-content .tag {
    display: block;
    padding: 20px 0 20px 0;
}
.zs-product-info .tag .tag-link a, .zs-product-content .tag .tag-link a {
    width: auto;
    padding: 0 15px;
    margin: 5px 0;
    margin-right: 12px;
    height: 32px;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
}
.zs-product-info .tag strong, .zs-product-content .tag strong {
    font-size: 16px;
}
.zs-product-content .page-next {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    flex-direction: column;
}
.zs-product-content .page-next .pn-item {
    margin: 8px 0;
}
.zs-product-content .page-next h3 {
    font-size: 14px;
    line-height: 22px;
}
.zs-product-info .pro-thumbs img {
    width: 65px;
    height: 65px;
    object-fit: cover;
}
.hd2 ul li {
    margin-right: 8px !important;
}
.zs-product-info .pic .p {
    left: -10px !important;
}
.zs-product-info .pic .n{
  right: -10px !important;
}

}


  .container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 100%;
    border-radius: 1.5rem;
    transition: transform 0.3s ease;
  }

  .company-intro {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    width: 100%;
    
  }

  .container:hover {
    transform: translateY(-2px);
  }

  .form-group {
    margin-bottom: 1.5rem;
    position: relative;
  }

  .form1 label {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    float: left;
  }

  .form1 input,
  .form1 textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #EDF2F7;
    border-radius: 0.75rem;
    font-size: 0.8rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
  }

  .form1 input:focus,
  .form1 textarea:focus {
    border-color: var(--input-focus);
    box-shadow: 0 4px 6px -1px rgba(152, 81, 234, 0.1),
      0 2px 4px -1px rgba(152, 81, 234, 0.06);
    outline: none;
  }

  .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
  
   @media only screen and (max-width: 767px) {
   .row {
    display: block;
    }
   }

  .form1 textarea {
    min-height: 140px;
    line-height: 1.6;
  }

  .form1 button {
    background: linear-gradient(135deg, #dc0a00 0%, #dc0a00 100%);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .form1 button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent);
    transition: all 0.6s ease;
  }

  .form1 button:hover {
    box-shadow: 0 8px 15px rgba(102, 126, 234, 0.3);
    transform: translateY(-1px);
  }

  .form1 button:hover::before {
    left: 100%;
  }

  .form1 .required::after {
    content: '*';
    color: #FC8181;
    margin-left: 4px;
    vertical-align: top;
  }
  
  .popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-content {
    background-color: #fefefe;
    margin: 8% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 80%;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;right: 15px;top: 5px;
    z-index: 998;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}