:root {
    --primary-color: #00A6F3;
    --secondary-color: #c0392b;
    --text-dark: #5A5A5A;
    --gradient-bg: linear-gradient(135deg, #232323 0%, #4a4949 100%);
}

body {
     font-family: 'Montserrat', sans-serif;

    color: var(--text-white);
    min-height: 100vh;
}

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

/* Header Section */
.header-section {
       background: url("../img/bg.png") center;
	background-size: cover;
    
}



.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;
    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;
    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: 9px 3px 13px 3px;
    border-radius: 100%;
}

.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: 50px;
    height: 50px;
}

.social-icon {
    width: 80px;
    height: 80px;
    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-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--text-white);
	
	
	
	


font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 2.5em;
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: 1.2rem 0.75rem;
 
    border-radius: 15px;
    text-decoration: none;
    color: var(--text-white);
    transition: all 0.3s ease;
    height: 100%;
	


background: linear-gradient(183.49deg, #00C2FF -38.56%, #0038FF 170.77%);
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 5px -4px 10px rgba(4, 49, 116, 0.5), inset -2px -2px 4px rgba(101, 18, 184, 0.1), inset 2px 2px 3px #FFFFFF;

	
	
	
	
	
	
}

.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(255,255,255,1);
    border-radius: 10px;
    text-align: center;
    border: 2px solid var(--primary-color);
	color: var(--primary-color);
	font-size: 1.25em;
}

/* 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: 2rem 0;
  background: #fff;
  border-top: 3px solid #00A6F3;
}

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


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

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

color: #00A6F3;



	
	
	
	
}

.platform-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 0.75rem;
    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(142.42% 142.42% at 50% 0%, #00C2FF 0%, #0038FF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
border-radius: 16px;




	
	
}

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

.footermb{
	    background: url("../img/bg.png") center;
	background-size: cover;
	
}

@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;
    }
}

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

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