.btn-custom {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.1s;
    text-decoration: none; /* Remove underline */
    margin-bottom: 10px; /* Add margin bottom for spacing */
    display: inline-flex;
    align-items: center;
}

.btn-custom i {
    margin-right: 10px; /* Add spacing between icon and text */
}

.call-anette-btn {
    background-color: #007bff;
    color: white;
    border: none;
}

.call-anette-btn:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: none; /* Ensure no underline on hover */
}

.call-anette-btn:active {
    background-color: #0056b3;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.like-btn {
    background-color: #28a745; /* Green button color */
    color: white;
    border: none;
}

.like-btn:hover {
    background-color: #218838;
    color: white;
    text-decoration: none; /* Ensure no underline on hover */
}

.like-btn:active {
    background-color: #218838;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.whatsapp-btn {
    background-color: #25D366; /* WhatsApp green color */
    color: white;
    border: none;
}

.whatsapp-btn:hover {
    background-color: #1EBEA5;
    color: white;
    text-decoration: none; /* Ensure no underline on hover */
}

.whatsapp-btn:active {
    background-color: #1EBEA5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0fa;
    font-family: monospace;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#avatar {
    margin-bottom: 10px;
}

.terminal-window {
    background: #000;
    border-radius: 5px;
    width: 60%; /* Change width to 60% */
    max-width: 800px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.terminal-header {
    display: flex;
    align-items: center;
    background: #333;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ccc;
}

.terminal-buttons {
    display: flex;
    align-items: center;
}

.terminal-button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.terminal-button.red { background: #ff5f56; }
.terminal-button.yellow { background: #ffbd2e; }
.terminal-button.green { background: #27c93f; }

.terminal-title {
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.typed-text-container {
    padding: 20px;
}

.typed-text {
    color: #00ff00;
    white-space: pre;
}

.terminal-prompt::before {
    content: "# ";
    color: #00ff00;
}

@media (max-width: 768px) {
    .terminal-window {
        width: 100%; /* Make terminal window full width on small screens */
    }
}

.popup-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.profile-card-3 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: fixed;
    top: 10%; /* Adjusted higher */
    left: 50%;
    transform: translate(-50%, 0);
    width: 300px;
    text-align: center;
    height: auto;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #71b7e6, #9b59b6);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none; /* Hidden by default */
    z-index: 1000; /* Ensures it is above other elements */
}

@media (max-width: 768px) {
    .profile-card-3 {
        width: 90%; /* Adjust width for small screens */
        top: 20%; /* Adjust top position for small screens */
    }
}

.profile-card-3 .background-block {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    background: url('https://anette.ai/pattern.avif') no-repeat center center;
    background-size: cover;
}

.profile-card-3 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 80px; /* Reduced size */
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
}

.profile-card-3 .card-content {
    width: 100%;
    padding: 10px 15px;
    color: #232323;
    background: #efefef;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 9999;
}

.profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 20px;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 100px; /* Adjusted for smaller photo */
}

.profile-card-3 h2 small {
    display: block;
    font-size: 14px;
    color: white;
}

.profile-card-3 .icon-block {
    margin-top: 10px;
}

.profile-card-3 .icon-block a {
    text-decoration: none;
    margin: 0 5px;
}

.profile-card-3 i {
    display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.profile-card-3 i.fa-brands.fa-whatsapp:before {
    content: "\f232"; /* FontAwesome code for WhatsApp */
}

.profile-card-3 i.fa-brands.fa-linkedin:before {
    content: "\f08c"; /* FontAwesome code for LinkedIn Square */
}

.profile-card-3 i:hover {
    background-color: #232323;
    color: #fff;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 10000;
}
