:root {
    --span-dark: #002e00;
    --footer-dark: #111111;
      --footer-light: #1b1b1b;
}
.middle-footer {
    background-color: var(--footer-dark);
    padding-top: 40px; 
    padding-bottom: 30px;
}

.middle-footer .row {
    align-items: flex-start;
}

.dark-footer-top {
    background-color: var(--span-dark);
}

.container .text-left .text-md-start .mt-5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.middle-footer h3.h6 {
    color: #36b048;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.desc-footer {
    display: none; 
}

.middle-footer p {
    margin-bottom: 12px;
}

.middle-footer p a, 
.middle-footer p, 
.middle-footer .text-white {
    color: #cccccc !important;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.middle-footer p a:hover {
    color: #36b048 !important;
}

.network-status-btn {
    display: inline-flex;
    align-items: center;
    color: #36b048;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.network-status-btn:hover {
    color: #45d85a;
    opacity: 0.8;
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #36b048;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    box-shadow: 0 0 5px #36b048;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(54, 176, 72, 0.7); }
    70% { box-shadow: 0 0 0 6px rgba(54, 176, 72, 0); }
    100% { box-shadow: 0 0 0 0 rgba(54, 176, 72, 0); }
}

.img-logo-footer {
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

.middle-footer-header {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: normal;
}

.trustpilot-widget {
    margin-bottom: 15px;
    text-align: left; 
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; 
    gap: 15px;
    margin-top: 15px;
}

.badges-container a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.badges-container a:hover {
    transform: translateY(-2px);
}

.badges-container img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

.badges-container a[href*="whtop.com"] img {
    max-height: 50px; 
}

.badges-container a[href*="serververify.com"] img {
    max-height: 45px;
    border-radius: 4px;
}

.footer-bottom-desc {
    background-color: var(--footer-light);
    border-top: 1px solid #222;
    padding: 20px 0 !important;
    font-size: 14px;
    color: #888;
}

.footer-bottom-desc p {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.bottom-footer-desc {
    padding: 0 15px;
    color: #aaaaaa;
    text-decoration: none;
    border-right: 1px solid #444;
    transition: color 0.3s;
}

.bottom-footer-desc:last-child {
    border-right: none;
}

.bottom-footer-desc:hover {
    color: #ffffff;
}

#footer-socials-x, #footer-socials-google, #footer-socials-linkedin, 
#footer-socials-tumblr, #footer-socials-pinterest, #footer-socials-bluesky, 
#footer-socials-linktree {
    transition: background-color .5s ease;
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 5px; 
}

.dark-footer-top a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* --- CONTACT US ICONS STYLING --- */
.contact-item-footer {
    display: flex;
    align-items: center; 
    margin-bottom: 20px;
    gap: 15px;
    width: 100%;
}

.contact-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #1b3322;
    border-radius: 10px;
    background-color: #0d120f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-top: 2px; 
}

.contact-item-footer:hover .contact-icon {
    border-color: #36b048;
    background-color: #16291c;
}

.contact-icon i {
    color: #36b048; 
    font-size: 18px;
}

.contact-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left !important; 
    flex: 1;
}

.contact-text a, 
.contact-text span {
    color: #cccccc !important;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
    line-height: 1.6;
    display: block;
    text-align: left !important;
}

.contact-text a:hover {
    color: #36b048 !important;
}

/* =========================================
   RESPONSIVE DESIGN (MOBILE & TABLET)
   ========================================= */

@media screen and (max-width: 991px) {
    .middle-footer .col-md-2, 
    .middle-footer .col-md-3, 
    .middle-footer .col-md-4 {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .middle-footer .container {
        text-align: center !important; 
    }
    
    .img-logo-footer {
        margin: 0 auto 20px auto;
        display: block;
    }
    
    .badges-container {
        justify-content: center; 
    }

    .trustpilot-widget {
        display: flex;
        justify-content: center;
    }
  

    .middle-footer h3.h6 {
        margin-top: 15px;
        position: relative;
        display: inline-block;
    }

    .middle-footer h3.h6::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #36b048;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }
   
   .contact-item-footer {
        justify-content: center; 
        width: fit-content; 
        margin: 0 auto 20px auto; 
    }
    .contact-icon {
       display: none;
    }
    .contact-text {
        flex: unset; 
        text-align: left; 
    }
}

@media screen and (max-width:500px) {
    .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100% !important;
        flex-direction: column;
    }

    .input-group>.custom-file {
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: space-between;
        width: 250px !important;
        flex-direction: column;
    }

    .form-group .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100% !important;
        flex-direction: row;
    }
}

#containerNewUserSignup .card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 15px;
    overflow: visible;
    position: relative;
    padding: 1rem;
    text-align: center;
    height: fit-content;
    z-index: unset;
    border: 2px solid #ededed;
}

#order-standard_cart .card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding: 1rem;
    text-align: center;
    height: fit-content;
    z-index: 4;
    border: 2px solid #ededed;
    max-height: 300px;
}

#order-standard_cart .cart-sidebar .list-group-item:hover {
    color: white;
    margin: 0;
    padding: 8px 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.support {
    border: 2px solid #36b048;
    scale: .98;
    padding: 10px;
    border-radius: 20px;
    background-color: #000;
    color: white;
    width: 100%;
    min-height: 180px;
    height: 100%;
}