.glow {
    color: white ;
}
.noStroke{
    font-size: large;
    font-size: 1.5rem; 
    line-height: 1.75rem;
    font-weight: bold;
    margin-right: 1rem;
}
.stroke {
    -webkit-text-stroke: 1px  rgb(2, 80, 80); 
    color: white;
    font-weight: bold;
    text-shadow: 
        0px 0px 10px cyan,
        0px 0px 10px cyan,
        0px 0px 10px cyan; 
        
}

.button-container {
    display: flex;         
    flex-direction: column;
    align-items: center; 
}
.glowButton {
    position: relative;
    z-index: 0;
    transition: background-color 0.3s ease-in-out;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 
                 0 0 10px rgba(0, 204, 255, 0.7), 
                 0 0 15px rgba(0, 204, 255, 0.5);
}


.glowButton:hover {
    background-color: rgba(0, 255, 255, 0.7);
    border-color: rgba(0, 204, 255, 0.7); 
    color: #0e0c18;
    box-shadow: 0 0 20px rgba(0, 204, 255, 0.5); 
    font-weight: bold;
}

.icon {
    color: #0c97aa;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out; 
    font-size: 1rem; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Specifically making the mail icon slightly smaller as requested */
.icon[aria-label="Email"] {
    font-size: 0.9rem;
}

.icon:hover {
    color: #00bcd4;
    transform: scale(1.05);
}
.wotteoImage{
    display: none;
}

    


@media (min-width: 768px) and (max-width: 1025px) {
    .relative {
        margin-top: 20%;
        height: auto; 
    }
}
     
@media (max-width: 640px) {
    .relative {
        margin-top: 20%; 
    }
    h1 {
        font-size: 2.5rem;
    }
    .noStroke{
        font-size: large;
        font-size: 1.3rem; 
        line-height: 1.75rem;
        font-weight: normal;
        margin-right: 0rem;
    }
    p {
        font-size: 0.7rem; 
    }
    b{
        font-weight: normal;
    }
    .text-lg {
        font-size: 1rem; 
    }
    .glow {
        font-size: 1.8rem;
        
    }
    .wotteo{
        display: none;
    }
    .chat-btn{
        display: none;
    }
    .button-container {
        display: flex;          
        flex-direction: column;
        align-items: center;    
        margin-top: -8%;        
    }
    .glowButton {
        display: flex; 
        align-items: center;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        padding-left: 0.8rem;
        padding-right: 1rem;
        font-size: 1rem;
        
    } 

    #down{
        display: none; 
    }

    #aiSupportButton {
        display: flex; 
        align-items: center; 
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        padding-left: 0.8rem;
        padding-right: 1rem;
        font-size: 1rem;
    } 
    .wotteoImage{
        display: block;
        margin-right: 10px;
        width: 20px ;
        height: auto; 
    }

   
    .icons i { 
        font-size: 0.9rem; 
    }
}


@media (min-width: 1180px) and (max-width: 1450px) {
    .relative {
        margin-top: 10% !important;
        height: auto !important;
        margin-bottom: 25% !important;
    }

    .noStroke{
        font-size: 2rem; 

    }
    .stroke {
        font-size: 3rem;  
    }
    
    .icon {
        margin-top: -2rem;
    }
    .wotteo{
        width: 15rem;
    }
    #supportButton{
        margin-right: 3rem;
    }

}
