/* Reset some default styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

header {
    background-color: #FF8C00;
    color: #fff;
    padding: 10px;
}

nav {
    max-width: 100%;
    margin: 0 auto;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end; /* Align menu items to the right */
}

.nav-menu > li {
    position: relative; /* Needed for dropdown positioning */
}

.nav-menu a {
    text-decoration: none;
    color: white;
    padding: 14px 20px;
    display: block;
    transition: background-color 0.3s;
}

.nav-menu a:hover {
    background-color: #804000;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0; /* Align to the right of the parent */
    background-color: #804000;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #575757;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* image container */

.image-container {
    text-align: center; /* Horizontally centers inline elements like images */
}

.image-container img {
    max-width: 100%; /* Ensures the image doesn't overflow its container */
    height: auto;    /* Keeps the image's aspect ratio */
}

/* Bilingual Container Murari  start*/

.language-toggle {
    margin-top: 10px;
}

.language-toggle button {
   
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
}

.language-toggle button.active {
    background-color: #0056b3;
}

.container {
     margin-top: 0px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.content {
     
    display: none; /* Hide content by default */
     flex: 3;
	background-color: #f4f4f4;
	padding: 20px;
	margin-right: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    
     margin-bottom: 50px;
}

.english-content {
    display: block; /* Show English content by default */
    padding: 40px;
    background: #FFFDD0;
    border: 1px solid #ddd;
    order-radius: 5px;
    text-align: justify;
    font-size: 17px
    vertical-align: top;
   
      
}

.tamil-content {
    font-family: 'Noto Sans Tamil', sans-serif;
    padding: 20px;
        background: #FFFDD0;
        border: 1px solid #ddd;
    order-radius: 5px;
    text-align: justify;
   padding-bottom: 20px;
   font-size: 14px
    
}

section {
    margin-bottom: 20px;
}

h2 {
    color: #4CAF50; /* Color for h2 (Green) */
}

 .internal-color {
            color: #000080; /* Navy blue color */
        }

/* Bilingual Container Murari  end*/


/* side ad bar by Murari */

.sidebar {
    flex: 1;
    background-color: #eaeaea;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.ad {
   
    background-color: #800000; 
    border: 10px solid #FF8C00;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
    
}

.photo {
    text-align: center;
}

.photo img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 10px auto;
}

/* end */

/* Ad video adding Murari */
.video-container {
    background-color: #FFFFFF;
    border: 1px solid #FF8C00;
    padding: 10px;
    text-align: center;
    margin: 10px;
    vertical-align: top;
   
    
}

video {
    max-width: 70%;
    height: auto;
}

 table, tbody {
      width: 100%;
      border-collapse: collapse;
      vertical-align: top;
    overflow: visible; }

    td {
      /* border: 1px solid #ccc; */
      padding: 10px;
      height: 100px; /* Adding height to make vertical alignment noticeable */
    }

    .top-align {
      vertical-align: top;
    }

/* End Murari */

/* Footer Styles */
footer {
    background: #FF8C00;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

/* Mental illness hospital page style */

{margin:0; padding:0; text-indent:0; }
	/* p { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 12pt; margin:0pt; } */
	 h1 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: bold; text-decoration: underline; font-size: 12pt; }
	 .s1 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 9pt; }
	 .s2 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 9pt; }
	 .s3 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 9pt; }
	 .s4 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 6pt; vertical-align: 3pt; }


