/* CSS File - assets/css/style.css */
:root {
    --primary-color: #e74c3c;
    --secondary-color: #c0392b;
    --text-dark: #5A5A5A;
    --gradient-bg: linear-gradient(135deg, #232323 0%, #4a4949 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
     font-family: 'Montserrat', sans-serif;
   
    color: var(--text-white);
    min-height: 100vh;
}

/* Header Section */
.header-section {
     background: var(--gradient-bg);
    
}


.kenhthongtin{
	justify-content: center;
}

.kenhthongtin .col-md-3{
	width: 21%;
}


.back-btn {
  margin-bottom: 1rem;
  position: absolute;
  top: 5%;
  left: 5%;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--text-white);
    border-radius: 50%;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

/* Back Button */
.btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--text-white);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px;
    padding: 12px 3px 13px 3px;
}

.btn-back:hover {
    background: var(--primary-color);
    transform: scale(1.1);
}

.btn-back img {
    width: 45px;
    height: 45px;
    display: inline;
    
}

.btn-back:hover img {
    filter: none;
}

/* Icon Styling */
.support-icon img {
    width: 50px;
    height: 50px;
 
}


.platform-icon img {
    width: 45px;
    height: 45px;
    
 
}

.social-icon img {
    width: 45px;
    height: 45px;
}
.social-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--text-white);
   
}

/* Download Buttons */
.download-btn {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.download-btn:hover {
    transform: translateX(10px);
}

.download-btn-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Remove old icon styling */
.support-icon,
.platform-icon {
    margin-bottom: 1rem;
}

.support-icon {
    margin-bottom: 0.5rem;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.logo {
    height: 80px;
    width: auto;
	margin: auto;
}

.logo-text {
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: bold;
}

.main-title {
    
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--text-white);
	
	
	
	


font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 2em;
line-height: 60px;
text-transform: uppercase;
	text-align: center;


	
	
}

.support-grid {
    margin-bottom: 2rem;
}

.support-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.75rem;
 
    border-radius: 15px;
    text-decoration: none;
    color: var(--text-white);
    transition: all 0.3s ease;
    height: 100%;
	

background: radial-gradient(75.51% 46.57% at 31.18% 33.57%, #FD4100 0%, #E01515 100%) ;
border: 1px solid rgba(255, 255, 255, 0.2);

}

.support-item:hover {
    
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    color: var(--text-white);
}

.support-icon {
    margin-bottom: 0.5rem;
}

.platform-icon {
    margin-bottom: 1rem;
}

.social-icon.telegram {
    background: #0088cc;
}

.social-icon.facebook {
    background: #3b5998;
}

.social-icon.youtube {
    background: #ff0000;
}

.social-icon.vip {
    background: #ffd700;
}

.support-item span {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

.contact-email {
    padding: 0.5rem;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    text-align: center;
    border: 2px solid var(--primary-color);
    color: #fff;
}

/* Header Right */
.header-right {
    position: relative;
    text-align: center;
}

.woman-image {
    position: relative;
    z-index: 2;
}
.woman-image img{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0%);
}

.woman-image2 img{
	width: 100%;
}


.app-showcase {
  
    z-index: 1;
}

.phone-mockup {
    opacity: 0.8;
}
.phone-mockup {
  /*/ margin-bottom: -50px; */
}
.download-buttons {
    
    display: flex;
    flex-direction: column;
	position: relative;
	z-index: 3;
    
}

.download-btn {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.download-btn:hover {
    transform: translateX(10px);
}

.download-btn-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Support Platform Section */
.support-platform {
  padding: 1.5rem 0;
  background: #fff;
  border-top: 3px solid #FF6717;
}

.section-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 1rem auto;


font-family: 'Montserrat';
font-style: normal;
font-weight: 700;

line-height: 34px;
text-align: center;

color: #F92B01;



	
	
	
	
}

.platform-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1rem;
    background: var(--text-white);
    border-radius: 15px;
    text-decoration: none;
    color: var(--text-dark);
    transition: all 0.3s ease;
    
	   box-shadow: 0 5px 15px rgba(0,0,0,0.3);

}

.platform-item:hover {
    transform: translateY(-10px);
   
    color: var(--text-dark);
}

.platform-icon {
    margin-bottom: 1rem;
}

.platform-item span {
    font-weight: bold;
    font-size: 0.9rem;
    white-space: nowrap;
}

/* Social Media Section */
.social-media {
    padding: 3rem 0;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
   
    background: var(--text-white);
    border-radius: 15px;
    text-decoration: none;
    color: var(--text-dark);
    transition: all 0.3s ease;
   
}

.social-item:hover {
    transform: translateY(-10px);
    
    color: var(--text-dark);
}

.social-icon {
    font-size: 3rem;
    
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon.telegram {
    background: #0088cc;
    color: white;
}

.social-icon.facebook {
    background: #3b5998;
    color: white;
}

.social-icon.youtube {
    background: #ff0000;
    color: white;
}

.social-icon.vip {
    background: #ffd700;
    color: #333;
}

.social-item span {
  font-weight: bold;
  font-size: 0.9rem;
}

/* High Speed Links */
.high-speed-links {
    padding: 3rem 0;
    background: rgba(255,255,255,0.1);
}

.speed-link {
    display: block;
    padding: 0.75rem 2rem;
  
    color: var(--text-white);
    text-decoration: none;
  
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s ease;
	
	
	
	
	

background: radial-gradient(99.57% 100% at 50% 0%, #FF682A 0%, #EF0000 100%);
border-radius: 16px;

	
	
	
	
}

.speed-link:hover {
   
    transform: scale(1.05);
    color: var(--text-white);
}

.footermb{
	background: var(--gradient-bg);
	
}

@media (max-width: 1024px) {
	  .container, .container-md, .container-sm {
    max-width: 100%;
  }
	
	.platform-item {
    height: 100%;
}
	
		.kenhthongtin .col-md-3{
	width: auto;
}
	
}

/* Responsive Design */
@media (max-width: 768px) {
	
	
	
	.back-btn {
    margin-bottom: 1rem;
    position: absolute;
    top: 2%;
    left: 5%;
}
	
	.btn-back {

    width: 30px;
    height: 30px;
 
}
	
	.btn-back img {
    width: 25px;
    height: 25px;
}
	
    .main-title {
        font-size: 2rem;
		        line-height: 1em;
    }
	
	.support-platform {
  padding: 1rem 0 0;
 
}
    
    .support-item {
        padding: 1rem 0.5rem;
    }
    
    .support-icon img,
    .platform-icon img {
        width: 30px;
        height: 30px;
    }
    
    .social-icon {
        width: 60px;
        height: 60px;
    }
    
    .social-icon img {
        width: 35px;
        height: 35px;
    }
    
    .support-item span {
        font-size: 0.8rem;
    }
    
    .download-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .section-title {
        font-size: 1.2rem;
    }
    
    .platform-item,
    .social-item {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 576px) {
	
	.logo {
    height: 60px;
    
}
	
    .support-grid .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .support-item {
        padding: 0.75rem 0.25rem;
    }
    
    .support-icon img,
    .platform-icon img {
        width: 35px;
        height: 35px;
    }
	.platform-item, .social-item   {
		padding: 0.5rem 0.5rem;
		
	}
	.social-item span {
  
font-size: 0.55rem;
}
	
	.platform-item span{
		  font-size: 0.7rem;
	}
    
    .support-item span {
        font-size: 0.7rem;
    }
    
    .main-title {
        font-size: 1.5rem;
    }
    
    .social-icon {
        width: 50px;
        height: 50px;
		margin-bottom: 10px;
    }
    
    .social-icon img {
        width: 35px;
        height: 35px;
    }
	
	.contact-email {
    padding: 0.5rem;
		margin: 10px!important;
  
}
	
	.contact-email span{
		font-size: 0.75em;
	}
	
}


@media (max-width: 414px) {
    .platform-item span {
        font-size: 0.5rem;

    }
	    .section-title {
        font-size: 1rem;
        line-height: 1em;
    }
	
	.speed-link {
  
    font-size: 1rem;
   
}
	
	    .main-title {
        font-size: 1.2rem;
    }
	
	
	
}


@media (max-width: 376px) {
    .support-item span {
        font-size: 0.4rem;
    }
	
	   .platform-item span {
        font-size: 0.4rem;

    }
	    .social-item span {
          font-size: 0.4rem;
    }
}


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


@media (min-width: 1536px) {
    .container {
        max-width: 1320px !important;
    }
}

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


#popupCheckBet.modal.show .modal-dialog{max-width: 650px;}
#popupCheckBet .modal-content{
    background: linear-gradient(180deg, #FF4501 0%, #A90600 100%);
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}
#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='%23fff'%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:#fff}
.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: #FFF600; font-size: 32px; font-weight: bold; text-transform: uppercase;
    
}

.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;
    box-shadow: 0px 3.64px 3.64px 0px #00000040;
    background: #fff;


}
.box-input-code .box-input-code-inner div.frm-login button.btn-submit span{color: #FF4400; 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;}
}

