/*
* ===============================
*  START: Theme Default CSS
* ===============================
*/
:root {
  --tj-heading-secondary: #2a1454;
  --tj-body: #140c1c;
}

body.light-mode,
body.light-mode .section-padding,
body.light-mode .tj-page__area {
  background: var(--tj-white);
}
.light-mode .tj-btn-primary,
.light-mode .tj-btn-primary-2 {
  color: var(--tj-white);
}
.light-mode .btn:hover {
  color: var(--tj-white);
}
.light-mode .section-header .section-title {
  background-image: linear-gradient(to right, var(--tj-heading-primary) 0%, var(--tj-heading-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light-mode .owl-dots .owl-dot span {
  background-color: var(--tj-grey-1);
  opacity: 0.4;
}
.light-mode .owl-dots .owl-dot.active span {
  background-color: var(--tj-theme-primary);
  opacity: 1;
}
/* END: Theme Default CSS */

/*
* ===============================
* START: Headers
* ===============================
*/
.light-mode .tj-header-area {
  background-color: var(--tj-off-white);
}
.light-mode .tj-header-area.header-absolute {
  background-color: transparent;
}
.light-mode .tj-header-area.header-2 {
  background-color: var(--tj-off-white);
}
.light-mode .tj-header-area .menu-bar button span {
  background: var(--tj-theme-primary);
}
.light-mode .tj-header-area .header-menu ul > li > .sub-menu {
  background-color: var(--tj-white);
}
/* END: Headers */

/*
* ===============================
*  START: Hero Section
* ===============================
*/
.light-mode .hero-section {
  background: var(--tj-white);
}
.light-mode .hero-image-box img {
  border: 2px solid var(--tj-off-white);
}
.light-mode .hero-image-box img:hover {
  border: 2px solid var(--tj-theme-primary);
}
.light-mode.single .tj-header-area.header-sticky .header-info-list ul > li > a:hover,
.light-mode.blog .tj-header-area.header-sticky .header-info-list ul > li > a:hover,
.light-mode.archive .tj-header-area.header-sticky .header-info-list ul > li > a:hover {
  color: var(--tj-theme-primary);
}
.light-mode .tj-header-area .header-info-list ul > li > a:hover {
  color: var(--tj-theme-primary);
}
.light-mode .hero-title,
.light-mode .about-area .about-left-content .title {
  background-image: linear-gradient(to right, var(--tj-heading-primary) 0%, var(--tj-heading-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.light-mode .hero-section .intro_text svg text.animate-stroke {
  opacity: 0.2;
}
.light-mode .hero-section .intro_text svg text {
  stroke: var(--tj-theme-primary);
}

.light-mode .funfact-item .number,
.light-mode .funfact-item {
  color: var(--tj-heading-primary);
}
/* END: Hero Section */

/*
* ===============================
*  START: Services Section
* ===============================
*/
.light-mode .services-section {
  background-color: var(--tj-off-white);
}
.light-mode .services-widget .service-item {
  border-bottom: 1px solid var(--tj-grey-3);
}
.light-mode .services-widget .service-item .left-box .service-title {
  transition: all 0.5s ease;
  color: var(--tj-heading-primary);
}
.light-mode .services-widget .service-item.current .left-box .service-title {
  color: var(--tj-white);
}
.light-mode .services-widget .service-item.current.mleave .left-box .service-title {
  color: var(--tj-theme-primary);
}
.light-mode .services-widget .service-item:hover .left-box .service-title {
  color: var(--tj-white);
}
.light-mode .services-widget .service-item .right-box p {
  transition: all 0.5s ease;
  color: var(--tj-theme-secondary);
}
.light-mode .services-widget .service-item.current .right-box p {
  color: var(--tj-white);
}
.light-mode .services-widget .service-item.current.mleave .right-box p {
  color: var(--tj-theme-secondary);
}
.light-mode .services-widget .service-item:hover .right-box p {
  color: var(--tj-white);
}
/* END: Services Section */

/*
* ===============================
*  START: Portfolio Section
* ===============================
*/
.light-mode .portfolio-section {
  background: var(--tj-white);
}
.light-mode .portfolio-box .portfolio-item .content-box .portfolio-title {
  color: var(--tj-white);
}
.light-mode .portfolio-filter .button-group {
  background-color: var(--tj-off-white);
}
.light-mode .portfolio-filter .button-group button {
  color: var(--tj-heading-primary);
}
.light-mode .portfolio-filter .button-group button.active {
  color: var(--tj-white);
}
.light-mode .portfolio-box .portfolio-item .content-box p {
  color: var(--tj-white);
}
/*  END: Portfolio Section */

/*
* ===============================
*  START: Resume Section
* ===============================
*/
.light-mode .resume-section {
  background: var(--tj-off-white);
}
.light-mode .resume-widget .resume-item {
  background: var(--tj-white);
}
.light-mode .resume-widget .resume-item:hover {
  color: var(--tj-white);
}
.light-mode .resume-widget .resume-item:hover .resume-title {
  color: var(--tj-white);
}
/* END: Resume Section */

/*
* ===============================
*  START: Skills Section
* ===============================
*/
.light-mode .skills-section {
  background: var(--tj-white);
}
.light-mode .skills-widget .skill-inner {
  background: var(--tj-off-white);
}
/*  END: Skills Section */

/*
* ===============================
*  START: Testimonials Section
* ===============================
*/
.light-mode .testimonial-section,
.light-mode .testimonials-widget .testimonial-item {
  background-color: var(--tj-white);
}
/* END: Testimonials Section */

/*
* ===============================
*  START: Blog Section
* ===============================
*/
.light-mode .blog-section,
.light-mode .blog-item .blog-content {
  background-color: var(--tj-white);
}
.light-mode .blog-item .blog-thumb .category,
.light-mode .blog-item:hover .blog-meta ul li,
.light-mode .blog-item:hover .blog-content .blog-title {
  color: var(--tj-white);
}
/* END: Blog Section */

/*
* ===============================
*  START: Contact Section
* ===============================
*/
.light-mode .contact-section {
  background: var(--tj-off-white);
}
.light-mode .contact-form-box {
  background: var(--tj-white);
}
.light-mode .contact-form-box .error {
  color: red;
}
.light-mode .form_group select,
.light-mode .form_group .nice-select,
.light-mode .form_group input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.light-mode .form_group textarea {
  background: var(--tj-off-white);
  border: 1px solid var(--tj-theme-secondary);
  color: var(--tj-body);
}
.light-mode .form_group input::-webkit-input-placeholder,
.light-mode .form_group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tj-grey-1);
}
.light-mode .form_group input::-moz-placeholder,
.light-mode .form_group textarea::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tj-grey-1);
}
.light-mode .form_group input:-ms-input-placeholder,
.light-mode .form_group textarea:-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tj-grey-1);
}
.light-mode .form_group input:-moz-placeholder,
.light-mode .form_group textarea:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tj-grey-1);
}
.light-mode .contact-info-list .icon-box i {
  color: var(--tj-white);
}
.light-mode .tj-nice-select::after {
  background: url(../images/icons/down-arrow-light.svg);
  background-position: center;
  background-size: cover;
}
/* END: Contact Section */

/*
* ===============================
*  START: Footer Area
* ===============================
*/
.light-mode .tj-footer-area {
  background: var(--tj-theme-secondary);
}
.light-mode .footer-menu ul li a {
  color: var(--tj-white);
}
/* END: Footer Area */

/*
* ===============================
*  START: Blog Standard Page
* ===============================
*/
.light-mode .tj-posts__area {
  background-color: var(--tj-white);
}
.light-mode .tj-post {
  background-color: var(--tj-off-white);
}
.light-mode .tj-post__content .tj-post__excerpt {
  color: var(--tj-theme-secondary);
}
.light-mode .wp-block-quote,
.light-mode blockquote {
  background-color: var(--tj-off-white);
  color: var(--tj-theme-secondary);
}
.light-mode .wp-block-quote cite,
.light-mode blockquote cite {
  color: var(--tj-theme-primary);
}
.light-mode .tj__pagination ul li .page-numbers {
  background-color: var(--tj-theme-secondary);
}
.light-mode .tj__pagination ul li .page-numbers:hover,
.light-mode .tj__pagination ul li .page-numbers.current {
  border-color: var(--tj-theme-primary);
  background-color: var(--tj-theme-primary);
}
.light-mode .sidebar_widget {
  background-color: var(--tj-off-white);
}
.light-mode .sidebar_widget.widget_block .wp-block-heading,
.light-mode .sidebar_widget.widget_block label,
.light-mode .sidebar_widget.widget_block.widget_search .wp-block-heading,
.light-mode .sidebar_widget.widget_block.widget_search label,
.light-mode .sidebar_widget .widget_title .title {
  color: var(--tj-theme-primary);
}
.light-mode .sidebar_widget.widget_categories ul li a {
  color: var(--tj-theme-secondary);
}
.light-mode .sidebar_widget.widget_categories ul li a:hover {
  color: var(--tj-theme-primary);
}
.light-mode .tj_recent_posts ul li .recent-post_content .recent-post_title {
  color: var(--tj-theme-secondary);
}
.light-mode .wp-block-tag-cloud a,
.light-mode .tagcloud a {
  border-color: var(--tj-theme-secondary);
  color: var(--tj-theme-secondary);
}
.light-mode .wp-block-tag-cloud a:hover,
.light-mode .tagcloud a:hover {
  border-color: var(--tj-theme-primary);
  color: var(--tj-white);
}
/*
* ===============================
*  START: Blog Details Page
* ===============================
*/
.light-mode .tj-post-details__area {
  background-color: var(--tj-white);
}
.light-mode .single-post_tag_share .tj_tag .tagcloud a {
  border-color: var(--tj-off-white);
  background-color: var(--tj-off-white);
  color: var(--tj-theme-secondary);
}
.light-mode .single-post_tag_share .tj_tag .tagcloud a:hover {
  border-color: var(--tj-theme-primary);
  background-color: var(--tj-theme-primary);
  color: var(--tj-white);
}
.light-mode .tj-post__meta span {
  color: var(--tj-theme-primary);
}
.light-mode .tj-post__content .tj-post__title {
  color: var(--tj-theme-primary);
}
.light-mode .single-post_tag_share .share_link a {
  color: var(--tj-theme-primary);
}
.light-mode .single-post_tag_share .share_link a:hover {
  color: var(--tj-white);
}
.light-mode .single-post__navigation .tj-navigation_post .tj-navigation-post_inner {
  background-color: var(--tj-off-white);
}
.light-mode .single-post__navigation .tj-navigation_post .tj-navigation-post_inner .tj-content .post_pagination_title .title {
  color: var(--tj-theme-secondary);
}
.light-mode .single-post__navigation .tj-navigation_post .tj-navigation-post_inner .tj-content .post_pagination_title .title:hover {
  color: var(--tj-theme-primary);
}
.light-mode .tj-comments__wrap .tj-comment__title,
.light-mode .comment-respond .comment-reply-title {
  color: var(--tj-theme-secondary);
}
/* END: Blog Details Page */

/*
* ===============================
*  START: Breadcrumb Area
* ===============================
*/
.light-mode .breadcrumb_navigation {
  color: var(--tj-white);
}
/* END: Breadcrumb Area */

/* Tablet Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .light-mode .tj-header-area .header-menu ul li a {
    color: var(--tj-white);
  }
}

/* Mobile Devices */
@media only screen and (max-width: 767px) {
  .light-mode .tj-header-area .header-menu ul li a {
    color: var(--tj-white);
  }
}

/*
* ===============================
*  START: Home 2
* ===============================
*/
.light-mode .contact-content-area,
.light-mode .works-content-area,
.light-mode .specialization-item,
.light-mode .project-content-area,
.light-mode .skills-widget.style-2 .skill-item .skill-inner,
.light-mode .hero-wrrapper,
.light-mode .funfact-area.style-2,
.light-mode .about-area .about-left-content,
.light-mode .about-area .about-right-content {
  background-color: var(--tj-off-white);
  border-color: var(--tj-grey-2);
}
.project-feature-item .project-text .title {
  color: var(--tj-heading-primary);
}
.light-mode .about-area .about-right-content .about-text .title {
  color: var(--tj-theme-primary);
}
.light-mode .skills-widget.style-2 .skill-item:hover .skill-inner {
  border-color: var(--tj-theme-primary);
  background-color: var(--tj-theme-secondary);
}
.light-mode .contact-info-list-3 li > a:hover,
.light-mode .skills-widget.style-2 .skill-item p {
  color: var(--tj-heading-primary);
}
.light-mode .contact-section.style-2,
.light-mode .brand-section,
.light-mode .testimonial-section.style-2,
.light-mode .works-section,
.light-mode .specialization-section,
.light-mode .project-section {
  background-color: var(--tj-white);
}
.light-mode .contact-content-area .contact-form-box,
.light-mode .specialization-item {
  background: var(--tj-off-white);
}
.light-mode .specialization-item:hover {
  border-color: var(--tj-theme-primary);
}
.light-mode .works-item .title {
  color: var(--tj-heading-secondary);
}
.light-mode .works-content-area .works-content-item .works-content-box::before {
  background-color: var(--tj-grey-2);
}
.light-mode .specialization-item .specialization-icon {
  background-color: var(--tj-theme-primary-2);
}
.light-mode .project-left-content .project_tags li > a {
  color: var(--tj-white);
}

/* services details */
.light-mode .check-list .list li,
.light-mode .sidebar_widget.services_list ul li a i,
.light-mode .sidebar_widget.services_list ul li a {
  color: var(--tj-secondary-color);
}

.light-mode .sidebar_widget.services_list ul li.active a,
.light-mode .sidebar_widget.services_list ul li:hover a {
  color: var(--tj-white);
}
.light-mode .sidebar_widget.services_list ul li.active a i,
.light-mode .sidebar_widget.services_list ul li:hover a i {
  color: var(--tj-white);
}

.light-mode .tj-error__area {
  background-color: var(--tj-off-white);
}

/* footer widgets */
.light-mode .tj-footer__widget,
.light-mode .tj-footer__widget p {
  color: var(--tj-body-color);
}
.light-mode .tj-footer__widget .nice-select span.current,
.light-mode .tj-footer__widget.widget_archive ul li a:hover,
.light-mode .tj-footer__widget.widget_recent_comments ul li a:hover,
.light-mode .tj-footer__widget.widget_rss ul li a:hover,
.light-mode .tj-footer__widget.widget_recent_entries ul li a:hover,
.light-mode .tj-footer__widget.widget_categories ul li a:hover,
.light-mode .tj-footer__widget.widget_pages ul li a:hover,
.light-mode .tj-footer__widget.widget_meta ul li a:hover,
.light-mode .tj-footer__widget.widget_nav_menu ul li a:hover {
  color: var(--tj-white);
}
.light-mode .nice-select:after {
  border-right-color: var(--tj-white);
  border-bottom-color: var(--tj-white);
}
.light-mode .tj-footer__widget.widget_categories ul li a:hover::after,
.light-mode .tj-footer__widget.widget_pages ul li a:hover::after,
.light-mode .tj-footer__widget.widget_meta ul li a:hover::after,
.light-mode .tj-footer__widget.widget_nav_menu ul li a:hover::after {
  background-color: var(--tj-white);
}
.light-mode .tj-footer__widget .wp-block-tag-cloud a,
.light-mode .tj-footer__widget .tagcloud a {
  border-color: var(--tj-theme-primary);
  background-color: var(--tj-theme-primary);
  color: var(--tj-white);
}
.light-mode .tj-footer__widget .wp-block-tag-cloud a:hover,
.light-mode .tj-footer__widget .tagcloud a:hover {
  color: var(--tj-theme-secondary);
  background-color: var(--tj-white);
  border-color: var(--tj-white);
}
.light-mode .tj-widget__search.form_group .search-btn:hover {
  background-color: var(--tj-theme-primary);
}

/*
* ===============================
*  START: Home 3
* ===============================
*/
.light-mode .text-section,
.light-mode .testimonial-section.style-3,
.light-mode .works-section.style-2,
.light-mode .service-section,
.light-mode .tj-roll-section {
  background-color: var(--tj-off-white);
}
.light-mode .faq-section,
.light-mode .counter-section {
  background-color: var(--tj-white);
}

.light-mode .hero-section.style-3 .tj-btn-secondary {
  border-color: var(--tj-theme-primary);
  color: var(--tj-theme-primary);
}
.light-mode .hero-section.style-3 .tj-btn-secondary:hover {
  border-color: var(--tj-theme-primary);
  color: var(--tj-white);
}

.light-mode .roll-item .roll-title .title {
  color: var(--tj-heading-primary);
}
.light-mode .roll-item .roll-icon svg path {
  fill: var(--tj-heading-primary);
}

.light-mode .service-item.style-3 {
  border: 1px solid var(--tj-grey-2);
}
.light-mode .service-item.style-3:hover {
  border: 1px solid var(--tj-theme-primary);
}
.light-mode .service-item.style-3 .service-content .title a {
  color: var(--tj-heading-primary);
}
.light-mode .service-item.style-3:hover .service-content .desc,
.light-mode .service-item.style-3:hover .service-content .title a {
  color: var(--tj-white);
}

.light-mode .project-button .project-btn {
  color: var(--tj-theme-primary);
}
.light-mode .project-button .project-btn i {
  color: var(--tj-theme-primary);
}

.light-mode .works-content-item > .title {
  color: var(--tj-heading-primary);
}
.light-mode .works-inner .works-item .works-icon {
  background: var(--tj-theme-primary);
}
.light-mode .works-item::before {
  background: var(--tj-theme-primary);
  z-index: 2;
}
.light-mode .works-item::after {
  background: var(--tj-grey-2);
}

.light-mode .accordion-item {
  background: var(--tj-off-white);
  border: 1px solid var(--tj-grey-2);
}
.light-mode .accordion-item.active {
  background: var(--tj-theme-primary);
  border: 1px solid var(--tj-theme-primary);
}
.light-mode .accordion-item .faq-title,
.light-mode .accordion-item .faq-title:before {
  color: var(--tj-heading-primary);
}
.light-mode .accordion-item.active .faq-title,
.light-mode .accordion-item.active .faq-text p,
.light-mode .accordion-item.active .faq-title:before {
  color: var(--tj-white);
}

.light-mode .text-section .section-header .section-title {
  color: var(--tj-heading-primary);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent;
  gap: 0px;
}
.light-mode #anim span {
  animation: wave-2 2.4s ease infinite;
}
.light-mode #anim span:nth-child(1) {
  animation-delay: 0s;
}
.light-mode #anim span:nth-child(2) {
  animation-delay: 0.05s;
}
.light-mode #anim span:nth-child(3) {
  animation-delay: 0.1s;
}
.light-mode #anim span:nth-child(4) {
  animation-delay: 0.15s;
}
.light-mode #anim span:nth-child(5) {
  animation-delay: 0.2s;
}
.light-mode #anim span:nth-child(6) {
  animation-delay: 0.25s;
}
.light-mode #anim span:nth-child(7) {
  animation-delay: 0.3s;
}
.light-mode #anim span:nth-child(8) {
  animation-delay: 0.35s;
}
.light-mode #anim span:nth-child(9) {
  animation-delay: 0.4s;
}
.light-mode #anim span:nth-child(10) {
  animation-delay: 0.45s;
}
.light-mode #anim span:nth-child(11) {
  animation-delay: 0.5s;
}
.light-mode #anim span:nth-child(12) {
  animation-delay: 0.55s;
}
.light-mode #anim span:nth-child(13) {
  animation-delay: 0.6s;
}
.light-mode #anim span:nth-child(14) {
  animation-delay: 0.65s;
}
.light-mode #anim span:nth-child(15) {
  animation-delay: 0.7s;
}
.light-mode #anim span:nth-child(16) {
  animation-delay: 0.75s;
}
.light-mode #anim span:nth-child(17) {
  animation-delay: 0.8s;
}
.light-mode #anim span:nth-child(18) {
  animation-delay: 0.85s;
}
.light-mode #anim span:nth-child(19) {
  animation-delay: 0.9s;
}
.light-mode #anim span:nth-child(20) {
  animation-delay: 0.95s;
}
.light-mode #anim span:nth-child(21) {
  animation-delay: 1s;
}
.light-mode #anim span:nth-child(22) {
  animation-delay: 1.05s;
}
.light-mode #anim span:nth-child(23) {
  animation-delay: 1.15s;
}
.light-mode .text-section .section-header .chat-mail .link {
  color: var(--tj-heading-primary);
}
.light-mode .text-section .section-header .chat-mail .link::before {
  background-color: var(--tj-heading-primary);
}
.light-mode .text-section .section-header .chat-mail .link i {
  border: 1px solid var(--tj-theme-primary);
}
.light-mode .tj-footer-area .social-icons li a {
  border-color: var(--tj-theme-primary);
}

@keyframes wave-2 {
  0% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  12% {
    transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
  }
  24% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  36% {
    transform: translate3D(0, 0, 0) scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wave-3 {
  0% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  12% {
    transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
  }
  24% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  36% {
    transform: translate3D(0, 0, 0) scale(1);
  }
  100% {
    transform: scale(1);
  }
}
