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: 50%;
    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 / 25%);
    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;
}

.vpn-edited {
      text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.2em;
     text-decoration: none;
    color: #fff;
    font-weight: 900;
        font-size: 20px;

}

.line-text-img {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
}

.header-btn-list {
    display: flex;
    justify-content: space-around;
    background-color: transparent;
    margin: 0.5em 0.6em;
}

.footer-image-btn {
       width: 200px;
    height: 44px;
    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;
}
  
}  */

/* 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 / 25%);
    border: 1px solid #FFF;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    margin: 20px 20px;
}

.flex-two-img-contain {
    width: 100%;
    height: auto;
}

.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: 120px;
    width: 350px !important;
    object-fit: cover;
}

.header-web-div-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 3em;
}

.header-web-div-title-image {
        height: 90px;
    width: 355px !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;
}


    .line-row-new {
    display: flex;
    background-color: rgba(253, 255, 255, 0);
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    margin: 20px 20px;
    justify-content: space-between;

}


.btn-container-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2em;
}

.btn-contain-link {
   height: auto;
   width: auto;
   
   border-radius: 35px;
   background: transparent;
   display: flex;
   justify-content: center;
   align-items: center;
}

.btn-link {
  display: inline-block;
  height: 70px;
   width: 320px;    
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 30px;
   text-decoration: none;
   background-color: #fff;
    border-radius: 35px;
} 


.btn-link-second {
    display: inline-block;
   height: 60px;
   width: 230px;
   background-image: url('/public/images/yellow-btn.png');
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
   background-color: transparent;
} 



/* 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%;
}


.flex-web-image-edited {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
        padding: 0.7em;
}

.list-contain {

    display: flex;
    flex-direction: column;
    width: auto;
   
    list-style: none;
    padding: 0;
     gap: 0.5em;
    font-weight: 700;   
    color: #fff;

}

.list-text {
    font-size: 25px;
    text-align: left;
        word-spacing: 5px;
   
}

.yellow-text {
    color: yellow;
}



.vpn-btn-img-web {
    width: 220px;
    /* height: 90px; */
    height: 100px;
    object-fit: cover;
}


.vpn-btn-img-adjusted {
       width: 221px;
    /* height: 90px; */
    height: 70px;
    object-fit: contain;
}


.vpn-btn-img-web-edited {
    width: 250px;
    /* height: 90px; */
    height: 90px;
    object-fit: cover;
        margin: 0.5em;
}


.vpn-btn-img-web-mini

{
        width: 90px;

    height: 90px;
    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 only screen and (max-width: 600px) {
    .line-row {
        flex-direction: column;
    }
    .row-title {
        width: 100%;
        padding: 12px;
    }
    .row-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}



@media only screen and (max-width: 600px) {

    .left-border-contain {
      
       height: 120px;
       width: 120px;
       position: absolute;
       left: 0;
       top: 0;
    }


        .right-border-contain {
       
       height: 120px;
       width: 120px;
       position: absolute;
       right: 0;
       top: 0;
    }

    .corner-img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .row-title {
        width: auto;
        padding: 12px;
        font-size: 15px;
    }

    .line-row-new {
     display: flex;
    background-color: rgba(253, 255, 255, 0);
    overflow: hidden;
    flex-direction: column;
    gap: 0.8em;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    justify-content: space-between;
 
    width: 95%;
    justify-content: space-between;

        margin: 0 auto;
}

.vpn-btn-img-adjusted {
    width: 100px;
        /* height: 90px; */
        height: 52px;
        object-fit: contain;
}


   .line-row-new-edited {
     display: flex;
    background-color: rgb(255 255 255 / 25%);
    overflow: hidden;
    flex-direction: column;
    gap: 0;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    justify-content: space-between;

    width: 95%;
    justify-content: space-between;
   
        margin: 0 auto;
}

.btn-link {
    height: 40px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 35px;
}

.btn-link-second {
    display: inline-block;
    height: 40px;
    width: 140px;
    background-image: url(/public/images/mobile-btn.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}

.list-text {
    font-size: 10px;
    text-align: left;
    word-spacing: 5px;
}

.flex-web-image-edited {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    width: auto;
    padding: 0.7em;
}

.vpn-btn-img-web-edited {
    width: 110px;
        /* height: 90px; */
        height: 40px;
        object-fit: cover;
        margin: 0.5em;
}

 .line-row {
    display: flex;
    background-color: rgb(253 255 255 / 25%);
    border: 1px solid #FFF;
    overflow: hidden;
    width: 90%;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    margin: 20px 20px;
}

 .vpn-btn-img-web-mini {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

 .vpn-edited {
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.2em;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
}

 

}



     @media only screen and (max-width: 390px) {

        .footer-image-btn {
    width: 180px;
    height: 44px;
    object-fit: contain;
    cursor: pointer;
}
    
    .vpn-btn-img {
        width: 100px !important;
        height: 48px !important;
        object-fit: cover;
    }

    .footer-image-btn {
    width: 160px !important;
    height: 44px !important;
    object-fit: contain;
    cursor: pointer;
}


 .vpn-btn-img-web-edited {
        width: 102px;
        /* height: 90px; */
        height: 40px;
        object-fit: cover;
        margin: 0.5em;
    }



  .btn-link-second {
        display: inline-block;
        height: 40px !important;
        width: 120px !important;
        background-image: url(/public/images/yellow-btn.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;
    }


        .btn-link {
        height: 40px;
        width: 210px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        text-decoration: none;
        background-color: #fff;
        border-radius: 35px;
    }

        .vpn-btn-img-adjusted {
        width: 100px;
        /* height: 90px; */
        height: 47px;
        object-fit: contain;
    }

        .list-text {
        font-size: 9px;
        text-align: left;
        word-spacing: 5px;
    }
}


   @media only screen and (max-width: 360px) {
    
    .btn-container-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
}

 .list-text {
        font-size: 8px;
        text-align: left;
        word-spacing: 5px;
    }

}




.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;
}