.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background-color: #fff;
    color: #3c4043;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.google-btn img {
    margin-right: 10px;
}

.google-btn:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dot4 {
    height: 7px;
    width: 7px;
    margin: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #D9D9D9; 
    transition: background-color 0.3s, transform 0.3s; 
    border: none; 
    box-shadow: none; 
    cursor: pointer;
    }
    
.dot4.active {
    transform: scale(1.2); 
    background-color: #5F4A8B; 
}
    
.dot4:hover, .dot4:focus {
      transform: scale(1.2);
      background-color: #5F4A8B;
}
.testimonial {
    transition: opacity 0.5s ease-in-out;
}


