/* public.css - 僅含公開頁面有使用到的樣式。公開頁面請載入 core.css + public.css */
/* Util（公開頁面有使用的 class，自 util.css 擷取） */
.m-t-20 {margin-top: 20px;}
.m-t-30 {margin-top: 30px;}
.m-t-60 {margin-top: 60px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-50 {margin-bottom: 50px;}
.m-r-20 {margin-right: 20px;}
.text-center {text-align: center;}
/* ========== user.css ========== */
body{
  font-family: 'Source Sans Pro', sans-serif;
  background: #fff;
  color: #212121;
}

a{
  color: #f37951;
}

a:hover{
  color: #f37951;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header{
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.06)!important;
}

.header .navbar-brand img{
  height: 40px;
}

.header .navbar .navbar-nav .nav-link{
  font-weight: 600;
  padding: 7px 0;
  cursor: pointer;
  color: #000;
  cursor: pointer;
  position: relative;
  background: transparent;
}

.header .navbar .navbar-nav .nav-link:hover, .header .navbar .navbar-nav .active > .nav-link{
  color: #f16334 !important;
  width: 100%;
}

.header .navbar li {
  position: relative;
  line-height: 1em;
  padding: 15px 15px;
}

.header .navbar .menu-item-list .dropdown-menu .dropdown-item{
 padding: 1rem 1.5rem;
}

.header .navbar .menu-item-list .dropdown-menu {
  margin-top: 2px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .navbar .navbar-toggler {
  color: #333;
  border: none;
  font-size: 24px;
}

.header .btn-login{
  padding-left: 20px;
  padding-right: 10px;
  color: #22012f!important;
}

.header .btn-login:hover{
  color: #f16334!important;
  font-weight: 500;
}

.header .sign-up{
  padding: 2px 15px;
}

.header .btn-outline-primary.sign-up{
  border-color: #f16334!important;
  color: #22012f !important;
  z-index: 9999;
}

.header a.btn-outline-primary.sign-up:hover{
  font-weight: 500;
  color: #fff!important;
  z-index: 9999;
  border-color: #fea921!important;
  background-color: #fea921!important;
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%)!important;
}

.alert-icon > i {
  top: 0.9rem;
}

section.header-top{
  background: #f5f7fb;
  padding: 85px 30px 10px;
}

section.header-top .mini-menu{
  padding-left: 90px;
}

section.header-top .mini-menu li{
  position: relative;
}

section.header-top .mini-menu li a {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 20px 5px 20px;
  margin-left: -24px;
  color: #f16334;
  background-color: #fff;
  text-decoration: none;
  border-radius: 0 80px 80px 0;
  box-shadow: 3px 0 3px rgba(0, 0, 0, .13);
  transition: .3s ease;
}
section.header-top .mini-menu li.active {
  border-color: #f16334!important;
  color: #f16334!important;
}

section.header-top .mini-menu li.active a, section.header-top .mini-menu li:hover a {
  color: #fff; 
  background-color: #f16334; 
}

section.header-top .mini-menu li:nth-child(1) {
  z-index: 99;
}

section.header-top .mini-menu li:nth-child(2) {
  z-index: 50;
}

section.package-content{
  padding: 130px 0 100px; 
}

section.package-content .pk-header{
  padding-bottom: 50px;
}

section.package-content .pk-header .title{
  font-size: 40px;
  font-weight: 500;
}

section.package-content .pk-header .title strong{
  color: #f16334;
}

section.package-content .pk-lists .item{
  padding: 15px;
}

section.package-content .pk-lists .item .card{
  border-radius: 7px;
  border: 1px solid rgba(255,120,2,0.4);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(65,85,108,.1);
  transition: ease .5s,-webkit-box-shadow .5s;
}

section.package-content .pk-lists .item .name{
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  letter-spacing: .05em;
  margin: 0 0 0.5rem;
}

section.package-content .pk-lists .item .name .number{
  font-size: 26px;
  font-family: 'Noto Serif TC', sans-serif;
  color: #f16334;
  font-weight: 700;
}

section.package-content .pk-lists .item .price span.big{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 45px;
}

section.package-content .pk-lists .item .price sub{
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  top: -18px;
}

section.package-content .pk-lists .item .price{
  background: linear-gradient(to bottom right,#ff6807 0%,#ffb600cc 100%);
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%);
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%);
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%);
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%);
  padding: 12px 0;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

section.package-content .pk-lists .item .features li{
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
  padding: 7px 0;
  border: 1px solid #ededed;
  border-top: 0!important;
  position: relative;
}

section.package-content .pk-lists .item .features .text-icon{
  color: #f16334;
}

section.package-content .pk-lists .item .order_button{
  padding: 12px 0;
  border: 1px solid #ededed;
  border-top: 0;
}

section.package-content .pk-lists .item .order_button .btn-dark{
  font-weight: 400!important;
  padding: 5px;
  background: #5c5859;
  border: 1px solid #5c5859;
  border-radius: 8px 0 0 8px;
  cursor: auto!important;
  color: #fff;
}

section.package-content .pk-lists .item .order_button .btn-color{
  background: #f16334;
  border: 1px solid #f16334!important;
}

section.package-content .pk-lists .item .order_button .btn-disabled{
  background: #5c5859;
  border: 1px solid #707070!important;
}

section.package-content .pk-lists .item .order_button .btn-color, 
section.package-content .pk-lists .item .order_button .btn-disabled{
  border-radius: 0 8px 8px 0;
  color: #fff;
  margin-left: -5px;
  font-weight: 400!important;
  padding: 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

section.package-content .pk-lists .item .card:hover {
  box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

.package-faq .item{
  margin-bottom: 10px;
  color: #fff;
}

.package-faq .item .plus-icon {
  float: left;
  font-size: 25px;
  margin-right: 10px;
  top: -3px;
  position: relative;
}

.package-faq .item .title{
  overflow: hidden;
  cursor: pointer;
  min-height: 40px;
}

.package-faq .item .title h5{
  line-height: 1.2;
}

.package-faq .item .body {
  font-size: 14px;
  transition: all .3s;
  height: 0;
  overflow: hidden;
  padding-left: 33px;
}

.package-faq .item.active .body {
  height: auto;
  padding-bottom: 20px;
}

.package-faq .item.active .fe-plus:before {
  content: "\e994";
}

.owl-nav>.owl-prev {
  top: 50%!important;
  left: 0px!important;
  -webkit-transform: translateX(-50%);
  transform: translateY(-50%);
  position: absolute;
}


.owl-nav>.owl-next {
  top: 50%!important;
  right: 0px!important;
  -webkit-transform: translateX(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.owl-nav>.owl-prev span, .owl-nav>.owl-next span{
  display: none!important;
}

.owl-nav .owl-prev:before {
  content: "\f104";
  left: -10px;
  z-index: 11;
}

.owl-nav .owl-next:after {
  content: "\f105";
  right: -10px;
  z-index: 11;
}

.owl-nav .owl-prev:before, .owl-nav .owl-next:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 30px;
  background: #f16334;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 50%;
  line-height: 33px;
  color: #fff;
}

.owl-nav .owl-prev:before:hover, .owl-nav .owl-next:after:hover {
  background: #000;
  color: #f16334;
}


/*section how it works*/
section.how-it-works{
  padding: 100px 0;
  position: relative;
  background: linear-gradient(360deg, #ff7700 0%, #f4d19a 100%);
  color: #fff;
  z-index: 100;
}

.how-it-works:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_how_it_works.jpg);
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: -99;
}

section.how-it-works .header-top{
  padding-bottom: 80px;
}

section.how-it-works .header-top .title{
  font-size: 40px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}

section.how-it-works .step-lists .step{
  position: relative;
  padding-bottom: 75px;
}

section.how-it-works .step-lists .step .bg-number{
  position: absolute;
  font-size: 12rem;
  top: -130px;
  left: 0px;
  z-index: -1;
  font-weight: bold;
  color: rgb(244, 124, 1);
  font-family: 'Source Sans Pro', sans-serif;
}

section.flow-form{
  padding: 130px 0 100px; 
}

section.flow-form .flow-header{
  padding-bottom: 50px;
}

section.flow-form .flow-header .title{
  font-size: 40px;
  font-weight: 500;
}

section.flow-form .flow-header .title strong{
  color: #f16334;
}

section.flow-form .flow-main, section.flow-form .flow-side{
  border: 1px solid #dadada;
}

section.flow-form .flow-wrap{
  box-shadow: 5px 5px 30px -2px #cecece;
}

section.flow-form .flow-main-title, section.flow-form .flow-side-title{
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 20px;
  color: #ffffff !important;
  font-weight: 600;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 20px 28px;
  border: none;
  background: #37474f !important;
  box-shadow: none;
  position: relative;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: left;
}

section.flow-form .flow-main-content .selectize-input .image {
  width: 2.5rem;
}

section.flow-form .flow-main-content .selectize-dropdown .image{
  width: 2.25rem;
}

section.flow-form .flow-side-content .leading-loose .text-icon{
  color: #293340;
}

section.flow-form .flow-main-content .dimmer-content{
  min-height: 430px;
}

.btn-submit{
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: -o-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: linear-gradient(to left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
}



.btn-gradient {
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px #eee;
}

.btn-gradient:hover {
  background-position: right center;
}

section.checkout-result{
  padding: 160px 0 130px;
}

section.checkout-result .card{
  border-radius: 0px;
  border:none;
}

section.checkout-result .card-body{
  box-shadow: 5px 5px 30px -2px #cecece;
}

section.checkout-result .checkout-header{
  padding-top: 20px;
}

section.checkout-result .checkout-header .title{
  font-size: 40px;
  font-weight: 500;
}

section.checkout-result .checkout-header .title strong{
  color: #f16334;
}

section.checkout-result .detail{
  padding: 1px;
}

section.checkout-result .detail p{
  color: #000;
}

section.checkout-result .btn-submit{
  margin-top: 30px; 
  height: 40px;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: -o-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: linear-gradient(to left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
}

section.checkout-result .btn-contact{
  margin-top: 30px; 
  height: 40px;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
  background-image: -o-linear-gradient(left, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
  background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)
}


/*FAQ*/
section.faq, section.contact{
  padding: 100px 0 100px; 
  position: relative;
  background: linear-gradient(360deg, #ff7700 0%, #f4d19a 100%);
  z-index: 100;
}


section.faq:before , section.contact:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_how_it_works.jpg);
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: -99;
}

section.faq .faq-header{
  text-align: center;
  padding-bottom: 50px;
}

section.faq .faq-header .title{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

section.faq .faq-item .card{
  box-shadow: 0px 2px 2px #a38c73;
}

section.faq .faq-item .card-title{
  font-weight: 600;
}

section.faq .faq-item .bg-question{
  color: #f16334; 
}

section.contact{
  padding: 100px 0 100px; 
  position: relative;
}

section.contact .contact-header{
  text-align: center;
  padding-bottom: 50px;
}

.title h1.title-name{
  font-size: 40px;
  font-weight: 600;
}

section.contact .card.contact_form{
  box-shadow: 0 0 20px #555;
}

section.contact .contact_form .btn-submit{
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: -o-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: linear-gradient(to left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
}

section.client{
  padding: 100px 0 100px; 
  position: relative;
  background: #f5f7fb;
  z-index: 100;
}

section.client:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: -99;
}

section.client{
  padding: 100px 0 100px; 
  position: relative;
}

section.client .client-header{
  text-align: center;
  padding-bottom: 50px;
}

.title h1.title-name{
  font-size: 40px;
  font-weight: 600;
}

section.client .card.client_form{
  box-shadow: 0 0 20px #555;
}

section.client .client_form .btn-submit{
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: -o-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: linear-gradient(to left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
}

section.client .client_form .email-input{
  height: 40px;
  border-radius: 10rem;
}


/*Blog*/
section.blog{
  padding: 100px 0 100px; 
  position: relative;
}

section.blog .blog-header{
  text-align: center;
  padding-bottom: 50px;
}

section.blog .blog-header .title{
  font-size: 40px;
  font-weight: 600;
  color: #f16334;

}

section.blog .blog-item{
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

section.blog .blog-item .box-image{
  padding: 0px;
}

section.blog .blog-item .content{
  padding: 17px 10px;
}

section.blog .blog-item .content .title{
  color: #3C4858;
  font-family: 'Arvo', serif;
  font-size: 1.8rem;
  min-height: 70px;
}

section.blog .blog-item .content .short-desc{
  color: #999999;
  min-height: 75px;
}

section.blog-single{
  padding-top: 1.5rem;
  padding-bottom: 60px;
  background: #f8f9fa;
}

section.blog-single .blog-content{
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
}

section.blog-single .blog-content .title{
  color: #3C4858;
  font-family: 'Arvo', serif;
  padding-top: 20px;
  line-height: 1.0;
  font-size: 32px;
}

section.blog-single .blog-content .post-info{
  border-bottom: 1px solid #e5e5e5;
  color: #c2c2c2;
}

section.blog-single .blog-content .post-info span{
  padding-right: 10px;
}

section.blog-single .blog-content .details{
  padding-top: 30px;
}

section.blog-single .blog-content .details >p{
  line-height: 1.75em;
}

section.blog-single .side-bar .widget{
  margin-bottom: 40px;
}

section.blog-single .side-bar .widget-category a {
  display: block;
  font-size: 14px;
  color: #354052;
  border-bottom: 1px solid #EEE;
  padding: 5px;
}

section.blog-single .side-bar .widget-category a span {
  float: right;
  color: #6195FF;
}

section.blog-single .side-bar .widget-post {
  min-height: 70px;
  margin-bottom: 25px;
}

section.blog-single .side-bar .widget-post a {
  display: block;
  color: #10161A;
}

section.blog-single .side-bar .widget-post .title{
  padding-top: 13px;
}

section.blog-single .side-bar .widget-post .box-image {
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}

section.blog-single .side-bar .widget-post .blog-meta{
  color: #555555;
  font-size: 10px;
}


section.blog-single .btn-back-blog{
  margin-left: 15px;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: -o-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: linear-gradient(to left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
}


@media (min-width: 960px){
  section.flow-form .flow-side-content .card-footer{
    /* position: absolute; */
    bottom: 0px;
    width: 95%;
  }
}

@media (max-width: 576px){
  section.banner .content{
    text-align: center;
  }
  section.banner .content h1{
    font-size: 30px;
  }

  .header-top .navbar-nav.list-inline{
    display: none;
  }
}

@media (min-width: 1280px){
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 768px){
  .header .navbar .navbar-nav{
    margin:10px -35px 0px !important;
  }
  .header .navbar .navbar-nav li{
    line-height: 1em;
    padding: 8px 38px;
  }
  .header .navbar ul.navbar-nav li.nav-item.active:before, .header .navbar ul.navbar-nav li.nav-item:hover:before{
    display: none;
  }
  .header.shrink .navbar .navbar-toggler{
    color: #333;
  }
  .header .btn-login-signup{
    padding: 10px;
  }
  .header .btn-login{
    padding-left: 0px!important;
  }
  section.blog-single{
    padding-top: 6rem;
  }
}

.header .dropdown-menu {
  margin-top: 0rem;
}

.header .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.header .dropdown-menu{
  padding: 0px;
  border: none;
  border-radius: 0px;
  min-width: 200px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.header .dropdown-menu li.dropdown-submenu:hover{
  background-color: hsl(0, 8%, 97%);
}

.header .dropdown-menu li.dropdown-submenu:hover>a{
  color: #ff7a03;
}

.header .dropdown-menu li.dropdown-submenu:hover>a:after{
  transform: rotate(-90deg);
}

.header .dropdown-item{
  color: black;
}

.header .dropdown-item:hover, .dropdown-item:focus {
 background-color: hsl(0, 8%, 97%);
 color: #ff7a03; 
}

.header .navbar .dropdown-menu li {
  padding: 10px 10px;
}

.header .dropdown-submenu {
  position:relative;
}

.header .dropdown-submenu>.dropdown-menu {
  top:0;
  left:99.99%;
}

.header .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

@media (max-width: 768px){
  .header .dropdown-menu {
    margin-top: 0.75rem;
    border: none;
    box-shadow: none;
  }

  .header .dropdown-menu li.dropdown-submenu:hover, .header .dropdown-menu li.dropdown-submenu:hover>a{
    background-color: #fff;
  }
}

body.instagram-category section.header-top .mini-menu li.active a,body.instagram-category section.header-top .mini-menu li:hover a {
  background-color: #b84192; 
}

body.instagram-category .header .dropdown-item:hover, 
body.instagram-category .dropdown-item:focus, 
body.instagram-category .header .navbar .navbar-nav .nav-link:hover,
body.instagram-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.instagram-category .header .navbar .navbar-nav .active > .nav-link,
body.instagram-category section.package-content .pk-header .title strong,
body.instagram-category section.package-content .pk-lists .item .name .number,
body.instagram-category section.package-content .pk-lists .item .features .text-icon,
body.instagram-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #b84192 !important;
}

body.instagram-category section.package-content .pk-lists .item .card{
  border: 1px solid #b84192 !important;
}

body.instagram-category .owl-nav .owl-prev:before, 
body.instagram-category .owl-nav .owl-next:after,
body.instagram-category section.package-content .pk-lists .item .price{
  background: linear-gradient(90deg,#f543bc 16%,#b251e1 100%)!important;
}

body.instagram-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #b84192;
  border: 1px solid #b84192!important;
}

body.twitter-category section.header-top .mini-menu li.active a,
body.twitter-category section.header-top .mini-menu li:hover a {
  background-color: #03a9f4; 
}

body.twitter-category .header .dropdown-item:hover, 
body.twitter-category .dropdown-item:focus, 
body.twitter-category .header .navbar .navbar-nav .nav-link:hover,
body.twitter-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.twitter-category .header .navbar .navbar-nav .active > .nav-link,
body.twitter-category section.package-content .pk-header .title strong,
body.twitter-category section.package-content .pk-lists .item .name .number,
body.twitter-category section.package-content .pk-lists .item .features .text-icon,
body.twitter-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #03a9f4 !important;
}

body.twitter-category section.package-content .pk-lists .item .card{
  border: 1px solid #03a9f4 !important;
}

body.twitter-category .owl-nav .owl-prev:before, 
body.twitter-category .owl-nav .owl-next:after,
body.twitter-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#33a1f2 16%,#466ece 100%)!important;
}

body.twitter-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #03a9f4;
  border: 1px solid #03a9f4!important;
}


/*facebook*/
body.facebook-category section.header-top .mini-menu li.active a,
body.facebook-category section.header-top .mini-menu li:hover a {
  background-color: #03a9f4; 
}

body.facebook-category .header .dropdown-item:hover, 
body.facebook-category .dropdown-item:focus, 
body.facebook-category .header .navbar .navbar-nav .nav-link:hover,
body.facebook-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.facebook-category .header .navbar .navbar-nav .active > .nav-link,
body.facebook-category section.package-content .pk-header .title strong,
body.facebook-category section.package-content .pk-lists .item .name .number,
body.facebook-category section.package-content .pk-lists .item .features .text-icon,
body.facebook-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #03a9f4 !important;
}

body.facebook-category section.package-content .pk-lists .item .card{
  border: 1px solid #03a9f4 !important;
}

body.facebook-category .owl-nav .owl-prev:before, 
body.facebook-category .owl-nav .owl-next:after,
body.facebook-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#395693 16%,#466ece 100%)!important;
}

body.facebook-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #03a9f4;
  border: 1px solid #03a9f4!important;
}

body.youtube-category section.header-top .mini-menu li.active a,
body.youtube-category section.header-top .mini-menu li:hover a {
  background-color: #f44336; 
}

body.youtube-category .header .dropdown-item:hover, 
body.youtube-category .dropdown-item:focus, 
body.youtube-category .header .navbar .navbar-nav .nav-link:hover,
body.youtube-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.youtube-category .header .navbar .navbar-nav .active > .nav-link,
body.youtube-category section.package-content .pk-header .title strong,
body.youtube-category section.package-content .pk-lists .item .name .number,
body.youtube-category section.package-content .pk-lists .item .features .text-icon,
body.youtube-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #f44336 !important;
}

body.youtube-category section.package-content .pk-lists .item .card{
  border: 1px solid #f44336 !important;
}

body.youtube-category .owl-nav .owl-prev:before, 
body.youtube-category .owl-nav .owl-next:after,
body.youtube-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#ff0000 16%,#d689b9 100%)!important;
}

body.youtube-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #f44336;
  border: 1px solid #f44336!important;
}

body.spotify-category section.header-top .mini-menu li.active a,
body.spotify-category section.header-top .mini-menu li:hover a {
  background-color: #8bc34a; 
}

body.spotify-category .header .dropdown-item:hover, 
body.spotify-category .dropdown-item:focus, 
body.spotify-category .header .navbar .navbar-nav .nav-link:hover,
body.spotify-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.spotify-category .header .navbar .navbar-nav .active > .nav-link,
body.spotify-category section.package-content .pk-header .title strong,
body.spotify-category section.package-content .pk-lists .item .name .number,
body.spotify-category section.package-content .pk-lists .item .features .text-icon,
body.spotify-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #8bc34a !important;
}

body.spotify-category section.package-content .pk-lists .item .card{
  border: 1px solid #8bc34a !important;
}

body.spotify-category .owl-nav .owl-prev:before, 
body.spotify-category .owl-nav .owl-next:after,
body.spotify-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#6bde52 16%,#101110 100%)!important;
}

body.spotify-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #8bc34a;
  border: 1px solid #8bc34a!important;
}

body.soundcloud-category section.header-top .mini-menu li.active a,
body.soundcloud-category section.header-top .mini-menu li:hover a {
  background-color: #000000; 
}

body.soundcloud-category .header .dropdown-item:hover, 
body.soundcloud-category .dropdown-item:focus, 
body.soundcloud-category .header .navbar .navbar-nav .nav-link:hover,
body.soundcloud-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.soundcloud-category .header .navbar .navbar-nav .active > .nav-link,
body.soundcloud-category section.package-content .pk-header .title strong,
body.soundcloud-category section.package-content .pk-lists .item .name .number,
body.soundcloud-category section.package-content .pk-lists .item .features .text-icon,
body.soundcloud-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #000000 !important;
}

body.soundcloud-category section.package-content .pk-lists .item .card{
  border: 1px solid #000000 !important;
}

body.soundcloud-category .owl-nav .owl-prev:before, 
body.soundcloud-category .owl-nav .owl-next:after,
body.soundcloud-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#ed512f 16%,#f28a30 100%)!important;
}

body.tiktok-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #000000;
  border: 1px solid #000000!important;
}

body.twitch-category section.header-top .mini-menu li.active a,
body.twitch-category section.header-top .mini-menu li:hover a {
  background-color: #9146ff; 
}

body.twitch-category .header .dropdown-item:hover, 
body.twitch-category .dropdown-item:focus, 
body.twitch-category .header .navbar .navbar-nav .nav-link:hover,
body.twitch-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.twitch-category .header .navbar .navbar-nav .active > .nav-link,
body.twitch-category section.package-content .pk-header .title strong,
body.twitch-category section.package-content .pk-lists .item .name .number,
body.twitch-category section.package-content .pk-lists .item .features .text-icon,
body.twitch-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #9146ff !important;
}

body.twitch-category section.package-content .pk-lists .item .card{
  border: 1px solid #9146ff !important;
}

body.twitch-category .owl-nav .owl-prev:before, 
body.twitch-category .owl-nav .owl-next:after,
body.twitch-category section.package-content .pk-lists .item .price{
  background: #9146ff !important;
}

body.twitch-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #9146ff;
  border: 1px solid #9146ff!important;
}

section.package-content .pk-lists .item .order_button .btn-color:hover{
  border-radius: 0 8px 8px 0;
  background: #fff!important;
  color: #f16334 !important;
}
/* ========== footer.css ========== */

.footer {
  padding: 0.5rem 0;
}

.footer a:not(.btn) {
  color: #a7a7a7;
}

.footer .title{
  color: #ededed;
}

.footer_top.dark{
  background-color: #293340 !important;
}

.footer_top.dark .site-logo img{
  max-height: 40px;
}

.footer_top.dark .quick-link li a:hover{
  color: #ff6f61;
}

.footer_bottom.dark{
  background-color: #293340 !important;
}
.footer_bottom.dark .container{
  padding: 20px;
  border-top: 2px solid #a7a7a7;
}

.footer-lang-selector {
  margin-top: 4px;
  margin-left: 20px;
  padding: 3px;
  display: inline-block;
  border: 1px solid #6D7784;
  outline: none;
  background-color: transparent;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 24px;
}



@media (max-width: 576px){
  section.banner .content{
    text-align: center;
  }
  section.banner .content h1{
    font-size: 30px;
  }

  .header-top .navbar-nav.list-inline{
    display: none;
  }

  nav.header-top .link{
    margin-left: auto;
  }

  footer {
    border-top: none;
  }

  footer .col-auto {
    -ms-flex: 0 0 auto;
    width: 100%; 
    text-align: center;
  }

}


/* ========== checkoutpage.css ========== */
.stepper-container {
display: flex;
align-items: center;
max-width: 600px;
margin: 0 auto;
position: relative;
margin-bottom: 20px;
/* Add 20px bottom margin */
}

.step {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
flex: 1;
}

.step-icon {
font-size: 20px;
/* Adjusted icon size */
color: #382b4d;
/* Default active step color */
z-index: 1;
position: relative;
}

.step-label {
margin-top: 4px;
/* Adjusted margin for label */
font-size: 12px;
/* Adjusted font size for label */
color: #8c6cbf;
/* Default active text color */
text-align: center;
}

.step-connector {
width: 20px;
/* Adjusted width of connector */
height: 1px;
/* Adjusted height of connector */
background-color: #8c6cbf;
/* Connector color */
position: relative;
}

.step:not(:last-child) .step-connector {
display: block;
}

.step:not(:last-child) {
margin-right: 8px;
/* Space between steps */
}

.step.active .step-icon {
color: #8c6cbf;
}

.step.active .step-label {
color: #8c6cbf;
}

.step.disabled .step-icon {
color: #e0e0e0;
/* Gray color for inactive steps */
}

.step.disabled .step-label {
color: #b0b0b0;
/* Gray text color for inactive steps */
}

.step.disabled~.step-connector {
background-color: #e0e0e0;
/* Gray color for connector lines between disabled steps */
}




.BlockContainer {
border: 1px solid #ddd;
padding: 15px;
border-radius: 4px;
margin: 10px 0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.BlockTitleContainer {
font-weight: bold;
margin-bottom: 10px;
}

.ActionRowContainer {
display: flex;
align-items: center;
cursor: pointer;
padding: 10px;
border: 1px solid #e5e7eb;
border-radius: 4px;
min-height: 40px;
box-sizing: border-box;
font-size: 14px;
background-color: #f9f9f9;
}

.ActionRowContainer:hover {
background-color: #f1f1f1;
}

.Title {
flex: 1;
color: #333;
}

.Icon {
margin-left: auto;
color: #888;
}

.SubTitle {
margin-top: 10px;
font-size: 14px;
color: #666;
}

.input-container {
margin-top: 10px;
}

.modal-content {
padding: 20px;
}

.OptionListContainer {
display: flex;
flex-direction: column;
}

.OptionListItem {
display: flex;
flex-direction: column;
padding: 10px 0;
}

.OptionListItemInfo {
display: flex;
flex-direction: column;
}

.LabelContainer {
display: flex;
align-items: center;
}

.RadioButtonEntry {
margin-left: 10px;
}

.Description {
margin-top: 5px;
font-size: 0.9em;
color: #666;
}

.form-group {
margin-bottom: 20px;
}

.ActionRowContainer {
display: flex;
align-items: center;
cursor: pointer;
padding: 10px;
border: 1px solid #e5e7eb;
border-radius: 4px;
min-height: 40px;
box-sizing: border-box;
font-size: 14px;
background-color: #fff;
}

.ActionRowContainer:hover {
background-color: #f9f9f9;
}
    .select-wrapper {
        position: relative;
    }

    .arrow {
        position: absolute;
        top: 50%;
        right: 10px;
        /* 調整箭頭距離右側的距離 */
        transform: translateY(-50%);
        pointer-events: none;
        /* 確保箭頭不會干擾到下拉選單的互動 */
    }


    .btn-dark2 {
        display: inline-flex !important;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        outline: 0;
        border: 0;
        margin: 0;
        cursor: pointer;
        user-select: none;
        vertical-align: middle;
        appearance: none;
        text-decoration: none;
        font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
        font-weight: 500 !important;
        font-size: 17px !important;
        line-height: 1.47059 !important;
        letter-spacing: -0.022em !important;
        text-transform: none !important;
        min-width: 64px;
        padding: 14px 24px !important;
        border-radius: 980px !important; /* Pill shape - 與 package 頁面相同 */
        transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
        color: #ffffff !important;
        background-color: #0071e3 !important; /* Apple Blue - 與 package 頁面相同 */
        box-shadow: 0 4px 12px rgba(0, 113, 227, 0.2) !important; /* 與 package 頁面相同 */
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .btn-dark2:hover:not(:disabled) {
        background-color: #0077ed !important; /* Apple Blue Hover - 與 package 頁面相同 */
        transform: scale(1.02);
        box-shadow: 0 6px 16px rgba(0, 113, 227, 0.3) !important;
    }

    .btn-dark2:active:not(:disabled) {
        transform: scale(0.98);
    }

    .btn-dark2:disabled {
        background-color: #c0c0c0;
        /* 灰色背景 */
        color: #666666;
        /* 灰色文字 */
        cursor: not-allowed;
        box-shadow: none;
        /* 取消阴影 */
    }
/* ========== 404 page (inline) ========== */
body { background: #fff; }
section.page-404 { padding: 50px 100px 100px; }
section.page-404 .content .title { color: #ff740d; font-family: 'Arvo', serif; }
section.page-404 .content .note { padding-bottom: 30px; }
section.page-404 .btn-go-home {
  margin-left: 15px; height: 40px; color: #fff; text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: -o-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: linear-gradient(to left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
}
.btn-gradient { text-align: center; transition: 0.5s; background-size: 200% auto; text-shadow: 0px 0px 10px rgba(0,0,0,0.2); box-shadow: 0 0 20px #eee; }
.btn-gradient:hover { background-position: right center; }
/* ========== package page (inline) ========== */
:root {
  --apple-blue: #0071e3;
  --apple-blue-hover: #0077ed;
  --apple-black: #1d1d1f;
  --apple-gray: #86868b;
  --apple-light-gray: #f5f5f7;
  --apple-white: #ffffff;
  --apple-border: #d2d2d7;
  --apple-radius: 12px;
  --apple-card-radius: 20px;
  --apple-shadow: 0 4px 6px rgba(0, 0, 0, 0.01), 0 12px 24px rgba(0, 0, 0, 0.04);
  --apple-shadow-hover: 0 8px 12px rgba(0, 0, 0, 0.02), 0 16px 32px rgba(0, 0, 0, 0.08);
  --apple-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --ease-apple: cubic-bezier(0.25, 0.1, 0.25, 1);
  --nav-height: 44px;
}

body {
  background-color: var(--apple-light-gray);
  font-family: var(--apple-font);
  color: var(--apple-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
}

.spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 113, 227, 0.1);
  border-radius: 50%;
  border-top-color: var(--apple-blue);
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 600px;
  margin: 24px auto;
  gap: 16px;
  padding: 0 20px;
}

.item .card {
  flex: 1;
  background: var(--apple-white);
  border-radius: var(--apple-card-radius);
  box-shadow: var(--apple-shadow);
  overflow: hidden;
  transition: transform 0.3s var(--ease-apple), box-shadow 0.3s var(--ease-apple);
  border: 1px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 0;
}

.number, .amount {
  padding: 24px 16px;
  text-align: center;
  background: transparent;
  color: var(--apple-black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.number .symbol {
  font-size: 14px;
  color: var(--apple-gray);
  font-weight: 400;
  margin-bottom: 4px;
  display: block;
}

.number .big {
  font-size: 20px;
  font-weight: 300;
  color: var(--apple-black);
  letter-spacing: -0.02em;
  line-height: 3.0;
}

.amount .symbol {
  font-size: 14px;
  color: var(--apple-gray);
  font-weight: 400;
  margin-bottom: 4px;
  display: block;
}

.amount .big {
  font-size: 40px;
  font-weight: 600;
  color: var(--apple-black);
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.btn-dark2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  font-family: var(--apple-font);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.47059;
  letter-spacing: -0.022em;
  min-width: 64px;
  padding: 14px 24px;
  border-radius: 980px;
  transition: all 0.2s var(--ease-apple);
  color: var(--apple-white);
  background-color: var(--apple-blue);
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.2);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  white-space: nowrap;
}

.btn-dark2:hover:not(:disabled) {
  background-color: var(--apple-blue-hover);
  color: var(--apple-white) !important;
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 113, 227, 0.3);
}

#confirm_plan_btn:hover:not(:disabled) {
  color: var(--apple-white) !important;
}

.btn-dark2:active:not(:disabled) {
  transform: scale(0.98);
}

.btn-dark2:disabled {
  background-color: #e5e5ea;
  color: #8e8e93;
  cursor: not-allowed;
  box-shadow: none;
}

.custom-dropdown {
  position: relative;
  margin-top: 16px;
  width: 100%;
}

.custom-dropdown:first-child {
  margin-top: 0;
}

.dropdown-header {
  padding: 16px 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.47059;
  letter-spacing: -0.022em;
  color: var(--apple-black);
  background-color: var(--apple-white);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.2s var(--ease-apple);
  user-select: none;
  position: relative;
  border: 1px solid rgba(0,0,0,0.05);
  text-align: left;
}

.dropdown-header:hover:not(.disabled) {
  border-color: #d2d2d7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.dropdown-header:active:not(.disabled) {
  background-color: #f5f5f7;
  transform: scale(0.99);
}

.dropdown-header.disabled {
  background-color: #f5f5f7;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
  border: 1px solid transparent;
}

.dropdown-header::after {
  content: ">";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s var(--ease-apple);
  font-size: 12px;
  color: var(--apple-gray);
}

.dropdown-list {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;
  width: 100%;
  max-height: 60vh;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 6px;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  -webkit-overscroll-behavior: contain;
  touch-action: pan-x pan-y;
  border: 1px solid rgba(0,0,0,0.05);
}

.dropdown-item {
  padding: 12px 16px;
  font-size: 16px;
  color: var(--apple-black);
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: left;
  border-radius: 8px;
  margin-bottom: 2px;
  white-space: nowrap;
  min-width: fit-content;
  width: auto;
  box-sizing: border-box;
  display: block;
}

.dropdown-item:hover {
  background-color: #f5f5f7;
}

.dropdown-item.selected {
  background-color: #f5f5f7;
  color: var(--apple-blue);
  font-weight: 500;
}

.dropdown-item.selected::after {
  content: "✓";
  float: right;
  color: var(--apple-blue);
  font-weight: bold;
}

.discount-price {
  color: #f16334;
}

.dropdown-item.selected .discount-price {
  color: #f16334 !important;
}

.dropdown-item.selected span[style*="line-through"] {
  color: #969696 !important;
  text-decoration: line-through !important;
}

.dropdown-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s var(--ease-apple);
}

.dropdown-modal.active {
  display: block;
  opacity: 1;
}

.dropdown-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.dropdown-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  background-color: var(--apple-white);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease-apple);
  overflow: hidden;
}

.dropdown-modal.active .dropdown-modal-content {
  transform: translate(-50%, -50%) scale(1);
}

.dropdown-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.dropdown-modal-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--apple-black);
  margin: 0;
  letter-spacing: -0.02em;
}

.dropdown-modal-close {
  background: none;
  border: none;
  font-size: 32px;
  color: var(--apple-gray);
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s var(--ease-apple);
  line-height: 1;
}

.dropdown-modal-close:hover {
  background-color: var(--apple-light-gray);
  color: var(--apple-black);
}

.dropdown-modal-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px;
}

.dropdown-modal-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: var(--apple-gray);
}

.dropdown-modal-loading .spinner {
  margin-bottom: 16px;
}

.dropdown-modal-loading span {
  font-size: 16px;
}

.dropdown-modal-list {
  list-style: none;
  margin: 0;
  padding: 6px;
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  max-height: none !important;
  width: 100% !important;
  top: auto !important;
  left: auto !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border: none !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch !important;
}

.dropdown-modal-list .dropdown-item {
  padding: 14px 20px;
  font-size: 17px;
  margin-bottom: 4px;
  white-space: nowrap;
  min-width: fit-content;
  width: auto;
}

.dropdown-modal-list .dropdown-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .dropdown-modal-content {
    width: 95%;
    max-height: 70vh;
    border-radius: 16px;
  }
  
  .dropdown-modal-header {
    padding: 16px 20px;
  }
  
  .dropdown-modal-title {
    font-size: 18px;
  }
  
  .dropdown-modal-list .dropdown-item {
    padding: 16px 20px;
    font-size: 16px;
  }
}

.selection-card-container {
  max-width: 600px;
  margin: 24px auto;
  padding: 0 20px;
}

.selection-card {
  background: var(--apple-white);
  border-radius: var(--apple-card-radius);
  box-shadow: var(--apple-shadow);
  overflow: visible;
  transition: transform 0.3s var(--ease-apple), box-shadow 0.3s var(--ease-apple);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px;
}

.tier-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.text-center {
  text-align: center;
}

.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}

.dropdown-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: var(--apple-gray);
  font-size: 14px;
}

.dropdown-loading .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5ea;
  border-top-color: var(--apple-gray);
  margin-right: 12px;
}

.apple-style-header {
  padding: 0px 0 0px;
  background: transparent;
  text-align: center;
}

#selection-block-header {
  scroll-margin-top: 72px;
}

.apple-subtitle {
  font-size: 17px;
  font-weight: 400;
  color: var(--apple-gray);
  line-height: 1.4;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.apple-stepper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 30px;
  position: relative;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.apple-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 2;
  transition: all 0.3s var(--ease-apple);
}

.apple-step-indicator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f7;
  color: #c7c7cc;
  font-size: 16px;
  transition: all 0.3s var(--ease-apple);
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
  border: 2px solid #e5e5ea;
  flex-shrink: 0;
  box-sizing: border-box;
}

.apple-step-label {
  font-size: 14px;
  font-weight: 400;
  color: #86868b;
  text-align: center;
  line-height: 1.3;
  transition: all 0.3s var(--ease-apple);
  margin: 0;
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apple-step-active .apple-step-indicator {
  background-color: var(--apple-blue);
  color: white;
  box-shadow: 0 2px 16px rgba(0, 113, 227, 0.3);
  border: none;
}

.apple-step-active .apple-step-label {
  color: var(--apple-black);
  font-weight: 500;
}

.apple-step-inactive .apple-step-indicator {
  background-color: #f2f2f7;
  color: #c7c7cc;
  border: 2px solid #e5e5ea;
}

.apple-step-inactive .apple-step-label {
  color: #86868b;
}

.apple-step-divider {
  flex: 1;
  height: 2px;
  background-color: #e5e5ea;
  margin: 0 16px;
  margin-top: 20px;
  border-radius: 1px;
  align-self: center;
}

@media (max-width: 768px) {
  .selection-card-container {
    margin: 16px auto;
    padding: 0 16px;
  }
  
  .selection-card {
    border-radius: 16px;
    padding: 16px;
  }
  
  .tier-container {
    padding: 16px;
  }
  
  .item {
    margin: 16px auto;
    gap: 12px;
    padding: 0 16px;
    max-width: 100%;
  }
  
  .dropdown-header {
    padding: 16px; 
    font-size: 16px;
  }
  
  .dropdown-list {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -webkit-overscroll-behavior: contain;
    touch-action: pan-x pan-y;
    max-width: 100vw;
    left: 0;
    right: 0;
    padding: 6px;
  }
  
  .dropdown-item {
    white-space: nowrap;
    min-width: fit-content;
    width: auto;
    border-radius: 8px;
    margin-bottom: 2px;
  }
  
  .dropdown-modal-body {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .dropdown-modal-list {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
  
  .dropdown-modal-list .dropdown-item {
    white-space: nowrap;
    min-width: fit-content;
    width: auto;
  }
  
  .btn-dark2:hover:not(:disabled) {
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 113, 227, 0.2);
  }
  
  .tier-container {
    padding-bottom: 10px;
  }
  
  .apple-stepper-container {
    max-width: 320px;
  }
  
  .apple-step {
    align-items: center;
    justify-content: flex-start;
  }
  
  .apple-step-indicator {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-bottom: 8px;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  
  .apple-step-label {
    font-size: 12px;
    line-height: 1.2;
    min-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .apple-step-divider {
    margin: 0 12px;
    margin-top: 16px;
    align-self: center;
  }
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--apple-white);
  border-radius: var(--apple-radius);
  box-shadow: var(--apple-shadow);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s var(--ease-apple);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
  box-shadow: var(--apple-shadow-hover);
}

.faq-question {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: background-color 0.2s var(--ease-apple);
}

.faq-question:hover {
  background-color: var(--apple-light-gray);
}

.faq-question h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--apple-black);
  margin: 0;
  flex: 1;
  padding-right: 20px;
  line-height: 1.4;
}

.faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--apple-blue);
  transition: transform 0.3s var(--ease-apple);
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s var(--ease-apple), padding 0.3s var(--ease-apple);
  padding: 0 24px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 24px 20px 24px;
}

.faq-answer p {
  color: var(--apple-gray);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  padding-top: 8px;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 16px 20px;
  }
  
  .faq-question h3 {
    font-size: 16px;
    padding-right: 16px;
  }
  
  .faq-item.active .faq-answer {
    padding: 0 20px 16px 20px;
  }
  
  .faq-answer {
    padding: 0 20px;
  }
}

.advantages-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.advantage-card {
  background: var(--apple-white);
  border-radius: var(--apple-card-radius);
  box-shadow: var(--apple-shadow);
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  transition: all 0.3s var(--ease-apple);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--apple-shadow-hover);
  border-color: rgba(0, 113, 227, 0.1);
}

.advantage-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.1) 0%, rgba(0, 113, 227, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s var(--ease-apple);
}

.advantage-card:hover .advantage-icon {
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.15) 0%, rgba(0, 113, 227, 0.1) 100%);
  transform: scale(1.05);
}

.advantage-icon i {
  font-size: 40px;
  color: var(--apple-blue);
}

.advantage-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--apple-black);
  margin: 0 0 12px 0;
  letter-spacing: -0.01em;
}

.advantage-card p {
  color: var(--apple-gray);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

@media (max-width: 768px) {
  .advantage-card {
    padding: 24px 20px;
    margin-bottom: 16px;
  }
  
  .advantage-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  
  .advantage-icon i {
    font-size: 32px;
  }
  
  .advantage-card h3 {
    font-size: 17px;
  }
  
  .advantage-card p {
    font-size: 14px;
  }
}

.seo-header-card {
  background: var(--apple-white);
  border-radius: var(--apple-card-radius);
  padding: 56px 40px;
  margin: 30px auto 40px;
  max-width: 900px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.3s var(--ease-apple);
  position: relative;
  overflow: hidden;
}

.seo-header-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--apple-blue) 0%, rgba(0, 113, 227, 0.6) 50%, var(--apple-blue) 100%);
  opacity: 0.8;
}

.seo-header-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  border-color: rgba(0, 113, 227, 0.15);
}

.seo-header-card h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--apple-black);
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.seo-header-card .subtitle {
  font-size: 18px;
  color: var(--apple-gray);
  line-height: 1.6;
  margin: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .seo-header-card {
    padding: 32px 24px;
    margin: 20px auto 30px;
    border-radius: 16px;
  }
  
  .seo-header-card h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  
  .seo-header-card .subtitle {
    font-size: 16px;
  }
}
.saas-top-banner {
        background: linear-gradient(90deg, #d32f2f 0%, #b71c1c 100%);
        color: #ffffff;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        position: relative;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }
    .saas-banner-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 12px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .saas-banner-content { display: flex; align-items: center; gap: 8px; }
    .saas-banner-close {
        background: rgba(255,255,255,0.2);
        border: none;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 16px;
        line-height: 1;
        margin-left: 15px;
        transition: background 0.2s;
    }
    .saas-banner-close:hover { background: rgba(255,255,255,0.4); }
    @media (max-width: 768px) {
        .saas-top-banner { font-size: 13px; }
        .saas-banner-container { padding: 10px 15px; flex-wrap: nowrap; }
        .saas-banner-close { min-width: 24px; }
    }
.btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 1px solid var(--apple-blue);
  margin: 0;
  cursor: pointer;
  user-select: none;
  font-family: var(--apple-font);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  min-width: 64px;
  padding: 10px 22px;
  border-radius: 980px;
  transition: all 0.2s var(--ease-apple);
  color: var(--apple-blue);
  background-color: transparent;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-2:hover {
  background-color: rgba(0, 113, 227, 0.05);
}

.btn-2:active {
  background-color: rgba(0, 113, 227, 0.1);
  transform: scale(0.98);
}

.btn-2:disabled {
  border-color: #d2d2d7;
  color: #8e8e93;
  cursor: not-allowed;
  background-color: transparent;
}

.package-entry-cards {
  margin-bottom: 0;
}

.package-entry-cards > [class*="col-"] {
  display: flex;
}
.package-entry-cards .advantage-card.entry-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}
.package-entry-cards .advantage-card.entry-card .advantage-icon {
  flex-shrink: 0;
}

.entry-card.advantage-card .entry-card-desc {
  color: var(--apple-gray);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  flex: 1 1 auto;
  min-height: 0;
}

.entry-card.advantage-card .entry-card-btn {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  padding: 0 24px;
  font-size: 17px;
  line-height: 1.47059;
  height: 48px;
  min-height: 48px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .entry-card.advantage-card {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  .entry-card.advantage-card .advantage-icon {
    margin-bottom: 0;
    margin-right: 16px;
    flex-shrink: 0;
  }

  .entry-card.advantage-card .entry-card-desc {
    margin: 0;
    flex: 1;
    min-width: 0;
  }

  .entry-card.advantage-card .entry-card-btn {
    flex-shrink: 0;
    width: auto;
    min-width: 120px;
    margin-top: 0;
    padding: 0 22px;
    font-size: 15px;
    line-height: 1.5;
    height: 44px;
    min-height: 44px;
  }
}
