html, body {
    height: 100%;
    margin: 0;
    background: url('/ABHISHA2/Images/bg3.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Ysabeau SC', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-box {
    background: rgba(0, 0, 0, 0.8); /* Slightly transparent dark overlay */
    padding: 30px;
    border-radius: 10px;
    max-width: 1200px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    color: #fff; 
    box-sizing: border-box; 
}

.text-box h1 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.contact-info p {
    font-size: 1.2rem;
    margin: 15px 0;
    color: #ddd;
}

.contact-info a {
    color: #1E90FF; 
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.contact-info i {
    color: #1E90FF;
    margin-right: 10px;
    font-size: 1.5rem;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .text-box {
        padding: 20px;
        max-width: 90%;
    }
}

.icons-cont{
    display: flex;
    margin-left: 40%;
}
