body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5eaea;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/public/images/web-background.png');
    background-position: center;
   
    background-size: cover;
}





#mobile {
    display: none;
    background-image: url('/public/images/mobile-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#website {
    display: block;
    /* width: 940px; */
    width: 1240px;
}


.header-web {
    text-align: center;
    padding: 0 10px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




/*  mobile */

.main-content {
    height: auto;
    width: 100%;
}



.header-mobile {
    text-align: center;
    padding: 0 10px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-phone-logo {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.header-title-logo {
    width: 220px;
    height: 110px;
    display: flex;
    flex-direction: column;
}

.header-image {
        height: 100%;
    width: 100% !important;
    object-fit: contain;
}

.header-image-logo {
    height: 150px;
    width: 100% !important;
    object-fit: contain;
}

.header img {
    width: 120px;
}

.header h1 {
    color: #ff5a2c;
    margin: 10px 0;
}



#remove-margin-top {
    margin-top: 0;
}

.section {
    margin: 10px;
    overflow: hidden;
    background:rgb(255 255 255 / 50%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    background: rgb(47, 107, 255);
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    color: #F5E27A;
    font-size: 20px;
}

.section-title span {
    color: #F5E27A;

    font-size: 15px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}



.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
    border: 1px solid #6d8dfd;
}



.card {
    border: 1px solid #6d8dfd;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
}

.ping-color {
    font-size: 10px;
    color: rgb(47, 107, 255);
    font-weight: 800;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    color: white;

      font-size: 10px;
    font-weight: 700;
}

.red {
    background: #ff5a5a;
}

.orange {
    background: #ffb347;
}

.green {
    background: #5ccf8a;
}

.blue {
    background: #5aa9ff;
}

.purple {
    background: #a25aff;
}



.vpn-row {
    display: flex;
    justify-content: space-around;
    padding: 15px;
}

.vpn {
    text-align: center;
    cursor: pointer;
}

.vpn-btn-img {

    width: 110px;
    height: 50px;
    object-fit: cover;
}



.header-btn-list {
    display: flex;
    justify-content: space-around;
    background-color: transparent;
    margin: 0.5em 0.6em;
}



.footer-image-btn {
    width: 105px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
}


.footer-mobile {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    margin: 0.6em;
    border: 1px solid #ffb3b3;
    margin-bottom: 2em;
}

@media (max-width: 768px) {
    #mobile {
        display: block;
        
    }
    #website {
        display: none;
    }
}


/* @media (max-width: 380px) {

    .header-phone-logo {
    width: 380px;
    height: 200px;
    position: relative;
    top: 10px;
}
  
}  */




 @media (max-width: 380px) {

   .vpn-btn-img {
    width: 100px;
    height: 48px;
    object-fit: cover;
}
 
  
} 




/* website  */



 .section-website-section {
    display: flex;
    margin: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.section-title-website {
    height: 150px;
    width: 250px;
    border: 1px solid #000;
    background: #6d8dfd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #F5E27A;
}

.flex-web {
    width: 100%;
    height: 150px;
    border: 1px solid lime;
    display: flex;
    align-items: center;
}


.line-row {
    display: flex;
    background-color: rgb(253 255 255 / 44%);
  border: 2px solid #469aff;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    margin: 5px 20px;
}


.website-section {
    display: flex;
    align-items: center;
}

.header-logo-list {
    width: 100%;
    height: 200px;
    display: flex;
    margin: 20px 0;
}

.header-web-div-logo {
    width: 400px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-web-div-logo-image {
        height: 140px;
    width: 375px !important;
    object-fit: cover;
}

.header-web-div-text {
       width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;

}

.header-web-div-title-image {
    height: 80px;
    width: 255px !important;
    object-fit: contain;
    
}



/* Left Purple Info Badge */

.row-title {
    width: 210px;
    background-color: rgb(47, 107, 255);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 15px;
    line-height: 1.3;
    flex-shrink: 0;
    letter-spacing: 1px;
}

.row-title .sub-text {
    font-size: 25px;
    margin-top: 2px;
}

.row-title .speed-label {
    font-size: 28px;
    font-weight: normal;
    opacity: 0.85;
    margin-top: 6px;
}

/* Right Side Button Grid Grid */

.row-content {
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    padding: 20px;
    align-content: center;
}

.flex-web-image {
    display: flex;
    justify-content: space-around;
    align-items: center;

    width: 100%;
}

.vpn-btn-img-web {
    width: 220px;
    /* height: 90px; */
       height: 100px;
    object-fit: cover;
}

/* Double-Ring Circle Buttons */

.table-container {
  width: 100%;

}

table {
    width: 100%;
  border-collapse: collapse;
}

.table-link{
    text-decoration: none;
    color: #2f6bff;
   
        padding: 0.6em 1.3em;
}
.table-link:hover{
   color: #0048ff;
} 

th, td {
  width: 120px;
  height: 60px;
  text-align: center;
  border: 1px solid #2f6bff;
  color: #4da3ff;
  font-size: 24px;
}

/* Header style (gradient like your image) */
th {
  background-color: transparent;
  color: #2f6bff;
  font-weight: bold;
}

/* Data row */
td {
      color: #2f6bff;
    background-color: transparent;
}

/* .line-btn {
    aspect-ratio: 1;
    border: 2px solid #ffffff;
    padding: 3px;
   
    color: #0e60df;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.1s;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-ring {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

}

.line-btn:active {
    transform: scale(0.95);
}

.line-btn .num {
    font-size: 18px;
    font-weight: bold;
    height: 50%;
    border: 1px solid #0e60df;
}

.line-btn .ms {
    font-size: 20px;
    opacity: 0.95;
    margin-top: 1px;
     height: 50%;
      border: 1px solid #0e60df;
} */

/* Accurate Color Swatches */

.c-red {
    background-color: #ff4d4d;
}

.c-orange {
    background-color: #ffa726;
}

.c-green {
    background-color: #4caf50;
}

.c-blue {
    background-color: #29b6f6;
}

.c-purple {
    background-color: #ab47bc;
}

.c-pink {
    background-color: #ff4d5a;
}

/* Mobile Adaptability */

@media (max-width: 600px) {
    .line-row {
        flex-direction: column;
    }
    .row-title {
        width: 100%;
        padding: 12px;
    }
    .row-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

.hyper-link {
    /* width: 90px;
    border-radius: 50px;
    height: 40px; */
    width: 130px;
    border-radius: 50px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}

.footer-image-btn-web {
    width: 300px;
    height: 80px;
    object-fit: contain;
    cursor: pointer;
}

.web-footer {
    padding: 10px;
    background-color: rgb(255 255 255 / 26%) !important; 
       display: flex;
    justify-content: space-around;
   
    margin: 0.6em;
    border: 1px solid  #469aff;
    margin-bottom: 2em;
}
