/* -------------------------------------------------------------------------- */

/*	Twenty Twenty Editor Styles — Classic Editor
/* -------------------------------------------------------------------------- */

/* Structure --------------------------------- */

.tinymce * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.tinymce p,
.tinymce ol,
.tinymce ul,
.tinymce dl,
.tinymce dt {
  letter-spacing: normal;
}

.tinymce p,
.tinymce ul,
.tinymce ol,
.tinymce blockquote {
  /* line-height: 1.5; */
  /* margin-bottom: 1.5em; */
}

.tinymce code,
.tinymce kbd,
.tinymce samp {
  background: rgba(0, 0, 0, 0.075);
}

.tinymce code,
.tinymce kbd,
.tinymce pre,
.tinymce samp {
  color: inherit;
  font-size: 15px;
}

.tinymce pre {
  border: 1px solid #dcd7ca;
  line-height: 1.5;
  margin: 40px 0;
  overflow: auto;
  padding: 30px;
  text-align: left;
}

.tinymce a,
.tinymce a:focus,
.tinymce a:hover {
  color: #cd2653;
  text-decoration: underline;
}

.tinymce img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.tinymce img[data-wp-more] {
  height: 16px;
}

.tinymce hr {
  border: none;
  border-top: 1px solid #dcd7ca;
  margin: 2em auto;
  width: 100%;
}

.tinymce hr:not(.is-style-dots) {
  background: linear-gradient(
    to left,
    currentColor calc(50% - 16px),
    transparent calc(50% - 16px),
    transparent calc(50% + 16px),
    currentColor calc(50% + 16px)
  );
  border: none;
  color: #6d6d6d;
  height: 1px;
  margin: 80px 0;
  overflow: visible;
  position: relative;
}

.tinymce hr:not(.is-style-dots)::before,
.tinymce hr:not(.is-style-dots)::after {
  background: currentColor;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  transform: rotate(22.5deg);
  width: 1px;
}

.tinymce hr::before {
  left: calc(50% - 5px);
}

.tinymce hr::after {
  right: calc(50% - 5px);
}

.tinymce dt {
  font-weight: 600;
}

.tinymce dd {
  line-height: 1.5;
}

.tinymce dd + dt {
  margin-top: 1.5rem;
}

/* Font Families ----------------------------- */

.tinymce figcaption,
.tinymce .wp-caption-text,
.tinymce .wp-caption-dd,
.tinymce cite,
.tinymce table {
  line-height: 1;
}

/* Titles ------------------------------------ */

.tinymce h1,
.tinymce h2,
.tinymce h3,
.tinymce h4,
.tinymce h5,
.tinymce h6 {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 700;
  /* letter-spacing: -0.0415625em; */
  line-height: 1.25;
  margin: 40px 0 25px;
}

.tinymce h1 {
  font-size: 84px;
  font-weight: 800;
  line-height: 1.138888889;
}

.tinymce h2 {
  font-size: 48px;
}

.tinymce h3 {
  font-size: 40px;
}

.tinymce h4 {
  font-size: 32px;
}

.tinymce h5 {
  font-size: 24px;
}

.tinymce h6 {
  font-size: 18px;
  /* letter-spacing: 0.03125em; */
  text-transform: uppercase;
}

/* Blockquote -------------------------------- */

.tinymce blockquote {
  border: none;
  border-left: 2px solid #cd2653;
  margin: 0 0 1.6em 0;
  padding: 0.25em 0 0.25em 1em;
}

.tinymce blockquote p {
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.tinymce cite {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

.tinymce blockquote cite {
  display: block;
  margin-top: 20px;
}

/* Lists ------------------------------------- */

.tinymce ul {
  margin-left: 1.5em;
  padding-left: 0;
  list-style: disc;
}

.tinymce ol {
  margin-left: 1.5em;
  padding-left: 0;
  list-style: square;
}

.tinymce ul ul {
  list-style: circle;
}

.tinymce ul ul ul {
  list-style: square;
}

.tinymce ol ol {
  list-style: lower-alpha;
}

.tinymce ol ol ol {
  list-style: lower-roman;
}

.tinymce ul ul,
.tinymce ul ol,
.tinymce ol ul,
.tinymce ol ol {
  margin-bottom: 0;
}

.tinymce li {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.tinymce ol > li:last-child,
.tinymce ul > li:last-child {
  margin-bottom: 0;
}

.tinymce ol > li:first-child,
.tinymce ul > li:first-child {
  margin-top: 0.5em;
}

/* Post Media -------------------------------- */

.tinymce figure,
.tinymce video {
  display: block;
  margin: 0;
}

.tinymce .wp-caption {
  margin-bottom: 1.5em;
}

.tinymce img.alignleft,
.tinymce .alignleft img,
.tinymce img.aligncenter,
.tinymce .aligncenter img,
.tinymce img.alignright,
.tinymce .alignright img,
.tinymce img.alignnone,
.tinymce .alignnone img {
  display: inline-block;
}

.tinymce img.aligncenter,
.tinymce .aligncenter img {
  display: block;
}

.tinymce .aligncenter,
.tinymce .alignnone,
.tinymce .alignwide,
.tinymce .alignfull {
  margin: 0 auto;
}

.tinymce .alignleft,
.tinymce .alignright {
  margin-bottom: 25px;
  max-width: 50%;
}

.tinymce .wp-caption img {
  display: block;
}

.tinymce .wp-caption .alignleft,
.tinymce .wp-caption .alignright {
  margin-bottom: 0;
}

.tinymce .alignleft {
  /*rtl:ignore*/
  float: left;
  margin-right: 25px;
  max-width: 260px;
}

.tinymce .alignright {
  /*rtl:ignore*/
  float: right;
  margin-left: 25px;
  max-width: 260px;
}

.tinymce
  .wpview[data-wpview-type="gallery"]
  + .wpview[data-wpview-type="gallery"] {
  margin-top: -34px;
}

.tinymce figcaption,
.tinymce .wp-caption-text,
.tinymce .wp-caption-dd,
.tinymce .gallery-caption {
  color: #6d6d6d;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin: 18px 0 0;
}

.tinymce figcaption a,
.tinymce .wp-caption-text a,
.tinymce .wp-caption-dd a,
.tinymce .gallery-caption a {
  color: inherit;
}

/* Tables ------------------------------------ */

.tinymce table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 18px;
  width: 100%;
}

.tinymce th,
.tinymce td {
  line-height: 1.2;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}

.tinymce caption {
  text-align: center;
  padding: 0.5em;
}

.tinymce thead {
  vertical-align: bottom;
  white-space: nowrap;
}

.tinymce th {
  text-align: left;
}

/* Forms ------------------------------------- */

.tinymce fieldset {
  border: 2px solid #dcd7ca;
  padding: 30px;
}

.tinymce fieldset legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 15px;
}

.tinymce label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.tinymce input,
.tinymce textarea {
  border-color: #dcd7ca;
  color: inherit;
  font-size: inherit;
}

.tinymce input[type="text"],
.tinymce input[type="password"],
.tinymce input[type="email"],
.tinymce input[type="url"],
.tinymce input[type="date"],
.tinymce input[type="month"],
.tinymce input[type="time"],
.tinymce input[type="datetime"],
.tinymce input[type="datetime-local"],
.tinymce input[type="week"],
.tinymce input[type="number"],
.tinymce input[type="search"],
.tinymce input[type="tel"],
.tinymce input[type="color"],
.tinymce textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  max-width: 100%;
  padding: 13.5px 18px;
  width: 100%;
  word-break: normal;
}

.tinymce textarea {
  height: 200px;
  line-height: 1.5;
  width: 100%;
}

.tinymce button,
.tinymce .faux-button,
.tinymce .wp-block-button__link,
.tinymce .wp-block-file__button,
.tinymce input[type="button"],
.tinymce input[type="reset"],
.tinymce input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #cd2653;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  /* letter-spacing: 0.0333em; */
  line-height: 1.25;
  margin: 0;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.tinymce button:focus,
.tinymce button:hover,
.tinymce .faux-button:hover,
.tinymce .faux-button:focus,
.tinymce .wp-block-button__link:focus,
.tinymce .wp-block-button__link:hover,
.tinymce .wp-block-file__button:focus,
.tinymce .wp-block-file__button:hover,
.tinymce input[type="button"]:focus,
.tinymce input[type="button"]:hover,
.tinymce input[type="reset"]:focus,
.tinymce input[type="reset"]:hover,
.tinymce input[type="submit"]:focus,
.tinymce input[type="submit"]:hover {
  color: #fff;
  text-decoration: underline;
}

.wp-block-button:not(.alignleft):not(.alignright) {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* BUTTON ALIGN: CENTER */

.wp-block-button.aligncenter {
  text-align: center;
}

/* BUTTON STYLE: OUTLINE */

.tinymce .is-style-outline .wp-block-button__link,
.tinymce .is-style-outline .wp-block-button__link:focus,
.tinymce .is-style-outline .wp-block-button__link:hover {
  color: #cd2653;
}

.tinymce .is-style-outline .wp-block-button__link {
  background: none;
  border: 2px solid currentColor;
  padding: calc(1.1em - 2px) calc(1.44em - 2px);
}

/* BUTTON STYLE: SQUARED */

.tinymce .is-style-squared .wp-block-button__link {
  border-radius: 0;
}

/* Blocks ------------------------------------ */

/* BLOCK: HELPER CLASSES */

.tinymce .has-background {
  padding: 20px;
}

/* BLOCK: GALLERY */

.tinymce ul.wp-block-gallery {
  list-style: none;
  margin-left: 0;
}

.tinymce ul.wp-block-gallery li {
  margin-left: 0;
}
/*
Theme Name: Taisun
Description: Taisun theme
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #0056b3;
}

h2 {
  font-size: 52px;
  color: #363636 !important;
}
.text-primary {
  color: #363636 !important;
}

header {
  color: white;
  padding: 15px 0;
}

.main_logo img {
  height: 65px;
  object-fit: contain;
}

nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

nav ul li {
  display: inline;
  margin: 0 15px;
}

nav ul li a {
  color: #0056b3;
  font-weight: bold;
  text-decoration: none;
}

.hero {
  padding: 0;
}

section {
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.footer-right {
  text-align: right;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  align-items: center;
}

hr {
  border: none;
  border-top: 1px solid #000;
  margin: 15px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.scroll-to-top {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #0056b3;
  text-decoration: none;
  position: relative;
}

.scroll-to-top-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #0056b3;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
}

.tab-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tab-buttons button {
  width: 100%;
  padding: 10px;
  border: none;
  background: #f0f0f0;
  text-align: left;
  cursor: pointer;
}

.tab-buttons button.active {
  background: #0056b3;
  color: white;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.product-item img {
  height: 247px;
  object-fit: contain;
}

.business-tab button {
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.business-tab button.active {
  color: #0056b3;
  border-bottom: 2px solid #0056b3;
}

.about-stats {
  background: #0056b3;
  color: white;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.about-stats h3 {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  letter-spacing:1.5px;
}

.about-content {
  background: #fbfbfb;
}

.about-content img {
  width: 100%;
  border-radius: 10px;
}

.btn-request {
  background: #0056b3;
  color: white;
  padding: 15px 25px;
  border-radius: 25px 0 0 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}

.tab-content-business {
  display: none;
  background: #0056b3;
  color: white;
}

.tab-content-business.active {
  display: block;
}
.des-content p {
  color: white !important;
}

.w-270px {
  width: 270px !important;
}
.w-300px {
  width: 300px !important;
}
.h-400px {
  height: 400px !important;
}
.h-650px {
  height: 650px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-14px {
  font-size: 14px !important;
}
.fs-16px {
  font-size: 16px !important;
}
.sustainability-section {
  text-align: center;
  padding: 50px 0;
}

.sustainability-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  height: 473px;
}

.sustainability-card {
  position: relative;
  width: 362px;
  border-radius: 60px 0 0 0;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.sustainability-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0)
  );
  z-index: 1;
}

.sustainability-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  filter: brightness(0.8);
}

.sustainability-card .plus-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
  color: black;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
}

.sustainability-card .plus-icon:hover {
  background: #0056b3;
  color: white;
}

.sustainability-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: left;
}

.sustainability-content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 15px;
}

.sustainability-content p {
  font-size: 16px;
  color: #333;
  display: none;
  transition: all 0.3s ease-in-out;
}

.sustainability-card.expanded {
  height: auto;
}

.sustainability-card.expanded .plus-icon {
  background: #0056b3;
  color: white;
}

.sustainability-card.expanded p {
  display: block;
}

.contact-card {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.contact-card img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}

.contact-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 255, 0.6),
    rgba(255, 255, 255, 0)
  );
  z-index: 1;
}

.contact-content {
  position: absolute;
  bottom: 10%;
  left: 8%;
  width: 45%;
  color: white;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
}

.request-card {
  background: #fafafa;
}
.request-card-0 {
  background: #ffc70021;
}
.request-card-1 {
  background: #0056b321;
}
.request-card-2 {
  background: #ff2f6221;
}
.request-card-3 {
  background: #6dc24b1c;
}
.request-card-4 {
  background: #f819bb21;
}
.request-card p {
  font-size: 15px;
}

.cf7-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.cf7-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cf7-full {
  width: 100%;
  margin-top: 10px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  color: red;
  margin-top: 5px;
  font-size: 14px;
}

.cf7-column input,
.cf7-full textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  font-size: 16px;
  color: #000;
  height: 60px;
}

.cf7-full textarea {
  height: 100px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-form {
  text-align: left;
}

.wpcf7-form-control.wpcf7-submit {
  background: #0056b3;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 20px 0 0 0;
  margin-top: 20px;
}

.cf7-column input::placeholder,
.cf7-full textarea::placeholder {
  color: #b0c4de;
  font-size: 14px;
}

.cf7-column input:focus,
.cf7-full textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

.h-80px {
  height: 80px !important;
}

/* Hamburger Icon */
.hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  width: 30px;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #0056b3;
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger.active .line-1 {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .line-2 {
  opacity: 0;
}

.hamburger.active .line-3 {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  padding: 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
}

.mobile-menu ul {
  list-style: none;
  padding: 30px 0;
  text-align: start;
}

.mobile-menu ul li {
  padding: 15px 0;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  display: block;
}

.mobile-menu.active {
  display: block;
  transform: translateX(0);
}

.close-menu {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #0056b3;
}
.career-growth-slider .slick-dots {
  bottom: 8%;
}
.career-growth-slider .slick-dots li button::before {
  font-size: 12px;
}
.career-growth-slider .slick-dots li.slick-active button::before {
  color: #ffffff;
}
 .slick-dots li button::before {
  font-size: 12px;
}
 .slick-dots li.slick-active button::before {
  color: #0056b3;
}
.slick-dots {
  bottom: -35px;
}
.modal-header {
  border-bottom: none !important;
}
.slider-home .slick-next {
  right: 2%;
}
.slider-home .slick-next::before,
.slider-home .slick-prev::before {
  color: #0056b3 !important;
  font-size: 35px !important;
}
.slider-home .slick-prev {
  left: 2%;
  z-index: 1;
}
.slider-home .slick-prev,
.slider-home .slick-next {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.slider-home:hover .slick-prev {
  opacity: 1;
  transform: translateX(-10px);
}

.slider-home:hover .slick-next {
  opacity: 1;
  transform: translateX(10px);
}

.wpcf7-form-control.wpcf7-submit {
  border: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 920px) {
  body {
    padding: 0 20px;
  }
  .about-stats {
    padding: 10px 0 !important;
  }

  .hamburger {
    display: flex;
  }

  h2 {
    font-size: 28px !important;
  }

  .h-80px {
    height: 50px !important;
  }

  .w-270px {
    width: 150px !important;
  }

  .h-650px {
    height: auto !important;
  }

  .contact-card img {
    height: 300px !important;
    object-fit: cover !important;
  }

  .contact-content {
    font-size: 14px !important;
    width: 80% !important;
  }
  .contact-content p img {
    filter: invert(1) brightness(0);
  }

  .sustainability-cards {
    display: block !important;
    height: 100% !important;
  }
  .sustainability-card {
    width: 100% !important;
    height: 500px !important;
  }
  .section {
    padding: 20px 0 !important;
  }
  .items-impressive {
    border-right: 0 !important;
  }
}
.object-contain {
  object-fit: contain !important;
}
.object-cover {
  object-fit: cover !important;
}
.items-impressive {
  border-right: 1px solid #d0d0d02b;
}
.items-impressive:last-child {
  border-right: none;
}
.product-item {
  position: relative;
  z-index: 99;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  background: #0056b3;
  color: white;
  padding: 20px;
  border-radius: 10px;
}

.product-item:hover {
  opacity: 0.9;
}

.product-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  transform: skewX(-25deg);
  transition: left 0.75s ease;
}

.product-item:hover::before {
  left: 100%;
}

.product-item img {
  transition: transform 0.5s ease;
}

.product-item:hover img {
  transform: scale(1);
}
/* .text-justify{
	text-align:justify !important;
} */
.chat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #0056b3;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 24px;
  z-index: 1000;
  transition: all 0.3s ease;
}

.chat-icon:hover {
  opacity: 0.9;
}
.chat-icon img {
  filter: invert(1) brightness(1);
}
