

.textcenter {
    text-align: center;
    margin-top: 50px;
}

.textcenter .shtext {
    display: block;
    font-size: 16px;
    color: #888;
    margin-bottom: 10px;
}

.textcenter .seperator {
    border-bottom: 2px solid #A44DD8;
    width: 50px;
    display: inline-block;
    margin: 20px 0;
}

.textcenter h1 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

.section2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sec2innercont {
    /* width: 40%; */
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    /* padding: 50px; */
    border-radius: 8px;
    margin-right: 9rem;
}

/* .sec2innercont p {
    margin: 10px 0;
    font-family: serif;
} */
.sec2innercont h6,
.sec2innercont h5
 {
    margin: 10px 0;
    font-family: serif;
    font-size: 1rem;
    
}
.setu_Yash p{
    /* margin: 10px 0; */
    font-family: serif;
    font-size: 1.3rem;
    color: red;
    
}
.setu_Yash #ss{
    margin-right: 14rem;
    font-size: 1.3rem;
    color: red;
    
}

.sec2innercont span {
    font-weight: bold;
    color: #A44DD8;
    text-transform: lowercase;

}


#contact h3 {
    font-size: 28px;
    color: #A44DD8;
    margin-bottom: 20px;
    text-align: center;
}

#contact h4 {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
    text-align: center;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
}

#contact textarea {
    height: 120px;
    resize: none;
}

#contact button[type="submit"] {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #A44DD8;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

#contact button[type="submit"]:hover {
    background-color: #932ccf;
}

#contact button[type="submit"]:active {
    background-color: #7a24a5;
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: #888;
    margin-top: 20px;
}


@media only screen and (max-width: 768px) {
    .section2 {
        flex-direction: column;
        padding: 20px;
    }

    .sec2innercont {
        width: 100%;
        margin-bottom: 20px;
    }

    .container-contact {
        width: 100%;
    }
}


/*  */

/* form */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}



.container-contact {
max-width: 400px;
width: 100%;
margin: 0 auto;
position: relative;


}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
background: #F9F9F9;
padding: 25px;

/* margin: 150px 0; */
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
display: block;
font-size: 30px;
font-weight: 300;
margin-bottom: 10px;
}

#contact h4 {
margin: 5px 0 15px;
display: block;
font-size: 13px;
font-weight: 400;
}

fieldset {
border: medium none !important;
margin: 0 0 10px;
min-width: 100%;
padding: 0;
width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
width: 100%;
border: 1px solid #ccc;
background: #FFF;
margin: 0 0 5px;
padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
-webkit-transition: border-color 0.3s ease-in-out;
-moz-transition: border-color 0.3s ease-in-out;
transition: border-color 0.3s ease-in-out;
border: 1px solid #aaa;
}

#contact textarea {
height: 100px;
max-width: 100%;
resize: none;
}

#contact button[type="submit"] {
cursor: pointer;
width: 100%;
border: none;
background: #4CAF50;
color: #FFF;
margin: 0 0 5px;
padding: 10px;
font-size: 15px;
}

#contact button[type="submit"]:hover {
background: #43A047;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
text-align: center;
}

#contact input:focus,
#contact textarea:focus {
outline: 0;
border: 1px solid #aaa;
}

::-webkit-input-placeholder {
color: #888;
}

:-moz-placeholder {
color: #888;
}

::-moz-placeholder {
color: #888;
}

:-ms-input-placeholder {
color: #888;
}
/* form end */



/* Social media container */
.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* Individual social media icon */
.social-media a {
    color: #555;
    font-size: 24px;
    margin: 0 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.social-media a:hover {
    color: #007bff; /* Change this color as per your brand theme */
    transform: scale(1.2); /* Slight zoom effect */
}

/* Accessibility enhancements */
.social-media a:focus {
    outline: none;
    color: #007bff;
    transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .social-media a {
        font-size: 22px;
        margin: 0 10px;
    }
}

@media (max-width: 480px) {
    .social-media a {
        font-size: 20px;
        margin: 0 8px;
    }
}


/* Container for address and contact info */
.em-add {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

/* Title and subtitle (Sparsh Setu and project description) */
.setu_Yash {
    margin-bottom: 20px;
}

.setu_Yash #ss {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.setu_Yash p:last-child {
    font-size: 16px;
    color: #777;
    margin: 5px 0;
}

/* Address section */
h6 {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Phone numbers and emails */
h5 {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

h5 span {
    display: block;
    font-weight: bold;
    color: #007bff; /* Accent color for phone numbers and emails */
    margin-top: 5px;
}

/* Responsive layout */
@media (max-width: 768px) {
    .em-add {
        padding: 15px;
        max-width: 100%;
    }

    .setu_Yash #ss {
        font-size: 22px;
    }

    h6 {
        font-size: 14px;
    }

    h5 {
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .em-add {
        padding: 35px;
        max-width: 100%;
        padding: 15px;

    }

    .setu_Yash #ss {
        font-size: 22px;
    }

    h6 {
        font-size: 14px;
    }

    h5 {
        font-size: 14px;
    }
}

/* Container for Sparsh Setu title and description */
.setu_Yash {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(145deg, #ffffff, #f1f1f1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}

/* Main title (Sparsh Setu) */
.setu_Yash #ss {
    font-size: 32px;
    font-weight: 700;
    color: #007bff;
    letter-spacing: 1px;
    font-family: 'Andada Pro', serif;
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    white-space: nowrap; /* Ensures that "Sparsh Setu" stays in one line */
}

/* Subtitle (Project of Yashshree Shikshan Sanstha) */
.setu_Yash p:last-child {
    font-size: 18px;
    color: #e21414;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Decorative underline effect */
.setu_Yash::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #007bff;
    border-radius: 10px;
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    .setu_Yash {
        padding: 15px;
    }

    .setu_Yash #ss {
        font-size: 28px;
    }

    .setu_Yash p:last-child {
        font-size: 16px;
    }
}


/* sp info */
.sparsh-balgram-info {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Text for Sparsh Setu Initiative */
.sparsh-balgram-info p {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

/* Link to Sparsh Balgram */
.sparsh-balgram-info a {
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #007bff;
    transition: color 0.3s ease;
}

/* Hover effect on link */
.sparsh-balgram-info a:hover {
    color: #0056b3;
}

/* Icon inside the link */
.sparsh-balgram-info a i {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
}

/* Logo image */
.sparsh-balgram-info img {
    max-width: 120px;
    margin: 15px auto;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* Hover effect on logo */
.sparsh-balgram-info img:hover {
    transform: scale(1.05);
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    .sparsh-balgram-info {
        padding: 15px;
    }

    .sparsh-balgram-info p {
        font-size: 16px;
    }

    .sparsh-balgram-info img {
        max-width: 100px;
    }
}

/* sp info end */