/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st2 --------------- */
.tc-navbar-st2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99;
  padding: 20px 3vw;
}
.tc-navbar-st2 .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 15px;
  color: #fff;
  text-transform: capitalize;
}
.tc-navbar-st2 .navbar-nav .nav-link:hover, .tc-navbar-st2 .navbar-nav .nav-link.active {
  color: var(--cr-orange1);
}
.tc-navbar-st2 .navbar-nav .flag {
  height: 20px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-navbar-st2 .navbar-nav .lang-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 22px;
  padding: 0 6px;
  margin-inline-end: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1;
}
.tc-navbar-st2 .navbar-nav .dropdown-menu .lang-code {
  color: #151515;
  border-color: rgba(21, 21, 21, 0.25);
}
.tc-navbar-st2 .navbar-nav .lang-dropdown .nav-link {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.tc-navbar-st2 .navbar-nav .lang-dropdown .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background-color: #9995;
}
.tc-navbar-st2 .navbar-nav .lang-dropdown .dropdown-menu {
  left: 50px;
}
.tc-navbar-st2 .navbar-nav .search-item {
  -webkit-margin-start: 6vw;
          margin-inline-start: 6vw;
}
.tc-navbar-st2 .navbar-nav .menu-item .nav-link {
  position: relative;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.tc-navbar-st2 .navbar-nav .menu-item .nav-link:hover::before, .tc-navbar-st2 .navbar-nav .menu-item .nav-link:hover::after {
  background-color: var(--cr-orange1);
}
.tc-navbar-st2 .navbar-nav .menu-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st2 .navbar-nav .menu-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st2 .logo-wrapper {
    width: 100%;
  }
  .tc-navbar-st2 .logo-wrapper .navbar-brand {
    width: calc(100% - 80px);
  }
  /* Mobile collapse panel — dark branded background, no overlap on hero */
  .tc-navbar-st2 .navbar-collapse {
    margin-top: 18px;
    background-color: #151515;
    background-image:
      radial-gradient(circle at top right, rgba(255, 136, 81, 0.18), transparent 55%),
      linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 22px 22px 18px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6),
                0 0 0 1px rgba(255, 136, 81, 0.08) inset;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .tc-navbar-st2 .navbar-collapse .navbar-nav {
    margin-top: 0;
  }
  .tc-navbar-st2 .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0;
  }
  .tc-navbar-st2 .navbar-collapse .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
  .tc-navbar-st2 .navbar-collapse .navbar-nav .nav-link {
    margin: 0;
    padding: 14px 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #fff;
  }
  .tc-navbar-st2 .navbar-collapse .navbar-nav .nav-link:hover,
  .tc-navbar-st2 .navbar-collapse .navbar-nav .nav-link.show {
    color: var(--cr-orange1);
  }
  /* Dropdown panel inside the mobile collapse */
  .tc-navbar-st2 .navbar-collapse .dropdown-menu {
    position: static !important;
    transform: none !important;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin: 4px 0 10px;
    padding: 8px;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
  }
  .tc-navbar-st2 .navbar-collapse .dropdown-menu.show {
    display: block;
  }
  .tc-navbar-st2 .navbar-collapse .dropdown-menu .dropdown-item {
    color: #e8e8e8;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .tc-navbar-st2 .navbar-collapse .dropdown-menu .dropdown-item:hover,
  .tc-navbar-st2 .navbar-collapse .dropdown-menu .dropdown-item:focus,
  .tc-navbar-st2 .navbar-collapse .dropdown-menu .dropdown-item:active {
    background-color: rgba(255, 136, 81, 0.15);
    color: var(--cr-orange1);
  }
  /* Hamburger toggler — clearer brand styling */
  .tc-navbar-st2 .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 8px 12px;
  }
  .tc-navbar-st2 .navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(255, 136, 81, 0.35);
  }
  /* Language switcher inside mobile menu */
  .tc-navbar-st2 .navbar-collapse .lang-dropdown {
    padding-top: 6px;
  }
}
/* --------------- header st2 --------------- */
.tc-header-st2 {
  position: relative;
  min-height: 100vh;
  background-color: #151515;
  background-image: url(../img/header_bg.png);
  background-size: cover;
  color: #fff;
  padding: 200px 0 120px;
}
.tc-header-st2 .shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-header-st2 h1 {
  position: relative;
  font-size: 128px;
  font-weight: bolder;
}
.tc-header-st2 h1 .shap {
  position: absolute;
  left: 0;
  top: -5%;
  height: 110%;
  max-height: unset;
}
.tc-header-st2 h1 .title-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-st2 h1 .img {
  width: 195px;
  height: 90px;
  border-radius: 100px;
  overflow: hidden;
  -webkit-margin-start: 50px;
          margin-inline-start: 50px;
}
.tc-header-st2 h1 .users {
  position: relative;
  width: 200px;
  height: 85px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.tc-header-st2 h1 .users .txt-circle {
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #151515;
  color: #fff;
  text-align: center;
  border: 1px solid #fff2;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 300;
}
.tc-header-st2 .imgs {
  width: calc(100% + 80px);
}
.tc-header-st2 .imgs .img {
  height: 500px;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
}
.tc-header-st2 .imgs .numbers {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-start: 1px solid #fff2;
          border-inline-start: 1px solid #fff2;
  border-bottom: 1px solid #fff2;
}
.tc-header-st2 .imgs .numbers h5 {
  font-size: 32px;
}
.tc-header-st2 .imgs .numbers p {
  color: #777;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .tc-header-st2 h1 {
    font-size: 50px;
  }
  .tc-header-st2 h1 .img {
    height: 60px;
  }
  .tc-header-st2 .imgs {
    width: 100%;
    margin-top: 40px;
  }
  .tc-header-st2 .imgs .img {
    height: 250px;
  }
  .tc-header-st2 .imgs .numbers {
    display: block;
  }
  .tc-header-st2 .imgs .numbers .num_card {
    margin: 15px 0;
  }
}
/* --------------- about st2 --------------- */
.tc-about-st2 {
  position: relative;
  padding: 150px 0;
}
.tc-about-st2 .title {
  position: relative;
}
.tc-about-st2 .title .float-txt {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.75;
  font-size: 200px;
  color: #f6f6f6;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}
.tc-about-st2 .title .btns {
  position: relative;
  z-index: 20;
  padding: 50px 0;
}
.tc-about-st2 .img-box {
  position: relative;
}
.tc-about-st2 .img-box::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 270px;
  width: 270px;
  background-color: var(--cr-orange1);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.5;
}
.tc-about-st2 .img {
  position: relative;
  height: 600px;
  z-index: 10;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(21, 21, 21, 0.25);
}
.tc-about-st2 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin-top: -35px;
  z-index: 20;
}
.tc-about-st2 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-about-st2 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-about-st2 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #151515;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-about-st2 .cards .item {
  position: relative;
  margin-top: 40px;
}
.tc-about-st2 .cards .item .icon {
  height: 50px;
  margin-bottom: 25px;
}
.tc-about-st2 .cards .item h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.tc-about-st2 .cards .item .progress {
  height: 4px;
  margin-top: 20px;
}
.tc-about-st2 .cards .item .progress .progress-bar {
  background-color: #151515;
}

@media screen and (max-width: 991px) {
  .tc-about-st2 .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 50px;
  }
  .tc-about-st2 .title .float-txt {
    font-size: 100px;
    top: 30px;
  }
  .tc-about-st2 .rotate-box {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .tc-about-st2 .img-box::after {
    top: 30%;
    width: 150px;
    height: 150px;
  }
}
/* --------------- services st2 --------------- */
.tc-services-st2 {
  position: relative;
  padding: 150px 0;
  background-color: #f6f6f6;
}
.tc-services-st2 .vec1 {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-services-st2 .title {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #9994;
}
.tc-services-st2 .title .text {
  position: relative;
  padding-top: 20px;
}
.tc-services-st2 .title .text .vec {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}
.tc-services-st2 .service-card {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #9994;
}
.tc-services-st2 .service-card:hover {
  border-color: #151515;
}
.tc-services-st2 .service-card:hover .img::after {
  opacity: 0.3;
}
.tc-services-st2 .service-card:hover .img .cir-butn {
  opacity: 1;
}
.tc-services-st2 .service-card .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #9994;
  border-radius: 50%;
  margin-bottom: 20px;
  text-align: center;
}
.tc-services-st2 .service-card .img {
  position: relative;
  height: 200px;
  margin-top: 50px;
}
.tc-services-st2 .service-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #151515;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-st2 .service-card .img .cir-butn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 20;
}

/* --------------- process st2 --------------- */
.tc-process-st2 {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
.tc-process-st2 .title-side {
  position: relative;
}
.tc-process-st2 .title-side h2 {
  font-size: 50px;
}
.tc-process-st2 .title-side h2 span {
  color: transparent;
  -webkit-text-stroke: 1px #151515;
}
.tc-process-st2 .title-side .cont {
  position: relative;
  margin-top: 50px;
}
.tc-process-st2 .title-side .cont .lg-txt {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 140px;
  -webkit-text-stroke: 1px #151515;
  opacity: 0.1;
  color: transparent;
  text-transform: uppercase;
  line-height: 1;
}
.tc-process-st2 .progress-side .shap-img {
  width: 40%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-process-st2 .progress-side .progress {
  height: 4px;
}
.tc-process-st2 .progress-side .progress .progress-bar {
  background-color: #151515;
}

@media screen and (max-width: 991px) {
  .tc-process-st2 .title-side h2 {
    font-size: 30px;
  }
}
/* --------------- video st2 --------------- */
.tc-video-st2 {
  position: relative;
  overflow: hidden;
}
.tc-video-st2 .content {
  position: relative;
}
.tc-video-st2 .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transform: translate(-30%, -30%) rotate(45deg);
          transform: translate(-30%, -30%) rotate(45deg);
  border-top: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid var(--cr-orange1);
}
.tc-video-st2 .content::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid #151515;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.tc-video-st2 .video-card {
  position: relative;
  height: 600px;
  overflow: hidden;
  z-index: 20;
}
.tc-video-st2 .video-card .video {
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-video-st2 .video-card .play-btn {
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* --------------- numbers st2 --------------- */
.tc-numbers-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-numbers-st2 .numbers {
  position: relative;
}
.tc-numbers-st2 .numbers .number-card {
  position: relative;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px;
  margin: 30px auto;
}
.tc-numbers-st2 .numbers .number-card p {
  font-size: 16px;
  color: #666;
}
.tc-numbers-st2 .numbers .number-card p span {
  color: #000;
  font-weight: 500;
}
.tc-numbers-st2 .numbers .number-card h3 {
  font-size: 62px;
  margin-top: 15px;
  font-weight: 500;
}

/* --------------- portfolio st2 --------------- */
.tc-portfolio-st2 {
  position: relative;
  padding: 150px 0;
  background-color: #151515;
  color: #fff;
  overflow: hidden;
}
.tc-portfolio-st2 .vec1 {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-portfolio-st2 .vec2 {
  position: absolute;
  bottom: 30%;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-portfolio-st2 .title-slider {
  margin-bottom: 50px;
}
.tc-portfolio-st2 .title-slider h2 {
  font-size: calc(10vw + 40px);
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.9;
}
.tc-portfolio-st2 .title-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.tc-portfolio-st2 .title-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-portfolio-st2 .portfolio-slider {
  position: relative;
  overflow: hidden;
  height: 630px;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide .card-item .info {
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(20deg);
          transform: scale(0.8) rotate(20deg);
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide .card-item .img {
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(-20deg);
          transform: scale(0.8) rotate(-20deg);
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .card-item .info {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .card-item .img {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.tc-portfolio-st2 .portfolio-slider .img {
  position: relative;
  height: 630px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-portfolio-st2 .portfolio-slider .info {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-portfolio-st2 .portfolio-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: auto;
  bottom: 30px;
  left: 60%;
}
.tc-portfolio-st2 .portfolio-slider .swiper-fraction {
  position: absolute;
  right: 0;
  bottom: 50px;
  font-size: 120px;
  font-weight: 100;
}

/* --------------- team st2 --------------- */
.tc-team-st2 {
  position: relative;
  padding: 150px 0;
}
.tc-team-st2 .team-card {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
  margin-top: 80px;
}
.tc-team-st2 .team-card .img {
  position: relative;
  height: 300px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  margin-top: -30px;
}
.tc-team-st2 .team-card .img .social-icons {
  position: absolute;
  width: 50px;
  right: 30px;
  bottom: -25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st2 .team-card .img .social-icons .link {
  position: relative;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1px;
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-team-st2 .team-card .img .social-icons .link:hover {
  background-color: #000;
}
.tc-team-st2 .team-card .img .social-icons .link:not(.plus-link) {
  margin-bottom: -50px;
  opacity: 0;
}
.tc-team-st2 .team-card .img .social-icons .link.plus-link {
  z-index: 10;
}
.tc-team-st2 .team-card .info {
  padding: 40px 30px;
}
.tc-team-st2 .team-card:hover .img .social-icons {
  margin-bottom: -50px;
}
.tc-team-st2 .team-card:hover .img .social-icons .link {
  margin-bottom: 0 !important;
  opacity: 1 !important;
}
.tc-team-st2 .team-card:hover .img .social-icons .link.plus-link {
  opacity: 0 !important;
}
.tc-team-st2 .cir-butn {
  width: 240px;
  height: 240px;
  margin-top: 80px;
}
.tc-team-st2 .cir-butn .txt {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  max-width: 200px;
}
.tc-team-st2 .cir-butn .arrow {
  width: 36px;
  height: 36px;
}

/* --------------- pricing st2 --------------- */
.tc-pricing-st2 {
  position: relative;
  padding: 150px 0;
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-pricing-st2 .title {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff3;
}
.tc-pricing-st2 .title p {
  position: relative;
  font-size: 16px;
}
.tc-pricing-st2 .title p::after {
  position: absolute;
  content: "";
  right: 0;
  top: -25px;
  width: 25px;
  height: 25px;
  background-image: url(../img/vec8.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-pricing-st2 .price-card {
  position: relative;
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #fff3;
}
.tc-pricing-st2 .price-card:hover {
  border-color: #fff;
}
.tc-pricing-st2 .price-card-featured {
  position: relative;
  background-color: rgba(255, 255, 255, 0.07);
  margin: 0 -16px;
  padding-inline: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.tc-pricing-st2 .price-card-featured .featured-badge {
  position: absolute;
  top: -14px;
  right: 16px;
  background-color: #151515;
  color: var(--cr-orange1);
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 136, 81, 0.45);
}
.tc-pricing-st2 .price-card:hover .card-title h6 {
  text-decoration: underline;
}
.tc-pricing-st2 .price-card .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 15px;
}
.tc-pricing-st2 .price-card .check-list li:last-of-type {
  margin: 0;
}
.tc-pricing-st2 .price-card .price {
  font-size: 32px;
}
.tc-pricing-st2 .price-card .price small {
  font-size: 14px;
  text-decoration: line-through;
}
.tc-pricing-st2 .price-card .more {
  font-size: 16px;
}
.tc-pricing-st2 .price-card .more .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

/* --------------- blog st2 --------------- */
.tc-blog-st2 {
  position: relative;
  padding: 150px 0;
}
.tc-blog-st2 .title-wrapper {
  position: relative;
}
.tc-blog-st2 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}
.tc-blog-st2 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.tc-blog-st2 .post-card .info .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st2 .post-card .info .more-link {
  font-size: 16px;
  font-weight: 500;
}
.tc-blog-st2 .post-card .info .more-link .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

/* --------------- footer st2 --------------- */
.tc-footer-st2 {
  position: relative;
}
.tc-footer-st2 .subscribe-content {
  position: relative;
  padding: 150px 0;
  background-color: #f6f6f6;
}
.tc-footer-st2 .subscribe-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.tc-footer-st2 .subscribe-content .form-group {
  position: relative;
}
.tc-footer-st2 .subscribe-content .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  cursor: pointer;
}
/* Form states */
.tc-footer-st2 .form .spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(21, 21, 21, 0.18);
  border-top-color: var(--cr-orange1);
  border-radius: 50%;
  animation: form-spin 0.7s linear infinite;
  transform: rotate(45deg); /* counter the parent rotate -45 */
}
@keyframes form-spin {
  to { transform: rotate(405deg); }
}
.tc-footer-st2 .form.is-loading .arrow-icon { display: none; }
.tc-footer-st2 .form.is-loading .spinner { display: inline-block; }
.tc-footer-st2 .form.is-loading .form-submit { cursor: wait; }
.tc-footer-st2 .form .form-feedback {
  font-size: 14px;
  margin-top: 14px;
  min-height: 20px;
  font-weight: 600;
  color: transparent;
  transition: color 0.2s ease;
}
.tc-footer-st2 .form.is-error .form-feedback { color: #c5392b; }
.tc-footer-st2 .form.is-error .form-control { border-bottom-color: #c5392b; }
.tc-footer-st2 .form.is-success .form-feedback { color: #1e8a4d; }
.tc-footer-st2 .form.is-success .form-control { border-bottom-color: #1e8a4d; }
.tc-footer-st2 .subscribe-content .form-control {
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #151515;
  font-size: 16px;
  background-color: transparent;
}
.tc-footer-st2 .subscribe-content .shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.tc-footer-st2 .container {
  position: relative;
  z-index: 20;
}
.tc-footer-st2 .main-footer {
  background-color: #151515;
  color: #fff;
  position: relative;
  padding: 140px 0;
}
.tc-footer-st2 .main-footer .lg-txt {
  font-size: 195px;
  color: #fff;
  opacity: 0.05;
  position: absolute;
  right: 5%;
  bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  font-family: "mona-Light";
}
.tc-footer-st2 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.tc-footer-st2 .main-footer .fav-line {
  position: absolute;
  top: 0;
  left: calc((100% - 1320px) / 2);
  width: 30vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-footer-st2 .links-wrapper {
  position: relative;
  margin-top: 100px;
}
.tc-footer-st2 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0;
}
.tc-footer-st2 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st2 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.tc-footer-st2 .links-group .links a:hover {
  opacity: 1;
}
.tc-footer-st2 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #0f0f0f;
  color: #fff;
}
.tc-footer-st2 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

@media screen and (max-width: 991px) {
  .tc-footer-st2 .main-footer .lg-txt {
    font-size: 70px;
  }
}
.home-st2 {
  font-family: "Hanken Grotesk", sans-serif;
}

/* ===========================================================
 * iCall high-level animations — hover micro-interactions
 * Easing curves: cubic-bezier(0.22, 1, 0.36, 1) = expo.out
 * GPU-friendly: transform + opacity only
 * =========================================================== */

/* Service cards — image zoom + card lift */
.home-st2 .tc-services-st2 .service-card {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s ease;
  will-change: transform;
}
.home-st2 .tc-services-st2 .service-card:hover {
  transform: translateY(-4px);
}
.home-st2 .tc-services-st2 .service-card .img img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-services-st2 .service-card:hover .img img {
  transform: scale(1.06);
}

/* Team cards — lift + shadow */
.home-st2 .tc-team-st2 .team-card {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease;
}
.home-st2 .tc-team-st2 .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -25px rgba(21, 21, 21, 0.25);
}
.home-st2 .tc-team-st2 .team-card .img img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-team-st2 .team-card:hover .img img {
  transform: scale(1.05);
}

/* Pricing cards — slide effect on hover */
.home-st2 .tc-pricing-st2 .price-card {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.4s ease,
              background-color 0.4s ease;
}
.home-st2 .tc-pricing-st2 .price-card:hover {
  transform: translateX(6px);
}
.home-st2 .tc-pricing-st2 .price-card .more .arrow {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-pricing-st2 .price-card:hover .more .arrow {
  transform: translateX(8px);
}

/* Blog post cards */
.home-st2 .tc-blog-st2 .post-card .img {
  overflow: hidden;
  border-radius: 8px;
}
.home-st2 .tc-blog-st2 .post-card .img img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-blog-st2 .post-card:hover .img img {
  transform: scale(1.06);
}
.home-st2 .tc-blog-st2 .post-card .more-link .arrow {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-blog-st2 .post-card:hover .more-link .arrow {
  transform: translateX(6px);
}
.home-st2 .tc-blog-st2 .post-card .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-blog-st2 .post-card .title a:hover {
  background-size: 100% 1px;
}

/* Methode about — image scale on hover */
.home-st2 #methode .img-box .img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
.home-st2 #methode .img-box .img img {
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 #methode .img-box:hover .img img {
  transform: scale(1.04);
}

/* Hero cards — hero1/hero2/hero3 inline images glow on hover */
.home-st2 .tc-header-st2 .imgs .img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease;
}
.home-st2 .tc-header-st2 .imgs .img:hover {
  transform: scale(1.03);
  box-shadow: 0 25px 50px -15px rgba(255, 136, 81, 0.35);
}

/* Hero title accent — pulse subtle */
.home-st2 .tc-header-st2 .hero-title .accent {
  position: relative;
  display: inline-block;
}
.home-st2 .tc-header-st2 .hero-title .accent::after {
  content: "";
  position: absolute;
  left: 0; bottom: -4px;
  width: 100%; height: 3px;
  background: var(--cr-orange1);
  transform: scaleX(0);
  transform-origin: left;
  animation: accent-underline 1.2s 3.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes accent-underline {
  to { transform: scaleX(1); }
}

/* CTA primary continuous subtle glow */
.home-st2 .hero-cta-primary {
  position: relative;
  overflow: hidden;
}
.home-st2 .hero-cta-primary::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.home-st2 .hero-cta-primary:hover::before {
  width: 320px; height: 320px;
}
.home-st2 .hero-cta-primary > * { position: relative; z-index: 1; }

/* cir-butn ring animation on hover */
.home-st2 .cir-butn {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .cir-butn:hover {
  transform: translateY(-4px);
}
.home-st2 .cir-butn .arrow {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .cir-butn:hover .arrow {
  transform: translateX(6px) translateY(-2px);
}

/* Number cards — counter visual emphasis on hover */
.home-st2 .tc-numbers-st2 .number-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-numbers-st2 .number-card:hover .num {
  color: var(--cr-orange1);
  transition: color 0.3s ease;
}

/* Clients carousel — pause on hover */
.home-st2 .tc-clients-st1 .clients-slider:hover .swiper-wrapper {
  animation-play-state: paused;
}
.home-st2 .tc-clients-st1 .logo {
  transition: opacity 0.35s ease, filter 0.35s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Footer subscribe button arrow rotation hint */
.home-st2 .tc-footer-st2 .subscribe-content .form-group button {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-footer-st2 .subscribe-content .form-group:focus-within button {
  transform: rotate(-45deg) translateX(4px);
}

/* ===========================================================
 * MODERN 2026 ANIMATIONS — trending patterns
 * =========================================================== */

/* 3D Card Tilt — perspective container */
.home-st2 .tc-services-st2 .cards,
.home-st2 .tc-team-st2 .cards,
.home-st2 .tc-pricing-st2 .cards,
.home-st2 .tc-blog-st2 .posts-slider {
  perspective: 1200px;
}
.home-st2 .tc-services-st2 .service-card,
.home-st2 .tc-team-st2 .team-card,
.home-st2 .tc-pricing-st2 .price-card,
.home-st2 .tc-blog-st2 .post-card {
  transform-style: preserve-3d;
  will-change: transform;
}

/* Cursor spotlight on dark hero — radial gradient following cursor */
.home-st2 .tc-header-st2::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background: radial-gradient(
    600px circle at var(--cursor-x, 50%) var(--cursor-y, 50%),
    rgba(255, 136, 81, 0.10),
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.home-st2 .tc-header-st2:hover::after {
  opacity: 1;
}

/* Mask reveal — clip-path text entrance */
.home-st2 .mask-reveal {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .mask-reveal.is-visible {
  clip-path: inset(0 0 0 0);
}

/* Word-by-word reveal */
.home-st2 .word-reveal .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.home-st2 .word-reveal .word > span {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .word-reveal.is-visible .word > span {
  transform: translateY(0);
}

/* Carousel marquee — eliminate any visible "restart" jump */
.home-st2 .tc-clients-st1 .clients-slider .swiper-wrapper,
.home-st2 .tc-blog-st2 .posts-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* Blog cards — never let GSAP leftovers hide them */
.home-st2 .tc-blog-st2 .post-card,
.home-st2 .tc-blog-st2 .post-card .img,
.home-st2 .tc-blog-st2 .post-card .info,
.home-st2 .tc-blog-st2 .post-card .tags,
.home-st2 .tc-blog-st2 .post-card .title,
.home-st2 .tc-blog-st2 .post-card .more-link,
.home-st2 .tc-blog-st2 .post-card img {
  opacity: 1 !important;
}
/* Hide pagination on continuous marquee blog */
.home-st2 .tc-blog-st2 .posts-slider .swiper-pagination {
  display: none;
}
/* Soften edges (fade-in/out gradient) for marquee feel */
.home-st2 .tc-blog-st2 .posts-slider {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
/* Pause marquee on hover for readability — JS-driven via Swiper API */
.home-st2 .tc-blog-st2 .post-card {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-blog-st2 .posts-slider:hover .post-card {
  transform: scale(1);
}

/* Pricing section — subtle aurora background gradient (animated) */
.home-st2 .tc-pricing-st2 {
  position: relative;
  overflow: hidden;
}
.home-st2 .tc-pricing-st2::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.06), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.04), transparent 40%);
  pointer-events: none;
  z-index: 0;
  animation: aurora-drift 18s ease-in-out infinite alternate;
}
@keyframes aurora-drift {
  0% { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(3%, -2%) rotate(2deg); }
}
.home-st2 .tc-pricing-st2 > * { position: relative; z-index: 1; }

/* Hero title accent — moving gradient underline */
.home-st2 .tc-header-st2 .hero-title .accent::after {
  background: linear-gradient(
    90deg,
    var(--cr-orange1) 0%,
    #ffb289 50%,
    var(--cr-orange1) 100%
  );
  background-size: 200% 100%;
  animation: accent-shimmer 3.5s ease-in-out infinite, accent-underline 1.2s 3.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes accent-shimmer {
  0%, 100% { background-position: 0% 0%; }
  50% { background-position: 100% 0%; }
}

/* Service cards — number badge subtle slide on hover */
.home-st2 .tc-services-st2 .service-card .num {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              background-color 0.4s ease;
}
.home-st2 .tc-services-st2 .service-card:hover .num {
  background-color: var(--cr-orange1);
  color: #fff;
  transform: scale(1.1);
}

/* Plus icons in service lists — staggered nudge on card hover */
.home-st2 .tc-services-st2 .service-card ul li {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-st2 .tc-services-st2 .service-card:hover ul li:nth-child(1) { transform: translateX(4px); transition-delay: 0.05s; }
.home-st2 .tc-services-st2 .service-card:hover ul li:nth-child(2) { transform: translateX(4px); transition-delay: 0.1s; }
.home-st2 .tc-services-st2 .service-card:hover ul li:nth-child(3) { transform: translateX(4px); transition-delay: 0.15s; }

/* Number cards — subtle counter glow when in viewport */
.home-st2 .tc-numbers-st2 .number-card .num {
  background: linear-gradient(135deg, #151515 60%, var(--cr-orange1) 140%);
  -webkit-background-clip: text;
          background-clip: text;
  transition: filter 0.4s ease;
}
.home-st2 .tc-numbers-st2 .number-card:hover .num {
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 14px rgba(255, 136, 81, 0.35));
}

/* Aurora glow behind cir-butn */
.home-st2 .cir-butn {
  position: relative;
}
.home-st2 .cir-butn::before {
  content: "";
  position: absolute;
  inset: -8px;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    var(--cr-orange1) 90deg,
    transparent 180deg,
    var(--cr-orange1) 270deg,
    transparent 360deg
  );
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  filter: blur(12px);
  transition: opacity 0.4s ease;
  animation: cir-spin 4s linear infinite;
}
.home-st2 .cir-butn:hover::before {
  opacity: 0.6;
}
@keyframes cir-spin {
  to { transform: rotate(360deg); }
}

/* ===========================================================
 * iCall — Synchronisation cross-page (inner-page = home-st2)
 * Progress bars, fonts, headings harmonises avec index.html
 * =========================================================== */

/* Force Hanken Grotesk sur toutes les pages inner */
.home-st2,
.home-st2.inner-page,
.home-st2 .tc-innerHeader-st1,
.home-st2 .tc-about-st10,
.home-st2 .tc-services-st1,
.home-st2 .tc-testimonials-st10,
.home-st2 .tc-clients-st4,
.home-st2 .tc-footer-st1,
.home-st2 .tc-map-st13 {
  font-family: "Hanken Grotesk", Arial, sans-serif !important;
}
.home-st2 h1, .home-st2 h2, .home-st2 h3, .home-st2 h4, .home-st2 h5, .home-st2 h6 {
  font-family: "Hanken Grotesk", Arial, sans-serif !important;
  font-weight: 850;
  letter-spacing: -0.3px;
}
.home-st2 .tc-innerHeader-st1 h1 {
  font-family: "Hanken Grotesk", Arial, sans-serif !important;
  font-weight: 850;
  font-size: clamp(36px, 5.4vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.4px;
}
.home-st2 .lg-txt,
.home-st2 .sub-font {
  font-family: "Hanken Grotesk", Arial, sans-serif !important;
}

/* Progress bars uniformes — orange brand sur fond gris clair */
.home-st2 .progress {
  background-color: rgba(21, 21, 21, 0.08) !important;
  height: 6px !important;
  border-radius: 20px !important;
  overflow: hidden;
}
.home-st2 .progress .progress-bar {
  background-color: var(--cr-orange1) !important;
  background-image: linear-gradient(
    90deg,
    var(--cr-orange1) 0%,
    #ffb289 50%,
    var(--cr-orange1) 100%
  ) !important;
  background-size: 200% 100%;
  animation: progress-shimmer 3s ease-in-out infinite;
  border-radius: 20px;
  transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes progress-shimmer {
  0%, 100% { background-position: 0% 0%; }
  50% { background-position: 100% 0%; }
}

/* Inner header LIGHT background for inner pages (about.html with tc-innerHeader-st1
 * and contact.html with tc-header-st13) — keep original white hero */
.home-st2.inner-page .tc-innerHeader-st1,
.home-st2.inner-page .tc-header-st13 {
  background-color: #fff;
  color: #151515;
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.home-st2.inner-page .tc-innerHeader-st1::before,
.home-st2.inner-page .tc-header-st13::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 50%;
  height: 80%;
  background: radial-gradient(circle at top right, rgba(255, 136, 81, 0.10), transparent 55%);
  pointer-events: none;
  z-index: 0;
}
.home-st2.inner-page .tc-innerHeader-st1 .container,
.home-st2.inner-page .tc-header-st13 .container {
  position: relative;
  z-index: 2;
}
.home-st2.inner-page .tc-innerHeader-st1 h1,
.home-st2.inner-page .tc-header-st13 h1 {
  color: #151515;
}
.home-st2.inner-page .tc-innerHeader-st1 .text,
.home-st2.inner-page .tc-header-st13 .text {
  color: #777 !important;
  line-height: 1.75;
}
.home-st2.inner-page .tc-innerHeader-st1 .lg-txt,
.home-st2.inner-page .tc-header-st13 .lg-txt {
  color: rgba(21, 21, 21, 0.04) !important;
}
.home-st2.inner-page .tc-navbar-st2.navbar-solid {
  background-color: #151515 !important;
}

/* Inner page navbar — solid dark always */
.home-st2.inner-page .tc-navbar-st2.navbar-solid,
.tc-navbar-st2.navbar-solid {
  position: relative !important;
  background-color: #151515 !important;
  padding: 16px 3vw;
}

/* Inner page about section — same progress styling */
.home-st2 .tc-about-st10 .progress {
  height: 6px !important;
}
.home-st2 .tc-about-st10 .progress-bar {
  background-color: var(--cr-orange1) !important;
}

/* Inner page footer-st1 — harmonize fonts */
.home-st2 .tc-footer-st1 .lg-txt,
.home-st2 .tc-footer-st1 h5,
.home-st2 .tc-footer-st1 h6,
.home-st2 .tc-footer-st1 p,
.home-st2 .tc-footer-st1 a {
  font-family: "Hanken Grotesk", Arial, sans-serif !important;
}

/* Reduced motion override */
@media (prefers-reduced-motion: reduce) {
  .home-st2 *,
  .home-st2 *::before,
  .home-st2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* iCall a11y & responsive hardening */

/* Skip link — visible only on keyboard focus */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  background: #151515;
  color: #fff;
  padding: 12px 18px;
  z-index: 100000;
  border-radius: 8px;
  font-weight: 700;
  font-family: "Hanken Grotesk", Arial, sans-serif;
  text-decoration: none;
}
.skip-link:focus {
  left: 12px;
  outline: 2px solid var(--cr-orange1);
  outline-offset: 3px;
}

/* Restore visible focus indicators (without breaking mouse UX) */
.home-st2 a:focus-visible,
.home-st2 button:focus-visible,
.home-st2 input:focus-visible,
.home-st2 textarea:focus-visible,
.home-st2 select:focus-visible,
.home-st2 [role="button"]:focus-visible {
  outline: 2px solid var(--cr-orange1);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Touch targets 44px min on small screens */
@media (max-width: 991px) {
  .home-st2 .navbar-nav .nav-link,
  .home-st2 .dropdown-item,
  .home-st2 .main_link,
  .home-st2 .contact-links a,
  .home-st2 .social_links a,
  .home-st2 .social-icons .link,
  .home-st2 .foot-links a,
  .home-st2 .links-group .links a,
  .home-st2 .foot-links a,
  .home-st2 .more-link,
  .home-st2 .navbar-brand,
  .home-st2 .side_menu_btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .home-st2 .main_link {
    padding-block: 12px;
  }
  .home-st2 .social_links a,
  .home-st2 .social-icons .link {
    min-width: 44px;
    justify-content: center;
  }
  .home-st2 .clss {
    min-width: 44px;
    min-height: 44px;
  }
}

/* --------------- iCall verticals eyebrow --------------- */
.tc-clients-st1 .verticals-eyebrow {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #777;
  margin: 0 0 24px;
}

/* --------------- iCall clients marquee --------------- */
.tc-clients-st1 .logos {
  padding: 28px 0;
  overflow: hidden;
}
.tc-clients-st1 .clients-slider {
  width: 100%;
  overflow: hidden;
}
.tc-clients-st1 .clients-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  align-items: center;
}
.tc-clients-st1 .clients-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.tc-clients-st1 .clients-slider .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.35s ease, filter 0.35s ease;
}
.tc-clients-st1 .clients-slider .logo:hover {
  opacity: 1;
  filter: grayscale(0);
}
.tc-clients-st1 .clients-slider .logo img {
  max-height: 36px;
  width: auto;
  object-fit: contain;
}

/* iCall: garantir l'affichage de toutes les sections et un offset d'ancre correct sous la navbar */
html {
  scroll-padding-top: 0;
  /* PAS de scroll-behavior: smooth ici - ca ralentit la molette.
     Le smooth scroll est applique uniquement via JS scrollIntoView pour les ancres. */
}
.home-st2 main > section,
.home-st2 footer {
  visibility: visible !important;
  opacity: 1;
}
.home-st2 main > section {
  scroll-margin-top: 0;
}
.home-st2 #methode,
.home-st2 #services,
.home-st2 #processus,
.home-st2 #secteurs,
.home-st2 #equipe,
.home-st2 #offres,
.home-st2 #actualites,
.home-st2 #contact {
  scroll-margin-top: 0;
}

/* --------------- iCall hero refinements --------------- */
.tc-header-st2 {
  height: 100vh;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
}
.tc-header-st2 .container {
  position: relative;
  z-index: 2;
}
.tc-header-st2 .row {
  align-items: center;
}
.tc-header-st2 .hero-title {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 1.03;
  font-weight: 850;
  letter-spacing: -0.5px;
  text-transform: none;
  max-width: 640px;
  margin: 0;
  position: relative;
}
.tc-header-st2 .hero-title .accent {
  color: var(--cr-orange1);
  white-space: nowrap;
}
.tc-header-st2 .hero-title .shap {
  position: absolute;
  left: -16px;
  top: -8%;
  height: 110%;
  max-height: unset;
  opacity: 0.5;
  z-index: -1;
}
.tc-header-st2 .hero-kpis {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  font-size: 14px;
  font-weight: 600;
  color: #cfcfcf;
}
.tc-header-st2 .hero-kpis strong {
  font-weight: 850;
  color: #fff;
  font-family: "Hanken Grotesk", Arial, sans-serif;
}
.tc-header-st2 .hero-kpis span[aria-hidden] {
  color: rgba(255, 255, 255, 0.3);
}
.tc-header-st2 .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}
.tc-header-st2 .hero-cta-primary {
  display: inline-flex;
  align-items: center;
  padding: 16px 28px;
  background-color: var(--cr-orange1);
  color: #151515 !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0;
  border: 2px solid var(--cr-orange1);
  transition: transform 0.2s ease, box-shadow 0.25s ease, background-color 0.2s ease;
  text-decoration: none;
}
.tc-header-st2 .hero-cta-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #151515 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -10px rgba(255, 136, 81, 0.55);
}
.tc-header-st2 .hero-cta-primary .fa-arrow-right {
  font-size: 14px;
}
.tc-header-st2 .hero-cta-tertiary {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 600;
}
.tc-header-st2 .hero-cta-tertiary .underline {
  color: #fff;
  border-bottom: 1px solid var(--cr-orange1);
  padding-bottom: 2px;
}
.tc-header-st2 .hero-cta-tertiary:hover .underline {
  color: var(--cr-orange1);
}
/* Legacy h1 rule kept for fallback */
.tc-header-st2 h1 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 76px;
  line-height: 1.03;
  font-weight: 850;
  letter-spacing: -0.5px;
  text-transform: none;
}
.tc-header-st2 h1 .title-item {
  min-height: 1em;
}
.tc-header-st2 h1 .img {
  width: 190px;
  height: 76px;
  margin-inline-start: 34px;
}
.tc-header-st2 h1 .users {
  width: 300px;
  height: 72px;
  padding-inline-end: 82px;
  margin-inline-end: 22px;
}
.tc-header-st2 h1 .users .txt-circle {
  width: 72px;
  height: 72px;
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 800;
  background-color: #151515;
}
.tc-header-st2 .text {
  max-width: 560px;
  color: #b7b7b7 !important;
  line-height: 1.7;
  font-weight: 500;
}
.tc-header-st2 .hero-actions .butn-1 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65) !important;
}
.tc-header-st2 .hero-actions a:last-child {
  font-weight: 700;
}
.tc-header-st2 .imgs {
  width: 100%;
}
.tc-header-st2 .imgs .img {
  height: 480px;
}
.tc-header-st2 .imgs .numbers h5 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 850;
}
.tc-header-st2 .imgs .numbers p {
  color: #aaa;
  line-height: 1.25;
}

/* --------------- iCall about/method refinements --------------- */
.tc-about-st2 .title .float-txt {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 160px;
  letter-spacing: 0;
  color: #f3f3f3;
}
.tc-about-st2 .btns .butn-1 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
.tc-about-st2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-about-st2 .info h2 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none !important;
}
.tc-about-st2 .info .text {
  line-height: 1.75;
  font-weight: 600;
}
.tc-about-st2 .cards .item h6 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

/* --------------- iCall services refinements --------------- */
.tc-services-st2 .title h2 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none !important;
}
.tc-services-st2 .title .text {
  line-height: 1.75;
  font-weight: 600;
}
.tc-services-st2 .service-card .row {
  align-items: center;
}
.tc-services-st2 .service-card .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: 850;
  background-color: #fff;
  letter-spacing: 0;
}
.tc-services-st2 .service-card .title-side h6 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 30px;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}
.tc-services-st2 .service-card .img {
  height: 220px;
  margin-top: 0;
  border-radius: 8px;
  overflow: hidden;
}
.tc-services-st2 .service-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-services-st2 .service-card ul {
  margin-top: 0 !important;
}
.tc-services-st2 .service-card ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.tc-services-st2 .service-card ul li:last-child {
  margin-bottom: 0;
}
.tc-services-st2 .service-card ul li .icon {
  color: var(--cr-orange1);
  margin-top: 1px;
}

/* --------------- iCall process refinements --------------- */
.tc-process-st2 .title-side h2 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: 0;
}
.tc-process-st2 .title-side h2 span {
  font-weight: 850;
}
.tc-process-st2 .title-side .cont .lg-txt {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}
.tc-process-st2 .progress-side .shap-img {
  width: 52%;
  border-radius: 8px;
  overflow: hidden;
}
.tc-process-st2 .progress-side .shap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-process-st2 .progress-side .text {
  line-height: 1.75;
  font-weight: 600;
}
.tc-process-st2 .progress-side .progress {
  height: 6px;
  border-radius: 20px;
}
.tc-process-st2 .progress-side .progress .progress-bar {
  background-color: var(--cr-orange1);
}
.tc-process-st2 .progress-side .progress-item h6 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 800 !important;
  letter-spacing: 0;
}

/* --------------- iCall video refinements --------------- */
.tc-video-st2 .video-card {
  border-radius: 8px;
  background-color: #151515;
}
.tc-video-st2 .video-card::after {
  position: absolute;
  content: "";
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.22));
  pointer-events: none;
  z-index: 5;
}
.tc-video-st2 .video-card .video-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.tc-video-st2 .video-card .video {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.tc-video-st2 .video-card .play-btn {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 850;
  letter-spacing: 0;
  background-color: rgba(21, 21, 21, 0.28);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* --------------- iCall numbers refinements --------------- */
.tc-numbers-st2 .numbers .row {
  row-gap: 24px;
}
.tc-numbers-st2 .numbers .number-card {
  width: 100%;
  min-height: 190px;
  padding: 0 34px;
  border-inline-start: 1px solid rgba(21, 21, 21, 0.14);
}
.tc-numbers-st2 .numbers .number-card .cont {
  width: 100%;
}
.tc-numbers-st2 .numbers .number-card p {
  min-height: 58px;
  font-weight: 600;
  line-height: 1.5;
}
.tc-numbers-st2 .numbers .number-card p span {
  display: block;
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 850;
  letter-spacing: 0;
}
.tc-numbers-st2 .numbers .number-card h3 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

/* --------------- iCall portfolio refinements --------------- */
.tc-portfolio-st2 .title-slider h2 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}
.tc-portfolio-st2 .portfolio-slider .img {
  border-radius: 8px;
}
.tc-portfolio-st2 .portfolio-slider .info h2 {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 850 !important;
  line-height: 1.03;
  letter-spacing: 0;
}
.tc-portfolio-st2 .portfolio-slider .info p {
  font-weight: 700;
  letter-spacing: 0;
}
.tc-portfolio-st2 .portfolio-slider .info .text {
  line-height: 1.75;
  font-weight: 600;
}
.tc-portfolio-st2 .portfolio-slider .swiper-fraction {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

/* --------------- iCall team refinements --------------- */
.tc-team-st2 .title h6,
.tc-team-st2 .title h2,
.tc-team-st2 .team-card .info h6,
.tc-team-st2 .team-card .info p {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  letter-spacing: 0;
}
.tc-team-st2 .title h6 {
  font-weight: 700 !important;
}
.tc-team-st2 .title h2 {
  font-weight: 850;
  line-height: 1.06;
  text-transform: none !important;
}
.tc-team-st2 .team-card {
  border-radius: 8px;
  overflow: hidden;
}
.tc-team-st2 .team-card .img {
  height: 320px;
  padding-inline-start: 0;
}
.tc-team-st2 .team-card .img img {
  object-position: center top;
}
.tc-team-st2 .team-card .info p {
  font-weight: 700;
}
.tc-team-st2 .team-card .info h6 {
  font-weight: 850 !important;
  line-height: 1.12;
  text-transform: none !important;
}
.tc-team-st2 .cir-butn .txt {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
}

@media screen and (max-width: 991px) {
  .tc-header-st2 {
    height: auto;
    min-height: 100vh;
    padding: 130px 0 70px;
  }
  .tc-header-st2 h1 {
    font-size: 52px;
    line-height: 1;
  }
  .tc-header-st2 h1 .img {
    width: 120px;
    height: 54px;
    margin-inline-start: 18px;
  }
  .tc-header-st2 h1 .users {
    width: 252px;
    height: 58px;
    padding-inline-end: 66px;
    margin-inline-end: 14px;
  }
  .tc-header-st2 h1 .users .txt-circle {
    width: 58px;
    height: 58px;
    font-size: 11px;
  }
  .tc-header-st2 .hero-actions {
    gap: 16px !important;
  }
  .tc-header-st2 .hero-actions .butn-1 {
    padding: 12px 18px;
  }
  .tc-about-st2 .title .float-txt {
    font-size: 72px;
  }
  .tc-services-st2 {
    padding: 90px 0;
  }
  .tc-services-st2 .title h2 {
    font-size: 34px;
  }
  .tc-services-st2 .service-card .title-side h6 {
    font-size: 26px;
  }
  .tc-services-st2 .service-card .img {
    height: 220px;
    margin-top: 24px;
  }
  .tc-services-st2 .service-card ul {
    margin-top: 24px !important;
  }
  .tc-process-st2 {
    padding: 90px 0;
  }
  .tc-process-st2 .title-side h2 {
    font-size: 34px;
  }
  .tc-process-st2 .title-side .cont .lg-txt {
    font-size: 68px;
  }
  .tc-process-st2 .progress-side .shap-img {
    width: 72%;
    margin-top: 36px;
  }
  .tc-video-st2 .video-card {
    height: 360px;
  }
  .tc-video-st2 .video-card .play-btn {
    left: calc(50% - 58px);
    top: calc(50% - 58px);
    width: 116px;
    height: 116px;
  }
  .tc-numbers-st2 {
    padding: 80px 0;
  }
  .tc-numbers-st2 .numbers .number-card {
    max-width: 320px;
    min-height: 160px;
    padding: 0 26px;
  }
  .tc-portfolio-st2 {
    padding: 90px 0;
  }
  .tc-portfolio-st2 .portfolio-slider {
    height: 720px;
  }
  .tc-portfolio-st2 .portfolio-slider .img {
    height: 360px;
  }
  .tc-portfolio-st2 .portfolio-slider .info h2 {
    font-size: 34px !important;
  }
  .tc-portfolio-st2 .portfolio-slider .swiper-pagination {
    left: 0;
    bottom: 10px;
  }
  .tc-portfolio-st2 .portfolio-slider .swiper-fraction {
    right: 0;
    bottom: 0;
    font-size: 54px;
  }
  .tc-team-st2 {
    padding: 90px 0;
  }
  .tc-team-st2 .title h2 {
    font-size: 34px;
  }
  .tc-team-st2 .team-card {
    margin-top: 56px;
  }
  .tc-team-st2 .team-card .img {
    height: 340px;
  }
  .tc-team-st2 .cir-butn {
    width: 220px;
    height: 220px;
    margin-top: 40px;
  }
  .tc-team-st2 .cir-butn .txt {
    font-size: 24px;
  }
  .home-st2 br {
    display: none;
  }
  .home-st2 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st2 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st2 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st2 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st2 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st2 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st2 .mt-5 {
    margin-top: 2rem !important;
  }
}
