.price-banner .price {
    background: url(../assets/images/5star-lock.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 30.667vw;
}

.service-section .category {
    position: relative;
    border-radius: 20px;
    outline: 1px solid rgba(250, 250, 250, 0.1);
    background: linear-gradient(180deg, #1D1F2C 0%, #07080D 100%);
}

.green-btn { background-color: #096100; padding: 8px 24px; border-radius: 5px; border: 1px solid #096100; color: #fff; }
.red-btn { background-color: #e42625; padding: 8px 24px; border-radius: 5px; border: 1px solid #e42625; color: #fff; }

.hero-banner { background: url(../assets/images/home-bg.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; }

.vip-button {
  padding: 16px 32px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, #5cb000 0%, #3d7500 100%);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.3), /* Top inner light */
    0 4px 6px rgba(0, 0, 0, 0.3);           /* Bottom outer shadow */
}

.vip-button:hover {
  background: linear-gradient(to bottom, #e60000 0%, #990000 100%);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 6px 12px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
  color: #fff;
}

.vip-button:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}


.yellow-button {
  padding: 16px 42px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #000;
  background: linear-gradient(to bottom, #ffee31 0%, #e4b700 100%);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.3), /* Top inner light */
    0 4px 6px rgba(0, 0, 0, 0.3);           /* Bottom outer shadow */
}

.yellow-button:hover {
  background: linear-gradient(to bottom, #e60000 0%, #990000 100%);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 6px 12px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
  color: #fff;
}

.green-strip {
  width: 100%;
  max-width: 600px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;  
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.5px;
  background: linear-gradient(
    to right, 
    #0c0c0d 0%, 
    #096100 50%, 
    #0c0c0d 100%
  );
  margin: 0 auto;
}

.green-strip h5 { color:#fff; font-weight:600; letter-spacing:1px; }

.first-strip
{
    background: linear-gradient(to bottom, #4a4d56 0%, #32353f 100%);
    border-radius: 15px 15px 0 0;
    padding: 20px 12px;
}
.first-strip h5 { color: #fff; text-align: center; }

.second-strip { background-color: #fff; padding: 15px 15px; text-align: center; }

.third-strip
{
    background-color: #28a745;
    border-radius: 0 0 15px 15px;
    padding: 10px 12px;
}
.third-strip h5 { color: #fff; text-align: center; font-style:italic; text-shadow: 2px 2px 2px #888888; }
.check-block label { font-size: 17px; }

.pricePlan .vip-button { font-size: 25px; }
.pricePlan .check-block label { cursor: auto; }
.pricePlan p { line-height: 30px; }
.pricePlan-section .pricePlan-wrapper .pricePlan .center-line { padding: clamp(10px, 2.5vw, 16px) 0; }
.pricePlan .flex-column { margin-bottom: 30px; }
.picks-box { max-width:388px; padding-top: 80px; padding-bottom: 80px; margin: 0 auto; }
.top-winners .picks-box { padding-top:15px; padding-bottom:15px; }
.price-banner .price .content { width: 38.771vw; }

.dashed-btn { border: 1px dashed #ffff00; padding:20px 25px; display: block; max-width: 230px; text-align:center; color: #ffff00; font-size:24px; font-weight:600; border-radius:8px; }
.ptb-40 { padding-top:40px; padding-bottom: 40px; }
.cta-bottom { background: url(../assets/images/cta-bg.jpg); background-repeat: repeat-x; height: 442px; position: relative; margin-top: 90px; color:#fff; }
.cta-bottom .content { text-align: center; position: absolute; top:-130px; width: 90%; }
.cta-bottom h2 { color: #fff; }
.cta-bottom h3 { color: #fff; margin-top:10px; }
.cta-bottom h4 { color: #fff; }
.cta-bottom h5 { color: #fff; font-weight:400; }
.cta-bottom .yellow-button { margin-top: 30px; margin-bottom:12px; padding-left:30px; padding-right:30px; }
.footer-wrapper .link-block li { padding-top: 8px; }
.social-link li a { padding: 6px 12px; color: #000; }
.social-link p { color: #9797a5; }
.bg-dark-black { background-color: #000; padding-top: 12px; padding-bottom: 12px; }
.scrollToTopBtn { color: #383838; }

@media (max-width: 1330px) {
.price-banner { display: none; }
}

@media (max-width: 768px) {
.title-banner h1 { font-weight: 300 !important; font-size: 35px !important; height:auto !important; }
.title-banner .container-fluid { padding-top: 20px; padding-bottom: 20px; }
.club-detail { padding-left:25px; }
.club-detail img { display: none; }
}

.mobile-nav__contact i { color:#000 !important; }
.faq-block .accordion-button.collapsed::after { font-weight: 900; }
.faq-block .accordion-button::after { font-weight: 900; }
.title-banner { background: url(../assets/media/bg/title-banner.jpg) no-repeat; height: 40vh; text-align: center; }
.title-banner h1 { font-weight: 100; font-size: 46px; margin-top: 120px; }
.title-banner .container-fluid { padding-top: 60px; padding-bottom: 50px; }
.header { z-index: 1111; }
.faqs-section { background: #100f0f !important; }
label { padding-top: 10px; font-size:14px; }
.fancybox-image { border-radius: 10px; }


