
        body {
           
            color: #080808;
            background-color: #ffffff;
            font-size: 16px;
            overflow-x: hidden;
            font-family: 'Open Sans', sans-serif;
            font-optical-sizing: auto;
            font-weight: 900;
            font-style: normal;
            font-variation-settings: "wdth" 100;
        }
        
        h1,
        h2,
        h3 {
            font-weight: 600;
        }

        p {
            line-height: 1.6;
        }

        .carousel-caption {
            background: rgba(0, 0, 0, 0.5);
            padding: 0.5rem 1rem;
            border-radius: 0.25rem;
        }

        .front-logo {
            height: 45px;
            width: auto;
            max-width: 100%;
        }

      

        /* Post wrapper */
        .post {
            border-bottom: 1px solid #e0e0e0;
            padding: 30px 0;
        }

        /* Post title */
        .post-title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .post-title:hover {
            color: #007bff;
            text-decoration: underline;
        }

        /* Meta info under title */
        .post-meta {
            font-weight: 300;
            font-size: 14px;
            color: #777;
            margin-bottom: 10px;
        }

        .post-meta i {
            margin-right: 5px;
        }

        /* Read More Button */
        .btn-read-more {
            border: 2px solid #333;
            background: transparent;
            padding: 8px 20px;
            font-size: 14px;
            font-weight: 500;
            /* border-radius: 50px; */
            color: #333;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .btn-read-more:hover {
            background-color: #333;
            color: #fff;
        }

        /* Post excerpt */
        .post-excerpt {
            font-size: 16px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 20px;
        }

        a {
            color: #383131 !important;
            font-weight: 300 !important;
            /* black */
            text-decoration: none;
            /* optional: remove underline */
        }

        /* Normal state */
        .btn-outline-primary {
            color: #000000 !important;
            border-color: #000000 !important;
            text-decoration: none;
          }

        /* Hover state */
        .btn-outline-primary:hover {
            color: #fff !important;
            border-color: #e81c4f !important;
            background-color: #e81c4f !important;
        }

        .widget {
    background-color: #ffffff;  /* Light gray background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #c0bcbd; /*Primary color underline*/
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: #333;
}

.widget-title span {
    background-color: #ffffff;
    padding: 0 5px;
}

.widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-list li {
    margin-bottom: 12px;
}

.widget-list a {
    display: flex;
    justify-content: space-between;
    color: #444;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.widget-list a:hover {
    color: #007bff;
    text-decoration: underline;
}
.widget-list-inline{
    display: inline-block;
    padding: 6px 12px;
    background-color: #ffffff;
    border-radius: 999px; /* makes it pill/rounded */
    margin: 5px;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.widget-list-inline:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.carousel-image,
.banner-video video {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.banner-image{
  width: 100%;
    max-width: 100%;
    height: auto;
object-fit: contain;
}

@media (min-width: 768px) {
    .carousel-image,
    .banner-video video {
        height: 400px;
    }
}

.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
#postCardSlider::-webkit-scrollbar {
  display: none;
}
#postCardSlider {
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 200px; /* adjust as needed */
}
   
.noto-sans-tamil {
  font-family: "Noto Sans Tamil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* or 300, 500, 700 etc. */
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.share-buttons .btn-social {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

/* Platform colors */
.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #1da1f2;
}

.btn-linkedin {
    background-color: #0077b5;
}

.btn-pinterest {
    background-color: #bd081c;
}

.btn-email {
    background-color: #7a7a7a;
}

.share-buttons .btn-social:hover {
    opacity: 0.8;
}
/* * General tab styles */ 
.nav-tabs .nav-link {
    background-color: #e9ecef; /* light gray for inactive */
    color: #000;               /* black text */
    border: 1px solid #dee2e6;
    margin-right: 2px;
}

/* Active tab styles */
.nav-tabs .nav-link.active {
    background-color: #fff !important; /* white background */
    color: #000 !important;
    font-weight: 600;
    border-color: #dee2e6 #dee2e6 #fff; /* remove bottom border */
}

/* Optional hover effect */
.nav-tabs .nav-link:hover {
    background-color: #d4d4d4;
    color: #000;
}

/* Remove default blue underline (if seen) */
.nav-tabs .nav-link:focus {
    box-shadow: none;
}
.text-loose {
    letter-spacing: 1px;
    word-spacing: 0.3rem;
    line-height: 4; /* same as Bootstrap's lh-lg */
}
.carousel-img {
    height: 200px; /* or any fixed height you want */
    object-fit: cover;
}
/* team page style start here */
.team-list ul {
  padding: 0;
}

.team-list ul li {
  /* Remove li Bullets with zero-width space for accessability */
  list-style-type: none;
}

.team-list ul li:before {
  content: "​";
  /* add zero-width space */
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  position: absolute;
}


.avatar {
  width: 100%;
  max-width: 100%;
}

.team-item:hover .avatar {
  border: 6px solid #fff;
}

.title,
.name {
  color: #503f9d;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.name{font-size: 1.2rem;}
.sep{font-size: 1rem;}

.team-item {
padding-bottom: 3rem;
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 2px 2px 10px rgba(61, 61, 61, 0.596);
  transition: all 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 1;
}

.team-item:hover .title,
.team-item:hover .name {
  color: #fff !important;
  transition-duration: 500ms;
}

.team-item:hover {
  background-color: #ff4848;
  color: #fff !important;
  transition-duration: 500ms;
}


.team-item::after:hover {
  background-color: #fff;
  color: #ff4848;
  transition-duration: 500ms;

}

.social {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px 0;
  cursor: pointer;
  transition: inherit;
  box-shadow: inset 4px 4px 7px rgba(61, 61, 61, 0.596);
  background-color: #ff4848;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHg9IjBweCIgeT0iMHB4Ij48dGl0bGU+NTI8L3RpdGxlPjxwYXRoIGQ9Ik04MS4zMDMyOSwzOC41MjkzOUExNC4wMTgsMTQuMDE4LDAsMSwwLDYxLjQ3NywxOC43MDY3MUw0Ny4wMDMxNSwzMy4xNzkxNGExNC4wMzAzNywxNC4wMzAzNywwLDAsMCwwLDE5LjgyMTcxLDQuODAxMTMsNC44MDExMywwLDAsMS02Ljc4OTc5LDYuNzg5ODcsMjMuNjQzMjcsMjMuNjQzMjcsMCwwLDEsMC0zMy40MDE0NUw1NC42ODcyMSwxMS45MTY4NEEyMy42MjAzLDIzLjYyMDMsMCwwLDEsODguMDkzMDgsNDUuMzE5MjdMODAuOTIzOCw1Mi40ODcxMWE0LjgwMTE0LDQuODAxMTQsMCwwLDEtNi43ODk4LTYuNzg5ODdaTTExLjkwNzQxLDg4LjA5MzlhMjMuNjUwNTMsMjMuNjUwNTMsMCwwLDAsMzMuNDA1ODYtLjAwMUw1OS43ODY2NCw3My42MjE0N2EyMy42MTU4MywyMy42MTU4MywwLDAsMCwwLTMzLjQwMTQ1LDQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTc5LDYuNzg5ODgsMTQuMDE1MzEsMTQuMDE1MzEsMCwwLDEsMCwxOS44MjI2OEwzOC41MjM0OCw4MS4zMDRBMTQuMDE4LDE0LjAxOCwwLDEsMSwxOC42OTcyLDYxLjQ4MTM1TDI1Ljg2Niw1NC4zMTM1YTQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTgtNi43ODk4N2wtNy4xNjg3OSw3LjE2Nzg1QTIzLjY0NDg5LDIzLjY0NDg5LDAsMCwwLDExLjkwNzQxLDg4LjA5MzlaIj48L3BhdGg+PC9zdmc+");
}

.team-item:hover .social {
  cursor: default;
  color: #000;
  background-color: #fff;
  width: 100%;
  transition-duration: 500ms;
  border-radius: 0 0 25px 25px;
}

.social i {
  opacity: 0;
  padding: 0px 10px;
  transform: scale(0.7);
}

.social i:hover {
  cursor: pointer;
  transform: scale(1);
}

.team-item:hover .social i {
  opacity: 1;
  transition: opacity 0.2s ease 200ms;
}

.team-item:hover .social i:hover {
  transition: 500ms;
}

.description {
  text-align: justify;
}

/* contact us page start here */
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #071c34;
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
.contact-page-header .title{font-size:2em;text-align:center;  font-family: 'Open Sans', sans-serif;  margin: 0px 0 10px;}
.contact-page-header p{font-size:1.1em;text-align:center;color:#616161;    line-height: 30px;font-family: 'Open Sans', sans-serif; font-weight: 400;}
.contact-page-header .divider {    height: 3px;    width: 100%;    margin: 0 0 10px;    float: left;    position: relative;}
.contact-page-header .divider:before {    position: absolute;    content: " ";    top: 10px;    left: 45%;    width: 250px;    margin-left: -60px;height: 3px;    background: #d73939;}