/**********************************************************/
/*************************Header*********************8******/
/**********************************************************/
header{
	width:100%;
	max-width: 1170px;
	font-size: var(--headerfooter-text-size);
	z-index:11;
	height: 68px;
}
nav {
	clear: both;
	position: fixed;
	width:100%;
	z-index: 10;
	background-color:var(--nav-color);
	padding: 0% 10%;
	height: 68px;
	border-bottom: 0px solid var(--text-color);
	}

.menu > ul {
	margin:0;
	display: flex;
	align-items: center;
	padding:0;
	height: 68px;
	}
ul.sub-menu, ul.sub-sub-menu {
	height: auto !important;
	display: none;
	flex-direction: unset;
	}
.menu ul li{
	padding:0 1%;
	text-align:Left;
	white-space: nowrap;
	}
.menu a {
	color:var(--text-color);
	}
.menu a:hover,
.menu a:focus,
.menu a:active {
	color:var(--a-color);	
	}
ul.sub-menu{
	padding: 4px 0;
	position: absolute;
	min-width: 210px;
	background-color: var(--theme-surface);
	border: 1px solid var(--theme-border);
	border-top: none;
	border-radius: 0 0 8px 8px;
	z-index: 10;
}
/* Reset padding inherited from .menu ul li */
ul.sub-menu > li {
	padding: 0;
}
ul.sub-menu > li > a {
	display: block;
	padding: 6px 14px;
	white-space: nowrap;
	font-size: 0.84rem;
	color: var(--theme-text);
	text-decoration: none;
}
ul.sub-menu > li > a:hover {
	color: var(--theme-accent);
	background: var(--theme-card);
}
.menu ul li .sub-menu{
	display:none;
}

.menu ul li:hover .sub-menu{
	display:block;
}


.rightsidemenu{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 111;
	margin-top: 14px;
	margin-right: 5%;
}
.rightsideicons{
	font-size: x-large;
	width: 41px;
	height: 41px;
	background-color: var(--a-color);
	color: var(--nav-color);
	border: 1px solid var(--border-color);
	border-radius: 55%;
	box-shadow: 1px 1px 10px var(--boxshadow-color);
	
}

/* Tooltip styles */
.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 100px;
	background-color: var(--a-color);
	color:var(--nav-color);
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	position: absolute;
	z-index: 111;
	top: 100%; /* Position above the button */
	left: 50%;
	transform: translateX(-50%); /* Center tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/* ── Breadcrumbs: in DOM for SEO, invisible to users ── */
.breadcrumbs {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*************************** For tab only **********************************/
@media only screen and (max-width:900px) {
	/***** For Tab ****/
	header {
		width:99.75%;
		margin:0px;
		padding:0%;
		height:auto;
		border:0px solid white;
	}
}
/*************************** For Mobile only **********************************/ 
.mobile-header{
	display:none;
}


@media only screen and (max-width:768px) {
	/********For mobile************* */
	.mobile-header{
		width: 100%;
		margin: 0;
		padding-left:10%;
		display:block;
	}
	
	
	#sidemenuline{
		font-size:150%;
		padding:5%;
		float:left;
		color:var(--highlighttext-color);
	}
	
	#headerline1{
		float: left;
		text-align: center;
		display: block;
		padding: 5% 0%;
		margin: 0% 3%;
		
	}	
	#headerline1>img{
		height: 50px;
		
	}
	.menu{
		display:none;	
	}
	header li{
		margin:0%;
		clear:both;
		width:auto;
		font-size:125%;
		color:var(--highlighttext-color);
		padding:1%;		
	}

	.rightsidemenu{
		margin-top: 6%;
		margin-right: 10%;
	}
	.rightsideicons{
		font-size: large;
		width: 31px;
		height: 31px;
		
	}
	/************Ads************/

	.header-ads{
	display:none;
	}
	#sidemenuline{
		display:block;	
	}
	#sidemenuline	#side-menu{
		float:none;
		padding:3%;
		margin-left:-10%;
		z-index:15;
		position:absolute;
		display:block;	
	}
	#sidemenuline	#close-side-menu{
		display:block;
		font-size:21px;
		padding:3%;
		margin-top:-1%;
		margin-left:46.5%;
		color:var(--highlighttext-color);
		z-index:17;
		position:absolute;
		left:-999px;
		transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
	}
	#home{
		font-size:25px;
		padding: 1% 5%;
	}
	#SideMenu{
		display:block;
		left:0;
		transform:translateX(-100%);
		top:0px;
		width:75%;
		height:100%;
		overflow:scroll;
		text-align:left;
		position:fixed;
		z-index:16;
		background:var(--background-color);
		opacity:0.98;
		padding:5%;
		transition: transform 0.5s ease 0s;
		-moz-transition: transform 0.5s ease 0s;
		-webkit-transition: transform 0.5s ease 0s;
		-o-transition: transform 0.5s ease 0s;
	}
	#SideMenu ul > li > a{
		color:var(--text-color);
	}
	ul.subjects > li > a {
		color: var(--text-color);
	}
	li b{
		font-size:21px;
		color:var(--highlighttext-color);
		font-weight:bold;
		text-transform:capitalize;
	}
	#subject1{
		display:none;
	}#subject2{
		display:none;
	}#subject3{
		display:none;
	}#subject4{
		display:none;
	}#subject5{
		display:none;
	}#subject6{
		display:none;
	}#subject7{
		display:none;
	}	
	ul.subjects > li > a {
		font-weight: bold;
		font-size: 10px;
		color: var(--text-color);
		margin-left: 10%;
		padding: 2% 1%;
		display: block;
		text-transform: capitalize;
	}
}
/****************************************************************
***************************foooter*******************************
*****************************************************************/
footer {
    background-color: var(--nav-color); /* Dark blue shade */
    color: var(--text-color); /* Light grey text color */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 40px 0;
	clear: both;
	margin-top:2%;
}
.footer-container {
    width: 80%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
	border-top: 2px solid var(--border-color);
	padding-top: 20px;
}
.social-media {
    text-align: center; /* Center the social media icons */
    margin-bottom: 20px;
}
.social-media a i{
    display: inline-block;
    margin: 0 10px;
	font-size: var(--headerfooter-text-size);
	color: var(--text-color);
	text-decoration:none;
	padding:1%;
}
.social-media a:hover {
    color: var(--a-color);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.fa-facebook:hover {
	background: #3b5998;
}

.fa-twitter:hover  {
	background:#55acee;
}

.fa-google-plus:hover  {
	background:#dd4b39;
}
.fa-youtube-play:hover  {
	background:#c4302b;
}

.fa-instagram:hover  {
	background:#125688;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    margin-top: 10px;
}

.footer-column {
    flex: 1;
    min-width: 225px;
	margin-right:5%;
}
.footer-column h4,
.footer-heading {
    color: var(--footer-accent);
    margin-bottom: 15px;
	font-size: var(--headerfooter-text-size);
}
.footer-column p {
	font-size: var(--headerfooter-text-size);
    margin-bottom: 15px;
    line-height: 1.5;
	text-decoration:none;
	text-align: justify;
	text-justify: inter-word;
	padding-right:5%;
}
.footer-column a {
	font-size: var(--headerfooter-text-size);
	text-decoration:none;
	margin-left:10px;
}
.footer-column img.footer-logo {
    max-width: 221px;
    margin-bottom: 5px;
}
.footer-link {
    display: block;
    color: var(--theme-muted);
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.footer-link:hover {
    color: var(--theme-accent);
    text-decoration: none;
}
.footer-important-links {
    text-align: center;
    border-top: 1px solid var(--theme-border);
    padding-top: 10px;
    margin-top: 10px;
}
.footer-important-links a {
	display:inline-block;
	text-decoration:none;
    margin: 0 15px;
    color: var(--theme-muted);
    transition: color 0.3s ease;
}

.footer-important-links a:hover {
    color: var(--theme-accent);
}

.footer-bottom {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}

.footer-bottom p {
	text-align: center;
    color: var(--theme-muted);
}

@media screen and (max-width: 992px) {
    .footer-links {
        justify-content: center;
    }

    .footer-column {
        flex: 1 1 100%;
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .footer-important-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-important-links a {
        flex: 1 1 50%;
        margin: 5px 0;
    }
}

/* ================================================================
   LOGO DARK / LIGHT SWITCHING
================================================================ */
.logo-light-variant { display: none; }
.tt-light .logo-dark-variant  { display: none; }
.tt-light .logo-light-variant { display: block; }

.nav-logo {
    height: 31px;
    padding: 0;
    vertical-align: middle;
}
.mobile-header .nav-logo {
    height: 41px;
}

/* ================================================================
   3-LEVEL FLYOUT (sub-sub-menu)
================================================================ */
.sub-menu li.has-sub { position: relative; }

ul.sub-sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background-color: var(--theme-card);
    border: 1px solid var(--theme-border);
    border-radius: 0 5px 5px 0;
    padding: 4px 0;
    z-index: 200;
}
.sub-menu li.has-sub:hover > ul.sub-sub-menu { display: block; }
ul.sub-sub-menu > li > a {
    display: block;
    padding: 6px 14px;
    font-size: 0.84rem;
    color: var(--theme-text);
    white-space: nowrap;
    text-decoration: none;
}
ul.sub-sub-menu > li > a:hover {
    color: var(--theme-accent);
    background: var(--theme-surface);
}

/* ── Mobile: sub-sub items always visible under parent ── */
@media only screen and (max-width: 768px) {
    .sub-sub-menu {
        display: block;
        position: static;
        border: none;
        padding: 0;
        background: transparent;
        min-width: auto;
    }
}
/****************************/

@media only screen and (max-width:768px) {
	/********For mobile************* */
.footer-container { 
	text-align:center;
}
}