/* ===== RESET & BASE STYLES ===== */

body {
    font-family: 'Arial', sans-serif;
    background: url("../img/bg.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow-x: hidden;
}

.main-container {


    position: relative;
}


/* ===== HEADER SECTION ===== */
.header-section {
    text-align: center;
    padding: 40px 20px 0px;
    position: relative;
    z-index: 2;
}

#iframeContainerWrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 550px;
    border: 2px solid #FFA500;
    border-radius: 8px;
    z-index: 9998;
    display: none;
}

.logo-container {
    margin-bottom: 20px;
}

.logo {
    max-width: 200px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(255, 69, 0, 0.3));
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.titlez {
    width: 100%;
    max-width: 800px;
}

.main-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFD700;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(255, 215, 0, 0.3);
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

/* ===== PHONE & QR SECTION ===== */
.phone-qr-section {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.phone-qr-section .container-fluid {
    max-width: 1100px;
}

.phone-mockup {
    text-align: center;
    margin-bottom: 20px;
}

.phone-image {
    max-width: 380px;
    height: auto;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.phone-image:hover {
    transform: translateY(-5px);
}

.qr-codes-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-card {
    color: #000;
    border-radius: 15px;
    padding: 10px;
    text-align: center;

    transition: all 0.3s ease;
    margin-bottom: 10px;

    background: #FFFFFF;
    box-shadow: 0px 0px 18.3469px #8AC5DA;



}

.qr-card:hover {
    transform: translateY(-5px);


    box-shadow: 0 10px 25px rgba(255, 69, 0, 0.2);
}

.qr-image {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.download-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    font-weight: bold;
}

.download-info i {
    font-size: 1.2rem;
}

.platform-icon {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}

.ios-card .platform-icon {
    filter: drop-shadow(0 1px 3px rgba(0, 122, 255, 0.3));
}

.android-card .platform-icon {
    filter: drop-shadow(0 1px 3px rgba(61, 220, 132, 0.3));
}

.download-btn {
    display: block;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.ios-btn {
    font-size: 12px;
    color: white;



    background: linear-gradient(180deg, #FF5111 0%, #F91F11 100%);
    border: 1px solid #FFFFFF;
    border-radius: 100px;




}

.android-btn {
    font-size: 12px;
    color: white;



    background: linear-gradient(180deg, #FF5111 0%, #F91F11 100%);
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}


.download-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 69, 0, 0.3);
    color: white;
}

.download-note {
    margin-top: 20px;
    text-align: center;

    padding: 15px;
    border-radius: 10px;



    background: linear-gradient(180deg, #FFFFFF 46.34%, #999999 106.1%);
    border: 1.6339px solid #FFFFFF;
    box-shadow: inset 0px 0px 6.04542px #8AC5DA;
    border-radius: 10.2084px;






}

.download-note p {
    margin: 0;
    font-size: 0.85rem;
    color: #000;
    line-height: 1.4;
}

/* ===== SERVICES SECTION ===== */
.services-section {
    padding: 20px 20px 0px;
    position: relative;
    z-index: 2;
	padding: 10px;
}

.services-section .container {
    max-width: 900px;
}



.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 20px;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;


    text-transform: uppercase;
    letter-spacing: 1px;

    background: linear-gradient(180deg, #FFFFFF 46.34%, #999999 106.1%);
    border: 1px solid #FFFFFF;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;

    position: relative;


}



.service-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 69, 0, 0.4);
    border-color: rgba(255, 215, 0, 0.5);
    background: linear-gradient(180deg, #FF5111 0%, #F91F11 100%);
    color: #FFD700;
}

.service-btn i {
    font-size: 1.3rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.service-icon {
    width: 68px;
    height: 68px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-10%, -50%);
    z-index: 3;
}

/* ===== SPEED LINKS SECTION ===== */
.speed-links-section {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.speed-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;

    margin-bottom: 20px;

    letter-spacing: 1px;
    text-transform: uppercase;



    background: linear-gradient(180deg, #FF5111 0%, #F91F11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;



}

.speed-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../img/btn.svg") center center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    padding: 15px 20px;
    text-align: left;
    transition: all 0.3s ease;

    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 60px;
}

.link-content {
    flex: 1;
}

.link-header {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

.link-status {
    font-size: 0.8rem;
    opacity: 0.9;
}

.link-speed {
    font-size: 0.9rem;
    font-weight: bold;
    color: #000;


    padding: 5px 10px;
    border-radius: 15px;
    margin-left: 10px;
}

.speed-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.speed-link:hover::before {
    left: 100%;
}

.speed-link:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 69, 0, 0.4);
    border-color: rgba(255, 215, 0, 0.8);

}




.speed-link {
    padding: 12px 15px;
    min-height: 45px;
}

.link-header {
    font-size: 0.8rem;
}

.link-status {
    font-size: 0.6rem;
}

.link-speed {
    font-size: 1rem;
    padding: 3px 8px;
}


@media only screen and (max-width: 768px) {
    .main-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }

    .speed-title {
        font-size: 1.5rem;
    }

    .service-btn {
        padding: 15px 18px;
        font-size: 0.9rem;
    }

    .phone-image {
        max-width: 240px;
    }

    .qr-image {
        width: 70px;
        height: 70px;
    }

    .download-note {
        margin-top: 15px;
        padding: 12px;
    }

    .download-note p {
        font-size: 0.8rem;
    }

    #frameContainerWrapper {
        width: 400px;
        height: 550px;
        border: 2px solid #FE7F7E;
    }
}

.home.box-news {display: block;overflow: hidden;padding: 0px 0px 20px 0px;}
.home.box-news .box-news-inner { border-radius: 7px; width: 100%; min-height: 33px;background: linear-gradient(to top, rgb(245, 0, 0), rgb(236, 102, 18)); font-size: 14px;}
.box-news-inner .box-title {color: #ff0; font-size: 14px; width: 50px;display: inline-block;}
.box-news-inner .box-title img{display: inline-block;height: 33px;}
.box-news-inner .marquee {width: calc(100% - 90px); overflow: hidden; white-space: nowrap; display: inline-block;position: relative; top: 6px;}
.box-news-inner .marquee div.item { font-size: 12px; color: #fff; display: inline-block; padding: 0 32px; cursor: pointer; }
.box-news-inner .marquee div.item a { color: #fff; text-decoration: none; }
.box-news-inner .marquee div.item a:hover { text-decoration: underline; }

@media only screen and (max-width: 576px) {
    .main-title {
        font-size: 1.5rem;
    }

    .speed-title {
        font-size: 1.3rem;
    }

    .service-btn {
        padding: 12px 15px;
        font-size: 0.8rem;
        gap: 8px;
    }

    .service-btn i {
        font-size: 1.1rem;
    }

    .phone-image {
        max-width: 200px;
    }

    .qr-image {
        width: 80px;
        height: 80px;
    }

    .service-icon {
        width: 54px;
        height: 54px;

    }


    .service-btn span {
        font-size: 0.9em;
        margin-left: 12px;
        letter-spacing: 0;

    }

    .link-header {
        font-size: 0.9rem !important;
    }

    .link-status {
        font-size: 0.7rem !important;
    }

    .link-speed {
        font-size: 0.8rem !important;

    }

    #frameContainerWrapper {
        width: 400px;
        height: 550px;
        border: 2px solid #FE7F7E;
    }


    /* ===== RESPONSIVE DESIGN ===== */
}


@media only screen and (max-width: 430px) {
    .main-title {
        font-size: 1.5rem;
    }

    .speed-title {
        font-size: 1.3rem;
    }

    .service-btn {
        padding: 12px 15px;
        font-size: 0.8rem;
        gap: 8px;
    }

    .service-btn i {
        font-size: 1.1rem;
    }

    .phone-image {
        max-width: 200px;
    }

    .qr-image {
        width: 80px;
        height: 80px;
    }

    .service-icon {
        width: 54px;
        height: 54px;

    }

    .speed-link {
        padding: 0px 15px;
        min-height: 50px;
    }


    .speed-link {


        background: url(../img/btn.svg) no-repeat;
        background-position: right center;
        background-size: cover;

    }


    .service-btn span {
        font-size: 0.8em;
        text-align: right;
        width: 110%;

    }

    .link-header {
        font-size: 0.8rem !important;
    }

    .link-status {
        font-size: 0.7rem !important;
    }

    .link-speed {
        font-size: 0.8rem !important;

    }

    #frameContainerWrapper {
        width: 400px;
        height: 550px;
        border: 2px solid #FE7F7E;
    }


    /* ===== RESPONSIVE DESIGN ===== */
}


@media only screen and (max-width: 360px) {
    .main-title {
        font-size: 1.5rem;
    }

    .speed-title {
        font-size: 1.3rem;
    }

    .service-btn {
        padding: 12px 15px;
        font-size: 0.8rem;
        gap: 8px;
    }

    .service-btn i {
        font-size: 1.1rem;
    }

    .phone-image {
        max-width: 200px;
    }

    .qr-image {
        width: 80px;
        height: 80px;
    }

    .service-icon {
        width: 54px;
        height: 54px;

    }

    .speed-link {
        padding: 0px 15px;
        min-height: 44px;
    }

    .speed-link {


        background: url(../img/btn.svg) no-repeat;
        background-position: center center;
        background-size: cover;

    }


    .service-btn span {
        font-size: 0.8em;
        text-align: right;
        width: 100%;

    }

    .link-header {
        font-size: 0.7rem !important;
    }

    .link-status {
        font-size: 0.6rem !important;
    }

    .link-speed {
        font-size: 0.8rem !important;

    }

    #frameContainerWrapper {
        width: 400px;
        height: 550px;
        border: 2px solid #FE7F7E;
    }


    /* ===== RESPONSIVE DESIGN ===== */
}


@media (max-width: 330px) {
    .main-title {
        font-size: 1.5rem;
    }

    .speed-title {
        font-size: 1rem;
    }

    .service-btn {
        padding: 12px 15px;
        font-size: 0.8rem;
        gap: 8px;
        margin-bottom: 5px;
    }

    .download-note p {
        font-size: 0.6rem;
    }


    .service-btn i {
        font-size: 1.1rem;
    }

    .phone-image {
        max-width: 200px;
    }

    .qr-image {
        width: 80px;
        height: 80px;
    }

    .service-icon {
        width: 40px;
        height: 40px;

    }

    .speed-link {
        padding: 0px 15px;
        min-height: 36px;
    }

    .speed-link {


        background: url(../img/btn.svg) no-repeat;
        background-position: center center;
        background-size: cover;

    }

    .download-info {

        font-size: 0.6em;
    }

    .service-btn span {
        font-size: 0.6em;
        text-align: right;
        width: 100%;

    }

    .link-header {
        font-size: 0.5rem !important;
    }

    .link-status {
        font-size: 0.4rem !important;
    }

    .link-speed {
        font-size: 0.6rem !important;

    }

    #frameContainerWrapper {
        width: 400px;
        height: 550px;
        border: 2px solid #FE7F7E;
    }

    /* ===== RESPONSIVE DESIGN ===== */
}



/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.1;
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.header-section,
.phone-qr-section,
.services-section,
.speed-links-section {
    animation: fadeInUp 0.8s ease forwards;
}

.phone-qr-section {
    animation-delay: 0.2s;
}

.services-section {
    animation-delay: 0.4s;
}

.speed-links-section {
    animation-delay: 0.6s;
}

.service-btn:hover {
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out;
}

/* ===== CUSTOM SCROLLBAR ===== */
/* ===== FLOATING ELEMENTS ===== */
.floating-element {
    animation: float 15s ease-in-out infinite;
}

#iframeContainer {
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
    position: relative;
}

.mobile-view #iframeContainerWrapper{width:100%;height:100%;}

#popupCheckBet.modal.show .modal-dialog{max-width: 650px;}
#popupCheckBet .modal-content{background: #fff; border-radius: 32px; box-shadow: 0px 0px 20px 0px #00000080 inset;}
#popupCheckBet .modal-content .content-box{position: relative;}
#popupCheckBet .modal-content .content-box .btn-close{
    position: absolute; top: 0px;right:0px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.box-input-code{width:100%;text-align: center;color:#000000}
.box-input-code .box-input-code-inner{max-width: 650px;width: 100%;margin: auto;border-radius: 16px;position: relative;padding-bottom: 10px;}
.box-input-code .box-input-code-inner .box-title{color: #FF5500; font-size: 32px; font-weight: bold; text-transform: uppercase;
        background: linear-gradient(180deg, #FF5500 0%, #FF0D00 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

.box-input-code .box-input-code-inner div.frm-login{padding:0px 60px}
.box-input-code .box-input-code-inner div.frm-login label{font-size: 16px; margin-bottom: 10px; margin-top: 15px;font-weight: bold;white-space: nowrap;}
.box-input-code .box-input-code-inner div.frm-login input{backdrop-filter: blur(8.300000190734863px); border: 1px solid #FF5500; border-radius: 8px; padding: 11px; background: #fff; color: #757575; outline: 0;}
.box-input-code .box-input-code-inner div.frm-login textarea{border: 1px solid #FF5500;}
.box-input-code .box-input-code-inner div.frm-login input::placeholder { color: rgba(164, 167, 174, 1);}
.box-input-code .box-input-code-inner div.frm-login table{max-width: 330px;margin: auto;}
.box-input-code .box-input-code-inner div.frm-login table tr td{padding:0px 10px;}
.box-input-code .box-input-code-inner div.frm-login table tr td input{max-width: 48px;text-align: center;}
.box-input-code .box-input-code-inner div.frm-login button.btn-submit{
 
    margin-top: 20px;
    width: 100%;
    height: 48px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid #FFFCBA;
    box-shadow: 0px 3.64px 3.64px 0px #00000040;
    background: linear-gradient(180deg, #FF5500 0%, #FF0D00 100%);


}
.box-input-code .box-input-code-inner div.frm-login button.btn-submit span{color: #FFF600; text-transform: uppercase; font-weight: bold;}
.box-input-code .box-input-code-inner div.frm-verify{margin-top:30px}


#dataModal .modal-dialog,#dataModal  .modal-content{max-width: 792px;}
.box-code-inner{margin-top:40px;}
.box-code-inner .box-input-code{max-width: 654px;margin: 0px auto;}
.box-code-inner .box-input-code .box-input-code-inner{background: #fff;border: 2px solid #FFFFFF;border-radius: 32px;max-width: 100%;box-shadow: 0px 0px 20px 0px #00000080 inset;}

.box-code-inner .box-input-code .content-box{width:100%;text-align: center;color:#fff;max-width: 792px;padding-bottom: 20px;padding: 20px 15px;}
.box-code-inner .box-input-code .content-box .box-subtitle{font-size: 20px; font-weight: 500; color: #000;}
.box-code-inner .box-input-code .content-box .btn-close{
    position: absolute; top: 10px;right:10px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}
.box-code-inner .box-input-code .content-box .box-title{ color: #FF4400; font-size: 32px; font-weight: bold; text-transform: uppercase; margin: 20px 0px;}
.box-code-inner .box-input-code .content-box .box-results{background: #FFFFFF; font-size: 20px; color: #FF4400; border-radius: 8px; margin-top: 10px; margin-bottom: 20px; line-height: 46px; border: 1px solid #898989; background: linear-gradient(180deg, #FF0D00 0%, #8D0700 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;}

@media (max-width: 768px) {
    .box-input-code .box-input-code-inner div.frm-login{padding:0px 0px;}

    .box-input-code .box-input-code-inner div.frm-login button.btn-submit{font-size: 16px;}
}

