/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Sonu Patidar 
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

/* Custom CSS can go here */
:root {
  --color1: #000000;
  --color2: #df3b3a;
  --color3: #1c1d1f;
  --font: DM Sans;
  --font2: Marcellus;
}

.elementor-18 .elementor-element.elementor-element-94a1291 .elementskit-navbar-nav .elementskit-submenu-panel {
  /* max-width: 240px; */
}

a {
  text-decoration: none;
}

header.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 99999;
}

header .dropdown-item {
  /* white-space: normal !important; */
}

header .header-contact .elementor-icon-list-text span {
  font: normal normal 500 13px/16px var(--font);
  letter-spacing: 0.8px;
  color: #aaaaaa;
  text-transform: uppercase;
  opacity: 1;
}

header .trp-language-switcher {
  width: auto !important;
  height: auto !important;
}

header .trp-language-switcher .trp-ls-shortcode-current-language {
  display: inline-grid !important;
  align-items: center;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  visibility: visible !important;
  padding: 0 0 0 5px;
  overflow: hidden;
  border: 1px solid #000;
  position: relative;
}

header .trp-language-switcher .trp-ls-shortcode-current-language::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  border-top: 5px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

header .trp-language-switcher .trp-ls-shortcode-current-language a {
  width: 23px !important;
  overflow: hidden !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  font: normal normal 600 16px / 22px DM Sans !important;
  letter-spacing: 1px !important;
  color: #000 !important;
}

header .trp-language-switcher>div {
  background: #fff !important;
}

header .trp-language-switcher .trp-ls-shortcode-language {
  position: absolute !important;
  width: auto !important;
  top: 45px !important;
  left: -50px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: 0px 0px 30px #0000001a !important;
}

header .trp-ls-shortcode-language a {
  text-align: left;
  font: normal normal 600 16px/22px var(--font);
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  padding: 10px 16px !important;
}

header .trp-ls-shortcode-language a:hover {
  background: var(--color2) !important;
  color: #fad896 !important;
}

.footer-contact .elementor-icon-list-text {
  display: flex;
}

.footer-contact .elementor-icon-list-text span {
  padding-left: 20px;
}

.footer-title {
  position: relative;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #e3af7a;
}

footer .social-icon .elementor-icon:hover {
  background: transparent linear-gradient(180deg, #e3af7a 0%, #f4eac0 100%) 0% 0% no-repeat padding-box;
}

/* Start hero banner  */
.home-banner img.w-100 {
  filter: brightness(0.6);
}

.home-banner .banner-textarea {
  background: var(--color2);
  padding: 20px 0;
}

.home-banner .banner-textarea h1 {
  background: transparent linear-gradient(90deg, #e3af7a 0%, #f4eac0 50%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font: normal normal 800 90px/125px var(--font2);
  letter-spacing: 0px;
  opacity: 1;
  margin: 0 0 20px 0;
}

.home-banner .banner-textarea p {
  text-align: left;
  font: normal normal normal 18px/25px var(--font);
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: 0 0 30px 0;
}

.home-banner .banner-textarea .elementor-button {
  color: #fad896 !important;
}

.home-banner .banner-textarea .elementor-button:hover {}

.home-banner .indicators {
  width: 90px;
  height: 90px;
  border: 1px solid #f9d795;
  background: var(--color2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  top: 52%;
  margin: 0;
  left: inherit;
  right: 5%;
  transform: translateY(-52%);
}

.home-banner .indicators span {
  text-align: left;
  font: normal normal 600 18px/25px DM Sans;
  letter-spacing: 0px;
  color: #f9d795;
  opacity: 1;
}

.home-banner .indicators span.all {
  text-align: left;
  font: normal normal 600 16px/25px DM Sans;
  letter-spacing: 0px;
  opacity: 0.5;
}

.carousel-indicators [data-bs-target] {
  width: 50px !important;
  height: 2px !important;
  text-align: center;
  font: normal normal 600 14px / 20px Manrope;
  letter-spacing: 0px;
}

.carousel-indicators [data-bs-target]:hover {
  background-color: #fff !important;
}

/* End hero banner  */

.about-content .about-img {
  overflow: hidden;
}

/* faq  */
.faq-outer .e-n-tabs-heading {
  justify-content: space-between !important;
}

.faq-outer .e-n-tabs-heading button {
  width: 24% !important;
  flex-basis: inherit !important;
  text-transform: capitalize;
}

.faq-outer .e-n-accordion-item-title-icon span {
  width: 40px;
  height: 40px;
  background: var(--color2);
  text-align: center;
  place-content: center;
  align-items: center;
}

.faq-outer .e-n-accordion-item-title-icon span.e-opened {
  background: var(--color3);
}

/* End faq  */

/* gallery  */
.foogallery.fg-hover-plus .fg-image-overlay:before {
  background-image: url(https://tct.sg/wp-content/uploads/2025/07/icon-plus-circle.svg) !important;
  scale: 0 !important;
  transform-origin: center !important;
  transition: 0.3s ease all !important;
}

.foogallery .fg-image-overlay:before {
  width: 60px !important;
  height: 60px !important;
  background-size: 100% !important;
}

.foogallery.fg-hover-fade .fg-loaded .fg-item-inner:hover .fg-image-overlay:before {
  scale: 1 !important;
}

.fg-paging-container .fg-dot-item .fg-dot-link {
  background: transparent !important;
  padding: 0 5px !important;
  border-radius: 0 !important;
  border: 0 !important;
  color: #1f1f1f !important;
  font: normal normal 500 16px/30px var(--font) !important;
}

.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:hover {
  color: var(--color2) !important;
}

.fg-paging-container .fg-dot-item .fg-dot-link:before,
.fg-paging-container .fg-dot-item .fg-dot-link span {
  display: none !important;
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons :is(.fg-panel-button-prev, .fg-panel-button-next) {
  background: var(--color2);
  width: 50px !important;
  height: 50px !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons :is(.fg-panel-button-prev, .fg-panel-button-next) svg {
  display: none !important;
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons :is(.fg-panel-button-prev, .fg-panel-button-next)::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 10px;
  background-image: url(https://tct.sg/wp-content/uploads/2025/07/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: invert(1) brightness(15);
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons :is(.fg-panel-button-prev)::before {
  scale: -1 1;
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-prev {
  left: 10% !important;
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-next {
  right: 10% !important;
}

.fg-panel.fg-landscape:is(.fg-panel-buttons-left, .fg-panel-buttons-right) .fg-panel-buttons .fg-panel-button:last-child {
  background-color: transparent !important;
  border: 0 !important;
  background-image: url(https://tct.sg/wp-content/uploads/2025/07/icon-X-2.svg) !important;
  background-repeat: no-repeat;
  width: 50px !important;
  height: 50px !important;
  background-position: center;
  background-size: 80%;
}

.fg-panel.fg-landscape:is(.fg-panel-buttons-left, .fg-panel-buttons-right) .fg-panel-buttons .fg-panel-button:last-child svg,
.elementor-slideshow__header,
.elementor-lightbox .dialog-lightbox-close-button {
  display: none !important;
}

.fg-panel.fg-dark {
  background: #00000075 !important;
}

.dialog-type-lightbox {
  background: #00000075 !important;
}

/* End gallery  */
.single-detail {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* blogs  */
.blog-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 70px;
}

.blog-filter li a {
  width: 160px;
  margin: 10px;
  border: 1px solid var(--color2);
  text-align: center;
  font: normal normal 500 15px / 22px Manrope;
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
  padding: 10px;
  cursor: pointer;
  display: block;
}

.blog-filter li a:hover,
.blog-filter li a.active {
  background: var(--color2);
  color: #fff;
}

.news-box {
  border-radius: 10px;
  overflow: hidden;
}

.news-box .img-box {
  position: relative;
  overflow: hidden;
}

.news-box .img-box img {
  transition: 0.1s ease all;
}

.news-box .img-box .date {
  background: #ffffff;
  padding: 5px;
  text-align: center;
  font: normal normal 600 20px / 20px DM Sans;
  letter-spacing: 0px;
  color: #b59078;
  opacity: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
}

.news-box .img-box .date span {
  display: block;
}

.news-box .news-text {
  padding: 20px;
  background: #f8f4f1;
}

.news-box .news-text .elementor-button {
  color: var(--color2) !important;
  padding: 0;
}

.news-box .news-text .description {
  text-align: left;
  font: normal normal normal 18px/24px var(--font) !important;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}

.news-box .news-text .title {
  text-align: left;
  font: normal normal normal 24px/30px var(--font2) !important;
  letter-spacing: 0px;
  color: var(--color2);
  opacity: 1;
  margin: 0 0 10px 0;
}

.news-box:hover .news-text .title {
  text-decoration: underline !important;
}

.news-box:hover .img-box img {
  scale: 1.04;
}

.news-box:hover .news-text {
  background: var(--color2);
}

.news-box:hover .news-text .title,
.animate-text,
.service-box:hover h5 {
  background: transparent linear-gradient(180deg, #e3af7a 0%, #f4eac0 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.news-box:hover .news-text .description {
  color: #fff !important;
}

.news-box:hover .news-text .elementor-button {
  color: #fad896 !important;
}

.news-box:hover .news-text .elementor-button .elementor-button-content-wrapper {
  left: 0;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0px;
  list-style: none;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  padding: 0 !important;
  background: #b59078;
  font-size: 0 !important;
  margin: 0 2px;
  opacity: 0.6;
}

.slick-dots li.slick-active button {
  background: #b59078;
  opacity: 1;
}

/* end blogs  */

/* title-img-box  */
.title-img-box {
  position: relative;
  width: fit-content !important;
  height: fit-content !important;
}

.title-img-box .title-img-box-text {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  writing-mode: vertical-lr;
  height: 100%;
  text-align: center;
}

/* end title-img-box  */

/* contact form  */
.codedropz-upload-handler {
  background: #f4f4f4 !important;
  border: 1px solid #e2e2e2;
  opacity: 1;
  border-radius: 0;
}

.codedropz-upload-container {
  padding: 110px 20px 35px;
}

.codedropz-upload-inner {
  display: block;
  align-items: center;
  justify-content: center;
}

.codedropz-upload-inner h3 {
  margin: 5px 0;
  font-size: 14px;
  word-break: break-word;
  line-height: 1.2;
  color: var(--color1);
  font-weight: 500;
}

.codedropz-upload-container .cd-upload-btn {
  font: normal normal bold 18px/25px var(--font);
  color: var(--color2);
}

.codedropz-upload-container:before {
  content: "";
  background-image: url(https://tct.sg/wp-content/uploads/2025/07/icon-upload.svg);
  position: absolute;
  left: 0;
  top: -55px;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

.codedropz-upload-container:after {
  content: "Upload a File";
  position: absolute;
  left: 0;
  text-align: center;
  margin: auto;
  bottom: 64px;
  right: 0;
  font: normal normal 600 17px / 20px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
}

.dnd-upload-counter,
.codedropz-upload-inner .codedropz-btn-wrap,
.codedropz-upload-inner span {
  display: none;
}

.contact-form label {
  width: 100%;
}

.contact-form select {
  border-radius: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e2e2e2;
  opacity: 1;
  padding: 15px;
}

/* end contact form  */

/* elementor-button */
.elementor-button {
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
  /* color: #fff !important; */
  overflow: hidden;
  width: fit-content;
}

.elementor-button .elementor-button-content-wrapper {
  transition: 0.5s ease all;
  position: relative;
  left: -82%;
}

.elementor-button:hover .elementor-button-content-wrapper {
  left: 0;
}

.elementor-button i {
  font-size: 22px;
}

.home-banner .carousel-caption .elementor-button {
  text-decoration: none;
}

.home-banner .carousel-caption .elementor-button::before {
  background: #fff !important;
}

.home-banner .carousel-caption .elementor-button::after {
  background: var(--color2) !important;
}

/* end elementor-button */

/* =============================== */
/* media query  */
@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* end media query  */

.gradient-box {
  position: relative;
  background: transparent linear-gradient(180deg, var(--color2) 0%, #0a6db5 100%) 0% 0% no-repeat padding-box;
}

.gradient-box::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
}

.market-menu a {
  position: relative;
}

.market-menu a:after {
  content: "\e9c5";
  font-family: elementskit !important;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  color: #fff;
  opacity: 1 !important;
  width: 45px;
  height: 45px;
  line-height: 2.4;
  background: var(--color2);
  text-align: center;
  font-size: 18px !important;
  scale: 1 !important;
}

.market-menu a:hover::after,
.market-menu .current-menu-item a:after {
  background: #fff !important;
  color: var(--color2);
}

/* right button  */
.marketright-btn i {
  color: var(--color2);
  transition: 0.3s ease all;
}

.marketright-btn:hover {
  color: var(--color2);
}

.marketright-btn:hover i {
  translate: 10px 0;
}

/* left button  */
.marketleft-btn i {
  color: var(--color2);
  transition: 0.3s ease all;
}

.marketleft-btn:hover {
  color: var(--color2);
}

.marketleft-btn:hover i {
  translate: -10px 0;
}

.enq-form {
  transition: 0.5s ease all;
}

.form-buttontoggle {
  position: absolute;
  writing-mode: sideways-lr;
  /* transform: rotate(
180deg
); */
  left: -55px;
  top: 20%;
  translate: 0 0;
  transition: 0.3s ease all !important;
}

.form-buttontoggle svg {
  rotate: -90deg;
  margin-bottom: 15px;
}

.form-buttontoggle:hover {
  left: -70px;
}

.open-enq-form {
  right: 0 !important;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li a {
  position: relative;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 0;
  height: 2px;
  background: var(--color2);
  transition: 0.3s ease all !important;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li a:hover:before,
.elementskit-navbar-nav-default .elementskit-navbar-nav>li.current-menu-item a:before {
  width: 100%;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li .dropdown-item:hover {
  translate: 8px 0;
}

.about-img {
  height: 700px;
  overflow: hidden;
}

.about-img img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  transition: 1.5s ease all !important;
}

.about-img:hover img {
  object-position: top;
}

textarea {
  height: 120px;
}

@media (max-width: 991px) {
  .home-banner .carousel-caption h1 {
    font: normal normal 800 50px/65px var(--font);
  }
}

@media (max-width: 767px) {
  .about-section .about-inner {
    position: inherit !important;
  }

  .about-section .about-inner h2 {
    color: var(--color2) !important;
  }

  .about-section .about-inner h6,
  .about-section .about-inner p,
  .about-section .about-inner .elementor-button {
    color: var(--color1) !important;
  }

  .faq-outer .e-n-tabs-heading button {
    width: 100% !important;
  }

  .about-img {
    height: auto;
  }

  .home-banner .carousel-caption h1 {
    font: normal normal 800 35px / 45px var(--font);
  }

  .hero-banner .carousel-item img.w-100 {
    min-height: 50vh !important;
    object-fit: cover;
  }
}

/*  latest css */

/* single event  */

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  font: normal normal normal 16px/20px Marcellus;
  letter-spacing: 1.8px;
  color: #ffffff;
  text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffff !important;
}

.breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "|" !important;
}

.news-detail-page {
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.box-sub-banner {
  background-color: #df3b3a;
  padding: 30px;
  border-radius: 10px;
}

.article-detail .title {
  background: #e3af7a;
  background: linear-gradient(to right, #e3af7a 0%, #f4eac0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: normal normal normal 42px / 50px Marcellus;
  margin: 0;
}

.article-detail .article-information {
  padding: 60px 0;
}

.sidebar-articles {
  background: #f8f4f1 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 20px;
}

.sidebar-articles {
  background: #f8f4f1 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 20px;
}

.sidebar-articles .cat-color {
  font: normal normal normal 24px / 32px Marcellus;
  letter-spacing: 0px;
  color: #df3b3a;
  margin-bottom: 20px;
}

.recent-post {
  align-items: center;
}

.sidebar-articles img {
  border-radius: 10px;
}

.sidebar-articles a {
  font: normal normal normal 21px / 27px Marcellus;
  letter-spacing: 0px;
  color: #df3b3a;
}

.sidebar-articles .recent-date {
  font: normal normal normal 14px / 20px DM Sans;
  letter-spacing: 0px;
  color: #000000;
}

.prevnext-post {
  border-top: 1px solid #df3b3a;
  padding-top: 30px;
  margin-top: 35px;
}

.prevnext-post {
  border-top: 1px solid #df3b3a;
  padding-top: 30px;
  margin-top: 35px;
}

.prev-post {
  font: normal normal 600 16px / 24px DM Sans;
  letter-spacing: 0px;
  color: #df3b3a;
}

.prev-post i {
  font-family: elementskit !important;
  font-style: normal;
  font-weight: 400;
}

.post-title {
  font: normal normal normal 20px / 30px Marcellus;
  letter-spacing: 0px;
  color: #df3b3a;
}

/* single event end  */

.pagination-two {
  display: inline-flex;
  gap: 0;
}

.pagination-two .page-numbers {
  font: normal normal 600 18px/22px DM Sans;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
  border-bottom: 1px solid #eee;
  min-width: 35px;
  padding: 5px 12px;
}

.pagination-two .next.page-numbers,
.pagination-two .prev.page-numbers {
  color: var(--color2);
  border: 0;
}

.pagination-two .page-numbers.current {
  color: var(--color2);
  border-bottom: 1px solid var(--color2);
}

/* templess-box-popup  start */

.templess-box-popup .img-wrap img {
  height: 280px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.templess-box-popup .modal-content {
  background: #f8f4f1 !important;
  border-radius: 10px;
}

.templess-box-popup .content-box {
  padding: 30px;
  background: #f8f4f1;
}

.title {
  font: normal normal normal 32px / 1.3em Marcellus;
  letter-spacing: 0px;
  color: #df3b3a;
}

.templess-box-popup .content-box h3 {
  font: normal normal 600 16px / 23px DM Sans;
  letter-spacing: 0px;
  color: #df3b3a;
  margin-top: 0;
}

.templess-box-popup .content-box .info-wrap {
  padding-top: 20px;
  border-bottom: 1px solid #dfcec2;
  padding-bottom: 20px;
}

.templess-box-popup .content-box .info-wrap .wrap-iner {
  display: flex;
  justify-content: space-around;
  align-items: start;
}

.templess-box-popup .content-box .project-slider .img-wraps img {
  border-radius: 10px;
}

.model-temples button.btn-close {
  position: absolute;
  right: -40px;
  width: 21px;
  border: 0;
  opacity: 1;
  filter: invert(1);
  top: 7px;
  padding: 0;
  background-color: transparent !important;
}

/* templess-box-popup  end */

/* home service */
.service-box {
  transition: 0.3s ease all !important;
  height: 100%;
}

.service-box .service-img img {
  transition: 0.3s ease all !important;
  width: auto;
}

.service-box h5 {
  display: grid;
  place-items: center;
  transition: 0.3s ease all !important;
  translate: 0 -5px;
}

.service-box:hover {
  translate: 0 -10px;
  background: var(--color2) !important;
}

.service-box:hover h5 {
  translate: 0 0px;
}

.service-box:hover p {
  color: #fff;
  opacity: 0.8;
}

.carousel-indicators button.active {
  color: var(--color2);
}

.carousel-indicators button {
  text-indent: inherit !important;
  color: #fff;
  margin-left: 24px !important;
  position: relative;
  opacity: 1;
}

.carousel-indicators span {
  position: absolute;
  left: -23px;
  top: -9px;
}

/* End home service */

.modal-backdrop {
  background: #000 !important;
  opacity: 0.8 !important;
}

/* gallery start */

.gallery-main {
  border-top: 1px solid #df3b3a;
  padding-top: 30px;
}

.gallery-box .gallery-wrap {
  position: relative;
}

.gallery-box .gallery-wrap .gallery-img {
  position: relative;
  z-index: 0;
}

.gallery-box .gallery-wrap .gallery-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #df3b3a;
  opacity: 0;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.gallery-box:hover .gallery-wrap .gallery-img:after {
  content: "";
  transition: all 0.4s ease;
  opacity: 0.4;
}

.gallery-box .gallery-img img {
  border-radius: 10px;
}

.gallery-box .title {
  font: normal normal normal 24px / 32px Marcellus;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}

.gallery-box .gallery-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
}

.gallery-box:hover .gallery-wrap .btn-center {
  opacity: 1;
}

.dropdown-custom {
  width: 300px;
}

.dropdown-custom-year {
  width: 135px;
}

.dropdown-custom .dropdown-toggle {
  background: #df3b3a;
  border-radius: 8px;
  font: normal normal 600 16px / 20px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
}

.dropdown-custom .dropdown-toggle:hover,
.dropdown-custom .dropdown-toggle:focus,
.dropdown-custom .dropdown-toggle:focus-visible {
  background: #df3b3a !important;
  color: #fad896;
}

.dropdown-custom .dropdown-menu {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #00000029;
  border: 0;
  width: 100%;
  --bs-dropdown-min-width: 100% !important;
  padding: 0;
}

.dropdown-custom .dropdown-menu li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.dropdown-custom .dropdown-item {
  font: normal normal 600 16px / 24px DM Sans;
  letter-spacing: 0px;
  color: #000000;
}

.dropdown-custom .dropdown-toggle::after {
  float: right;
  margin-top: 9px;
}

.dropdown-custom .dropdown-item.active,
.dropdown-custom .dropdown-item:focus,
.dropdown-custom .dropdown-item:hover,
.dropdown-custom .dropdown-item:focus-visible {
  color: #fad896;
  background-color: #df3b3a;
}

/* gallery end */
.gallery-detail-page {
  padding: 50px 0;
}

.single-gallery-detail .sub-banner .breadcrumb .breadcrumb-item,
.single-gallery-detail .sub-banner .breadcrumb .breadcrumb-item a {
  color: #000000 !important;
}

.single-gallery-detail .sub-banner .news-text h5 {
  text-align: center;
}

.single-gallery-detail .sub-banner .breadcrumb-item+.breadcrumb-item::before {
  color: #000 !important;
}

.gallery-information {
  padding-bottom: 90px;
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #000 !important;
  font-size: 24px !important;
  width: 24px;
}

.goverlay {
  opacity: 0.8 !important;
}

.glightbox-clean .gclose {
  width: 55px !important;
  height: 55px !important;
  top: 15px !important;
  right: 10px !important;
  position: absolute !important;
  background: #fff !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  opacity: 1 !important;
  right: 20px !important;
  padding: 0 !important;
}

button.gprev.gbtn,
button.gnext.gbtn {
  background: #3a3a3a !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  color: #ffffff;
}

button.gprev.gbtn svg,
button.gnext.gbtn svg {
  display: none !important;
}

button.gprev.gbtn:hover,
button.gnext.gbtn:hover {
  background: #df3b3a !important;
  color: #ffffff;
}

button.gprev.gbtn:before {
  transform: rotate(180deg);
}

button.gprev.gbtn:before,
button.gnext.gbtn:before {
  content: "\e9c5";
  font-size: 18px;
  font-family: elementskit !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.masonry-container {
  column-count: 4;
  gap: 15px;
}

.masonry-item {
  margin-bottom: 15px;
}

.masonry-item img {
  border-radius: 10px;
}

.gslide-media.gslide-image img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .masonry-container {
    column-count: 3;
  }
}

@media screen and (max-width: 576px) {
  .masonry-container {
    column-count: 2;
  }
}

h4.your-class {
  font: normal normal normal 16px / 20px Marcellus;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
}

/* gallery end  */
label {
  width: 100%;
}

a.button.enquiry-button {
  background-color: #df3b3a;
  color: #fff;
  padding: 12px 35px;
  font: normal normal 600 16px / 24px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

a.button.enquiry-button .icon {
  font-size: 18px;
  margin-left: 6px;
  transition: all 0.4s ease;
}

select {
  background-color: #f9f4f2 !important;
  border: 1px solid #f9f4f2 !important;
  border-radius: 10px !important;
  padding: 11px !important;
  font: normal normal 600 16px / 24px DM Sans !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
}

a.button.enquiry-button:hover {
  background: transparent linear-gradient(106deg, #e3af7a 0%, #f4eac0 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

a.button.enquiry-button:hover .icon {
  transform: translateX(10px);
}

.cf7sr-g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: top right;
}

.captcha .cf7sr-g-recaptcha div {
  margin-left: auto;
}

.captcha p:first-child {
  display: none;
}

.sponsors-box {
  transition: all 0.4s ease;
}

.sponsors-box:hover {
  transform: translateY(-10px);
}

.sponsors-box .content-box .title {
  font: normal normal 500 18px / 24px DM Sans;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  min-height: 50px;
}

.sponsors-box .content-box {
  padding: 10px;
  background: #f8f4f1 0% 0% no-repeat padding-box;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sponsors-box .theme-btn-custom {
  background: #df3b3a 0% 0% no-repeat padding-box;
  border-radius: 30px;
  display: flex;
  padding: 10px 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font: normal normal 600 16px / 23px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
}

.theme-btn-custom img {
  width: 22px;
  /* margin-left: 7px; */
  border-radius: 0;
}

.sponsors-img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.sponsors-box:hover .theme-btn-custom {
  background: transparent linear-gradient(102deg, #bc9872 0%, #f4eac0 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
}

.slick-slider-news .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
  list-style: none;
}

.slick-slider-news .slick-dots li button {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  border: 0px !important;
  padding: 0 !important;
  background: #df3b3a;
  border: 2px solid #fff !important;
  font-size: 0 !important;
  margin: 0 2px;
  opacity: 1;
}

.slick-slider-news .slick-dots li.slick-active button {
  background: #df3b3a;
  opacity: 1;
  outline-style: solid !important;
  outline-color: #df3b3a;
  outline-width: 1px;
}

.slick-slider-sponsors .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
  list-style: none;
}

.slick-slider-sponsors .slick-dots li button {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: #fff;
  border: 2px solid #df3b3a !important;
  font-size: 0 !important;
  margin: 0 2px;
  opacity: 1;
}

.slick-slider-sponsors .slick-dots .slick-active button {
  background: #fff;
  opacity: 1;
  outline-style: solid !important;
  outline-color: #fff !important;
  outline-width: 1px !important;
}

@media only screen and (max-width: 576px) {
  .model-temples button.btn-close {
    right: 15px;
    z-index: 9;
  }
}

a {
  text-decoration: none !important;
}

header .ekit-menu-dropdown-toggle:hover .elementskit-dropdown {
  /* 	top: 50px !important */
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li a.dropdown-item:before {
  bottom: 0;
}

#wpda_item_container_1>div {
  background: #df3b3a 0% 0% no-repeat padding-box;
}

#wpda_item_container_1>div .wpda_tree_item_title {
  background: transparent linear-gradient(90deg, #e3af7a 0%, #f4eac0 50%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#wpda_item_container_1>div .wpda_tree_item_desc {
  color: #fff;
}

.wpdevart_org_chart_container li .wpda_tree_item_container>div {
  border-radius: 10px !important;
  border: 1px solid #df3b3a !important;
  display: block !important;
  padding: 20px !important;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
}

.wpda_tree_item_img_cont {
  width: 80px !important;
  height: 80px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

.wpda_tree_item_img_cont img {
  border-radius: 50% !important;
}

#wpdevart_org_chart_container_1 {
  background-image: none !important;
}

.wpda_tree_item_title {
  text-align: center !important;
  font: normal normal 600 14px/20px DM Sans !important;
  letter-spacing: 0px;
  color: #df3b3a !important;
  opacity: 1;
  position: relative;
  top: 0px;
}

.wpda_tree_item_desc {
  text-align: center;
  font: normal normal normal 13px/20px DM Sans !important;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  margin: 0 !important;
  /* position: absolute !important;
  left: 120px;
  bottom: 30px; */
}

.wpda_mobile.wpdevart_org_chart_container li.has_children li .wpda_tree_item_container>div .wpda_tree_item_desc {
  text-align: left;
  font: normal normal normal 16px/22px DM Sans !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.wpda_mobile.wpdevart_org_chart_container li.has_children li .wpda_tree_item_container>div .wpda_tree_item_title {
  text-align: left !important;
  font: normal normal 600 18px/22px DM Sans !important;
  letter-spacing: 0px;
  color: #df3b3a !important;
  opacity: 1;
  background: none;
  -webkit-background-clip: #df3b3a;
  -webkit-text-fill-color: #df3b3a;
}

.leader-box .leader-box-inner {
  translate: -50% -50%;
  width: 100%;
}

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-text {
  background: transparent linear-gradient(180deg, #e3af7a 0%, #f4eac0 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-box2 img {
  filter: none !important;
}

.service-box:hover .service-img1,
.service-box2:hover .service-img1 {
  display: block;
}

.service-box:hover .service-img,
.service-box2:hover .service-img {
  display: none;
}

.service-box .service-img1,
.service-box2 .service-img1 {
  display: none;
}

.service-box2:hover p {
  color: #fff !important;
  opacity: 1;
}

.about-page-section {
  position: relative;
}

.about-page-section .bird {
  position: absolute;
  width: 100px;
  transition: 1.5s ease all;
}

.about-page-section .bird1 {
  left: 25%;
  top: 30%;
}

.about-page-section:hover .bird1 {
  left: 17%;
  top: 20%;
}

.about-page-section .bird2 {
  right: 0;
  top: 33%;
}

.about-page-section:hover .bird2 {
  right: 10%;
  top: 55%;
}

.about-section {
  position: relative;
}

.about-section .bird {
  position: absolute;
  width: 100px;
  transition: 1.5s ease all;
}

.about-section .bird1 {
  left: 16%;
  top: 45%;
}

.about-section:hover .bird1 {
  left: 8%;
  top: 30%;
}

.about-section .bird2 {
  right: 0;
  top: 45%;
}

.about-section:hover .bird2 {
  right: 10%;
  top: 41%;
}

.contact-details-box {
  position: relative;
}

.contact-details-box-top,
.contact-details-box-bottom,
.contact-details-box {
  position: absolute;
  width: 60px;
  height: 60px;
}

.contact-details-box-top {
  top: -20px;
  right: -20px;
}

.contact-details-box-bottom {
  bottom: -20px;
  right: -20px;
}

.contact-details-box.one {
  top: -20px;
  left: -20px;
}

.contact-details-box.two {
  top: -20px;
  right: -20px;
}

.contact-details-box.three {
  bottom: -20px;
  left: -20px;
}

.contact-details-box.four {
  bottom: -20px;
  right: -20px;
}

.contact-details-box-top:before,
.contact-details-box-bottom:before,
.contact-details-box::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #df3b3a;
  background: #fff;
  z-index: 9;
  border-radius: 50%;
}

.contact-details-box-top:after,
.contact-details-box-bottom:after,
.contact-details-box:after {
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  width: 65px;
  height: 65px;
  background: #fff;
  z-index: 9;
  border-radius: 50%;
}

.contact-details-box.one::after {
  right: 1px;
  top: -6px;
}

.contact-details-box.three::after {
  right: 1px;
  top: 1px;
}

.contact-details-box-bottom:after,
.contact-details-box.four::after {
  top: 1px;
  right: -6px;
}

.contact-form .elementor-button {
  color: #df3b3a !important;
  font-size: 18px;
  overflow: inherit;
}

.contact-form .elementor-button i {
  position: relative;
  top: 3px;
  font-size: 23px;
  transition: 0.3s ease all;
  left: 0;
}

.contact-form .elementor-button:hover i {
  left: 10px;
}

.footer-cdetails,
.footer-cdetails a,
.elementor-icon-list-text a,
.elementor-icon-list-text span {
  color: rgba(255, 255, 255, 0.788235294117647) !important;
  text-decoration: none !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.788235294117647) !important;
}

a[href^="tel"] {
  color: rgba(255, 255, 255, 0.788235294117647) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.788235294117647) !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 1349px) {
  .home-banner .banner-textarea h1 {
    font: normal normal 800 80px/105px var(--font2);
  }
}

@media only screen and (max-width: 1024px) {
  .elementskit-navbar-nav-default .elementskit-navbar-nav>li a:before {
    display: none !important;
  }

  .news-box .news-text .title {
    font: normal normal normal 18px/24px var(--font2) !important;
  }

  .news-box .news-text .description {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .news-box .img-box .date {
    width: 50px;
    height: 50px;
    font: normal normal 600 14px / 15px DM Sans;
  }

  .home-banner .banner-textarea h1 {
    font: normal normal 800 60px/85px var(--font2);
    margin-bottom: 0;
  }

  .container {
    max-width: 100%;
  }

  .bird {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .about-page-section .about-inner {
    position: inherit !important;
    translate: inherit !important;
    top: inherit !important;
    left: inherit !important;
  }

  .about-page-section .about-inner p,
  .about-page-section .about-inner h6 {
    color: #000 !important;
  }

  .about-page-section .about-inner h2 {
    color: #df3b3a !important;
  }

  .home-banner .banner-textarea h1 {
    font: normal normal 800 40px/55px var(--font2);
  }

  .home-banner .indicators {
    width: 60px;
    height: 60px;
  }

  .home-banner .indicators span {
    font-size: 14px;
  }

  .home-banner .indicators span.all {
    font-size: 13px;
  }
}

.backhome .elementor-button-content-wrapper {
  left: 0 !important;
}

.backhome a .elementor-button-icon {
  transition: all 0.4s ease;
}

.backhome a:hover .elementor-button-icon {
  transform: translatex(10px);
}

.elementor-page-1461 header,
.elementor-page-1461 footer {
  display: none !important;
}

.list-filterd {
  border: 1px solid #df3b3a;
  padding: 40px;
}

.d-column-7 {
  column-count: 7;
}

h4#calendar-month-name {
  font: normal normal normal 32px / 33px Marcellus;
  letter-spacing: 0px;
  color: #df3b3a;
  text-transform: uppercase;
  margin-bottom: 30px !important;
  text-align: left;
}

.calendar-days-design span {
  display: inline-flex;
  margin: 0 5px;
  width: 30px !important;
  min-height: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}

.calendar-max {
  width: 280px;
}

.days-calendar div {
  font: normal normal 500 14px / 18px DM Sans;
  letter-spacing: 0px;
  color: #000000;
  display: inline-block;
  padding: 0 8px;
}

select.eventselect {
  background-color: #df3b3a !important;
  color: #fff !important;
  font: normal normal 600 18px/28px DM Sans !important;
  letter-spacing: 0px;
  color: #ffffff;
  background-image: url(https://tct.sg/wp-content/uploads/2025/07/triangle.png);
  background-size: 10px;
}

h4#calendarMonth {
  font: normal normal normal 28px / 40px Marcellus;
  letter-spacing: 0px;
  color: #df3b3a;
  text-transform: uppercase;
  margin-bottom: 15px;
}

div#calendar {
  margin-left: -10px;
}

.calendar-day {
  font: normal normal 500 14px / 19px DM Sans;
  letter-spacing: 0px;
  color: #000000 !important;
  width: 28px !important;
  height: 28px !important;
  margin-bottom: 2px;
}

.calendar-day.active {
  background-color: #dc3545;
  color: #fff !important;
}

.list-group li.list-group-item:first-child {
  border-top: 1px solid #c1c1c1;
}

.list-group li.list-group-item {
  border: 0;
  border-radius: 0 !important;
  padding: 20px 15px 7px 15px;
  position: relative;
}

.list-group li.list-group-item:before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #dc3545;
}

.list-group li.list-group-item:last-child {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
}

.list-group li.list-group-item .activites {
  font: italic normal 500 15px / 20px DM Sans;
  letter-spacing: 0px;
  color: #000000;
}

.list-group li.list-group-item .date {
  font: italic normal 500 15px / 19px DM Sans;
  letter-spacing: 0px;
  color: #df3b3a;
  margin-bottom: 5px;
}

#eventList .table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

#eventList tr {
  background: transparent !important;
}

#eventList tr th {
  background-color: #df3b3a !important;
  font: normal normal 500 14px/21px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

#eventList tr td {
  font: normal normal 500 14px/21px DM Sans;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  background-color: #f8f4f1 !important;
}

#eventList tr td:first-child,
#eventList tr th:first-child {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

#eventList tr td:last-child,
#eventList tr th:last-child {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.event-annuals {
  top: -80px;
  padding-bottom: 100px;
  z-index: 9;
  position: relative;
}

.pum-theme-1636 .pum-container,
.pum-theme-lightbox .pum-container {
  padding: 10px 40px 10px 40px !important;
}

.wpcf7 textarea {
  height: 100px;
  resize: vertical;
}

.leaders-pagination {
  text-align: center !important;
  margin-top: 30px
}

.pagination-nav .page-btn.active {
  color: #DF3B3A;
  background-color: none !important;
  border-bottom: 1px solid !important;
}

.pagination-nav .page-btn.active:hover {
  background-color: transparent !important;
}

.pagination-nav .page-btn {
  color: #000;
  border-bottom: 1px solid #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent !important;
}

@media screen and (min-width: 480px) and (max-width: 990px) {
  .calendar-max {
    width: 230px;
    min-width: 230px;
  }

  .days-calendar div {
    min-width: 32px !important;
    font: normal normal 500 12px / 18px DM Sans;
    width: 32px !important;
  }

  .calendar-days-design span {
    display: inline-flex;
    margin: 0 5px;
    width: 22px !important;
    min-height: 22px;
    height: 22px !important;
    min-width: 22px !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    font-size: 12px !important;
  }
}

.downloadpdf .elementor-button.elementor-button-link.elementor-size-sm {
  background-color: #df3b3a !important;
}

.downloadpdf .elementor-button.elementor-button-link.elementor-size-sm:hover {
  background-color: #b59078 !important;
}

.downloadpdf .elementor-button .elementor-button-content-wrapper {
  left: 0 !important;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
  top: 45% !important;
}

@media (min-width: 769px) {
  .glightbox-clean .gprev {
    left: 10% !important;
  }

  .glightbox-clean .gnext {
    right: 10% !important;
  }
}

@media only screen and (max-width: 768px) {
  .event-annuals {
    padding-bottom: 10px;
  }

  .woo-shop {
    padding-bottom: 20px !important;
  }

  button.pum-close.popmake-close {
    right: 10px !important;
    filter: invert(1);
    top: 13px !important;
    padding: 0 !important;
    font-size: 30px !important;
  }

  .title {
    font: normal normal normal 24px / 32px Marcellus;
  }

  .pagination-nav .page-btn {
    padding: 8px !important;
  }
}