@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");

:root {
  --primary-color: #2d2c74;
  /* --purple-color: #790ebc; */
  --purple-color: #5d148b;
  --yellow-color: #cba050;
  --dark-blue: #080a21;
  --light-blue: #cba050;
  /* --light-blue: #00b0f4; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Michroma", sans-serif;
  line-height: 140% !important;
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

body {
  background-color: #ffffff;
}

.tj-slider-section,
.slider-bg-image,
.tj-slider-item,
.tj-slider-item .slider-wrapper {
  height: 100vh;
}

.tj-slider-section {
  margin: 0;
  border-radius: 0;
}

.tj-slider-item .slider-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}

.header-area.sticky {
  margin: 0;
  width: 100%;
  border-radius: 0;
}

.header-area {
  border-radius: 15px;
}

.site_logo .logo {
  max-width: 200px;
}

.header-area.header-2.header-absolute {
  background: transparent;
}

.header-area.header-2.header-absolute {
  top: 10px;
}

.tj-primary-btn.btn-invert {
  background: white;
}

.tj-primary-btn.btn-invert .btn-text {
  color: white;
}

.tj-primary-btn.btn-invert .btn-icon {
  background: rgba(45, 44, 116, 0.4);
}

.tj-primary-btn:not(.btn-invert) .btn-icon {
  background: white;
}

.tj-primary-btn:not(.btn-invert) .btn-icon i {
  color: var(--primary-color);
}

.tj-slider-item .slider-content {
  max-width: 680px;
}

.tj-slider-item .slider-content .slider-title {
  margin-bottom: 25px !important;
}

.tj-slider-item .slider-content .slider-btn {
  margin-top: 35px !important;
}

.tj-slider-item .slider-content .slider-desc {
  color: #ffffffb5;
}

.h7-about {
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}

.h7-about .sec-heading.style-7 .sec-title,
.h7-about-card {
  margin-bottom: 45px;
}

#company .tj-primary-btn {
  margin-left: -5px;
}

.mainmenu ul>li>a {
  letter-spacing: 1px;
}

.h7-about-counter-wrapper .style-2 {
  min-height: 250px;
}

.choose-box .desc {
  color: var(--tj-color-text-body);
  font-size: 18px;
}

.white-section h2 {
  color: white;
}

.white-section .sub-title {
  color: white !important;
  border-color: white !important;
}

.choose-box .choose-icon i {
  opacity: 0.1;
}

.h6-project-item {
  width: 290px;
}

.h6-project-item.active {
  width: 900px;
}

.h6-project-inner {
  justify-content: center;
  gap: 15px;
}

/* .h6-project-item-inner::after {
  content: none;
} */

.h6-project,
.tj-service-section.service-3 {
  background-color: #f0f4fd;
}

.sec-heading.style-7 .sub-title {
  color: var(--primary-color);
  padding: 4px 8px;
}

.categories a {
  padding: 5px 7px 4px;
}

.h6-project-item .project-content .project-text .title {
  max-width: 450px;
  min-width: 450px;
}

/* .project-item .title a:hover {
  color: white;
} */

.project-slider .project-item .project-content {
  max-width: 600px;
}

.project-slider .project-item .project-content p {
  color: white;
  opacity: 0.9;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.7px;
}

.project-slider .project-item:hover .project-img::before {
  opacity: 0.75;
}

.project-slider .project-item:hover .project-img[data-bg-image="./assets/img/platform/content-governance.webp"]::before {
  opacity: 0.85 !important;
}

.tj-service-section .sec-heading .sub-title {
  border-color: var(--tj-color-theme-primary);
}

.header-right-item {
  min-width: 200px;
  justify-content: end;
}

.service-item .service-icon {
  font-size: 40px;
}

.project-item.h4-project-item .project-content .title {
  max-width: 500px;
  margin-right: 15px;
  /* margin-top: 10px; */
}

/* .project-item.h4-project-item .project-content {
  min-height: 150px;
} */

.project-item .project-text {
  margin-top: 0;
}

#contact .sec-heading.style-4 .sub-title {
  color: white;
  border-color: white;
  opacity: 0.8;
}

#contact .sec-heading .sec-title {
  color: white;
}

#contact-cards {
  padding-top: 0;
  margin-top: -150px;
  z-index: 2;
  position: relative;
}

.tj-footer-section.footer-2 {
  padding-top: 0;
  margin: 0;
  border-radius: 0;
}

.social-links.style-3 ul li a {
  opacity: 0.9;
}

#contact {
  background-image: linear-gradient(rgba(8, 10, 33, 0.8), rgba(8, 10, 33, 0.8)),
    url("../img/contact.webp");
  background-attachment: fixed;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#company-video {
  width: 100%;
  height: 715px;
  object-fit: cover;
  border-radius: 10px;
}

.categories {
  display: block;
}

#products .categories {
  text-align: center;
}

.project-item .title {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 576px) {
  #company-video {
    height: 400px;
  }

  .intalio-box h5 {
    font-size: 3.5vw;
  }

  #solutions,
  #capabilities {
    margin: 0 !important;
  }

  .newsletter-left {
    margin-bottom: 20px !important;
  }

  .newsletter-left {
    padding-left: 0px !important;
  }

  #solutions .h6-project-inner {
    padding: 0 !important;
  }

  .project-slider .project-item {
    min-height: 500px;
  }

  .tji-icon-btn {
    display: none;
  }

  .project-item.h4-project-item .project-text {
    margin-top: 0;
  }

  .project-item.h4-project-item {
    padding: 15px;
  }

  #contact-cards {
    padding-top: 70px;
    margin-top: 0;
  }

  .hamburger_logo .mobile_logo {
    max-width: 200px;
  }

  .header-area.header-2.header-absolute {
    width: 100%;
    top: 10px;
    left: 0;
    margin: 0;
  }

  .header-area.header-2.header-absolute {
    backdrop-filter: none;
  }

  .header-wrapper {
    padding: 15px 20px !important;
  }

  .tj-slider-item .slider-content .slider-title {
    font-size: 36px !important;
  }

  .project-item.h4-project-item .project-content {
    min-height: 120px;
  }

  #contact-section {
    padding-bottom: 0;
  }

  .footer-buttons .btn-footer {
    margin-right: 70px !important;
  }

  .custom-btn {
    margin-bottom: 100px !important;
    top: 0px !important;
  }

  .project-slider .swiper-slide:nth-child(2) .project-img {
    background-position: 50% center;
  }

  .desktop-break {
    display: block;
  }

  .sec-heading .sec-title {
    margin-top: 25px !important;
  }

  #choose .sec-heading .sec-title {
    margin-top: 25px !important;
    bottom: -20px;
    position: relative;
  }

  .description-text {
    font-size: 18px !important;
  }

  #extra.section-gap {
    padding-top: 10px !important;
  }

  #info.less-gap.section-gap {
    padding-top: 0px !important;
  }

  .height-class.swiper-slide {
    height: 750px !important;
  }

  .download-card .tj-primary-btn.w-100 {
    max-width: 220px;
  }

  #banner {
    position: relative;
  }


  #banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) !important;

  }

  #banner>* {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1440px) {
  .project-item.h4-project-item .project-content .title {
    max-width: 320px;
  }
}

/* New branding */
/* #home {
  margin: 15px;
  border-radius: 30px;
} */

.header-area.header-2.header-absolute {
  top: 30px;
}

.masked {
  object-fit: cover;

  /* Standard mask */
  mask-image: url("../img/mask.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-mode: alpha;

  /* Webkit fallback (for Safari, older Chrome) */
  -webkit-mask-image: url("../img/mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-mode: alpha;
}

.masked-both {
  object-fit: cover;

  /* Standard mask */
  mask-image: url("../img/mask-both.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-mode: alpha;
  mask-position: top right;

  /* Webkit fallback (for Safari, older Chrome) */
  -webkit-mask-image: url("../img/mask-both.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-mode: alpha;
  -webkit-mask-position: top right;
  border-radius: 7px;
}

.masked-2 {
  object-fit: cover;

  /* Standard mask */
  mask-image: url("../img/mask-2.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-mode: alpha;

  /* Webkit fallback (for Safari, older Chrome) */
  -webkit-mask-image: url("../img/mask-2.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-mode: alpha;
}

.tj-slider-item .slider-content .slider-title {
  color: var(--tj-color-common-white);
  font-size: 58px;
  line-height: 125%;
  letter-spacing: -2px;
}

#company h4.title {
  margin-bottom: 15px;
}

.h6-project-item .project-content .project-text {
  margin-top: 5px;
}

.choose-box .choose-icon img {
  height: 120px;
  width: 120px;
  /* opacity: 0.1; */
}

.choose-box .choose-icon {
  margin-bottom: 20px;
  max-width: 100px;
}

.choose-box:hover .choose-icon img {
  filter: brightness(0) invert(1);
}

.back-to-top-btn span {
  box-shadow: none;
  border-radius: 5px;
}

.tji-quote {
  font-size: 33px;
}

.h7-about-card-icon,
.choose-box,
.project-item.h4-project-item {
  border: 1px solid rgba(45, 44, 116, 0.15);
}

.choose-box {
  padding: 30px 28px 45px;
}

#company {
  border-radius: 0 0 30px 30px;
}

.h6-project {
  border-radius: 30px;
  margin: 0;
}

.h7-about-card-icon,
.countup-item.style-2 {
  background-color: #f0f4fd;
}

.heading-wrap-content .sec-heading {
  max-width: 650px;
}

#applications .project-item {
  background: transparent;
}

.logo img {
  margin-top: -3px;
}

.h7-about .sec-heading.style-7 .sec-title,
.h7-about-card {
  margin-bottom: 25px;
}

.corner-w,
.corner-tr-lb,
.corner-tl-lb,
.corner-lb {
  position: relative;
}

.corner-w::before,
.corner-lb::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: -1px;
  right: -1px;
  background-image: url(../img/corner-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: 1;
}

.corner-tr-lb::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: -1px;
  right: -1px;
  background-image: url(../img/corner-lb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  transform: rotate(-90deg);
  z-index: 5;
}

.corner-tl-lb::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: -1px;
  left: -1px;
  background-image: url(../img/corner-lb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  transform: rotate(90deg) scaleX(-1);
  z-index: 5;
}

.project-area .project-item.corner-tr-lb {
  border-radius: 10px 0 10px 10px;
}

.project-area .project-item.corner-tl-lb {
  border-radius: 0 10px 10px 10px;
}

.img-added.corner-w::before,
.video-container.corner-lb::before {
  right: 11px;
}

.video-container.corner-lb::before {
  bottom: -1px;
  /* bottom: 6px; */
}

.corner-lb::before {
  background-image: url(../img/corner-lb.svg);
}

.gap-bottom,
.section-bottom-gap {
  padding-bottom: 70px;
}

#contact .contact-item {
  width: 307px !important;
}

.contact-item.style-2 {
  padding: 49px;
  border: 1px solid rgba(45, 44, 116, 0.15);
}

.project-item .title a:hover {
  color: white;
}

#platforms .categories {
  text-align: center;
}

.countup-item.style-2 {
  background: transparent;
}

.video-container img {
  border-radius: 10px 10px 0 10px;
  object-position: -15px center;
  background: #182b79;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1360px;
  }
}

#company-video {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.sec-heading {
  margin-left: 0;
}

.ceo-name {
  color: rgba(255, 255, 255, 0.6);
  /* font-style: italic; */
  letter-spacing: 0.5px;
  /* font-weight: 200; */
}

.img-added img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.counter {
  padding: 30px 10px !important;
}

.hero-navigation {
  top: unset;
  bottom: 30px;
}

.slider-next {
  margin-left: 10px;
}

.project-wrapper {
  padding: 0;
}

.header-area.header-2 .header-wrapper {
  padding: 0;
}

.contact-form {
  padding-left: 0 !important;
  padding: 0px 50px;
}

.tj-page-header {
  padding-top: 70px;
  padding-bottom: 70px;
  /* padding-bottom: 160px; */
}

#contact-cards {
  margin-top: -230px;
}

.h7-about-counter-wrapper .style-2 {
  border-radius: 10px 10px 0 10px;
}

.header-area.header-2.header-absolute {
  top: 15px;
}

.choose-box {
  position: relative;
}

.choose-box::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: -100px;
  right: -140px;
  background-image: url(../img/white-pattern-o.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  z-index: 5;
  opacity: 0.3;
}

/* .h6-project {
			background-image: linear-gradient(to top,
					rgba(240, 244, 253, 0.975),
					rgba(240, 244, 253, 0.975)),
				url("./assets/img/pattern.svg");
			background-repeat: repeat;
			background-size: 300px;
		} */

@media (min-width: 1440px) {
  .project-item.h4-project-item .project-content .title {
    max-width: 280px;
  }
}



@media (max-width: 576px) {

  #contact-cards {
    margin-top: 0;
  }

  #contact .about-content-area-2 .sec-heading {
    margin-bottom: 15px;
  }

  /* .contact-item.style-2 {
    padding: 0px 25px 25px;
  } */

  .tj-page-header {
    padding-bottom: 50px;
  }

  .corner-tl-lb::before,
  .corner-tr-lb::before,
  .corner-w::before,
  .corner-lb::before {
    width: 100px;
    height: 100px;
  }

  .header-area.header-2 .header-wrapper {
    padding: 15px 0 !important;
  }

  .img-added img {
    height: 300px;
  }

  .map-area {
    border-radius: 10px 10px 0 0;
  }

  .video-container.corner-lb::before {
    bottom: 5px;
  }

  #banner.banner-managed-services {
    background-position: -1200px top !important;
  }

  #banner.banner-cloud-innovation {
    background-position: -1037px top !important;
  }

  #banner.banner-enterprise-mobility {
    background-position: -1050px 36px !important;
  }

  #banner.banner-cognitive-services {
    background-position: -1093px 16px !important;
  }

  #banner.banner-digital-identity {
    background-position: -1010px top !important;
  }

  #banner.banner-e-services {
    background-position: -1077px top !important;
  }

  #banner.banner-citizen-engagement {
    background-position: -1110px top !important;
  }

  #banner.banner-document-management,
  #banner.banner-digital-asset-management,
  #banner.banner-identity-access-management,
  #banner.banner-content-intelligence,
  #banner.banner-case-management,
  #banner.banner-warehouse-inventory,
  #banner.banner-internal-audit,
  #banner.banner-strategy-management,
  #banner.banner-contracts-management,
  #banner.banner-competency-management,
  #banner.banner-knowledge-management,
  #banner.banner-task-management,
  #banner.banner-meeting-management {
    background-position: -1110px top !important;
  }


  #banner.banner-smart-workflows {
    background-position: -1109px top !important;
  }

  #banner.banner-support-maintenance {
    background-position: -1000px top !important;
  }

  #banner.banner-support-maintenance {
    background-position: -1012px top !important;
  }

  #banner.banner-document-imaging {
    background-position: -1309px top !important;
  }

  #banner.customers {
    background-position: -300px top
  }

  #banner.banner-consulting-services,
  #banner.banner-correspondence-management {
    background-position: -928px top !important;
  }

  #banner.banner-application-development {
    background-position: -1000px top !important;
  }


  #banner.banner-training-enablement {
    background-position: -1310px top !important;
  }

  #banner.banner-implementation-services {
    background-position: -820px top !important;
  }

  #banner.banner-inspection {
    background-position: -1000px top !important;
  }
}

.slider-bg-image {
  background-position-y: top;
}

.slider-bg-image2 {
  background-position-y: bottom;
}

.intalio-box-container {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

.intalio-inner {
  position: relative;
}

.intalio-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background: #f0f4fd;
  z-index: -1;
  width: 30%;
}

.intalio-box {
  background: #f0f4fd;
  width: fit-content;
  margin-left: auto;
}

.intalio-box h3 {
  margin: 0 !important;
  /* color: var(--primary-color); */
}

.intalio-box>div {
  padding: 30px 0;
  position: relative;
}

/* .intalio-box > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background: url(../img/auth-shape.svg);
  transform: translateX(-100%);
  width: 0;
  border-left: 100px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 100px solid #f0f4fd;
} */

.intalio-box>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0px;
  width: 120px;
  transform: translateX(-99%);
  background: url(../img/auth-shape.svg);
  background-position: top right;
}

.sec-heading h5 {
  max-width: unset !important;
}

.sec-title {
  margin-bottom: 15px !important;
}

.h7-about-counter-wrapper .style-2.countup-item.customers-box .counter-title {
  color: white;
}

.h7-about-counter-wrapper .style-2.countup-item .counter-title {
  letter-spacing: 1px;
}

.h7-about-counter-wrapper .style-2.countup-item .steps {
  color: var(--tj-color-text-body-3);
}

.countup-item.style-2 .steps {
  position: absolute;
  top: 28px;
  right: 30px;
  color: var(--tj-color-text-body);
  font-size: 15px;
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
}

.countup-item.style-2.customers-box .count-text {
  color: white;
  opacity: 0.7;
}

.about-content-area-2 .sec-heading {
  margin-bottom: 50px;
  position: relative;
}

.countup-item.style-2 .count-inner p,
.about-tl li {
  font-size: 18px;
  margin-bottom: 0 !important;
}

.about-tl li {
  margin-bottom: 25px !important;
}

.about-tl li:last-child {
  margin-bottom: 0 !important;
}

.about-tl {
  padding: 5px 0px 15px !important;
  justify-content: start !important;
}

.countup-item.style-2.about-tl .count-inner {
  padding-top: 20px;
}

.about-tl .counter-title {
  padding-bottom: 30px !important;
}

.tj-choose-section .sec-heading {
  max-width: unset;
}

#services {
  background: #f0f4fd;
}

#solutions {
  /* background: linear-gradient(rgba(45, 44, 116, 0.9), rgba(45, 44, 116, 0.9)),
    url(../img/solutions/solutions.webp);
  background-size: cover;
  background-attachment: fixed; */
  border-radius: 30px;
  background: white;
}

.about-tl li {
  position: relative;
  padding-left: 45px;
}

.about-tl li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--primary-color);
  top: 12px;
  left: 0;
}

#solutions .choose-box,
#solutions .choose-box .choose-content {
  height: auto !important;
}

#solutions .video-container img {
  object-position: center !important;
  height: 100% !important;
  object-fit: cover !important;
}

#solutions .choose-box {
  background: transparent;
}

#solutions .choose-box:not(.active):hover {
  background: var(--light-blue) !important;
}

#solutions .choose-box::after {
  content: none;
}

#solutions .choose-box {
  /* padding: 35px; */
  padding: 60px;

}

/* #services .choose-box:hover {
  background-color: #f0f4fd !important;
} */

#solutions .choose-box:hover .choose-icon img {
  filter: unset !important;
}

#solutions .choose-box:hover .title {
  color: white;
}

#solutions .choose-box:hover .desc {
  color: white;
}

.project-area .project-item:first-child,
.project-area .project-item:last-child {
  grid-column: unset !important;
}

.contact-item.style-2 .contact-icon {
  background: none;
}

.contact-item.style-2 .contact-icon i {
  color: var(--tj-color-theme-primary);
}

#contact-section .customers-box.style-2 .customers-text {
  max-width: 80% !important;
  margin-top: 0px;
}

#contact-section .corner-lb::before {
  filter: brightness(1.2);
}

.customers-box {
  border-radius: 10px 10px 0 10px;
}

.tj-footer-section.footer-2 {
  background-color: #161616;
}

.mainmenu ul>li>.sub-menu {
  padding: 30px;
  top: 95%;
}

.mega-menu-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.mega-menu-list>a {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6) !important;
  letter-spacing: 0.5px;
}

.mega-menu-list>a:hover {
  color: var(--primary-color) !important;
}

li.has-dropdown.one-col {
  position: relative;
}

li.has-dropdown.one-col>.sub-menu {
  width: 300px !important;
  padding: 15px;
}

img.corner-lb {
  transition: 0.5s ease-in-out;
}

img.corner-lb:hover {
  transform: scale(1.05);
}

.back-to-top-wrapper.back-to-top-btn-show {
  bottom: 25px;
  /* bottom: 60px; */
}

.language-selector {
  position: fixed;
  bottom: 0;
  left: 0;
  /* bottom: 65px;
  left: 60px; */
  z-index: 100;
  font-family: sans-serif;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  background: #f0f4fd;
  border: 1px solid rgba(45, 44, 116, 0.1);
  border-bottom: none !important;
  border-radius: 0 4px 0 0;
  padding: 4px 28px 4px 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  min-width: 60px;
  text-align: left;
}

.dropdown-btn::after {
  content: "▲";
  /* arrow up */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  color: #666;
}

.dropdown-menu {
  position: absolute;
  bottom: 100%;
  /* open upward */
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(45, 44, 116, 0.1);
  border-radius: 0 4px 4px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 60px;
  padding: 0;
  margin-bottom: 5px;
}

.dropdown-menu div {
  border-radius: 0 4px 4px 0;
  padding: 4px 12px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}

.dropdown-menu div:hover {
  background: #152977;
  color: white;
}

.dropdown.open .dropdown-menu {
  display: block;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .language-selector {
    left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .language-selector {
    left: 15px;
  }
} */

@media (max-width: 1440px) {
  #solutions .choose-box {
    padding: 50px 30px;
  }
}

@media (max-width: 992px) {

  .hamburger_menu .mean-nav ul li.dropdown-opened>a,
  .hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked,
  .mega-menu-title,
  .hamburger_menu .mean-nav ul li .sub-menu li a {
    color: white !important;
  }

  li.has-dropdown.one-col>.sub-menu {
    padding: 0 !important;
  }

  .mega-menu-title {
    margin-top: 45px;
  }
}

@media (max-width: 576px) {
  .intalio-box {
    left: 100px;
  }

  .intalio-box>div {
    padding: 15px;
  }

  .intalio-box h4 {
    font-size: 17px;
  }

  .video-container.corner-lb::before {
    bottom: -1px;
  }

  #contact {
    margin: 0 !important;
    padding-bottom: 70px;
    /* border-radius: 10px 10px 0 0 !important; */
  }

  #contact-cards,
  .contact-item.style-2 {
    background-color: #f0f4fd;
  }

  #contact-section {
    padding: 70px 0;
    /* margin-bottom: 70px; */
  }

  #contact-cards {
    border-radius: 0 0 10px 10px;
  }

  #solutions .video-container img {
    height: unset !important;
  }

  .contact-form {
    padding-right: 0 !important;
    padding-bottom: 60px;
  }

  .ceo-name {
    padding-top: 30px;
  }

  .download-card a.tj-primary-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
  }

  /* .customers-box.style-2 {
    margin-top: 60px;
  } */
}

/* ----------------------------- changes datavera-4 ----------------------------- */

.header-area.header-2.header-absolute {
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
}

.header-top {
  border-radius: 0;
  margin-bottom: 0;
  padding: 6px 0;
}

.lang-changer {
  width: fit-content;
  background-color: white;
  border-radius: 100px;
  padding: 2px 2px;
}

.lang-changer a {
  font-size: 14px;
  font-weight: 600;
}

.lang-changer a {
  padding: 4px 10px;
}

.lang-changer a.active {
  background: var(--primary-color);
  color: white;
  border-radius: 100px;
}

.ht-gap {
  gap: 30px;
}

.ht-gap>a {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 2px;
}

.header-top .socials li {
  list-style: none;
}

.header-top .socials {
  display: flex;
  gap: 30px;
  margin-top: 3px;
}

.header-top .socials a {
  color: white;
}

.hero-navigation .slider-next,
.hero-navigation .slider-prev {
  width: 45px;
  height: 45px;
  margin-top: -45px;
}

.hero-navigation .slider-next,
.hero-navigation .slider-prev {
  font-size: 21px;
}

/* .tj-slider-item .slider-content .slider-title {
  margin-left: -4px;
} */

.tj-slider-item .slider-content .slider-title {
  font-size: 50px;
}

.tj-slider-item .slider-content .slider-desc {
  font-size: 20px;
}

.tj-slider-item .slider-content {
  margin-top: 45px;
}

.tj-primary-btn .btn-icon {
  width: 35px;
  height: 35px;
}

#about-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.h7-about-banner {
  height: 100%;
}

.project-slider .project-item .project-content {
  opacity: 1;
  visibility: visible;
}

.project-item .project-img::before {
  opacity: 0.6;
}

.swiper-slide.first-slide .project-item .project-img::before {
  opacity: 0.77 !important;
}

.footer-logo {
  max-width: 200px;
}

.footer-text p {
  color: white !important;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 15px !important;
}

.tj-footer-section.footer-2 .footer-widget ul li a:hover,
.tj-copyright-area-2 .copyright-text a:hover {
  color: var(--yellow-color) !important;
}

.about-desc {
  font-size: 19px !important;
  line-height: 30px;
  color: var(--tj-color-text-body);
  margin-top: 0px;
  font-weight: 500;
}

.footer-buttons .btn-footer {
  display: inline-block;
  margin-right: 0.75rem;
  font-size: 0.9rem;
  color: var(--tj-color-text-body-2);
  transition: all 0.3s ease;
}

.footer-buttons .btn-footer:hover {
  color: white;
}

.intalio-box h5 {
  font-weight: 600;
}

.project-slider .project-item .project-content .title {
  max-width: 100% !important;
}

.section-gap {
  padding-top: 55px !important;
}

#capabilities {
  background-image: linear-gradient(to right,
      rgba(8, 10, 33, 0.8),
      rgba(8, 10, 33, 0.2)),
    url(../img/capabilities/capabilities.webp);
  background-attachment: fixed;
  padding: 70px 0 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}

#capabilities h3 {
  color: white;
}

.icon-fixed {
  min-width: 40px;
  text-align: center;
}

.features-row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-item {
  flex: 1;
  padding: 1.2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 200px;
}

.feature-item:last-child {
  border-right: none;
}

.feature-item h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-item p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .features-row {
    flex-direction: column;
  }

  .feature-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .feature-item:last-child {
    border-bottom: none;
  }
}

#capabilities h6 {
  color: white;
}

#capabilities .row.mt-5 {
  margin-top: 5px !important;
}

#capabilities .capability-item i {
  margin-bottom: 15px !important;
}

.header-top .socials a,
.ht-gap>a {
  transition: 0.2s ease-in-out;
  display: block;
}

.header-top .socials a:hover,
.ht-gap>a:hover {
  transform: translateY(-2px);
}

.capbility-box {
  transition: 0.2s ease-in-out;
}

.capbility-box:hover {
  transform: translateY(-5px);
}

.capbility-box:hover i,
.capbility-box:hover h6 {
  color: var(--yellow-color) !important;
}

/* .header-top {
  background: var(--purple-color);
}
*/

.lang-changer a.active,
.tj-primary-btn.btn-invert {
  background: var(--light-blue);
}

h1.slider-title span {
  color: var(--light-blue) !important;
}

.tj-primary-btn.btn-invert .btn-text {
  color: white;
}

.copyright-content-area .copyright-text p {
  margin-left: 0 !important;
  font-size: 14px;
  color: white;
}

.footer-main-area {
  position: relative;
  padding: 60px 0 30px 0;
}

.social-links a {
  background: transparent !important;
  font-size: 20px !important;
}

/* .main-blue {
  color: var(--light-blue);
} */

.social-links a i {
  color: white !important;
}

.social-links ul {
  gap: 15px;
}

footer .social-links {
  margin-left: -8px;
}

@media (min-width: 992px) {
  .mainmenu ul>li.has-dropdown>a::after {
    display: none !important;
  }

  #solutions .choose-box.active .choose-content,
  #solutions .choose-box {
    overflow: visible;
  }

  /* #solutions .choose-box.active .choose-content::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 47%;
    bottom: 47%;
    width: 28px;
    transform: translateX(100%);
    background-color: var(--primary-color);
    z-index: -1;
  } */

  #solutions .video-container {
    z-index: 1;
  }
}

/* Convert sol.webp into background */
.video-bg {
  position: relative;
  background: url("../img/solutions/sol.webp") no-repeat center center/cover;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tab panes (overlay content) */
.tab-pane {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  inset: 0;
  padding: 30px;
  display: none;
  /* justify-content: center; */
  align-items: start;
  flex-direction: column;
  text-align: left;
  color: #fff;
  background: rgba(45, 44, 116, 0.8);
  border-radius: 10px;
}

.header-area.sticky {
  border-bottom: 1px solid rgba(45, 44, 116, 0.15);
}

.tab-pane.active {
  display: flex;
}

/* Highlight active box */
.choose-box.active {
  background: var(--tj-color-theme-primary) !important;
}

/* .choose-box.active h4,
.choose-box.active p {
  color: white !important;
} */

.tab-pane h3 {
  color: white;
}

.bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
}

#bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  object-position: center;
  top: 0;
  left: 0;
}

.icon-light-blue {
  color: var(--light-blue);
}

#descriptions .title {
  color: white !important;
}

#services svg {
  height: 120px;
}

#services .choose-box:hover svg .turn-white {
  fill: white !important;
}

.header-2.header-absolute .mainmenu>ul>li.current-menu-ancestor>a,
.mainmenu ul>li.current-menu-ancestor a,
.mainmenu ul>li.current-menu-item a,
.mainmenu ul>li:hover a,
.header-2.header-absolute .mainmenu>ul>li:hover>a {
  color: var(--light-blue);
}

ul>li.has-dropdown:has(+ li:not(.has-dropdown)) a,
ul>li.has-dropdown:last-child a {
  padding-right: 0 !important;
}

.tj-primary-btn.btn-invert.bulky {
  padding: 15px 15px 15px 30px;
  gap: 15px;
  background-color: var(--primary-color);
}

.tj-primary-btn.btn-invert.bulky .btn-icon {
  background: rgba(255, 255, 255, 0.4);
}

.tj-primary-btn.bulky-size {
  padding: 15px 15px 15px 30px;
  gap: 15px;
}

footer::before {
  content: "";
  position: absolute;
  width: calc(50% - 50px);
  height: 2px;
  top: 0px;
  left: 0;
  background: white;
}

footer::after {
  content: "";
  position: absolute;
  width: calc(50% - 50px);
  height: 2px;
  top: 0px;
  right: 0;
  background: white;
}

footer {
  overflow: visible !important;
}

footer .emblem {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.emblem-link .emblem {
  transition: 0.3s ease-in-out;
}

.emblem-link {
  transition: 0.3s ease-in-out;
}

.emblem-link:hover .emblem {
  content: url("../img/emblem-hover.svg");
}

.tj-footer-section {
  z-index: 2;
}

@media (min-width: 992px) {
  .mega-menu-pages-single-inner {
    width: fit-content;
    margin: auto;
  }

  /* .has-dropdown {
    position: relative;
  } */

  /* .has-dropdown:hover::after {
    content: "";
    position: absolute;
    background: url(../img/trii.svg) no-repeat center center / contain;
    width: 20px;
    height: 20px;
    bottom: -1px;
    transform: translateX(130%);
  } */

  .has-dropdown a {
    display: block;
    position: relative;
  }

  li.has-dropdown.one-col:hover::before,
  .has-dropdown:hover a::before {
    content: "";
    bottom: 25px;
    left: 0px;
    right: 20px;
    position: absolute;
    height: 2px;
    background: var(--yellow-color);
  }

  .sticky li.has-dropdown.one-col:hover::before,
  .sticky .has-dropdown:hover a::before {
    background: var(--light-blue);
  }

  ul>li.has-dropdown:has(+ li:not(.has-dropdown))::before {
    right: 0px !important;
  }

  .has-dropdown a:hover {
    color: var(--yellow-color) !important;
  }

  .sticky .has-dropdown a:hover {
    color: var(--light-blue) !important;
  }

  .sticky ul>li.has-dropdown:last-child::before {
    right: 0px !important;
  }

  .sub-menu li a::before {
    content: none !important;
  }

  .has-dropdown {
    transition: 0.3s ease-in-out;
  }
}

.footer-demo-btn {
  position: relative;
  margin-top: 30px;
  display: inline-block;
  /* right: 17px; */
}

.search-bar {
  display: none;
  /* position: absolute; */
  top: -3px;
  right: 45%;
  /* right: 172px; */
  /* background-color: var(--primary-color); */
  padding: 0;
  z-index: 2000;
  width: 100%;
  max-width: 300px;
  height: 28px;
  justify-content: space-between;
  align-items: stretch;
}

.search-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  background: white;
  border-radius: 4px;
  position: relative;
  /* overflow: hidden; */
}

.icon-box {
  background-color: white;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* top: 5px; */
}

.search-container input[type="text"] {
  border: none;
  padding: 0;
  font-size: 14px;
  flex: 1;
  outline: none;
  /* top: 5px; */
  position: relative;
}

.close-box {
  margin-left: 3px;
  background-color: #ffffff22;
  display: flex;
  align-items: center;
  color: white;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative;
  /* top: 2px; */
}

.close-box:hover {
  background-color: #ffffff44;
}

.search-bar.visible {
  display: flex;
}

.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 24px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  width: 196px;
  height: 50px;
  left: 14px;
  background-color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-btn .btn-text {
  color: #161616;
  font-size: 17px;
}

.custom-btn .btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  width: 28px;
  height: 28px;
  background-color: #161616;
  border-radius: 50%;
  position: relative;
  left: 10px;
}

.custom-btn .btn-icon i {
  color: white;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover .btn-icon i {
  transform: rotate(0);
}

.search-icon-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px 4px 10px;
  /* margin-left: 8px; */
  font-size: 1.3rem;
  line-height: 100%;
  color: var(--tj-color-theme-primary);
  transition: color 0.3s ease, transform 0.2s ease;
  position: relative;
  /* top: 7px; */
}

.search-icon-btn:hover {
  color: var(--light-blue);
}

footer .tj-primary-btn.btn-invert {
  background-color: white;
}

footer .tj-primary-btn.btn-invert span {
  color: var(--dark-blue) !important;
}

footer .tj-primary-btn.btn-invert .btn-icon {
  background: var(--dark-blue);
}

#who-we-are img {
  max-width: 70px;
  /* filter: brightness(0); */
  margin-bottom: 25px;
}

body:not(:has(.sticky)) .mainmenu>ul>li:hover>a {
  color: var(--yellow-color) !important;
}

.hamburger-title {
  font-size: 24px;
}

@media (max-width: 576px) {
  #contact .contact-item {
    width: 100% !important;
  }

  .intalio-box {
    width: 100%;
  }

  .intalio-inner .container {
    padding: 0 !important;
  }

  #who-we-are .feature-item {
    /* border-bottom: 1px solid rgba(45, 44, 116, 0.15); */
    position: relative;
  }

  #who-we-are .feature-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
  }

  #who-we-are .feature-item:last-child {
    border-bottom: none;
  }

  #who-we-are .feature-item:last-child::after {
    content: none;
  }

  .intalio-box h5 {
    text-align: left;
  }
}

.dec-h {
  padding: 13px 15px 13px 30px !important;
}

h1.slider-title span {
  color: var(--yellow-color) !important;
}

.btn-yellow {
  background: var(--yellow-color) !important;
}

.btn-yellow .btn-icon {
  background: rgba(0, 0, 0, 0.3) !important;
}

.hamburger_bg {
  background-color: var(--primary-color) !important;
}

#banner {
  /* background-image: linear-gradient(to right,
      rgba(8, 10, 33, 0.8),
      rgba(8, 10, 33, 0.2)),
    url(../img/slider/img.webp); */
  background-image: linear-gradient(90deg,
      rgb(8, 10, 33) 20%,
      rgba(8, 10, 33, 0.4) 60%,
      rgba(8, 10, 33, 0.1) 100%),
    url(../img/slider/img.webp);
  background-attachment: fixed;
  padding: 120px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius: 12px; */
  height: 450px;
}

#banner .tj-slider-item {
  background: none;
  height: unset;
  min-height: unset;
}

#banner .tj-slider-item::after {
  content: none;
}

#banner .tj-slider-item .slider-content .slider-desc {
  max-width: 640px;
}

#banner .slider-wrapper {
  height: unset;
}

#banner .tj-page-header-content {
  margin-top: 70px;
}

#banner .tj-page-title {
  font-size: 44px;
}

.tj-page-link {
  background-color: var(--yellow-color);
}

.tj-page-link span a,
.tj-page-link span:not(:first-child) i {
  color: rgba(255, 255, 255, 0.7);
}

/* .differences-page #choose .choose-box .desc {
  max-width: 280px;
} */

.differences-page #choose {
  background-image: linear-gradient(to right,
      rgba(8, 10, 33, 0.8),
      rgba(8, 10, 33, 0.2)),
    url(../img/capabilities/capabilities.webp);
  background-attachment: fixed;
  padding: 70px 0 !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}

.differences-page #contact {
  border-radius: 0;
}

.differences-page #info .choose-box {
  background-color: var(--primary-color);
  height: 100%;
}

.differences-page #info .sec-heading {
  margin-bottom: 25px;
}

.differences-page .info-imgs {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 560px;
}

.big-text {
  max-width: 640px;
  text-align: justify;
}

.small-text {
  max-width: 250px;
}

.small-text,
.big-text {
  color: white;
  opacity: 0.9;
}

.differences-page #info .choose-box .title {
  color: white !important;
}

.differences-page #choose .choose-box {
  /* background-color: #f0f4fd; */
  background: transparent !important;
  border: 2px solid var(--yellow-color);
  /* background-image: url("./assets/img/yellow-box-outline.svg");
  background-size: 100% 100%;
  border: none; */
}

.service-page-new #choose .choose-box {
  background-image: url(../img/yellow-box-outline.svg) !important;
  background-size: 100% !important;
  border: none;
  border-bottom: 2px solid var(--yellow-color);
  border-top: 2px solid var(--yellow-color);

  /* padding-right: 45px; */
  padding-right: 35px;
  background-repeat: no-repeat !important;
  /* height: 300px; */
}

.differences-page .choose-content .title,
.differences-page .choose-content .desc {
  color: white;
}

/* .differences-page .choose-box::after {
  content: none;
} */

.who-text {
  font-size: 18px;
  text-align: center;
}

#founder-text {
  /* background-image: linear-gradient(to right,
      rgba(8, 10, 33, 0.8),
      rgba(8, 10, 33, 0.2)),
    url(../img/capabilities/capabilities.webp); */
  background-color: #f0f4fd;
  /* background-attachment: fixed; */
  padding: 70px 0;
  /* background-position: center; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  border-radius: 12px 12px 0 0;
}

#journey {
  /* background-image: linear-gradient(
      to right,
      rgba(8, 10, 33, 0.8),
      rgba(8, 10, 33, 0.2)
    ),
    url(../img/capabilities/capabilities-old.webp); */
  background-color: var(--primary-color);
  background-attachment: fixed;
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}

#founder-text .sec-heading,
#journey .sec-heading {
  margin-bottom: 35px;
}

#founder-text img {
  height: 490px;
  width: 100%;
  object-fit: contain;
}

.founder-name {
  font-size: 16px;
  color: var(--yellow-color) !important;
  margin-top: 35px;
  opacity: 1 !important;
}

#journey h3 {
  color: var(--light-blue);
}

.page footer::before {
  background: var(--light-blue);
}

.page footer::after {
  background: var(--light-blue);
}

.page .emblem-link .emblem {
  content: url(../img/emblem-hover.svg) !important;
}

/* .sec-heading .sec-title {
  margin-top: -30px;
} */

.description-text {
  line-height: 140% !important;
  letter-spacing: 0 !important;
  font-size: 18px;
  text-align: justify;
}

.feature-item i {
  margin-bottom: 30px;
}

.desktop-break {
  display: inline;
}

.contact-page #contact-section {
  padding: 55px 0 !important;
}

.contact-page .customers-text {
  font-size: 22px !important;
  line-height: 160% !important;
}

.full-height {
  height: 100%;
}

/* .differences-page .choose-box::after {
  width: 260px;
} */

.differences-page .choose-box {
  padding: 30px 28px;
}

.differences-page #choose .choose-box::after {
  content: none;
}

.contact-page .customers-box {
  border-radius: 10px 0px 10px 10px;
}

.banner-singular {
  background-image: linear-gradient(90deg,
      rgb(8, 10, 33) 20%,
      rgba(8, 10, 33, 0.4) 60%,
      rgba(8, 10, 33, 0.1) 100%),
    url(../img/capabilities/capabilities-old.webp) !important;
}

.contact-item.style-2 .contact-title {
  margin-top: 0 !important;
}

.contact-item.style-2:hover img {
  filter: brightness(5);
}

.contact-item.style-2 img {
  width: 60%;
}

.blue-box {
  padding: 30px;
  background: #2d2c74;
  border-radius: 10px;
}

.blue-box>* {
  color: white;
}

.blue-box span,
.yellow-color {
  color: var(--yellow-color);
}

.blue-box p {
  margin-top: 15px;
}

.jiway-img {
  display: inline;
  max-width: 65px;
  margin-bottom: -10px;
}

.tj-primary-btn .btn-icon {
  border-radius: 4px;
}

.tj-primary-btn {
  padding: 12px 15px 12px 30px !important;
  border-radius: 10px !important;
}

#capabilities {
  padding: 90px 0 50px;
}

.about-content-area-2 .sec-heading {
  margin-bottom: 70px;
}

.lang-changer a.active,
.lang-changer {
  border-radius: 4px !important;
}

.blue-box .mega-menu-list>a {
  color: white !important;
  font-size: 15px !important;
}

.blue-box .mega-menu-list>a:hover {
  color: var(--yellow-color) !important;
}

.blue-box h5 {
  font-weight: unset !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.contact-page .contact-form {
  padding: 30px !important;
  margin: 0 !important;
  background-color: #f0f4fd;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.contact-page .contact-form::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: -100px;
  right: -140px;
  background-image: url(../img/white-pattern-o.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  z-index: 5;
  opacity: 0.3;
}

.contact-page .tj-slider-item .slider-content {
  margin-top: 60px;
}

.contact-page #banner {
  height: 410px;
}

.widget-nav-menu {
  padding-inline-start: 38px;
}

.tj-footer-section.footer-2 .footer-widget ul li a {
  font-size: 14px;
}

header .capbility-box i {
  font-size: 25px;
}

header .capbility-box h6 {
  font-size: 15px;
}

header .mega-menu-pages-single-inner h5 {
  color: white;
  border-right: 1px solid white;
}

.slider-next,
.slider-prev {
  border-radius: 7px;
}

.header-search::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 2px;
}

.contact-form .form-input .nice-select .list {
  width: 100%;
  border-radius: 8px;
  max-height: 250px;
  z-index: 11;
  overflow-y: auto;
}

.contact-section h5 {
  font-size: 20px;
}

#searchToggle.hidden {
  display: none !important;
}

.alternate-sections .choose-box::after {
  content: none;
}

.service-page .big-text {
  max-width: 100%;
}

.service-page #banner {
  padding: 140px 0;
  height: 410px !important;
}

.differences-page #banner {
  height: 410px !important;
}

.service-page #services .choose-content .title,
.service-page #services .choose-content .desc {
  color: var(--tj-color-heading-primary) !important;
}

.service-page #services .choose-box:hover .choose-content .title,
.service-page #services .choose-box:hover .choose-content .desc {
  color: white !important;
}

.service-page #services .choose-box::after {
  content: none;
}

.service-page #services .choose-box {
  cursor: unset;
}

.service-page #services .choose-box:hover {
  background: white !important;
}

.service-page #services .choose-box:hover .choose-content .title,
.service-page #services .choose-box:hover .choose-content .desc {
  color: var(--tj-color-heading-primary) !important;
}

.who-should {
  font-size: 18px;
}

@media (min-width: 768px) {
  .custom-width {
    max-width: 1206px;
  }

  .mt-30 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .blue-box {
    background: #1d1c53;
    margin-top: 15px;
  }

  .blue-box h5 {
    margin-top: 0;
  }

  .blue-box a {
    float: none !important;
    border-bottom: none !important;
  }

  .blue-box p {
    margin-bottom: 0 !important;
  }

  .blue-box>.d-flex {
    flex-direction: column;
  }

  .p-0-mobile {
    padding: 0 !important;
  }

  .p-0-mobile h6 {
    font-size: 13.5px;
  }

  .hamburger_menu .mean-nav ul li .sub-menu li {
    padding-left: 15px;
  }

  .widget-nav-menu {
    padding-inline-start: 0px;
  }

  .hamburger_menu .mean-nav ul li .sub-menu li a.capbility-box {
    text-align: center;
  }

  .hamburger_menu .mean-container .mean-bar .blue-box h5.mega-menu-title {
    padding-bottom: 15px;
    border-bottom: 1px white solid;
    text-align: center;
  }

  .hamburger_inner .search-bar {
    display: block;
    margin-bottom: 15px;
  }

  .hamburger_inner .search-bar input {
    font-size: 16px;
  }

  .hamburger_inner .search-icon-btn {
    padding: 8px 8px 7px 10px;
  }

  .hamburger_menu .mean-nav ul li a:hover {
    color: white !important;
  }

  .intalio-box>div::before {
    content: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .back-to-top-wrapper {
    right: 12px;
  }
}

.technology-page #services {
  background-color: white;
}

.technology-page .partner-logo {
  height: 100%;
  max-height: 400px;
  background: #f0f4fd;
  border-radius: 12px;
  display: block;
}

.service-page #services .choose-content .title {
  font-size: 18px;
}

.service-page #services .choose-content .desc {
  font-size: 17px;
}

.wwd ul {
  padding-left: 20px;
  margin-top: 20px;
  list-style: circle;
}

.wwd ul {
  list-style-image: url("../img/tick.svg");
}

.wwd ul li {
  margin-bottom: 10px !important;
}

.service-page #choose {
  background-image: linear-gradient(to right,
      rgba(8, 10, 33, 0.8),
      rgba(8, 10, 33, 0.2)),
    url(../img/services/value.webp);
}

.service-page .who-img {
  height: 540px;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.service-page .about-content-area-2 .sec-heading {
  margin-bottom: 40px;
}

.service-page .choose-box.active {
  background: white !important;
}

.choose-box.active h4,
.choose-box.active p {
  color: white;
  opacity: 0.7;
}

h2,
h1 {
  text-transform: capitalize !important;
}

.service-page #services .choose-box:hover .choose-content .title.sub-wwd {
  color: white !important;
}

.service-page #services .choose-content .sub-wwd {
  font-weight: 400;
  width: fit-content;
  background: #cba050;
  padding: 4px 16px 4px;
  border-radius: 5px;
  color: white !important;
  letter-spacing: 1px !important;
  font-size: 16px;
}

/* .service-page-new #services .choose-box {
  min-height: 460px;
} */

.choose-page {
  background: none !important;
}


.choose-page .choose-box.active h2,
.choose-page .choose-box.active h4,
.choose-page .choose-box.active p {
  color: black !important;

}

/* #banner.banner-document-imaging {
  background-position: -220px top;
} */


.choose-page .choose-box.active .title,
.choose-page .choose-box.active .desc {
  color: grey !important;
}

.service-page .unique-boxes .choose-box.active {
  background: var(--primary-color) !important;
}

#info .choose-box .choose-content {
  max-width: 500px;
}

#choose .choose-box .choose-content {
  max-width: 340px;

}

.step-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--yellow-color);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.unique-boxes .choose-box::after {
  content: none !important;
}

.unique-boxes .choose-box.active {
  background: none !important;
  color: inherit !important;
}

.unique-boxes .choose-box {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.unique-boxes .choose-box {
  pointer-events: none !important;
}

#extra {
  background: #f0f4fd;
}

.new-gap {
  padding-top: 15px !important;
}

#services .choose-box .choose-content {
  max-width: unset !important;
}

.product-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.product-option {
  display: flex;
}

.product-option input {
  display: none;
}

.product-option span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  background: none;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
}

.product-option input:checked+span {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.product-label {
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: left;
  font-size: 16px;
  position: relative !important;
}

.white-bg {
  background-color: white !important;
}

.colored-bg {
  background-color: #f0f4fd !important;
}

#services.white-bg .swiper {
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}

#services.white-bg .swiper-wrapper {
  max-width: 100%;
}

.emblem-boxes .swiper-slide::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: -100px;
  right: -140px;
  background-image: url(../img/white-pattern-o.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  z-index: 5;
  opacity: 0.3;

}

.emblem-boxes .swiper-slide {
  overflow: hidden;
}

.choose-box .choose-icon-new img {
  height: 120px;
  width: 120px;
  /* opacity: 0.1; */
}

.choose-box .choose-icon-new {
  margin-bottom: 20px;
  max-width: 85px;
}

.product-option:hover {
  background-color: var(--yellow-color);
  color: #fff;
  border-radius: 6px;

}

.product-option:hover span {
  color: inherit;
  border-radius: 6px;
}


.choose-box.sol-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.choose-box.sol-box .arrow-indicator {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
  z-index: 10;
}

.choose-box.sol-box.active .arrow-indicator {
  display: block;
}

.footer-links .pipe {
  color: white;
}

#banner.banner-citizen-engagement {
  background-position: -191px 32px;
}

.features-row .feature-item i {
  font-size: 45px;
  color: var(--primary-color);
  margin-bottom: 15px;
  display: inline-block;
}

.height-class.swiper-slide {
  height: 550px;
}

.tj-news {
  background-color: #f9fbfd;
  position: relative;
  z-index: 1;
}

.news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}


.news-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card:hover .news-img img {
  transform: scale(1.02);
  border-radius: 7px;
}

.news-content {
  padding: 35px 0px 30px;
}

.news-date {
  font-size: 14px;
  font-weight: 600;
  color: var(--yellow-color);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.news-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
}

.news-desc {
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.news-card .tj-primary-btn {
  align-self: flex-start;
}

/* ===== Portfolio Download Section ===== */
.tj-portfolio {
  background-color: #f9fbfd;
  position: relative;
  z-index: 1;
}

.download-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 35px 25px 40px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.download-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.download-desc {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.download-card .tj-primary-btn {
  font-size: 15px;
  text-align: center;
}

.download-card .tj-primary-btn.w-100 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.news-single {
  padding-top: 55px;
}

.news-single .news-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-single .news-meta {
  color: #666;
  font-size: 15px;
  margin-bottom: 0px;
}

.news-single .news-image {
  width: 100%;
  height: 900px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

.news-single .news-content {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.highlight-yellow {
  color: var(--yellow-color);
}

.no-icon {
  list-style-image: none !important;
  list-style: none !important;
}

.choose-box.active .title,
.choose-box.active .desc {
  opacity: 1 !important;
}


.choose-box.active h4,
.choose-box.active p {
  opacity: 1 !important;
}

.unique.choose-box .arrow-indicator {
  display: none;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid white;
  z-index: 10;
}

.unique.choose-box.active .arrow-indicator {
  display: block;
}

#newsletter-signup {
  padding: 55px 0;
}

#newsletter-signup .form-control {
  height: 60px;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 1rem;
  border: 1px solid #ccc;
  flex: 1;
}

#newsletter-signup .tj-primary-btn {
  /* height: 60px; */
  /* font-size: 0.9rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter-signup .form-check {
  margin-top: 10px;
}

#newsletter-signup .form-check-label a {
  color: var(--primary-color);
  text-decoration: underline;
}

#newsletter-signup .tj-primary-btn {
  margin-top: 15px;
}

.form-disclaimer {
  font-size: 14px;
  line-height: 1.5;
}

.form-disclaimer a {
  color: var(--primary-color);
  text-decoration: underline;
}

.choose-box:hover h4 {
  color: #fff;
}

.tj-customers {
  padding-bottom: 100px;
}

.tj-customers .sec-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}

.customer-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #d1d5db;
}

.customer-logo {
  margin-bottom: 15px;
}

.customer-logo img {
  max-width: 200px;
  height: auto;
}


.customer-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.customer-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

#banner.banner-document-management {
  background-position: -200px center;
}

#banner.banner-identity-access-management {
  background-position: -150px 35px;
}

#banner.banner-content-intelligence,
#banner.banner-case-management {
  background-position: -200px center;
}

#banner.banner-correspondence-management {
  background-position: -133px 39px;
}

#banner.banner-internal-audit,
#banner.banner-contracts-management {
  background-position: -150px top;
}

#banner.banner-inspection,
#banner.banner-competency-management {
  background-position: -150px 38px;
}

#banner.banner-knowledge-management,
#banner.banner-task-management {
  background-position: center 34px;
}


@media (min-width: 1200px) and (max-width: 1300px) {
  #banner.banner-managed-services {
    background-position: -500px top;
  }

  #banner.banner-consulting-services {
    background-position: -362px 39px;
  }

  #banner.banner-document-management {
    background-position: -434px 39px;
  }

  #banner.banner-identity-access-management {
    background-position: -350px 38px;
  }


  #banner.banner-case-management {
    background-position: -385px 39px;
  }

  #banner.banner-content-intelligence {
    background-position: -433px 39px;
  }

  #banner.banner-correspondence-management {
    background-position: -405px 40px;
  }

  #banner.banner-contracts-management {
    background-position: -333px top;
  }


  #banner.banner-internal-audit {
    background-position: -386px top;
  }


  #banner.banner-competency-management {
    background-position: -465px 40px;
  }

  #banner.banner-inspection {
    background-position: -319px 40px;
  }

  #banner.banner-citizen-engagement {
    background-position: -368px 40px;
  }

  #banner.banner-document-imaging {
    background-position: -300px 35px
  }

  #banner.banner-integration-services {
    background-position: -10px 30px;
  }

  #banner.banner-cognitive-services {
    background-position: center 30px;
  }

  #banner.banner-smart-workflows {
    background-position: 0px 23px;
  }

  #banner.banner-strategy-management {
    background-position: -400px 22px;
  }

  #banner.banner-purpose-sustainability {
    background-position: -390px 40px;
  }

  #banner.banner-technology-partners {
    background-position: -412px 28px;
  }

  #banner.banner-leadership-team {
    background-position: -297px top;
  }

  #banner.banner-join-team {
    background-position: -350px top;
  }
}

.news-subtitle {
  font-size: 25px;
  line-height: 1.5;
  color: var(--yellow-color);
}


.news-button-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.news-text-button {
  font-size: 1rem;
  color: var(--yellow-color);
  line-height: 1.4;
}

.featured-swiper {
  overflow: hidden;
}

.featured-swiper .swiper-slide {
  height: auto;
}

.featured-swiper .news-card {
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 20px;
  height: 100%;
  transition: transform 0.3s ease;
}

.featured-swiper .news-card:hover {
  transform: translateY(-5px);
}

.featured-swiper .news-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.featured-swiper .news-desc {
  font-size: 0.95rem;
  color: #555;
}

.featured-swiper {
  position: relative;
}

.featured-swiper .swiper-button-next,
.featured-swiper .swiper-button-prev {
  color: #fff;
  /* arrow color */
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.featured-swiper:hover .swiper-button-next,
.featured-swiper:hover .swiper-button-prev {
  opacity: 1;
}

.featured-swiper .swiper-button-next {
  right: 10px;
}

.featured-swiper .swiper-button-prev {
  left: 10px;
}

.featured-swiper .swiper-button-next::after,
.featured-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.newsletter-left {
  background-color: #f0f0f0;
  border-radius: 20px;
  margin-bottom: 220px;
}

.newsletter-right {
  background-color: #f0f4fd;
}


.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
  border-radius: 8px;
}

.search-results a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
}

.search-results a:hover {
  background-color: #f5f5f5;
}

/* Cute "Coming Soon" Popup */
.popup-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  color: #333;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  opacity: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}

.popup-message.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.popup-message span {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

/* ===========================
   Content Section Styling
   =========================== */
.content-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 55px 0;
  color: black;
  overflow: hidden;
}



.content-section .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.content-section .container {
  position: relative;
  z-index: 2;
}


.service-boxes .service-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 1 / 1;
  background-color: var(--primary-color);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.service-boxes .service-box img {
  display: none;
}

.service-boxes .service-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
  transition: background 0.3s ease;
  border-radius: 12px;
}

.service-boxes .service-box span {
  position: relative;
  z-index: 1;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
}

.service-boxes .service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.service-boxes .service-box:hover::before {
  background: rgba(0, 0, 0, 0.8);
}