
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5eaea;
    width: 100%;
    background-color: #ffd9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/public/images/web-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    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;
  
}

.line-row {
    display: flex;
    background-color: rgb(255 255 255 / 26%);
    border: 2px solid #ffccd7;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    margin: 5px 20px;
}

/* website  */

.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: 200px;
    width: 290px !important;
    object-fit: cover;
}

.header-web-div-text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-web-div-title-image {
    height: 100%;
    width: 350px !important;
    object-fit: contain;
}

.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: linear-gradient(90deg, #6a00ff, #b84cff);
    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;
}

/*  mobile */

.main-content {
    height: auto;
    width: 100%;
}

/* HEADER */

.header {
    text-align: center;
    padding: 0 10px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-phone-logo {
    width: 380px;
    height: 200px;
    position: relative;
    top: 5px;
  
}

.header-title-logo {
    width: 220px;
    height: 150px;
    display: flex;
    flex-direction: column;
}

.header-image {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    z-index: -1;
}

.header-image-logo {
    height: 150px;
    width: 100% !important;
    object-fit: contain;
}

.header img {
    width: 120px;
}

.header h1 {
    color: #ff5a2c;
    margin: 10px 0;
}

/* SECTION */

#remove-margin-top {
    margin-top: 0;
}

.section {
    margin: 10px;
    overflow: hidden;
    background:rgb(255 255 255 / 26%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    background: #9048f3;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    color: #F5E27A;
    font-size: 20px;
}

.section-title span {
    color: #F5E27A;
    /* yellow text */
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

/* GRID */

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
    border: 1px solid #ffb3b3;
}

/* CARD */

.card {
    border: 1px solid #ffb3b3;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
}

.ping-color {
    font-size: 12px;
    color: #ff5a5a;
    font-weight: 800;
}

/* BUTTONS */

.btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    color: white;
    /* font-size: 8px; */
      font-size: 10px;
    font-weight: 700;
}

.red {
    background: #ff5a5a;
}

.orange {
    background: #ffb347;
}

.green {
    background: #5ccf8a;
}

.blue {
    background: #5aa9ff;
}

.purple {
    background: #a25aff;
}

/* VPN ICON ROW */

.vpn-row {
    display: flex;
    justify-content: space-around;
    padding: 15px;
}

.vpn {
    text-align: center;
    cursor: pointer;
}

.vpn-btn-img {
    /* width: 101px;
 *     height: 50px;
 *         object-fit: cover; */
    width: 100px;
    height: 48px;
    object-fit: cover;
}

/* FOOTER BUTTONS */

.footer {
    display: flex;
    justify-content: space-around;
    background-color: rgb(255 255 255 / 26%);
    /* margin: 1.1em; */
    margin: 0.6em;
   padding:0.5em 0;
    border: 1px solid #ffb3b3;
    margin-bottom: 2em;
}

.web-footer {
    padding: 20px;
   margin:1em !important;
    background-color: rgb(255 255 255 / 26%);
}

.footer-image-btn {
    width: 105px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
}

@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;
}

.ping-color {
    font-size: 10px;
    color: #ff5a5a;
    font-weight: 800;
}
  
}



/* website  */



/* Left Purple Info Badge */

.row-title {
    width: 210px;
    background-color: #9048f3;
    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: 28px;
    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 22px;
    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 */

.line-btn {
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 3px;
    /* Creates the outer color ring space */
    color: white;
    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%;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    /* Inner accent ring */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line-btn:active {
    transform: scale(0.95);
}

.line-btn .num {
    font-size: 18px;
    font-weight: bold;
}

.line-btn .ms {
    font-size: 20px;
    opacity: 0.95;
    margin-top: 1px;
}

/* 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;
}
