@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

/* ==========================================================================
   1. RESET & NỀN TOÀN TRANG (CẬP NHẬT BACKGROUND MỚI)
   ========================================================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: url('images/bg-luxury.png') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 10px 0;
    margin: 0;
}

.main-wrapper {
    width: 100%;
    max-width: 1320px;
    background-color: transparent; 
    border: none;
    border-radius: 0;
    padding: 0 20px;
    box-shadow: none;
}

/* ==========================================================================
   2. HEADER & THANH ĐIỀU HƯỚNG (ĐÃ DI CHUYỂN MENU VỀ BÊN PHẢI)
   ========================================================================== */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.logo-img {
    height: 65px !important;
    width: auto;
    display: block;
    object-fit: contain;
    margin-left: 40px !important; 
}

.header-right-group {
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav-menu {
    display: flex;
    gap: 24px;
}

.nav-item {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.2s;
    letter-spacing: 0.5px;
}

.nav-item.active, .nav-item:hover {
    color: #000;
}

.download-app-btn {
    background: transparent;
    border: 1.5px solid #8e8268;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: #4a3e25;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.download-app-btn svg {
    width: 16px;
    height: 16px;
}

.download-app-btn:hover {
    background-color: rgba(142, 130, 104, 0.1);
}

/* ==========================================================================
   CSS ĐIỀU KHIỂN ẨN/HIỆN ICON TỰ ĐỘNG KHI CÓ ẢNH THAY THẾ
   ========================================================================== */
.icon-wrapper {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.user-custom-icon {
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
    display: inline-block;
}

.user-custom-icon + .default-svg {
    display: inline-block;
}
.user-custom-icon[src]:not([src=""]):valid + .default-svg {
    display: none !important;
}

.live-support-btn .user-custom-icon {
    max-width: 20px;
    max-height: 20px;
}

/* ==========================================================================
   3. BANNER CHÍNH (HERO SECTION)
   ========================================================================== */
.hero-section {
    background: url('images/banner.png') no-repeat center center;
    background-size: 100% 100%;
    border-radius: 14px;
    width: 100%;
    aspect-ratio: 3.1 / 1;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.15);
    display: block;
}

.live-support-btn {
    position: absolute;
    left: 11%;     
    bottom: 23%;         
    background: rgba(20, 20, 20, 0.75); 
    backdrop-filter: blur(8px); 
    border: 1.5px solid #dfb96c; 
    padding: 14px 36px; 
    height: 54px;
    border-radius: 12px;   
    color: #ffe3b3;        
    font-size: 16px;      
    font-weight: 800;
    letter-spacing: 0.8px;
    white-space: nowrap;   
    cursor: pointer;
    display: inline-flex;  
    align-items: center;
    justify-content: center;
    gap: 12px;             
    box-shadow: 0 4px 20px rgba(223, 185, 108, 0.25);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 10;
}

.live-support-btn .icon-wrapper,
.live-support-btn svg,
.live-support-btn .user-custom-icon {
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
    fill: #ffe3b3 !important;
    color: #ffe3b3 !important;
    filter: drop-shadow(0 0 4px rgba(255, 227, 179, 0.6));
}

.live-support-btn:hover {
    transform: translateY(-3px);
    background: rgba(30, 30, 30, 0.9);
    border-color: #ffffff;
    color: #ffffff;        
    box-shadow: 0 8px 25px rgba(223, 185, 108, 0.5);
}

.live-support-btn:hover svg, 
.live-support-btn:hover .user-custom-icon {
    fill: #ffffff !important;
    color: #ffffff !important;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
}

/* ==========================================================================
   4. 5 Ô TÍNH NĂNG CHÍNH (FEATURES GRID)
   ========================================================================== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px; 
    margin-bottom: 18px; 
}

.feature-card {
    background-color: #fdfaf2;
    border: 1px solid #eadecc;
    border-radius: 12px;
    padding: 18px 10px; 
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.feature-card h3 {
    font-size: 13px;
    color: #4a3e25;
    font-weight: 700;
    line-height: 1.4;
}

.card-icon {
    color: #bfa165;
}

.feature-card.active-card, .feature-card:hover {
    border: 2px solid #dfb96c;
    box-shadow: 0 4px 12px rgba(223, 185, 108, 0.2);
}

/* ==========================================================================
   5. BỐ CỤC PHẦN DƯỚI (SPEEDTEST & DOWNLOAD APP)
   ========================================================================== */
.bottom-container {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
}

.speed-test-panel {
    background-color: #fdfaf2;
    border: 1px solid #eadecc;
    border-radius: 14px;
    padding: 16px 20px; 
}

.panel-title {
    font-size: 15px;
    font-weight: 700;
    color: #3a3120;
    margin-bottom: 12px; 
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 8px;
}

.links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; 
}

.link-row {
    background-color: #f5eedb;
    border: 1px solid #e4d7bf;
    border-radius: 8px;
    padding: 12px 14px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.link-row:hover {
    background-color: #ede2c7;
}

.link-name {
    font-size: 12px;
    font-weight: 700;
    color: #4a3e25;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot-green {
    width: 6px;
    height: 6px;
    background-color: #27ae60;
    border-radius: 50%;
    display: inline-block;
}

.speed-ms {
    font-size: 12px;
    font-weight: 700;
    color: #27ae60;
}

.apps-download-panel {
    background-color: #171717;
    border-radius: 14px;
    padding: 16px; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.app-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.platform-title {
    color: #888888;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.qr-box {
    background-color: #ffffff !important;
    padding: 6px;
    border-radius: 8px;
    width: 85px;  
    height: 85px; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 2px;
}

.qr-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.store-badge {
    width: 105px; 
    height: 30px; 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.google-play {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg');
}

.app-store {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/3/3c/Download_on_the_App_Store_Badge.svg');
}

.divider-line {
    width: 1px;
    height: 70px;
    background-color: #333;
}

/* ==========================================================================
   6. DỌN DẸP CODE THỪA
   ========================================================================== */
.hero-section::before, .hero-left, .hero-right, .operator-img-placeholder, .logo-area, .qr-mock {
    display: none !important;
}

/* ==========================================================================
   7. LUXURY MODAL POPUP STYLES 
   ========================================================================== */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.popup-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

.popup-content {
    width: 90%;
    max-width: 500px;                
    background-color: #fdfaf2;       
    border: 1px solid #eadecc;
    border-radius: 16px;             
    padding: 30px 24px;              
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    background-image: url('images/bg-popup-vip.png'); 
    background-size: cover;          
    background-position: center;     
    background-repeat: no-repeat;    
    position: relative;
    overflow: hidden;                
    transform: scale(0.8);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.popup-overlay.show .popup-content {
    transform: scale(1);
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    color: #bfa165;
    cursor: pointer;
    font-weight: 300;
    transition: color 0.2s, transform 0.2s;
}

.popup-close:hover {
    color: #4a3e25;
    transform: rotate(90deg);
}

.popup-header-icon {
    margin-bottom: 12px;
    display: inline-block;
}

.popup-vip-img {
    width: 80px;         
    height: 80px;        
    object-fit: contain; 
    border-radius: 50%;  
    filter: drop-shadow(0 4px 8px rgba(223, 185, 108, 0.3)); 
}

.popup-content h2 {
    font-family: 'Montserrat', sans-serif; 
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #1a1a1a; 
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 2px 4px rgba(0, 0, 0, 0.15);
}

.popup-content p {
    font-family: 'Montserrat', sans-serif; 
    font-size: 13.5px;
    font-weight: 600;           
    color: #3a3120;             
    max-width: 85%;             
    margin: 0 auto 24px auto;   
    line-height: 1.5;           
}

.input-group {
    text-align: center; 
    margin-bottom: 18px;
}

.input-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #4a3e25;
    margin-bottom: 8px; 
    text-align: center; 
}

.input-group .required {
    color: #e65100;
}

.input-group input[type="text"], 
.input-group textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #eadecc;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    color: #31240c;
    text-align: center; 
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.input-group input[type="text"]:focus, 
.input-group textarea:focus {
    border-color: #dfb96c;
    box-shadow: 0 0 6px rgba(223, 185, 108, 0.3);
}

.pin-container {
    display: flex;
    justify-content: center; 
    gap: 12px;
}

.pin-input {
    width: 22%;
    height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #eadecc;
    background-color: #ffffff;
    border-radius: 8px;
    color: #31240c;
    outline: none;
    transition: all 0.2s;
}

.pin-input:focus {
    border-color: #e65100;
    box-shadow: 0 0 6px rgba(230, 81, 0, 0.2);
}

.popup-footer-actions {
    display: flex;
    gap: 16px; 
    margin-top: 28px;
}

.popup-btn {
    flex: 1;
    padding: 14px 20px;
    border: none;
    border-radius: 30px; 
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px; 
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-primary {
    background: linear-gradient(135deg, #ffe3b3 0%, #dfb96c 50%, #b39255 100%);
    color: #111111; 
    border: 1px solid #ffe3b3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); 
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ffffff 0%, #dfb96c 50%, #997a42 100%);
    box-shadow: 0 6px 20px rgba(223, 185, 108, 0.45);
}

.btn-secondary {
    background: linear-gradient(135deg, #2a2a2a 0%, #141414 100%);
    color: #dfb96c; 
    border: 1px solid #bfa165; 
}

.btn-secondary:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #3a3a3a 0%, #1e1e1e 100%);
    color: #ffe3b3; 
    border-color: #ffe3b3;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35), 0 0 10px rgba(191, 161, 101, 0.2);
}

.popup-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   8. BỔ SUNG CSS CHO POPUP BẢNG QUYỀN LỢI VIP U888
   ========================================================================== */
.vip-table-content {
    max-width: 580px !important; 
    padding: 25px 20px 20px 20px !important;
}

.vip-intro {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    color: #4a3e25 !important;
}

.vip-scroll-body {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 6px;
    text-align: left;
    margin-bottom: 15px;
}

.vip-scroll-body::-webkit-scrollbar {
    width: 5px;
}
.vip-scroll-body::-webkit-scrollbar-track {
    background: rgba(234, 222, 204, 0.3);
    border-radius: 4px;
}
.vip-scroll-body::-webkit-scrollbar-thumb {
    background: #dfb96c;
    border-radius: 4px;
}

.vip-section-block {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #eadecc;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.vip-section-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    border-bottom: 1px dashed #dfb96c;
    padding-bottom: 4px;
}

.vip-list {
    list-style: none;
    padding-left: 0;
}

.vip-list li {
    font-size: 13px;
    color: #4a3e25;
    line-height: 1.6;
    margin-bottom: 6px;
    position: relative;
    padding-left: 14px;
}

.vip-list li::before {
    content: "•";
    color: #bfa165;
    font-weight: bold;
    position: absolute;
    left: 2px;
    top: 0;
}

.text-center-list li {
    text-align: left;
}

.gold-text {
    color: #b39255;
    font-weight: 700;
}

.warning-text {
    color: #d32f2f;
    font-weight: 700;
}

.popup-footer-actions.align-center-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.vip-upgrade-link {
    text-decoration: none;
    display: inline-block;
    width: 85%; 
    max-width: 400px;
}

.popup-btn.btn-primary-gold {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    border-radius: 8px !important; 
    background: linear-gradient(to bottom, #e5c382 0%, #be9c5a 50%, #9f7d3b 100%);
    color: #000000; 
    box-shadow: 0 5px 15px rgba(159, 125, 59, 0.4);
    transition: all 0.2s ease-in-out;
}

.popup-btn.btn-primary-gold:hover {
    background: linear-gradient(to bottom, #f3d79b 0%, #cfae6c 50%, #b3904c 100%);
    box-shadow: 0 6px 20px rgba(159, 125, 59, 0.6);
    transform: translateY(-1px);
}

/* ==========================================================================
   9. HỆ THỐNG RESPONSIVE ĐỘC LẬP CHO MOBILE & TABLET (GIỮ NGUYÊN 1 HÀNG 2 NÚT)
   ========================================================================== */

/* --- Dành cho Tablet / Màn hình nhỏ (Dưới 900px) --- */
@media (max-width: 900px) {
    .features-grid { 
        grid-template-columns: repeat(3, 1fr); 
        gap: 12px;
    }
    .bottom-container { 
        grid-template-columns: 1fr; 
        gap: 16px;
    }
}

/* --- ĐOẠN ĐIỀU CHỈNH CHÍNH DÀNH CHO MOBILE (TỪ 680PX TRỞ XUỐNG) --- */
@media (max-width: 680px) {
    body {
        padding: 5px 0;
    }
    .main-wrapper {
        padding: 0 12px;
    }
    
    /* Cấu trúc Header */
    .header {
        flex-direction: column; 
        align-items: center;
        gap: 12px;
    }
    .logo-img {
        margin-left: 0 !important; 
        height: 55px !important;
    }
    .header-right-group {
        width: 100%;
        justify-content: space-between; 
        align-items: center;
        gap: 10px;
    }
    
    /* Căn giữa các mục TRANG CHỦ, CLB VIP, GÓP Ý */
    .nav-menu {
        gap: 15px;
        flex: 1;
        justify-content: center !important; 
        text-align: center;
    }
    .nav-item {
        font-size: 13px !important;
        color: #4a3e25 !important; 
        font-weight: 800 !important; 
        text-shadow: 0 0 1px rgba(223, 185, 108, 0.5);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
    .nav-item.active, .nav-item:hover {
        color: #bfa165 !important; 
    }
    .download-app-btn {
        padding: 8px 12px;
        font-size: 11.5px;
        font-weight: 700;
        background: rgba(74, 62, 37, 0.1);
        border-color: #8e8268;
    }

    /* Banner hiển thị đầy đủ nội dung ảnh */
    .hero-section {
        aspect-ratio: 2.1 / 1 !important; 
        background-size: 100% 100% !important; 
        background-position: center !important;
        margin-bottom: 16px;
    }
    .live-support-btn {
        left: 5%;
        bottom: 10%;
        padding: 4px 12px;
        height: 32px;
        font-size: 11px;
        border-radius: 6px;
        gap: 4px;
    }
    .live-support-btn .icon-wrapper,
    .live-support-btn svg,
    .live-support-btn .user-custom-icon {
        width: 14px !important;
        height: 14px !important;
    }
}

/* --- Dành cho Điện thoại nhỏ (Dưới 480px) --- */
@media (max-width: 480px) {
    /* 5 Ô tính năng */
    .features-grid { 
        grid-template-columns: repeat(2, 1fr); 
        gap: 8px;
    }
    .feature-card {
        padding: 12px 6px;
        gap: 6px;
    }
    .feature-card h3 {
        font-size: 11.5px;
    }
    
    /* Khung bọc lớn "KẾT NỐI NHANH & AN TOÀN" */
    .bottom-container, 
    .speed-test-panel { 
        padding-left: 10px !important;  
        padding-right: 10px !important; 
    }

    /* ĐẢM BẢO CHẮC CHẮN: Luôn khóa 1 hàng có 2 nút nằm ngang song song nhau */
    .links-grid { 
        grid-template-columns: 1fr 1fr !important; 
        gap: 8px !important;
        width: 100% !important;
        display: grid !important;
    }

    /* Ruột nút: chữ nằm trên, số ping nằm dưới và cả hai đều căn giữa lòng nút */
    .link-row {
        padding: 8px 4px !important; 
        display: flex !important;
        flex-direction: column !important; /* Chữ và số ping xếp dọc nhau bên trong nút */
        justify-content: center !important; 
        align-items: center !important;    /* Căn tất cả vào chính giữa lòng nút */
        gap: 4px !important;               /* Tạo khoảng trống nhỏ giữa chữ và số ping */
        text-align: center !important;
    }
    
    /* Chữ "LINK TRUY CẬP 01" căn giữa lòng nút */
    .link-name {
        font-size: 10.5px !important;
        font-weight: 700 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        white-space: nowrap !important;
    }
    
    /* Số ping (14 ms) tự động xuống dưới dòng chữ và căn giữa */
    .speed-ms {
        font-size: 11px !important;
        font-weight: 700 !important;
        text-align: center !important;
        display: inline-block !important;
        white-space: nowrap !important;
    }
    
    /* Khối tải app nằm ngang cân đối */
    .apps-download-panel { 
        flex-direction: row !important; 
        justify-content: space-around !important; 
        align-items: center !important;
        gap: 10px; 
        padding: 16px 8px;
    }
    .app-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .qr-box {
        width: 85px;  
        height: 85px;
    }
    .store-badge {
        width: 110px; 
        height: 32px;
    }
    .divider-line { 
        width: 1px !important; 
        height: 80px !important; 
        background-color: #333;
    }
    
    /* CẤU TRÚC NÚT VÀ DIỆN TÍCH CÁC POPUP TRÊN MOBILE */
    .popup-content {
        width: 92% !important;
        padding: 22px 16px 18px 16px !important;
    }
    .popup-content h2 { 
        font-size: 20px !important; 
    }
    .popup-content p {
        font-size: 12.5px !important;
        margin-bottom: 16px !important;
        max-width: 95% !important;
    }
    .popup-vip-img {
        width: 65px !important;
        height: 65px !important;
    }
    .input-group {
        margin-bottom: 12px !important;
    }
    .input-group label {
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }
    .input-group input[type="text"] {
        padding: 9px 12px !important;
        font-size: 13px !important;
    }
    .pin-container {
        gap: 8px !important;
    }
    .pin-input {
        height: 40px !important;
        font-size: 16px !important;
    }
    .popup-footer-actions {
        gap: 10px !important;
        margin-top: 18px !important;
    }

    /* Thu nhỏ nút ở các popup thường (Hủy bỏ, Liên kết ngân hàng...) */
    .popup-content:not(.vip-table-content) .popup-btn {
        padding: 10px 12px !important;  
        font-size: 11.5px !important;    
        border-radius: 12px !important; 
        letter-spacing: 0.5px !important;
        line-height: 1.3 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;               
    }

    /* Popup bảng quyền lợi VIP (Giữ nguyên cấu trúc chuẩn) */
    .vip-scroll-body {
        max-height: 280px;
    }
    .popup-content.vip-table-content {
        padding: 20px 12px 14px 12px !important;
    }
    .vip-intro {
        font-size: 11.5px !important;
        margin-bottom: 10px !important;
    }
    .vip-section-block {
        padding: 10px 12px;
        margin-bottom: 8px;
    }
    .vip-section-block h3 {
        font-size: 12.5px;
    }
    .vip-list li {
        font-size: 11.5px;
    }
    .popup-btn.btn-primary-gold {
        padding: 11px 16px !important;
        font-size: 13.5px !important;
        border-radius: 8px !important;
    }
}