@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@300;600;900&display=swap');

body {
    /*background-image: url('../img/bg.png');
    background-size: cover;         
    background-position: center;    
    background-repeat: no-repeat;   
    background-attachment: fixed;   */
    margin: 0;
    padding: 0;
    background-size: auto !important;
	color:#000 !important;
}
body:after{
	opacity:0.5 !important;
}
a{
	color:#000 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Rubik",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color:#000 !important;
}
.title-1{
	font-size: 36px;
	color: #471c12 !important;
	font-weight: bold !important;
}
.title-2{
	font-size: 28px;
	color: #471c12 !important;
	font-weight: bold !important;
}
.title-3{
	font-size: 20px;
	color: #471c12 !important;
	font-weight: bold !important;
}
.title-4{
	font-size: 16px;
	color: #471c12 !important;
	font-weight: bold !important;
}
.logo{
	 height:100px !important;
}

.top-right {
   font-size:16px !important;
   font-weight:700;
}
.top-right i {
   font-size:16px !important;
   font-weight:900;
}
.topbar{
	background-color: #ffffff !important;
}
.topbar .tamilTitle{
	font-family: 'Noto Sans Tamil', sans-serif !important;
	font-size:18px !important;
	font-weight:900 !important;
	letter-spacing:1px;
	color:#006E32 !important;
}
.tamilContent{
	font-family: 'Noto Sans Tamil', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
}
.topbar .englishTitle{
	font-family: arial !important;
	font-size:22px !important;
	font-weight:900 !important;
	letter-spacing:1px;
	color:#006E32 !important;
}
.bg-liteyellow{
	background:#006e32 !important;
}

.text-daryyellow{
	color:#FED5A1 !important;
}
.bg-gray{
	background:#800000 !important;
}
.bg-darkyellow{
	background:#FED5A1 !important;
}
.text-black{
	color:#000 !important;
}
.btn-black{
	background:#fff !important;
	color:#000 !important;
}
.text-primary {
    color: #ffbd31 !important;
}
.btn-primary {
    color: #000;
    background-color: #ffbd31 !important;
    border-color: #ffbd31 !important;
}
/* .bg-homeLeftImg{
	background:#383838 !important;
} */

.homeLeftImg{
	height:250px;
}

.astrodivider {
  margin:64px auto;
  width:400px; 
  max-width: 100%;
  position:relative;
}

.astrodividermask { 
    overflow:hidden; height:20px; 
}

.astrodividermask:after { 
      content:''; 
      display:block; margin:-25px auto 0;
      width:100%; height:25px;  
        border-radius:125px / 12px;
       box-shadow:0 0 8px #FF5E14;
}
.astrodivider span {
    width:50px; height:50px; 
    position:absolute; 
    bottom:100%; margin-bottom:-25px;
    left:50%; margin-left:-25px;
    border-radius:100%;
   box-shadow:0 2px 4px #FF5E14;
    background:#fff;
}
.astrodivider i {
    position:absolute;
    top:4px; bottom:4px;
    left:4px; right:4px;
    border-radius:100%;
    border:1px dashed #68beaa;
    text-align:center;
    line-height:40px;
    font-style:normal;
     color:#049372;
}
.astrodivider img{
	height:28px;
	margin-top:8px;
}
.text-justify{
	text-align:justify;
}
.foot-logo{
	height: 100px;
    border-radius: 10px;
	filter: drop-shadow(0 0 10px rgb(255, 255, 255));
}

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.btn-check:checked+.btn-outline-dark, .btn-check:active+.btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #ffbd31 !important;
    border-color: #ffbd31 !important;
}
.btn-outline-dark {
    color: #000 !important;
    border-color: #ffbd31 !important;
}
.btn-outline-dark:hover {
    color: #000 !important;
    background: #ffbd31 !important;
}

@media (max-width: 767.98px) { 
	.navbar{
		padding-top:10px !important;
		padding-bottom:10px !important;		
	}
	
	.logo{
		 height:60px !important;
	}
	
	.topbar .tamilTitle{
		font-size:12px !important;
	}

	.topbar .englishTitle{
		font-size:12px !important;
	}
	
	.navbar-toggler {
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: #ffbd31 !important;
		border: 1px solid #ffbd31 !important;
		border-radius: 0px;
		transition: box-shadow 0.15s ease-in-out;
	}
}
#loading-image{
	height:100px;	
	z-index:999;
	position:absolute;
	top:80%;
}

.page-item.active .page-link {
    background-color: #ffbd31 !important;
    border-color: #ffbd31 !important;
}

.dropdown-item {   
    font-weight: bold;
	font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000000 !important;
    text-decoration: none;
    background-color: #ffbd31 !important;
}
.navbar{
	height:70px;
}
.navbar .navbar-nav .nav-link {
	margin:0 !important;
	color:#1D1D1D !important;
	padding: 15px !important;
}
.navbar.sticky-top {
  background-color: #ffffff !important;
}
.navbar .navbar-nav {
    color: #800000 !important;
}
.navbar .navbar-nav .nav-link:hover {
    color: #1D1D1D !important;
}
.copyright {
    color: #000000 !important;
	border-top: 1px solid #4c4c4c !important;
}            
#google_translate_element { 
	height: 38px !important;
	overflow: hidden !important;
	margin-left:18px;
}
.goog-te-gadget .goog-te-combo {
    width: 100% !important;
} 
.footer h5{
   font-size: 15px !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #000 !important;
    background-color: #ffbd31 !important;
}
.navbar .nav-item .dropdown-menu {
	background-color:#ffffff !important;
}
.footer h5{
	font-size:15px !important;
}	
.footer a:hover{
	color: #800000 !important;
}
.titlefont{
	font-size:26px !important;
}
.clr-meroon{
	color:#800000 !important;
}
.service-title h3{
	font-size:16px;
}
.page-header{
	padding-top:60px !important;
}
.t-thinking{
	color: green;
    font-weight: 900;
    font-size: 12px;
    text-align: left;
    position: absolute;
    margin-left: 170px;
    margin-top: 150px;
	width:300px;
}
.marquee-wrapper {
	display: flex;
	align-items: center;
	background-color: #ffbd31;
	color: black;
	overflow: hidden;
	height: 50px;
}

.marquee-title {
	background-color: #471c12;
	color:#fff;
	font-weight: 600;
	padding: 20px 20px;
	white-space: nowrap;
	font-size:12px;
}

.marquee {
	flex: 1;
	overflow: hidden;
	position: relative;
}

.marquee-content {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	/* Slower speed — increase duration */
	animation: scroll-left 35s linear infinite;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* Optional: pause on hover */
.marquee:hover .marquee-content {
animation-play-state: paused;
}

.btn-radius{
	border-radius: 40px;
	font-size:12px;
}
.activity{
	width:95%;
	transition: transform 0.25s ease;
}
.activity:hover {
  transform: scale(1.1); /* pop */
}
.activity-body{
	height: 180px;
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
.about-bgfirst{
	background-color: #f8f8f9;
	background-image: url('../img/about-bg.jpg');
    --background-overlay: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-bg{
	background-color: #fff1e6;
}
.activity-body h3{
	font-size: 14px;
	text-align:center;
}
.activity img{
	width:100%;
	height:200px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;	
}
.activity-title{
	height:100px;
}
.footer-top{
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../img/bg-footertop.jpg');
    background-size: cover;        /* Makes it fill the screen */
    background-position: center;   /* Centers the image */
    background-repeat: no-repeat;  /* Prevent tiling */
    background-attachment: fixed;  /* Optional: parallax effect */
}
.footer-top::before{
	background-color: #000000FC;
    --background-overlay: '';
}
.footer-top p{
	margin-top:60px;
}
.footer-top h1{
	color:#ffffff !important;
}
.footer{
	background-color: #24201d;
}
.services img{
	border-radius:10px;
	width:100%;
	height:360px;
	transition: transform 0.4s ease;
}
.services:hover img {
  transform: scale(1.1);   /* zoom in */
}
.services{
  position: relative;
  display: inline-block;
  overflow: hidden;   /* hides edges when zooming */
  display: inline-block;
}

/* black overlay on top of image */
.services::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* black with 50% opacity */
  pointer-events: none;
  width:100%;
  height:360px;
  border-radius:10px;
}
.services {
  display: block;
}
.multi-item{
	padding-left:10px;
}
.service-title{
	position: absolute;
    z-index: 9999;
    top: 20px;
    margin-left: 20px;
    color: #fff;
}
.service-title h3{
   color: #fff !important;
   font-size: 20px;
}
.service-title {
  transition: transform 0.25s ease;
}

.service-title:hover {
  transform: scale(1.1); /* pop */
}
.service-title a{
   color: #000 !important;
}
.multi-carousel-wrapper {
  width: 100%;
  padding: 20px; /* optional spacing */
  box-sizing: border-box;
}

.multi-carousel img {
  width: 100%;     /* make images responsive */
  display: block;
}
/* Hide Google branding (allowed) */
.goog-te-gadget img {
  display: none !important;
}

/* Style dropdown */
#google_translate_element select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
  font-size: 14px;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 22px !important;
    }
}
/* Media query for mobile devices  */
@media only screen and (max-width: 767px) {
	body {
		margin: 0;
		padding: 0;
		background-size: auto !important;
	}
	.t-thinking {
		color: green;
		font-weight: 900;
		font-size: 10px;
		text-align: left;
		position: absolute;
		margin-left: 95px;
		margin-top: 74px;
		width: 150px;
	}
	.navbar-collapse {
		background: #fff !important;
	}
}