/* 
 * LU88 Vietnam Bannerå’Œæ”¯ä»˜åŒºåŸŸä¸“ç”¨æ ·å¼
 * æœ¬æ–‡ä»¶ç”¨äºŽé‡æ–°è®¾è®¡ç½‘ç«™çš„Bannerå’Œæ”¯ä»˜åŒºåŸŸï¼Œä»¥åŒ¹é…LU88 Vietnamçš„å“ç‰Œå½¢è±¡
 */

/* ä¸»è¦é¢œè‰²å˜é‡ */
:root {
  --lu88-green: #00b14f;   /* LU88ä¸»é¢˜ç»¿è‰² */
  --lu88-gold: #d9a858;    /* é‡‘è‰²å¼ºè°ƒè‰² */
  --lu88-bg: #d6f4e3;      /* æµ…ç»¿è‰²èƒŒæ™¯ */
  --lu88-dark: #1a1a1a;    /* æ·±è‰²èƒŒæ™¯ */
  --lu88-light: #ffffff;   /* æµ…è‰²æ–‡æœ¬ */
}

/* BanneråŒºåŸŸæ ·å¼ */
.banner-section {
    background-color: #d6f4e3;
    padding: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/banner-pattern.png') repeat;
    opacity: 0.06;
    z-index: 1;
}

.banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.banner-content {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
}

.banner-title {
    font-size: 36px;
    font-weight: 700;
    color: #00813a;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.banner-description {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.banner-cta {
    display: inline-block;
    background: linear-gradient(135deg, #00a651 0%, #006b33 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 166, 81, 0.3);
}

.banner-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 166, 81, 0.4);
    background: linear-gradient(135deg, #00b459 0%, #007c3c 100%);
}

.banner-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.banner-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.banner-image img:hover {
    transform: scale(1.02);
}

/* Bannerå¯¼èˆªæŒ‰é’® */
.banner-slider .slick-prev,
.banner-slider .slick-next {
  width: 40px;
  height: 40px;
  background-color: var(--lu88-green);
  border-radius: 50%;
  z-index: 10;
}

.banner-slider .slick-prev:hover,
.banner-slider .slick-next:hover {
  background-color: var(--lu88-dark);
}

.banner-slider .slick-dots li button:before {
  color: var(--lu88-green);
  font-size: 12px;
}

.banner-slider .slick-dots li.slick-active button:before {
  color: var(--lu88-dark);
}

/* æ”¯ä»˜åŒºåŸŸæ ·å¼ */
.payment-section {
    background-color: #d6f4e3;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.payment-title {
    font-size: 24px;
    font-weight: 700;
    color: #00813a;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.payment-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: rgb(29, 57, 196);
    margin: 10px auto 0;
    border-radius: 3px;
}

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.payment-method {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    width: 100px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.payment-method img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.payment-info {
    font-size: 15px;
    color: #444;
    text-align: center;
    line-height: 1.6;
    margin-top: 15px;
}

/* è¶Šå—æœ¬åœ°æ”¯ä»˜æ–¹å¼ç‰¹æ®Šæ ·å¼ */
.payment-method.vietnam-local {
    border: 1px solid #00a651;
    position: relative;
}

.payment-method.vietnam-local::before {
    content: 'VN';
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #00a651;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* è´£ä»»åšå½©åŒºåŸŸ */
.responsible-gambling {
  background-color: var(--lu88-bg);
  padding: 15px 20px;
  border-radius: 8px;
  margin: 20px 0;
  border-left: 4px solid var(--lu88-green);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.responsible-gambling p {
  color: var(--lu88-dark);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.responsible-gambling strong {
  color: var(--lu88-green);
  font-weight: 600;
}

/* å“åº”å¼è°ƒæ•´ */
@media (max-width: 768px) {
    .banner-container {
        flex-direction: column;
    }
    
    .banner-content {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .banner-title {
        font-size: 28px;
    }
    
    .banner-description {
        font-size: 16px;
    }
    
    .payment-methods {
        gap: 10px;
    }
    
    .payment-method {
        width: 90px;
        height: 60px;
    }
    
    .responsible-gambling {
        padding: 12px 15px;
    }
    
    .responsible-gambling p {
        font-size: 13px;
    }
}

/* é¦–é¡µä¸“ç”¨æ ·å¼è°ƒæ•´ */
.index-page .banner-container {
  margin-top: 20px;
}

/* æœåŠ¡æ ‡è¯†åŒºåŸŸ */
.service-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: var(--lu88-bg);
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  gap: 10px;
}

.service-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.service-item:hover {
  background-color: var(--lu88-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-item i {
  color: var(--lu88-green);
  font-size: 20px;
  margin-right: 8px;
}

.service-item span {
  color: var(--lu88-dark);
  font-size: 14px;
  font-weight: 500;
}

/* åŠ¨ç”»æ•ˆæžœ */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.banner-section, .payment-section {
    animation: fadeIn 0.8s ease-out forwards;
} 