/* Style for the modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width:45%; /* Adjust width for the left side */
    height: 100vh; /* Full height */
    background-color: rgba(0, 0, 0, 0.9); /* Enhanced darker background with transparency */
    z-index: 9999; /* Ensure it's on top of other content */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1); /* Subtle glowing effect */
}

/* Modal content */
.modal-content2 {
     background-color: #1e1e1e; /* Dark grey content background for contrast */
    position: relative;
    height: 90%;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-left: 2px solid #79d70f; /* Green retro border */
}

/* Close button styling */
.close-btn2 {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 30px;
    color:rgb(246, 246, 246); /* Vibrant red for retro alert style */
    background-color: #ff4d4d; /* Black background */
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
}



/* Container for Agent Info */
.agent-info {
    text-align: center;
    margin: 20px auto;
    background-color: #000; /* Black background for retro look */
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.4); /* Neon green glow */
}

/* Common box styling */
.box {
    background-color:rgb(20, 20, 19); /* Vibrant green for retro feel */
    padding: 8px;
    border: 5px solid #4bff01; /* Light green border for retro style */
    border-radius: 15px;
    width: 72%;
    margin: 10px auto;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.8); /* Stronger neon glow */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover effect */
.box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 255, 0, 1); /* Intensified glow on hover */
}

/* Header box styling */
.h1-box {
    font-size:14px;
    margin-bottom: 10px; /* Space between the header and content */
}

/* Header with pixelated 8-bit look */
.agent-info h1 {
    color: #0cff00; /* Bright green retro text */
    font-size:14px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(0, 255, 0, 0.7); /* Neon text effect */
}

/* Paragraph styling */
.agent-info p {
    color: #99ffcc; /* Light teal for readability on black */
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 255, 0, 0.6); /* Retro glow */
}

/* Hover effect for text boxes */
.p-box:hover {
    background-color: #1e1e1e; /* Slightly darken background */
    color: #79d70f; /* Green text highlight */
}


@media (max-width: 990px) {
    
    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        top: 10;
        left: 0;
        width: 38%; /* Adjust width for the left side */
        height: 1000px;
        background-color: rgba(0, 0, 0, 0.9); /* Enhanced darker background with transparency */
        z-index: 9999; /* Ensure it's on top of other content */
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.1); /* Subtle glowing effect */
    }

    .h1-box {
    margin-bottom: 6px; /* Space between the header and content */
}

/* Header with pixelated 8-bit look */
.agent-info h1 {
    color: #0cff00; /* Bright green retro text */
    font-size: 21px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(0, 255, 0, 0.7); /* Neon text effect */
}

/* Paragraph styling */
.agent-info p {
    color: #99ffcc; /* Light teal for readability on black */
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 255, 0, 0.6); /* Retro glow */
}

/* Hover effect for text boxes */
.p-box:hover {
    background-color: #1e1e1e; /* Slightly darken background */
    color: #79d70f; /* Green text highlight */
}


    iframe{

        height:80%;
    }
  
  
  }



  @media (max-width: 450px) {
    
    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        top: 10;
        left: 0;
        width: 45%; /* Adjust width for the left side */
        height: 1000px;
        background-color: rgba(0, 0, 0, 0.9); /* Enhanced darker background with transparency */
        z-index: 9999; /* Ensure it's on top of other content */
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.1); /* Subtle glowing effect */
    }

    .h1-box {
    margin-bottom: 6px; /* Space between the header and content */
}

/* Header with pixelated 8-bit look */
.agent-info h1 {
    color: #0cff00; /* Bright green retro text */
    font-size: 14px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(0, 255, 0, 0.7); /* Neon text effect */
}

/* Paragraph styling */
.agent-info p {
    color: #99ffcc; /* Light teal for readability on black */
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 255, 0, 0.6); /* Retro glow */
}

/* Hover effect for text boxes */
.p-box:hover {
    background-color: #1e1e1e; /* Slightly darken background */
    color: #79d70f; /* Green text highlight */
}



  
  }
