@charset "UTF-8";
/* Variables */
body {
  font-family: "Inknut Antiqua", serif !important;
  font-weight: 400;
  font-style: normal; }

h2 {
  font-weight: 600;
  font-size: 36px; }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 28px; } }
  @media (max-width: 479.98px) {
    h2 {
      font-size: 24px; } }

h4 {
  font-size: 16px !important;
  position: relative;
  padding-left: 40px; }
  h4.sup_title::before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 10px; }
  h4.sup_title.dark::before {
    background-image: url(../images/sparkel.svg); }
  h4.sup_title.white::before {
    background-image: url(../images/sparkel-white.svg); }

p {
  font-size: 14px; }
  @media (max-width: 479.98px) {
    p {
      font-size: 13px; } }

.header_top_bar {
  background-color: #912222;
  font-size: 14px;
  color: #f8f5f0;
  font-weight: 300;
  height: 57px;
  display: flex;
  align-items: center; }
  .header_top_bar .header_top_inner {
    display: flex;
    gap: 30px; }
    .header_top_bar .header_top_inner.flt-right {
      float: right; }
    .header_top_bar .header_top_inner .header_bar_text {
      display: flex;
      gap: 5px;
      font-family: Verdana, Geneva, Tahoma, sans-serif; }
      .header_top_bar .header_top_inner .header_bar_text i {
        color: #FA9300; }
      .header_top_bar .header_top_inner .header_bar_text span {
        display: flex; }
        .header_top_bar .header_top_inner .header_bar_text span a {
          color: #f8f5f0;
          text-decoration: none; }
        .header_top_bar .header_top_inner .header_bar_text span button {
          color: #f8f5f0; }
        .header_top_bar .header_top_inner .header_bar_text span a.glink {
          color: #f8f5f0 !important; }
          .header_top_bar .header_top_inner .header_bar_text span a.glink img {
            display: none; }
  @media (max-width: 575.98px) {
    .header_top_bar {
      height: auto;
      padding: 10px 15px;
      flex-direction: column;
      align-items: flex-start; }
      .header_top_bar .header_top_inner {
        flex-wrap: wrap;
        gap: 10px; }
        .header_top_bar .header_top_inner.flt-right .header_bar_text {
          display: flex !important; }
        .header_top_bar .header_top_inner .header_bar_text:last-child {
          display: none; } }

.cmn_btn {
  transition: all 0.4s ease-in-out;
  background-color: #FA9300;
  color: #000000;
  border: 0;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 4px 4px 4px 20px; }
  .cmn_btn .cmn_btn_content_wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 25px; }
    .cmn_btn .cmn_btn_content_wrapper .cmn_btn_icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #f8f5f0;
      height: 40px;
      width: 40px;
      border-radius: 100px;
      transition: all 0.4s ease-in-out; }
      .cmn_btn .cmn_btn_content_wrapper .cmn_btn_icon svg {
        font-size: 12px;
        transition: all 0.4s ease-in-out;
        height: 12px;
        width: 1em; }
  .cmn_btn:hover {
    background-color: #303030;
    color: #f8f5f0;
    transition: all 0.4s ease-in-out; }
    .cmn_btn:hover .cmn_btn_icon svg {
      transform: rotate(45deg); }
  @media (max-width: 479.98px) {
    .cmn_btn {
      font-size: 16px;
      padding-left: 15px; }
      .cmn_btn .cmn_btn_content_wrapper {
        gap: 15px; }
        .cmn_btn .cmn_btn_content_wrapper .cmn_btn_icon {
          height: 32px;
          width: 32px; }
          .cmn_btn .cmn_btn_content_wrapper .cmn_btn_icon svg {
            height: 10px;
            width: 0.8em; } }

.navbar-nav {
  margin: 0 auto; }
  .navbar-nav li {
    margin: 0 5px; }
    .navbar-nav li a {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.6em;
      color: var(--e-global-color-white);
      padding: 14px 15px;
      transition: all 0.4s ease;
      text-decoration: none; }
      @media (max-width: 575.98px) {
        .navbar-nav li a {
          font-size: 14px;
          padding: 10px 8px; } }

.navbar-brand {
  display: flex;
  gap: 5px;
  align-items: center; }
  .navbar-brand img {
    width: 50px;
    height: 50px; }
    @media (max-width: 575.98px) {
      .navbar-brand img {
        width: 40px;
        height: 40px; } }
  .navbar-brand span {
    font-size: 14px; }
    @media (max-width: 575.98px) {
      .navbar-brand span {
        font-size: 12px; } }

.hero-section {
  position: relative; }
  .hero-section .float-text-banner {
    position: absolute;
    left: 50%;
    top: 79%;
    transform: translate(-50%, -50%);
    display: none;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 33px;
    color: white; }
    @media (max-width: 991.98px) {
      .hero-section .float-text-banner {
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      .hero-section .float-text-banner {
        top: 74%; } }
  .hero-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%; }
  .hero-section img {
    object-fit: cover;
    height: 100%; }
  @media (max-width: 991.98px) {
    .hero-section {
      height: 60vh; } }
  @media (max-width: 575.98px) {
    .hero-section {
      height: 60vh; } }

.scroller-section {
  background-color: #FA9300;
  padding: 15px 0; }
  .scroller-section .news-scroller-wrapper {
    background: none;
    border: 0;
    padding: 0; }
    .scroller-section .news-scroller-wrapper .news-scroller-horizontal {
      margin: 0; }
      .scroller-section .news-scroller-wrapper .news-scroller-horizontal li {
        position: relative; }
        .scroller-section .news-scroller-wrapper .news-scroller-horizontal li::before {
          content: "";
          background-image: url("../images/sparkel.svg");
          position: absolute;
          width: 15px;
          height: 15px;
          z-index: 9999;
          right: -32px;
          margin-top: 5px; }
        .scroller-section .news-scroller-wrapper .news-scroller-horizontal li:last-child::before {
          display: none; }

.home_about {
  background-color: #b1081914;
  padding: 136px 0; }
  .home_about .h_a_image_left {
    height: 680px;
    border-radius: 10px; }
    .home_about .h_a_image_left img {
      height: 100%;
      object-fit: cover;
      border-radius: 10px 10px 10px 100px; }
    @media (max-width: 991.98px) {
      .home_about .h_a_image_left {
        height: 400px; } }
    @media (max-width: 575.98px) {
      .home_about .h_a_image_left {
        height: 300px;
        border-radius: 10px; } }
  .home_about .h_a_content_right {
    padding-left: 20px; }
    .home_about .h_a_content_right h4 {
      margin-bottom: 20px; }
    .home_about .h_a_content_right h2 {
      margin-bottom: 20px;
      color: #912222;
      font-weight: 600; }
    .home_about .h_a_content_right p {
      margin-bottom: 20px; }
    .home_about .h_a_content_right .cont-button {
      margin-top: 40px; }
    @media (max-width: 991.98px) {
      .home_about .h_a_content_right {
        padding-left: 0;
        margin-top: 30px;
        text-align: center; } }
  @media (max-width: 991.98px) {
    .home_about {
      display: flex;
      flex-direction: column;
      align-items: center; } }

.home_about_bottom {
  position: relative; }
  .home_about_bottom::before {
    content: "";
    background-color: #b1081914;
    width: 100%;
    height: 136px;
    position: absolute;
    z-index: -1; }
  .home_about_bottom .status_left {
    background-color: #FA9300;
    border-radius: 10px;
    text-align: center;
    padding: 49px 49px 69px 49px;
    display: flex;
    gap: 15px;
    flex-direction: column; }
  .home_about_bottom .status_right_donate {
    background-color: #912222;
    border-radius: 10px 10px 100px 10px;
    padding: 49px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #f8f5f0; }
    .home_about_bottom .status_right_donate h2 span {
      color: #FA9300; }
    .home_about_bottom .status_right_donate .cont-button {
      display: flex;
      position: relative; }
      .home_about_bottom .status_right_donate .cont-button .scribble_arrow {
        position: absolute;
        background-image: url("../images/scribble.svg");
        width: 83px;
        height: 48px;
        object-fit: contain;
        background-size: contain;
        background-repeat: no-repeat;
        left: 225px;
        top: -6px;
        animation: leftRight 1s infinite ease-in-out; }
        @media (max-width: 575.98px) {
          .home_about_bottom .status_right_donate .cont-button .scribble_arrow {
            width: 60px;
            height: 35px;
            left: 150px;
            top: -4px; } }
  @media (max-width: 991.98px) {
    .home_about_bottom {
      display: flex;
      flex-direction: column;
      gap: 20px; } }

@keyframes leftRight {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(8px); }
  100% {
    transform: translateX(0); } }
.gallery-section {
  padding: 90px 0;
  background-color: #912222; }
  .gallery-section .gallery_inner h4 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: #f8f5f0; }
  .gallery-section .gallery_inner h2 {
    color: #FA9300;
    text-align: center; }
  .gallery-section .gallery_inner .gallery_display {
    margin-top: 70px; }

.latest_news {
  padding: 135px 0; }
  .latest_news .lts_n_inner {
    display: table;
    margin: 0 auto; }
    .latest_news .lts_n_inner h4 {
      display: table;
      margin-left: auto;
      margin-right: auto; }
    .latest_news .lts_n_inner h2 {
      color: #912222;
      text-align: center; }
    .latest_news .lts_n_inner .glp-gallery {
      margin-top: 70px; }
  .latest_news .view_all a {
    color: #000000;
    display: table;
    margin: 40px auto 0 auto; }
  .latest_news .lts_n_inner_list {
    margin-top: 70px; }
    .latest_news .lts_n_inner_list .latest-posts {
      border: 0;
      padding: 0;
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .latest_news .lts_n_inner_list .latest-posts .single-post {
        background-color: #b1081914;
        padding: 20px;
        border-radius: 5px 5px 20px 5px;
        max-width: 362px;
        width: 100%; }
        @media (max-width: 991.98px) {
          .latest_news .lts_n_inner_list .latest-posts .single-post {
            max-width: 45%;
            min-width: auto; } }
        @media (max-width: 575.98px) {
          .latest_news .lts_n_inner_list .latest-posts .single-post {
            max-width: 100%; } }
        .latest_news .lts_n_inner_list .latest-posts .single-post a {
          color: #000000;
          text-decoration: none; }
        .latest_news .lts_n_inner_list .latest-posts .single-post .single-post-content {
          display: flex;
          flex-direction: column;
          gap: 15px;
          margin-bottom: 25px;
          min-height: 161px; }
          .latest_news .lts_n_inner_list .latest-posts .single-post .single-post-content .post-thumbnail {
            width: fit-content; }
            .latest_news .lts_n_inner_list .latest-posts .single-post .single-post-content .post-thumbnail img {
              object-fit: cover;
              width: 100%;
              height: 244px; }
        .latest_news .lts_n_inner_list .latest-posts .single-post span.date {
          font-size: 12px;
          color: #912222; }
        .latest_news .lts_n_inner_list .latest-posts .single-post h3 {
          font-size: 16px; }
        .latest_news .lts_n_inner_list .latest-posts .single-post .excerpt {
          font-size: 14px; }
          @media (max-width: 575.98px) {
            .latest_news .lts_n_inner_list .latest-posts .single-post .excerpt {
              font-size: 13px; } }
        .latest_news .lts_n_inner_list .latest-posts .single-post .meta {
          border-top: 1px solid;
          padding: 13px 0 0 0;
          display: flex;
          align-items: center;
          width: 100%;
          justify-content: space-between; }
          .latest_news .lts_n_inner_list .latest-posts .single-post .meta .cmn_btn_icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #FA9300;
            height: 40px;
            width: 40px;
            border-radius: 100px;
            transition: all 0.4s ease-in-out; }
            .latest_news .lts_n_inner_list .latest-posts .single-post .meta .cmn_btn_icon svg {
              font-size: 12px;
              transition: all 0.4s ease-in-out;
              height: 12px;
              width: 1em;
              fill: white; }
              .latest_news .lts_n_inner_list .latest-posts .single-post .meta .cmn_btn_icon svg path {
                fill: white; }
            .latest_news .lts_n_inner_list .latest-posts .single-post .meta .cmn_btn_icon:hover {
              background-color: #303030;
              color: #f8f5f0;
              transition: all 0.4s ease-in-out; }
              .latest_news .lts_n_inner_list .latest-posts .single-post .meta .cmn_btn_icon:hover svg {
                transform: rotate(45deg); }

.contact .inner_container {
  display: flex;
  flex-direction: row; }
  .contact .inner_container .form_container {
    flex: 1;
    display: flex; }
    .contact .inner_container .form_container .cnt_form_cont {
      max-width: 450px;
      margin: 0 auto;
      align-content: center;
      align-items: center;
      width: 100%;
      padding: 135px 0; }
      .contact .inner_container .form_container .cnt_form_cont h2 {
        margin-bottom: 25px; }
        .contact .inner_container .form_container .cnt_form_cont h2 span {
          color: #FA9300; }
  .contact .inner_container .map_container {
    flex: 1;
    background-color: #b1081914;
    display: flex; }
    .contact .inner_container .map_container .contact_map {
      max-width: 450px;
      margin: 0 auto;
      align-content: center;
      align-items: center;
      width: 100%;
      padding: 120px 0; }
      .contact .inner_container .map_container .contact_map iframe {
        border: 3px solid #f8f5f0;
        margin-top: -127px; }
        @media (max-width: 575.98px) {
          .contact .inner_container .map_container .contact_map iframe {
            margin-top: 0;
            width: 100%;
            height: 300px; } }
@media (max-width: 991.98px) {
  .contact .inner_container {
    flex-direction: column;
    padding: 0 15px; }
    .contact .inner_container .form_container,
    .contact .inner_container .map_container {
      flex: none;
      width: 100%; }
      .contact .inner_container .form_container .contact_map iframe,
      .contact .inner_container .map_container .contact_map iframe {
        margin-top: 0;
        width: 100%;
        height: 300px; } }

.language-toggle-btn {
  padding: 8px 12px;
  background: #ff5722;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold; }
  .language-toggle-btn:hover {
    background: #e64a19; }

.language-content {
  display: none; }
  .language-content.tamil.active, .language-content.english.active {
    display: block; }

/* Offcanvas background & container */
.offcanvas.offcanvas-start {
  background-color: #912222 !important;
  /* Your primary color */
  color: #f8f5f0 !important;
  /* Light text */
  width: 280px !important;
  padding: 2rem 1.5rem !important;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.3);
  z-index: 1050;
  /* Make sure it sits above */ }

/* Offcanvas header */
.offcanvas-header {
  border-bottom: 1px solid rgba(248, 245, 240, 0.2);
  padding-bottom: 0.75rem; }

.offcanvas-title {
  color: #FA9300;
  /* Secondary color */
  font-weight: 700;
  font-size: 1.5rem; }

/* Close button (X) */
.offcanvas .btn-close {
  filter: invert(1);
  opacity: 1; }

/* Navbar links inside offcanvas */
.offcanvas .navbar-nav .nav-link {
  color: #f8f5f0;
  font-weight: 600;
  font-size: 1.15rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(248, 245, 240, 0.15);
  transition: color 0.3s ease, background-color 0.3s ease; }

.offcanvas .navbar-nav .nav-link:hover,
.offcanvas .navbar-nav .nav-link:focus {
  color: #FA9300;
  background-color: rgba(250, 147, 0, 0.2);
  border-radius: 6px; }

/* Donate button styling */
.offcanvas .cmn_btn {
  width: 100%;
  padding: 0.75rem 0;
  margin-top: 2rem;
  font-size: 1.2rem;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.offcanvas .cmn_btn:hover {
  background-color: #303030;
  color: #f8f5f0; }

/* Offcanvas body scroll */
.offcanvas-body {
  padding-top: 1rem !important;
  max-height: 80vh !important;
  overflow-y: auto !important; }

/* Fix offcanvas scrollbar color for dark background */
.offcanvas-body::-webkit-scrollbar {
  width: 6px; }

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: rgba(250, 147, 0, 0.6);
  border-radius: 3px; }

/* Adjust brand inside offcanvas if needed */
.offcanvas .navbar-brand {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  color: #f8f5f0; }

.offcanvas .navbar-brand img {
  max-height: 40px;
  margin-right: 0.75rem; }

/* Submenu dropdown style */
.navbar-nav .dropdown-menu {
  margin-top: 0;
  border: 1px solid #ddd;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }

.navbar-nav .dropdown-menu .nav-link {
  padding: 0.5rem 1rem;
  color: #333; }

.navbar-nav .dropdown-menu .nav-link:hover {
  background: #f8f9fa; }

/* Submenu hidden by default */
.offcanvas-body .dropdown-menu {
  display: none;
  padding-left: 1rem;
  border: none;
  box-shadow: none; }

/* Show when .show is toggled */
.offcanvas-body .dropdown-menu.show {
  display: block; }

.static-page h1 {
  margin-bottom: 20px;
  font-size: 26px;
  border-bottom: 2px solid #912222;
  padding-bottom: 10px; }
.static-page h2 {
  margin: 20px 0; }

.all-news-section a {
  color: #000000 !important; }
.all-news-section .read-more-btn {
  background-color: #912222;
  color: #f8f5f0 !important;
  border: 0; }
  .all-news-section .read-more-btn:hover {
    background-color: #000000; }

footer {
  background-color: #912222; }

.custom-list {
  list-style: none;
  /* remove default bullets */
  padding-left: 0;
  font-size: 14px; }

.custom-list li {
  position: relative;
  padding-left: 28px;
  /* space for icon */
  margin-bottom: 10px; }

/* Example: Using a custom image as bullet */
.custom-list li::before {
  content: url("../images/sparkel.svg");
  /* replace with your icon path */
  position: absolute;
  left: 0;
  top: 0px;
  width: 11px;
  height: 11px; }

/* Optional: For nested list */
.custom-list ul {
  padding-left: 24px;
  margin-top: 10px; }

.custom-list ul li {
  list-style: none;
  /* remove default bullets */
  padding-left: 0; }

.custom-list ul li::before {
  content: "➤";
  /* use Unicode arrow */
  font-size: 10px;
  top: 2px;
  color: #555;
  left: -25px; }

.rtb-tab-toggle {
  font-family: inherit; }
  .rtb-tab-toggle.active {
    background: #912222 !important;
    color: #fff;
    border-color: #100101 !important; }

.latest-article-title a {
  color: #303030 !important; }

.view_all_link a {
  color: #f8f5f0;
  display: table;
  margin: 40px auto 0 auto; }

.single_news_page_image img {
  object-fit: cover;
  width: 100%;
  height: 250px; }

/*# sourceMappingURL=custom.css.map */
