body,
html {
    /*
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
  
    background: #38caf2;
    background: linear-gradient(90deg, rgba(56, 202, 242, 1) 0%, rgba(88, 255, 79, 1) 50%, rgba(255, 249, 77, 1) 100%);
   */
    margin: 0;
    padding: 0;
    padding-top: 0;
    background: whitesmoke;
    padding-bottom: 2rem;
    /*font-family: NeueHelveticaPaneuropean, system-ui, sans-sf;*/
    font-family: Lucida Bright;
    font-size: 12px;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    overflow-x: hidden;

}

.full-line {
  width: 100vw;
  height: 10px;
  background:white; 
  margin-left: calc(-50vw + 50%);
}

.my-background-blue {
    background: #55c260;
    background: radial-gradient(circle, rgba(85, 194, 96, 1) 16%, rgba(218, 247, 0, 1) 100%);
    border-radius: 1rem;
}

.ecommerce-navbar ul li a {
    transition: box-shadow 0.25s ease;
    color: #222;
    font-size:medium;
}

.ecommerce-navbar {
    position: fixed;
    /* lens glass feel */
    top: 0;
    z-index: 999;
    background: transparent;
    border-bottom: none;
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        border-bottom 0.3s ease;
    min-height: 40px;
    padding: 0 16px;
}

.ecommerce-navbar.scrolled {
    background-color: rgba(231, 234, 234, 0.7);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 220, 170, 0.12);
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.old-video-section {
    width: 100vw;
    height: 750px;
    /* 👈 control the portion */
    overflow: hidden;
    position: relative;
    background: black;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.old-section-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* fills div without distortion */
}


.video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.section-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* fills div without distortion */
}

.video-overlay {
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: white;
    z-index: 2;
}

.video-overlay h1 {
    font-size: 70px;
    margin: 0;
    background: #EEAECA;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-overlay h5 {
    font-size: 30px;
    margin-top: 10px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .video-overlay {
        bottom: 20px;
        left: 20px;
    }

    .video-overlay h1 {
        font-size: 32px;
    }

    .video-overlay h5 {
        font-size: 14px;
    }
}


.carousel-img {
    height: 1000px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .carousel-img {
        height: 400px;
    }
}

.overlay {
    position: relative;
    z-index: 2;
}

#card-div {
    /*background: #38caf2;
    background: linear-gradient(90deg, rgba(56, 202, 242, 1) 0%, rgba(88, 255, 79, 1) 50%, rgba(255, 249, 77, 1) 100%);
    */
    background-color: whitesmoke;
}

.ecommerce-navbar ul li a:hover {
    background-color: darkslategray;
    color: whitesmoke;
    border-radius: 2rem;
    box-shadow:
        0 0 6px rgb(255, 255, 255),
        0 0 18px rgba(255, 255, 255, 0.893),
        0 0 36px rgba(248, 248, 247, 0.932);
}

.gift-btn {
    min-width: 120px;
    max-width: 320px;
    height: 42px;

    padding: 0 24px;
    font-size: 17px;

    color: white;
    background: #833AB4;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
    white-space: nowrap;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.gift-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-description{
    background: #76FF7A;
    text-shadow: 0 2px 6px rgba(228, 221, 221, 0.3);
    color: black;
    padding-left: 10px;
    padding-top: 5px;
    min-height: 80px;
}


@media (max-width: 576px) {
    .gift-btn {
        width: 100%;
        max-width: 100%;
        height: 48px;
        font-size: 15px;
    }

    #cart_display_image {
        max-height: 400px;
    }

    #modal_description,
    #modal_color {
        font-size: 18px !important;
    }

    #modal_price {
        font-size: 16px !important;
    }

    #modal_discount,
    #modal_size {
        font-size: 20px !important;
    }
}


#cart_display_image {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

/* Make modal wider and taller */
#cart_modal .modal-dialog {
    max-width: 90vw;
    /* width */
    height: 90vh;
    /* height */
}

/* Make content fill the dialog */
#cart_modal .modal-content {
    height: 100%;
    border-radius: 18px;
}

/* Header styling */
#cart_modal .modal-header {
    padding: 24px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Scrollable body with more space */
#cart_modal .modal-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 28px 32px;
    font-size: 18px;
}

/* Footer spacing */
#cart_modal .modal-footer_cart {
    padding: 20px 32px;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}


#cart_modal_add {
    background-color: #212121;
    width: 300px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 5rem;
    color: #fff;
    font-size: 20px;
    font-family: NeueHelveticaPaneuropean;
}

#cart_modal_add:hover {
    background-color: yellow;
    color: black;
}

#cart_modal_cancel {
    background-color: white;
    width: 300px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 5rem;
    color: black;
    font-size: 20px;
    font-family: NeueHelveticaPaneuropean;
}

/*.cart-item-status {}*/

.cart_screen {
    width: 200%;
    height: 400%;
}

.search_button {
    width: 80px;
    height: 38px;
    border-radius: 1rem;
    background: #c8eeae;
    background: radial-gradient(circle, rgba(200, 238, 174, 1) 0%, rgba(103, 171, 245, 1) 100%);
}

.card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

.card:hover {
    box-shadow: 0 6rem 4rem rgba(0, 0, 0, 0.15);
    transform: translateY(-15px);
}

.card-caption {
    color: 0f172a;
}

#btn-start {
    border-radius: 2rem;
    height: 50px;
}

#btn-start:hover {
    background-color: transparent;
}

.fixed-chatbox {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
    background-color: white;
    padding: 12px 18px;
    border-radius: 100%;
}

.row-line {
    display: flex;
    justify-content: center;
}

.btn-buy-now {
    width: 90px;
    height: 40px;
    border-radius: "5rem";
    background-color: white;
}

.btn-buy-now:hover {
    transition-delay: 0;
    background: slategrey;
    color: white;
}

.btn-hlt {
    background: white;
    color: black;
    margin-right: 80px;
    width: 150px;
    height: 60px;
    font-size: 15px;
    border-radius: 2rem;
}

.btn-hlt:hover {
    background-color: rgb(95, 92, 92);
    color: white;
    transition: 0.12s;
}

.live-carousel {
    overflow-x: auto;
    gap: 0.5rem;
}

.live-group:hover {
    animation-play-state: paused;
}

.added {
    background: rgb(1, 245, 34);
    color: black;
}

#scroll-card {
    height: 100vh;
    overflow-y: auto;
}

#scroll-card::-webkit-scrollbar {
    display: none;
}

#loader-item {
    display: d-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.block-title {
    text-align: center;
    color: black;
    font-size: 40px;
}

/*---------------------------------------------------------------*/
#leftscroll-row {
    width: 100%;
    overflow: hidden;
}

#scroll-track {
    display: flex;
    width: max-content;
    animation: scrollX 100s linear infinite;
}

.live-card {
    position: relative;
    /* REQUIRED */
    flex: 0 0 calc(100vw / 3);
}

.card-img {
    width: 100%;
    display: block;
}

.card-text-overlay {
    position: absolute;
    top: 5px;
    left: 12px;
    background: grey;
    color: white;
    opacity: 0.5;
    padding: 6px 10px;
    border-radius: 6px;
}


/* smooth infinite scroll */
@keyframes scrollX {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/*------------------------------------------------------------*/

.plus {
    background-color: transparent;
}

.minus {
    background-color: transparent;
}

@keyframes spin {
    from {
        translate: 0;
    }

    to {
        translate: -100%;
    }
}

/*------------------------------------------------------- cpt -------------------------------------- */
/* Horizontal scroll container */
.card-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
}

.card-img-top {
    height: 230px;
}

/* Card row */
.card-track {
    display: flex;
    gap: 16px;
    width: max-content;
}

.card-item {
    flex: 0 0 auto;
}

/* Individual cards */
.card-track .card {
    flex: 0 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}

/* Images inside cards */
.card-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hide scrollbar (optional – Amazon style) */
.card-scroll::-webkit-scrollbar {
    display: none;
}

.carousel-item img {
    height: 45vh;
    object-fit: cover;
}

#load_spinner {
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
}

.gift_button {
    margin-left: auto;
    display: flex;
    color: white;
    color: black;
    background: #833AB4;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /*border-radius: 2rem;*/
    font-size: 10px;
    width: 34px;
    height: 20px;
}

/*.gift_button:hover {
    color: white;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    
}*/

.card.added_gift {
    background: linear-gradient(90deg,
            rgba(251, 255, 0, 1) 0%,
            rgba(255, 149, 10, 1) 50%,
            rgba(246, 252, 69, 1) 100%);
}


@keyframes blink-animation {

    /* At 0%, the text is visible (opacity 1); at 100%, it is hidden (visibility hidden, or opacity 0) */
    50% {
        opacity: 0;
    }
}

/*------------------------------------------------------ last updated -----------------*/
@media (max-width: 768px) {
    .dropdown-menu {
        width: 100vw;
        left: 0 !important;
        right: 0 !important;
    }

    .cart-item-status {
        font-size: 12px;
    }
}

/*------------------------------------------------------ last updated -----------------*/


@media (max-width: 768px) {
    .carousel-item img {
        height: 30vh;
    }
}

.hero-text1,
.hero-text2,
.hero-text3 {
    position: absolute;
    color: white;
    max-width: 40%;
}

@media (max-width: 768px) {

    .hero-text1,
    .hero-text2,
    .hero-text3 {
        max-width: 90%;
        font-size: 0.8rem;
        left: 5% !important;
        top: 60% !important;
    }
}

@media (max-width: 768px) {
    .navbar form {
        width: 100%;
        margin-top: 8px;
    }

    .navbar input {
        width: 100% !important;
    }
}

/* Category tile */
.category-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #212121;
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Image */
.category-tile img {
    width: 100%;
    max-width: 120px;
    height: 120px;
    object-fit: contain;
}

/* Text */
.category-tile span {
    margin-top: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

/* Hover effect (desktop only) */
@media (hover: hover) {
    .category-tile:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }
}

.site-footer {
    background: rgb(12, 12, 12);
    padding: 60px 20px 20px;
    font-family: system-ui, sans-serif;
    font-size: 12px;
}

.footer-container {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-col a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-col a:hover {
    text-decoration: underline;
}

.socials a {
    display: inline-block;
}

.footer-bottom {
    border-top: 1px solid rgb(44, 43, 43);
    ;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    /*color: rgb(44, 43, 43);*/
}

.logo-btn {
    width: 240px;
    height: 100px;
    border-radius: 18px;
    /*border: 1px solid #0d6efd;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    overflow: hidden;
    text-decoration: none;
}

.logo-btn img {
    width: auto;
    height: 80px;
    object-fit: contain;
    display: block;
}

.logo-btn img {
    transform: scale(1.05);
}

/*.logo-btn:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    transition: 0.25s ease;
}
*/
/*------------------------------------------------------------------ cpt end ------------------------- */

/*---------------------------------- deep seek -----------------------------*/
#image-container {
    margin-top: 20px;
}

.ximage-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.ximage-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    /* 5 images per row = 20% each */
}


.image-table {
    width: 100%;
    border-collapse: collapse;
}

.image-table td {
    width: 33.33%;
    height: 220px;
    /* 👈 important */
    text-align: center;
    vertical-align: middle;
}


.image-cell {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.ximage-cell img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.image-table img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* show full image */
    display: block;
    margin: auto;
}

.loading {
    text-align: center;
    padding: 20px;
    color: #666;
    display: none;
}

.image-counter {
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}

/*------------for child---------*/

.child-carousel-control-prev-icon,
.child-carousel-control-next-icon {
    filter: invert(1);
}

.child-col-sm-7 {
    border-right: 1px solid #ddd;
}

.child-big-part {
    height: 300px;
    width: 200px;
}


.child-small-part {
    width: 70px;
    height: 100px;
    object-fit: cover;
    border: 3.5px solid white;
    border-radius: 8px;
    margin: 5px;
    cursor: pointer;
    transition-duration: 0.4s;
}

.child-small-part:hover {
    border-color: black;
}

.child-small-part.active {
    border-color: black;
    /* bootstrap blue */
    box-shadow: 0 0 0 2px rgba(13, 110, 253, .3);
}

.child-small-card {
    height: 120px;
    width: 100px;
}

.child-card.rounded-circle {
    width: 1.7rem;
    height: 1.7rem;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid white;
}

.child-card:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .4);
    transform: scale(1.04);
}

.text-center{
}

.heart-btn {
    color: black;
    background: transparent;
}

.heart-btn:hover {}

.wishlist-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    transition: 0.3s ease;
}

.heart-icon {
    transition: 0.3s ease;
}

.cart-counter-textsize {
    font-size: 10px;
    color: black;
}

#mainpage-cartcounter {
    font-size: 13px;
}

.child-cart-btn {
    width: 120px;
    height: 30px;
    border-radius: 20px;
    background-color: white;
    color: black;
    margin: 10px 0;
    transition: all 0.3s ease;
}

.child-cart-btn:hover {
    background-color: blue;
    color: white;
}

.cart-item-added {
    background-color: #ee0505;
    color: white;
}

#cart-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    padding: 0;
}

.picture-div {
    margin-top: 78px;
}

.cart-title {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    padding: 12px 16px;
    background: #abb3ba4e;
    border-radius: 8px;
    border-left: 5px solid black;
    margin-bottom: 0px;
    color: #222;

    display: flex;
    align-items: center;
    justify-content: center;
    /* keeps text centered */
}

.right-actions {
    justify-self: end;
    display: flex;
    gap: 10px;
}

#display-invoice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;

    background: #abb3ba4e;
    padding: 12px 16px;
    border-top: 1px solid #ddd;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-weight: 600;
    /* 👈 only top border */
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

/*
#place-order {
    background: linear-gradient(135deg, #ff3f6c, #ff6a3d);
    color: white;
    border: none;

    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;

    border-radius: 6px;
    cursor: pointer;

    transition: all 0.2s ease;
}

// Hover effect 
#place-order:hover {
    background: linear-gradient(135deg, #e6365f, #e85a30);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

// Click feel 
#place-order:active {
    background: linear-gradient(135deg, #cc2f54, #cc4d28);
}

*/

#close-cart {
    position: absolute;
    right: 10px;
    /* little spacing improvement */
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: black;
    font-size: 28px;
    /* 40px was too large visually */
    cursor: pointer;
}

#close-cart:hover {
    color: rgb(247, 242, 242);
}

.removecart-btn {
    width: 100px;
    height: 30px;
    font-size: 17px;
    border-radius: 5px;
    background-color: white;
    margin: 10px 0;
    position: absolute;
    right: 100px;
    /* adjust spacing */
    transition: all 0.3s ease;
}

.removecart-btn:hover {
    background-color: #212121;
    color: white;
}

@media (max-width: 576px) {
    .cart-title {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 10px;
    }
}

#empty-cart-message {
    height: 50vh;
    /* full screen height */
    display: flex;
    justify-content: center;
    /* horizontal center */
    align-items: center;
    /* vertical center */
    text-align: center;
    margin-top: 100px;
    font-size: x-large;
}

#display-cart {
    margin-top: 70px;
    /* space for header */
}

.cart-details p {
    margin: 0;
}

.card-cart {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 20px;
}

.cart-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.saved-money {
    color: rgb(17, 123, 210);
    font-weight: bold;
}


#shipping-address .card, #shipping-invoice .card {
    border-radius: 10px;
    margin-top: 20px;
}

#shipping-address .card h5, #shipping-invoice .card h5 {
    font-weight: 600;
}


/* Desktop only */
@media (min-width: 577px) {
    #shipping-address, #shipping-invoice {
        max-width: 400px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    #shipping-address, #shipping-invoice {
        width: 100%;
        max-width: 100%;
    }

    .shipping-container, .shipping-invoice-container {
        width: 100%;
        border-radius: 0;
    }

    .display-full-clicked-item {
        width: 100%;
        max-width: 100%;
    }
}




.form-control {
    border-radius: 6px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #6100ea;
    box-shadow: 0 0 0 0.1rem rgba(23, 40, 102, 0.25);
}

.thumb-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 5px 0;
    flex-wrap: nowrap;

}

.thumb-track img {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    object-fit: cover;

}

.thumb-track {
    -ms-overflow-style: none;
    /* IE + Edge */
    scrollbar-width: none;
    /* Firefox */
}

.thumb-track::-webkit-scrollbar {
    display: none;
    /* Chrome / Safari */
}

/* ===== MOBILE ONLY ===== */
@media (max-width: 768px) {

    /* Carousel image */
    .carousel-item img {
        max-height: 40vh !important;
        object-fit: contain;
    }

    /* Small thumbnails */
    #child-small-image img {
        max-width: 80px !important;
        height: 80px !important;
    }

    /* Color circles */
    .card.rounded-circle {
        width: 3rem !important;
        height: 3rem !important;
    }

    /* Text size */
    h5 {
        font-size: 14px;
    }

    h2 {
        font-size: 18px;
    }

    /* Remove large padding */
    .container-fluid {
        padding-left: 8px;
        padding-right: 8px;
    }

}

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        padding: 20px;
    }

.child1-label {
    font-weight: 600;
    color: #555;
}

.child1-divider {
    color: #999;
}

/*----------------------OFFLINE PAGE----------------------*/

.offline-tab {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
}

/* Content wrapper */
.offline-content {
    animation: float 3s ease-in-out infinite;
}

/* WiFi Icon */
.wifi-icon {
    position: relative;
    width: 80px;
    height: 60px;
    margin: 0 auto 20px;
}

/* Create arcs instead of full circles */
.wifi-icon span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #333;
    border-top: none;
    border-radius: 0 0 50px 50px;
    opacity: 0;
    animation: wifi 2s infinite;
}

/* Different sizes = arcs */
.wifi-icon span:nth-child(1) {
    width: 60px;
    height: 30px;
    bottom: 0;
    animation-delay: 0s;
}

.wifi-icon span:nth-child(2) {
    width: 45px;
    height: 22px;
    bottom: 5px;
    animation-delay: 0.3s;
}

.wifi-icon span:nth-child(3) {
    width: 30px;
    height: 15px;
    bottom: 10px;
    animation-delay: 0.6s;
}

/* Animation */
@keyframes wifi {
    0% {
        opacity: 0.2;
        transform: translateX(-50%) scale(0.8);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) scale(1.2);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .wifi-icon span {
        width: 15px;
        height: 15px;
    }

    .offline-tab h1 {
        font-size: 1.8rem;
    }

    .offline-tab p {
        font-size: 1rem;
    }
}