/*-----------------------------------------------------------------------------------
  CallinOut Dark Theme Override — v2
  Deep teal dark palette. Loads AFTER main.css.
-----------------------------------------------------------------------------------*/

:root {
  --tj-color-heading-primary: #07131a;
  --tj-color-theme-dark: #07131a;
  --tj-color-theme-dark-2: #0e1f24;
  --tj-color-theme-dark-3: #28404a;
  --tj-color-theme-dark-4: #536065;
  --tj-color-theme-bg-3: #111e22;
  --tj-color-grey-1: #0a1419;
  --tj-color-border-2: #1e2c30;
  --tj-color-theme-primary: #1e8a8a;
}

/* ─── Body ─── */
body {
  background-color: #07131a;
  color: rgba(255, 255, 255, 0.82);
}

/* ─── Force white text on all dark section headings ─── */
h1,
h2,
h3,
h4,
h5,
h6,
.sec-title,
.banner-title,
.h10-about-content p,
.h10-about-content .dessc,
.h10-about h2,
.h10-about h3,
.banner-content-2 h1,
.h5-working-process h2,
.h5-working-process h3,
.process-content h4,
.process-content p,
.h6-hero-history-title,
.h6-hero-history-desc,
.service-item .title a,
.service-item .desc,
.service-item .list-items li,
.count-text,
.countup-item span,
.tj-footer-section h2,
.tj-footer-section h5,
.tj-footer-section p,
.footer-widget p {
  color: rgba(255, 255, 255, 0.92);
}

/* sub-titles keep teal — !important so Bexon base never overrides */
.sub-title,
.sub-title i {
  color: #1e8a8a !important;
}

/* tj-history and tj-history-area: force dark background */
.tj-history,
.tj-history-area {
  background-color: #060f14 !important;
}

.tj-history .sec-title,
.tj-history .sec-heading h2,
.tj-history-area .date,
.tj-history-area .timeline-inner .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.tj-history-area .content p,
.tj-history .desc p {
  color: rgba(255, 255, 255, 0.68) !important;
}

/* ─── Hero Banner ─── */
.tj-banner-section-2,
.h10-hero {
  background-color: #07131a;
}

/* Fix the hero badge — was dark text on dark bg */
.banner-content-2>span {
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(30, 138, 138, 0.12) !important;
  border: 1px solid rgba(30, 138, 138, 0.3) !important;
}

.banner-content-2 .banner-desc {
  color: rgba(255, 255, 255, 0.65) !important;
}

.banner-content-2 h1 {
  color: #ffffff !important;
}

/* ─── Hero banner title — reduce size ─── */
.h10-hero .banner-content-2 .banner-title {
  font-size: 64px !important;
  line-height: 1.08 !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 54px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 48px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 40px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 32px !important;
  }
}

@media (max-width: 575px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 28px !important;
  }
}

.h10-hero .banner-content-2 .banner-title i {
  font-size: 54px !important;
}

@media (max-width: 991px) {
  .h10-hero .banner-content-2 .banner-title i {
    font-size: 44px !important;
  }
}

@media (max-width: 575px) {
  .h10-hero .banner-content-2 .banner-title i {
    font-size: 28px !important;
  }
}

/* ─── Navbar — always visible on dark bg ─── */
.header-area {
  color: #fff;
}

/* Fix h10-header white pill nav background */
.h10-header.header-area.header-absolute .mainmenu > ul {
  background-color: rgba(10, 22, 28, 0.97) !important;
  border: 1px solid rgba(30, 138, 138, 0.35) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.h10-header.header-area.header-absolute .mainmenu > ul > li > a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.h10-header.header-area.header-absolute .mainmenu > ul > li > a:hover {
  color: #1e8a8a !important;
}

.h10-header.header-area.header-absolute .mainmenu > ul > li.menu-item-has-children > a::after,
.h10-header.header-area.header-absolute .mainmenu > ul > li.has-dropdown > a::after {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

/* Transparent absolute header text */
.header-absolute .mainmenu ul>li>a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.header-absolute .mainmenu ul>li>a:hover {
  color: #1e8a8a !important;
}

/* Sticky header */
.header-duplicate.header-sticky {
  background-color: rgba(7, 19, 26, 0.96) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(30, 138, 138, 0.2) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4) !important;
}

.header-duplicate.header-sticky .mainmenu ul>li>a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.header-duplicate.header-sticky .mainmenu ul>li>a:hover {
  color: #1e8a8a !important;
}

/* header logo text if any */
.header-area .site_logo img {
  filter: brightness(1.0);
}

/* ─── Mega Menu — Full icon-based premium design ─── */
/* overflow: visible on the dropdown itself so content is never clipped */
.sub-menu.mega-menu,
.header__mega-menu {
  background-color: #081620 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.7) !important;
  border-radius: 8px !important;
  overflow: visible !important;
  z-index: 9999 !important;
}

.mega-menu-wrapper {
  background-color: #081620 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* Ensure header does not clip dropdown — both scroll states */
.header-area,
.header-area .header-bottom,
.header-area .container-fluid,
.header-area .row,
.header-area .col-12,
.header-area .header-wrapper,
.header-duplicate,
.header-duplicate .header-bottom,
.header-duplicate .container-fluid,
.header-duplicate .row,
.header-duplicate .col-12,
.header-duplicate .header-wrapper {
  overflow: visible !important;
}

/* Make ALL intermediate containers static so mega menu references header-area */
.header-area .header-bottom,
.header-area .container-fluid,
.header-area .row,
.header-area .col-12,
.header-area .header-wrapper,
.header-area .menu-area,
.header-area .mainmenu,
.header-duplicate .container-fluid,
.header-duplicate .row,
.header-duplicate .col-12,
.header-duplicate .header-wrapper,
.header-duplicate .menu-area,
.header-duplicate .mainmenu {
  position: static !important;
}

/* Keep nav pill overflow visible */
.h10-header.header-area.header-absolute .mainmenu > ul,
.header-duplicate .mainmenu > ul {
  overflow: visible !important;
}

/* Close gap between nav pill and dropdown — pull up to touch nav */
.h10-header.header-area.header-absolute .mainmenu > ul > li > .mega-menu {
  top: calc(100% - 24px) !important;
}

/* Sectors dropdown: fix transform for show/hide + centering */
.cio-mega-sectors-menu {
  transform: scaleY(0) translateX(-50%) !important;
  transform-origin: top center !important;
}

.mainmenu ul > li:hover > .cio-mega-sectors-menu {
  transform: scaleY(1) translateX(-50%) !important;
}

/* Mega menu category labels */
.mega-menu-title {
  color: #1e8a8a !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(30, 138, 138, 0.15) !important;
  margin-bottom: 8px !important;
}

/* Mega menu links */
.mega-menu-list a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  margin: 2px 0 !important;
  position: relative !important;
}

.mega-menu-list a::before {
  content: '';
  width: 32px;
  height: 32px;
  background: rgba(30, 138, 138, 0.1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}

.mega-menu-list a:hover {
  background: rgba(30, 138, 138, 0.1) !important;
  color: #1e8a8a !important;
  transform: translateX(4px) !important;
}

.mega-menu-list a:hover::before {
  background: rgba(30, 138, 138, 0.2);
}

/* Mega menu badge */
.mega-menu-badge {
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 2px 8px !important;
  border-radius: 30px !important;
  margin-left: auto !important;
}

.mega-menu-badge-hot {
  background: linear-gradient(135deg, #1e8a8a, #0d6b6b) !important;
  color: #fff !important;
  animation: megaBadgePulse 2s infinite !important;
}

@keyframes megaBadgePulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(30, 138, 138, 0.4);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(30, 138, 138, 0);
  }
}

/* ─── Search popup dark override ─── */
.search_popup {
  background-color: #081620 !important;
  border: 1px solid rgba(30, 138, 138, 0.15) !important;
}

.search_popup .search-box input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.search_popup .search-box input[type=text] {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

.search_popup .search-box input::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
}

.search_popup .search-box button {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── Hamburger menu ─── */
.hamburger_wrapper {
  background-color: #081620;
}

.hamburger_bg {
  background-color: rgba(7, 19, 26, 0.97);
}

/* ─── Section backgrounds ─── */
.tj-service-section,
.h10-about,
.h5-working-process,
.tj-cta-section,
.h10-testimonial,
[class*="h10-"] {
  background-color: #07131a;
}

/* ─── Sub-title style-2 (white bg by default) ─── */
.sec-heading.style-2 .sub-title,
.sec-heading-wrap.style-2 .sub-title,
.tj-working-process .sec-heading-wrap .sub-title,
.tj-blog-section-2 .sec-heading-wrap .sub-title {
  background-color: rgba(30, 138, 138, 0.15) !important;
  color: #1e8a8a !important;
  border: 1px solid rgba(30, 138, 138, 0.3);
}

/* ─── Timeline cards ─── */
.timeline-inner .content {
  background: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

.timeline-inner .content .top span {
  color: #1e8a8a !important;
}

.timeline-inner .content .top .title,
.timeline-inner .content .top p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* ─── Service categories sidebar list items ─── */
.service-categories ul li a {
  background: rgba(12, 26, 32, 0.8) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(30, 138, 138, 0.1);
}

.service-categories ul li a span {
  color: rgba(255, 255, 255, 0.6) !important;
}

.service-categories ul li a:hover,
.service-categories ul li a.active {
  background-color: #1e8a8a !important;
  color: #ffffff !important;
  border-color: #1e8a8a;
}

.service-categories ul li a:hover span,
.service-categories ul li a.active span {
  color: #ffffff !important;
}

/* ─── Sidebar widget bg ─── */
.tj-sidebar-widget {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

.tj-sidebar-widget .widget-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* ─── Service details items ─── */
.service-details-item {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

.service-details-item .number {
  color: #1e8a8a !important;
}

.service-details-item .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.service-details-item .desc,
.service-details-item .desc p {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* ─── About section (Bexon layout) dark overrides ─── */
.tj-about-section .about-content-area.style-1 {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.tj-about-section .about-content-area .sec-heading .sub-title {
  color: #1e8a8a !important;
}

.tj-about-section .about-content-area .sec-heading .sec-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.tj-about-section .about-content-area .sec-heading .sec-title span {
  color: #1e8a8a !important;
}

.tj-about-section .about-content-area .text-btn .btn-text {
  color: #1e8a8a !important;
}

.tj-about-section .about-content-area .text-btn .btn-icon {
  color: #1e8a8a !important;
}

.tj-about-section .about-bottom-area .client-review-cont {
  background-color: #1e8a8a !important;
}

.tj-about-section .about-bottom-area .client-review-cont .desc {
  color: rgba(255, 255, 255, 0.85) !important;
}

.tj-about-section .about-bottom-area .client-info .designation {
  color: rgba(255, 255, 255, 0.6) !important;
}

.tj-about-section .experience-box {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.15) !important;
}

.tj-about-section .experience-box .sub-title {
  color: #1e8a8a !important;
}

.tj-about-section .experience-box .customers-number {
  color: #fff !important;
}

.tj-about-section .experience-box .customers-text {
  color: rgba(255, 255, 255, 0.6) !important;
}

.tj-about-section .about-img-area .box-area::after,
.tj-about-section .about-img-area .box-area::before {
  display: none !important;
}

.tj-about-section .video-img {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.tj-about-section .video-img img {
  border-radius: 10px !important;
}

/* ─── Title-highlight scroll animation fix ─── */
.title-highlight .line,
.line {
  background-image: linear-gradient(90deg, #ffffff var(--highlight-offset), rgba(255, 255, 255, 0.25) var(--highlight-offset)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.h9-about-funfact,
.h10-about-funfact {
  border-color: rgba(30, 138, 138, 0.2);
}

.countup-item .inline-content span,
.count-plus {
  color: #1e8a8a !important;
}

.count-text {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── Service items ─── */
.service-item.style-2,
.service-item.style-4,
.service-item {
  background-color: #0c1a20;
  border-color: rgba(30, 138, 138, 0.12);
}

.service-item:hover {
  border-color: rgba(30, 138, 138, 0.35);
}

.service-item .title a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.service-item .desc,
.service-item .list-items li {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── Working process steps ─── */
.process-item,
.h5-working-process-item {
  background-color: #0c1a20;
  border-color: rgba(30, 138, 138, 0.12);
}

.process-content h4.title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.process-content p.desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

.process-step span,
.h5-working-process-indicator {
  color: #1e8a8a !important;
}

/* ─── Testimonials ─── */
.testimonial-item,
.tj-testimonial-item {
  background-color: #0c1a20;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

.testimonial-item .desc p,
.testimonial-item p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.testimonial-item .title,
.testimonial-item h5 {
  color: rgba(255, 255, 255, 0.92) !important;
}

.testimonial-item .designation,
.testimonial-item .author-header span {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* ─── Testimonial section dark overrides ─── */
.tj-testimonial-section,
.tj-testimonial-section-2 {
  background-color: #07131a !important;
}

.tj-testimonial-section .rating i {
  color: #f5a623 !important;
  font-size: 13px !important;
}

.testimonial-slider-2 .testimonial-item {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

.testimonial-slider-2 .testimonial-item .quote-icon {
  color: #1e8a8a !important;
}

.testimonial-slider-2 .testimonial-item .desc,
.testimonial-slider-2 .testimonial-item .desc p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.testimonial-slider-2 .testimonial-item .testimonial-author .title,
.testimonial-slider-2 .testimonial-item .testimonial-author h4 {
  color: rgba(255, 255, 255, 0.92) !important;
}

.testimonial-slider-2 .testimonial-item .testimonial-author .designation {
  color: rgba(255, 255, 255, 0.5) !important;
}

.testimonial-slider-2 .testimonial-item {
  padding: 30px 30px !important;
}

.testimonial-img-area .testimonial-img::after {
  background-color: #07131a !important;
  opacity: 0.5 !important;
}

.testimonial-img-area .testimonial-img .sec-heading .sec-title {
  color: #ffffff !important;
}

.testimonial-img-area .testimonial-img .sec-heading .sec-title span {
  color: rgba(255, 255, 255, 0.45) !important;
}

.rating-box {
  background-color: #1e8a8a !important;
}

.rating-box .title,
.rating-box .rating-text {
  color: #ffffff !important;
}

/* ─── Client section — horizontal marquee redesign ─── */
.cio-client-marquee-section {
  background: #060f14;
  padding: 60px 0;
  border-top: 1px solid rgba(30, 138, 138, 0.1);
  border-bottom: 1px solid rgba(30, 138, 138, 0.1);
  overflow: hidden;
  position: relative;
}

.cio-client-marquee-section::before,
.cio-client-marquee-section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.cio-client-marquee-section::before {
  left: 0;
  background: linear-gradient(to right, #060f14 0%, transparent 100%);
}

.cio-client-marquee-section::after {
  right: 0;
  background: linear-gradient(to left, #060f14 0%, transparent 100%);
}

.cio-client-marquee-label {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 32px;
}

.cio-marquee-track {
  display: flex;
  gap: 48px;
  align-items: center;
  animation: cioMarqueeSlide 28s linear infinite;
  width: max-content;
}

.cio-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes cioMarqueeSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.cio-marquee-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  min-width: 170px;
  min-height: 80px;
}

.cio-marquee-logo:hover {
  background: rgba(30, 138, 138, 0.1);
  border-color: rgba(30, 138, 138, 0.3);
}

.cio-marquee-logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: none;
  opacity: 0.85;
  transition: opacity 0.3s, filter 0.3s, transform 0.3s;
}

.cio-marquee-logo:hover img {
  opacity: 1;
  filter: none;
  transform: scale(1.05);
}

/* ─── Language Marquee ─── */
.cio-lang-marquee-section {
  background: #060f14;
  padding: 28px 0;
  border-top: 1px solid rgba(30, 138, 138, 0.08);
  border-bottom: 1px solid rgba(30, 138, 138, 0.08);
  overflow: hidden;
  position: relative;
}

.cio-lang-marquee-track {
  display: flex;
  gap: 20px;
  align-items: center;
  animation: cioLangSlide 22s linear infinite;
  width: max-content;
}

.cio-lang-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes cioLangSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.cio-lang-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: rgba(30, 138, 138, 0.08);
  border: 1px solid rgba(30, 138, 138, 0.2);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.cio-lang-badge:hover {
  background: rgba(30, 138, 138, 0.18);
  border-color: rgba(30, 138, 138, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.cio-lang-flag {
  font-size: 20px;
  line-height: 1;
}

/* ─── H6 Testimonial dark overrides ─── */
.h6-testimonial {
  background-color: #07131a !important;
}

.h6-testimonial .sec-heading.style-2 .sub-title {
  background-color: rgba(30, 138, 138, 0.12) !important;
  color: #1e8a8a !important;
}

.h6-testimonial .sec-heading.style-2 .sec-title {
  color: #ffffff !important;
}

.h6-testimonial .content-wrap .desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

.h6-testimonial-banner {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.h6-testimonial-banner img {
  width: 100% !important;
  object-fit: cover !important;
}

.h6-testimonial-wrapper .testimonial-item {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.1) !important;
}

.h6-testimonial-wrapper .testimonial-item .desc,
.h6-testimonial-wrapper .testimonial-item .desc p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.h6-testimonial-wrapper .testimonial-item .testimonial-author .title,
.h6-testimonial-wrapper .testimonial-item .testimonial-author h4 {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h6-testimonial-wrapper .testimonial-item .testimonial-author .designation {
  color: rgba(255, 255, 255, 0.5) !important;
}

.h6-testimonial-wrapper .h6-testimonial-author-wrapper {
  border-bottom-color: rgba(30, 138, 138, 0.15) !important;
}

.h6-testimonial-wrapper .swiper {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(7, 19, 26, 0)), color-stop(21%, #07131a)) !important;
  mask-image: linear-gradient(to top, rgba(7, 19, 26, 0) 5%, #07131a 21%) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h6-testimonial-wrapper .swiper {
    -webkit-mask-image: linear-gradient(-90deg, rgba(7, 19, 26, 0) 0%, #07131a 20%) !important;
    mask-image: linear-gradient(-90deg, rgba(7, 19, 26, 0) 0%, #07131a 20%) !important;
  }
}

/* ─── Section heading desc text ─── */
.sec-heading .desc,
.sec-heading p.desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

.tj-contact-area {
  background-color: #07131a !important;
}

/* ─── About content one (careers page hero) ─── */
.about-content-one .desc {
  color: rgba(255, 255, 255, 0.7) !important;
}

.about-list ul li {
  color: rgba(255, 255, 255, 0.75) !important;
}

.about-list ul li i {
  color: #1e8a8a !important;
}

/* ─── Service item two (careers page) ─── */
.service-item-two {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.service-item-two:hover {
  border-color: rgba(30, 138, 138, 0.35) !important;
}

.service-item-two .service-icon {
  color: #1e8a8a !important;
}

.service-item-two .service-title a {
  color: rgba(255, 255, 255, 0.92) !important;
}

.service-item-two .desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── Breadcrumb / page banner ─── */
.breadcrumb-section,
.tj-breadcrumb-section,
.tj-page-header {
  background-color: #040d11;
}

.tj-page-title,
.tj-page-header-content h1 {
  color: #ffffff !important;
}

.tj-page-link span,
.tj-page-link a {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* ─── Footer ─── */
footer,
.tj-footer-section,
.tj-footer-area {
  background-color: #040d11;
  border-top: 1px solid rgba(30, 138, 138, 0.15);
}

.footer-widget h5,
.footer-widget .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.footer-widget ul li a,
.footer-widget p,
.footer-contact-info span,
.footer-contact-info a {
  color: rgba(255, 255, 255, 0.55) !important;
}

.footer-widget ul li a:hover,
.footer-contact-info a:hover {
  color: #1e8a8a !important;
}

.h10-footer-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.tj-copyright-area-2 .copyright-text p,
.copyright-text p {
  color: rgba(255, 255, 255, 0.45) !important;
}

.copyright-menu ul li a {
  color: rgba(255, 255, 255, 0.45) !important;
}

/* ─── CTA section ─── */
.tj-cta-section,
.h9-cta-section,
.h10-cta {
  background-color: #071318;
}

.cta-area .title {
  color: #ffffff !important;
}

/* ─── Preloader ─── */
.tj-preloader-overlay {
  background-color: #07131a;
}

/* ─── Nice-select dark override ─── */
.nice-select {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

.nice-select .list {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}

.nice-select .option {
  color: rgba(255, 255, 255, 0.72) !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgba(30, 138, 138, 0.12) !important;
  color: #1e8a8a !important;
}

.nice-select .option.selected {
  color: #1e8a8a !important;
}

.nice-select:after {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.nice-select .current {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* ─── Menu bar (hamburger) icon color ─── */
.header-absolute .menu_bar span,
.header-area .menu_bar span {
  background-color: #ffffff !important;
}

/* ─── Base header-area default white bg fix ─── */
.header-area {
  background-color: transparent !important;
}

/* ─── Working process items ─── */
.process-item {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

.process-item .process-content h4,
.process-item .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.process-item .process-content p,
.process-item .desc {
  color: rgba(255, 255, 255, 0.65) !important;
}

.process-item .process-number,
.process-item .number {
  color: #1e8a8a !important;
}

/* ─── Choose box ─── */
.choose-box {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

.choose-box .title,
.choose-box h4,
.choose-box h5 {
  color: rgba(255, 255, 255, 0.92) !important;
}

.choose-box .desc,
.choose-box p {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* ─── Experience box ─── */
.experience-box {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

.experience-box .title,
.experience-box h4 {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* ─── Customers box ─── */
.customers-box {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

/* ─── Countup style-2 ─── */
.countup-item.style-2 {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

/* ─── Progress box ─── */
.progress-box {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12);
}

/* ─── Client logo (swiper version) ─── */
.client-logo {
  background-color: rgba(12, 26, 32, 0.8) !important;
  border: 1px solid rgba(30, 138, 138, 0.1);
}

.client-logo img {
  opacity: 0.85 !important;
  transition: opacity 0.3s, transform 0.3s !important;
  max-height: 45px !important;
  object-fit: contain !important;
}

.client-item:hover .client-logo img {
  opacity: 1 !important;
  transform: scale(1.08) !important;
}

.client-content .sec-title {
  color: rgba(255, 255, 255, 0.85) !important;
}

.client-content .client-numbers {
  color: #1e8a8a !important;
}

.client-content .client-text {
  color: #1e8a8a !important;
}

/* ─── Countup style-2 enhanced ─── */
.countup-item.style-2 .count-icon {
  color: #1e8a8a !important;
}

.countup-item.style-2 .steps {
  color: rgba(30, 138, 138, 0.4) !important;
}

/* ─── About content area ─── */
.about-content-area.style-1 {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.1);
}

/* ─── Scrollbar ─── */
* {
  scrollbar-color: #1e8a8a #07131a;
}

::-webkit-scrollbar-track {
  background: #07131a;
}

/* ─── Back to top ─── */
#tj-back-to-top {
  background-color: #1e8a8a;
}

/* ─── Gallery section ─── */
.cio-gallery-section {
  background-color: #060f14;
  padding: 100px 0;
}

.cio-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cio-gallery-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.cio-gallery-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 16px 48px rgba(30, 138, 138, 0.25);
}

.cio-gallery-grid .tall {
  grid-row: span 2;
  height: auto;
}

.cio-gallery-grid .tall img {
  height: 100%;
}

@media (max-width: 767px) {
  .cio-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .cio-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── Service/Secteur benefit cards ─── */
.cio-benefit-card {
  background: linear-gradient(135deg, #0c1f27 0%, #0a1820 100%);
  border: 1px solid rgba(30, 138, 138, 0.15);
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.cio-benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 138, 138, 0.4);
}

.cio-benefit-icon {
  width: 56px;
  height: 56px;
  background: rgba(30, 138, 138, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cio-benefit-icon i {
  color: #1e8a8a;
  font-size: 22px;
}

.cio-benefit-card h5 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 12px;
}

.cio-benefit-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

/* ─── Testimonial single card ─── */
.cio-testimonial-card {
  background: linear-gradient(135deg, #0c1f28 0%, #091720 100%);
  border: 1px solid rgba(30, 138, 138, 0.12);
  border-radius: 20px;
  padding: 40px;
}

.cio-testimonial-stars {
  color: #f5a623;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.cio-testimonial-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 30px;
}

.cio-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cio-testimonial-author .name {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.cio-testimonial-author .role {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}

/* ─── Achievements stat counters (about page) ─── */
.cio-stats-strip {
  background-color: #04090d;
  padding: 60px 0;
  border-top: 1px solid rgba(30, 138, 138, 0.12);
  border-bottom: 1px solid rgba(30, 138, 138, 0.12);
}

/* ─── Feature box (sidebar in service pages) ─── */
.feature-box {
  background: linear-gradient(135deg, rgba(30, 138, 138, 0.18) 0%, rgba(30, 138, 138, 0.05) 100%);
  border: 1px solid rgba(30, 138, 138, 0.25);
  border-radius: 16px;
  overflow: hidden;
  padding: 28px 24px;
}

.feature-box .feature-content .title {
  color: #ffffff;
  font-size: 22px;
}

.feature-content span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.feature-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #1e8a8a !important;
  font-weight: 600;
}

/* ─── Sidebar service categories ─── */
.tj-sidebar-widget.service-categories .widget-title {
  color: rgba(255, 255, 255, 0.9) !important;
}

.tj-sidebar-widget.service-categories ul li a {
  color: rgba(255, 255, 255, 0.65) !important;
}

.tj-sidebar-widget.service-categories ul li a:hover {
  color: #1e8a8a !important;
}

.tj-sidebar-widget {
  background: #0c1a20;
  border-color: rgba(30, 138, 138, 0.1);
}

/* ─── Blog/service detail page text ─── */
.post-details-wrapper h2,
.post-details-wrapper h3,
.post-details-wrapper h4,
.post-details-wrapper h5,
.post-details-wrapper h6 {
  color: rgba(255, 255, 255, 0.92) !important;
}

.post-details-wrapper p,
.blog-text p {
  color: rgba(255, 255, 255, 0.65) !important;
}

.blog-text ul li {
  color: rgba(255, 255, 255, 0.65) !important;
}

.details-content-box .service-details-item .title {
  color: rgba(255, 255, 255, 0.88) !important;
}

.details-content-box .service-details-item .desc p {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── Metrics section (service/secteur pages) ─── */
.tj-metrics-section {
  background: #060f14 !important;
}

.tj-metrics-section .metric-number {
  color: #1e8a8a !important;
}

.tj-metrics-section .metric-label {
  color: rgba(255, 255, 255, 0.6) !important;
}

.tj-metrics-section h2 {
  color: #ffffff !important;
}

.tj-metrics-section p {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── h6 client title ─── */
.h6-client-title {
  color: rgba(255, 255, 255, 0.45) !important;
}

/* ─── Native select & tj-select dark override ─── */
select,
.tj-select select,
.tj-nice-select-box select {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  appearance: auto;
  -webkit-appearance: auto;
}

select option {
  background-color: #0c1a20 !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

/* contact-form specific nice-select high-specificity override */
.contact-form .form-input .nice-select,
.contact-form .form-input .nice-select.open {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  border-radius: 10px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  padding: 12px 16px !important;
  height: auto !important;
  line-height: 1.5 !important;
}

.contact-form .form-input .nice-select .current {
  color: rgba(255, 255, 255, 0.85) !important;
}

.contact-form .form-input .nice-select .list {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
}

.contact-form .form-input .nice-select .list .option {
  color: rgba(255, 255, 255, 0.72) !important;
  background-color: transparent !important;
}

.contact-form .form-input .nice-select .list .option:hover,
.contact-form .form-input .nice-select .list .option.focus,
.contact-form .form-input .nice-select .list .option.selected {
  background-color: rgba(30, 138, 138, 0.15) !important;
  color: #1e8a8a !important;
}

.contact-form .form-input .nice-select::after {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* ─── Contact form wrapper ─── */
.contact-form {
  background: linear-gradient(135deg, #0c1f28 0%, #091720 100%) !important;
  border: 1px solid rgba(30, 138, 138, 0.15) !important;
  border-radius: 20px !important;
  padding: 44px 40px !important;
}

.map-area {
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 1px solid rgba(30, 138, 138, 0.15) !important;
}

.map-area iframe {
  border-radius: 20px !important;
}

/* ─── Contact form premium dark ─── */
.form-input input,
.form-input textarea,
.form-input select,
.contact-form .form-input input,
.contact-form .form-input textarea {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
}

.form-input input:focus,
.form-input textarea:focus {
  border-color: #1e8a8a !important;
  box-shadow: 0 0 0 3px rgba(30, 138, 138, 0.12) !important;
  outline: none;
}

.form-input input::placeholder,
.form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
}

.contact-form .title,
.contact-form h3 {
  color: rgba(255, 255, 255, 0.92) !important;
}

.contact-form .text-muted,
.contact-form p {
  color: rgba(255, 255, 255, 0.55) !important;
}

.contact-form .badge {
  background: rgba(30, 138, 138, 0.2) !important;
  color: #1e8a8a !important;
  border: 1px solid rgba(30, 138, 138, 0.3) !important;
}

/* file input labels */
.file-label {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px !important;
  margin-bottom: 8px !important;
}

.form-input input[type="file"] {
  padding: 14px 16px !important;
  font-size: 13px !important;
}

.form-check-label {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 13px !important;
}

.form-check-input {
  background-color: #0c1a20 !important;
  border-color: rgba(30, 138, 138, 0.3) !important;
}

.form-check-input:checked {
  background-color: #1e8a8a !important;
  border-color: #1e8a8a !important;
}

.form-check-label {
  color: rgba(255, 255, 255, 0.55) !important;
}

.form-check-input {
  accent-color: #1e8a8a;
}

/* ─── Contact info items on contact page ─── */
.contact-item.style-2 {
  background: #0c1a20 !important;
  border-color: rgba(30, 138, 138, 0.12) !important;
}

.contact-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.contact-item.style-2 p,
.contact-list li,
.contact-list li a {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-list li a:hover {
  color: #1e8a8a !important;
}

.contact-icon {
  background: rgba(30, 138, 138, 0.12) !important;
  color: #1e8a8a !important;
}

.contact-icon i {
  color: #1e8a8a !important;
}

/* ─── Page banner breadcrumb ─── */
.cio-page-banner {
  position: relative;
  padding: 140px 0 80px;
  background-color: #040d11;
  overflow: hidden;
}

.cio-page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7, 19, 26, 0.7) 0%, rgba(7, 19, 26, 0.85) 100%);
  z-index: 1;
}

.cio-page-banner .banner-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.45;
}

.cio-page-banner .banner-content {
  position: relative;
  z-index: 2;
}

.cio-page-banner h1,
.cio-page-banner h2 {
  color: #ffffff;
  margin: 0;
}

/* ─── H10 Hero history widget ─── */
.h6-hero-history {
  background: rgba(30, 138, 138, 0.06);
  border: 1px solid rgba(30, 138, 138, 0.15);
  border-radius: 16px;
  padding: 24px;
}

.h6-hero-history-title {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 700;
}

/* ─── FAQ tj-faq style-2 ─── */
.tj-faq.style-2 .accordion-item {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.15) !important;
  border-radius: 10px !important;
  margin-bottom: 12px !important;
}

.tj-faq.style-2 .accordion-item .faq-title {
  color: rgba(255, 255, 255, 0.9) !important;
  background-color: transparent !important;
}

.tj-faq.style-2 .accordion-item .faq-text p,
.tj-faq.style-2 .accordion-body {
  color: rgba(255, 255, 255, 0.65) !important;
  background-color: transparent !important;
}

.tj-faq.style-2 .accordion-item.active .faq-title,
.tj-faq.style-2 .accordion-item .faq-title:not(.collapsed) {
  color: #1e8a8a !important;
}

/* ─── Working process section bg ─── */
.tj-working-process {
  background-color: #07131a !important;
  border-radius: 12px;
}

.tj-working-process .sub-title {
  background-color: rgba(30, 138, 138, 0.15) !important;
  color: #1e8a8a !important;
  border: 1px solid rgba(30, 138, 138, 0.3) !important;
}

/* ─── Mission/Vision box ─── */
.mission-vision-box {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
  border-radius: 10px;
  padding: 24px;
}

.mission-vision-box .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.mission-vision-box .desc {
  color: rgba(255, 255, 255, 0.65) !important;
}

.mission-vision-box .list-items li {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* ─── list-items (Bexon standard ul) ─── */
.list-items li {
  color: rgba(255, 255, 255, 0.82) !important;
}

/* ─── about-content-area text ─── */
.about-content-area p,
.about-content-area .desc {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ─── cio-testimonial-card ─── */
.cio-testimonial-card {
  background: linear-gradient(135deg, #0c1a20 0%, #0a1419 100%) !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  border-radius: 20px;
  padding: 48px 40px !important;
  position: relative;
}

.cio-testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 36px;
  font-size: 120px;
  color: rgba(30, 138, 138, 0.15);
  line-height: 1;
  font-family: Georgia, serif;
}

/* ─── tj-choose-section heading ─── */
.tj-choose-section .sub-title,
.sec-heading-wrap .sub-title {
  background-color: rgba(30, 138, 138, 0.15) !important;
  color: #1e8a8a !important;
  border: 1px solid rgba(30, 138, 138, 0.3) !important;
}

/* ─── choose-box hover teal accent ─── */
.choose-box:hover {
  border-color: rgba(30, 138, 138, 0.35) !important;
  background-color: rgba(30, 138, 138, 0.06) !important;
}

.choose-box .choose-icon i {
  color: #1e8a8a !important;
}

/* ─── Sector client logo grid ─── */
.cio-sector-client-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.cio-sector-client-item {
  background: rgba(12, 26, 32, 0.8);
  border: 1px solid rgba(30, 138, 138, 0.12);
  border-radius: 12px;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 160px;
}

.cio-sector-client-item img {
  max-height: 50px;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.cio-sector-client-item:hover img {
  filter: none;
  opacity: 1;
}

.cio-sector-client-meta {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  line-height: 1.5;
}

.cio-sector-client-meta strong {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 12px;
}

/* ─── Achievement card ─── */
.cio-achievement-card {
  background: #0c1a20;
  border: 1px solid rgba(30, 138, 138, 0.15);
  border-radius: 14px;
  padding: 32px 28px;
  height: 100%;
  transition: border-color 0.3s, transform 0.3s;
}

.cio-achievement-card:hover {
  border-color: rgba(30, 138, 138, 0.4);
  transform: translateY(-4px);
}

.cio-achievement-metric {
  font-size: 2.4rem;
  font-weight: 800;
  color: #1e8a8a;
  line-height: 1;
  margin-bottom: 12px;
}

.cio-achievement-card h5 {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.cio-achievement-card p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* ─── Sector service cards ─── */
.cio-service-card {
  background: #0c1a20;
  border: 1px solid rgba(30, 138, 138, 0.12);
  border-radius: 14px;
  padding: 32px 28px;
  height: 100%;
  transition: border-color 0.3s, transform 0.3s;
}

.cio-service-card:hover {
  border-color: rgba(30, 138, 138, 0.4);
  transform: translateY(-4px);
}

.cio-service-card-icon {
  width: 54px;
  height: 54px;
  background: rgba(30, 138, 138, 0.12);
  border: 1px solid rgba(30, 138, 138, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cio-service-card-icon i {
  font-size: 22px;
  color: #1e8a8a;
}

.cio-service-card-metric {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1e8a8a;
  line-height: 1;
  margin-bottom: 8px;
}

.cio-service-card-metric-label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 16px;
}

.cio-service-card h5 {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.cio-service-card p {
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.h6-hero-history-desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ── Carrieres: tj-careers job card dark theme ── */
.tj-careers {
  background: linear-gradient(135deg, rgba(30, 138, 138, 0.06) 0%, rgba(7, 19, 26, 0.95) 100%) !important;
  border: 1px solid rgba(30, 138, 138, 0.18) !important;
  border-radius: 16px !important;
  padding: 32px 28px !important;
  transition: border-color 0.3s, transform 0.3s !important;
}

.tj-careers:hover {
  border-color: rgba(30, 138, 138, 0.5) !important;
  transform: translateY(-4px) !important;
}

.tj-careers-icon {
  width: 60px !important;
  height: 60px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(30, 138, 138, 0.15) !important;
  border-radius: 50% !important;
  color: #1e8a8a !important;
  font-size: 28px !important;
}

.tj-careers:hover .tj-careers-icon {
  background: #1e8a8a !important;
  color: #fff !important;
}

.tj-careers-tag {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-bottom: 14px !important;
}

.tj-careers-tag span {
  background: rgba(30, 138, 138, 0.1) !important;
  color: rgba(255, 255, 255, 0.65) !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  border-radius: 50px !important;
  padding: 3px 10px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.tj-careers-tag-hot {
  background: rgba(239, 68, 68, 0.15) !important;
  color: #f87171 !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
}

.tj-careers-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.tj-careers-title a {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
}

.tj-careers-title a:hover {
  color: #1e8a8a !important;
}

.tj-careers-salary {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 20px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.tj-careers-salary span {
  color: #1e8a8a !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
}

.tj-careers-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 18px !important;
  gap: 10px !important;
}

.tj-careers-bottom .location {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px !important;
}

.tj-careers-bottom .location i {
  color: #1e8a8a !important;
}

.tj-careers-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(30, 138, 138, 0.12) !important;
  border: 1px solid rgba(30, 138, 138, 0.3) !important;
  border-radius: 50px !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
  transition: background 0.25s, border-color 0.25s !important;
  overflow: hidden !important;
}

.tj-careers-btn:hover {
  background: #1e8a8a !important;
  border-color: #1e8a8a !important;
}

.tj-careers-btn .btn-text {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1e8a8a !important;
  overflow: hidden !important;
  line-height: 1 !important;
}

.tj-careers-btn:hover .btn-text {
  color: #fff !important;
}

.tj-careers-btn .btn-icon {
  display: inline-flex !important;
  align-items: center !important;
  overflow: hidden !important;
  position: relative !important;
  color: #1e8a8a !important;
  font-size: 13px !important;
}

.tj-careers-btn:hover .btn-icon {
  color: #fff !important;
}

/* ── References: horizontal single-row client logo scroll ── */
.cio-clients-scroll-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 4px 16px !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(30, 138, 138, 0.4) transparent !important;
}

.cio-clients-scroll-row::-webkit-scrollbar {
  height: 4px !important;
}

.cio-clients-scroll-row::-webkit-scrollbar-track {
  background: transparent !important;
}

.cio-clients-scroll-row::-webkit-scrollbar-thumb {
  background: rgba(30, 138, 138, 0.4) !important;
  border-radius: 2px !important;
}

.cio-clients-scroll-row .client-logo-card {
  flex: 0 0 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  background: linear-gradient(135deg, #0c1f28 0%, #091720 100%) !important;
  border: 1px solid rgba(30, 138, 138, 0.18) !important;
  border-radius: 16px !important;
  padding: 28px 16px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  transition: border-color 0.3s, transform 0.3s !important;
}

.cio-clients-scroll-row .client-logo-card:hover {
  border-color: rgba(30, 138, 138, 0.45) !important;
  transform: translateY(-4px) !important;
}

.cio-clients-scroll-row .client-logo-card .client-logo {
  max-height: 40px !important;
  max-width: 120px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
  opacity: 0.6 !important;
  transition: opacity 0.3s !important;
}

.cio-clients-scroll-row .client-logo-card:hover .client-logo {
  opacity: 0.95 !important;
}

.partnership-badge {
  display: inline-block !important;
  background: rgba(30, 138, 138, 0.15) !important;
  color: #1e8a8a !important;
  border: 1px solid rgba(30, 138, 138, 0.25) !important;
  border-radius: 50px !important;
  padding: 4px 14px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

/* ── References: stat cards ── */
.stat-card {
  background: linear-gradient(135deg, #0c1f28 0%, #091720 100%) !important;
  border: 1px solid rgba(30, 138, 138, 0.18) !important;
  border-radius: 16px !important;
  padding: 32px 24px !important;
  text-align: center !important;
  transition: border-color 0.3s, transform 0.3s !important;
}

.stat-card:hover {
  border-color: rgba(30, 138, 138, 0.45) !important;
  transform: translateY(-3px) !important;
}

.stat-number {
  font-size: 2.4rem !important;
  font-weight: 800 !important;
  color: #1e8a8a !important;
  line-height: 1.1 !important;
  margin-bottom: 6px !important;
  font-style: italic !important;
}

.stat-label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

/* ── References: hero badges ── */
.hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  background: rgba(30, 138, 138, 0.12) !important;
  border: 1px solid rgba(30, 138, 138, 0.25) !important;
  color: #1e8a8a !important;
  border-radius: 50px !important;
  padding: 8px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* ── Mega Menu Services: full-width two-column layout ── */

/* Full-width mega menu — fills header-area */
.cio-mega-services-menu {
  width: 100% !important;
  max-width: none !important;
  inset-inline-start: 0 !important;
  transform: scaleY(0) !important;
  transform-origin: top center !important;
  padding: 0 !important;
  background: #07131a !important;
  border: 1px solid rgba(30, 138, 138, 0.15) !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7) !important;
  margin: 0 !important;
  overflow: hidden !important;
  z-index: 9999 !important;
}

/* Show state */
.mainmenu ul > li:hover > .cio-mega-services-menu {
  transform: scaleY(1) !important;
}

/* Reset list item defaults inside mega menu */
.cio-mega-services-menu > li {
  padding: 0 !important;
  border: none !important;
  list-style: none !important;
}
.cio-mega-services-menu > li::before,
.cio-mega-services-menu > li > a::before {
  display: none !important;
}

/* ── Layout: left info + right panels ── */
.cio-mega-services-layout {
  display: flex !important;
  width: 100% !important;
  height: 440px !important;
}

/* Left info column */
.cio-mega-services-info {
  flex: 0 0 300px !important;
  padding: 40px 32px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: linear-gradient(165deg, #0b2230 0%, #07131a 100%) !important;
  border-right: 1px solid rgba(30, 138, 138, 0.1) !important;
}

.cio-mega-services-title {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
}

.cio-mega-services-desc {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 28px !important;
}

.cio-mega-services-cta {
  align-self: flex-start !important;
}

/* ── Right panels column ── */
.cio-mega-services-inner {
  display: flex !important;
  gap: 0 !important;
  flex: 1 1 0% !important;
  min-width: 0 !important;
  height: 100% !important;
}

/* Each panel — use flex-grow for smooth animation */
.cio-mega-services-inner .h6-project-item {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: 90px !important;
  width: auto !important;
  height: 100% !important;
  min-height: 0 !important;
  transition: flex-grow 0.55s cubic-bezier(0.4, 0, 0.2, 1),
              flex-basis 0.55s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  position: relative !important;
  background-color: #0a1a22 !important;
  border-right: 1px solid rgba(30, 138, 138, 0.06) !important;
}

.cio-mega-services-inner .h6-project-item:last-child {
  border-right: none !important;
}

/* Active panel: grows to fill remaining space */
.cio-mega-services-inner .h6-project-item.active {
  flex-grow: 4 !important;
  flex-basis: 90px !important;
  width: auto !important;
}

/* ── Vertical label on collapsed panels ── */
.cio-panel-label {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(-90deg) !important;
  white-space: nowrap !important;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  z-index: 4 !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease !important;
}

.cio-mega-services-inner .h6-project-item.active .cio-panel-label {
  opacity: 0 !important;
}

/* ── Panel background image ── */
.cio-mega-services-inner .h6-project-item-inner {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 0 !important;
}

/* Dark overlay — collapsed = heavy dim, active = bottom gradient */
.cio-mega-services-inner .h6-project-item-inner::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(7, 19, 26, 0.7) !important;
  z-index: 1 !important;
  transition: background 0.5s ease !important;
}

.cio-mega-services-inner .h6-project-item.active .h6-project-item-inner::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 55%, transparent 100%) !important;
}

/* ── Project content — hidden on collapsed, visible on active ── */
.cio-mega-services-inner .project-content {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 22px 20px !important;
  z-index: 2 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(20px) !important;
  transition: opacity 0.35s ease 0.1s, transform 0.35s ease 0.1s, visibility 0s 0.45s !important;
}

.cio-mega-services-inner .h6-project-item.active .project-content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  transition: opacity 0.35s ease 0.2s, transform 0.35s ease 0.2s, visibility 0s 0s !important;
}

/* Override any base hover rule on content */
.cio-mega-services-inner .h6-project-item:hover .project-content {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(20px) !important;
}
.cio-mega-services-inner .h6-project-item.active:hover .project-content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

/* Category badge */
.cio-mega-services-inner .project-content .categories a {
  background: rgba(30, 138, 138, 0.2) !important;
  color: #fff !important;
  border: 1px solid rgba(30, 138, 138, 0.35) !important;
  backdrop-filter: blur(10px) !important;
  font-size: 11px !important;
  padding: 4px 14px !important;
  border-radius: 50px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
}

/* Title + arrow row */
.cio-mega-services-inner .project-content .project-text {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 12px !important;
  gap: 10px !important;
}

.cio-mega-services-inner .project-content .project-text .title {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  min-width: auto !important;
  max-width: none !important;
}

.cio-mega-services-inner .project-content .project-text .title a {
  color: #fff !important;
}

/* Arrow button */
.cio-mega-services-inner .project-content .project-btn {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.3s !important;
}

.cio-mega-services-inner .project-content .project-btn i {
  color: #fff !important;
  transform: rotate(-45deg) !important;
  transition: transform 0.3s !important;
}

.cio-mega-services-inner .project-content .project-btn:hover {
  background: #1e8a8a !important;
  border-color: #1e8a8a !important;
}

.cio-mega-services-inner .project-content .project-btn:hover i {
  transform: rotate(0) !important;
}

/* ── Sectors mega-menu: enhanced layout ── */
.cio-mega-sectors-menu {
  max-width: 780px !important;
  border-radius: 14px !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.cio-mega-sectors-menu .mega-menu-wrapper {
  display: flex !important;
  background: #07131a !important;
}

.cio-mega-sectors-menu .mega-menu-pages-single:first-child {
  width: 340px !important;
  padding: 26px 28px 22px !important;
  border-right: 1px solid rgba(30, 138, 138, 0.1) !important;
  border-left: none !important;
}

.cio-mega-sectors-menu .mega-menu-pages-single:last-child {
  width: 440px !important;
  padding: 0 !important;
}

/* Sector links — card-hover style */
.cio-mega-sectors-menu .mega-menu-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.cio-mega-sectors-menu .mega-menu-list a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 11px 16px !important;
  border-radius: 8px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  transition: all 0.25s ease !important;
  position: relative !important;
  border: 1px solid transparent !important;
}

.cio-mega-sectors-menu .mega-menu-list a::before {
  display: none !important;
}

.cio-mega-sectors-menu .mega-menu-list a::after {
  content: '\e916' !important;
  font-family: 'bexon-icons' !important;
  position: absolute !important;
  right: 14px !important;
  font-size: 12px !important;
  color: #1e8a8a !important;
  opacity: 0 !important;
  transform: translateX(-6px) !important;
  transition: opacity 0.25s, transform 0.25s !important;
}

.cio-mega-sectors-menu .mega-menu-list a:hover {
  background: rgba(30, 138, 138, 0.06) !important;
  border-color: rgba(30, 138, 138, 0.12) !important;
  color: #fff !important;
  padding-left: 20px !important;
  transform: none !important;
}

.cio-mega-sectors-menu .mega-menu-list a:hover::after {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.cio-mega-sectors-menu .mega-menu-list a i {
  width: 32px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  background: rgba(30, 138, 138, 0.1) !important;
  color: #1e8a8a !important;
  font-size: 14px !important;
  margin-right: 0 !important;
  opacity: 1 !important;
  transition: background 0.25s, color 0.25s !important;
  flex-shrink: 0 !important;
}

.cio-mega-sectors-menu .mega-menu-list a:hover i {
  background: #1e8a8a !important;
  color: #fff !important;
}

/* ── Sectors intro panel ── */
.cio-sectors-intro {
  padding: 24px 26px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: linear-gradient(165deg, #091c26 0%, #07131a 100%) !important;
}

.cio-sectors-desc {
  font-size: 13.5px !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  margin: 12px 0 20px !important;
}

.cio-sectors-stats {
  display: flex !important;
  gap: 10px !important;
  margin-bottom: 18px !important;
}

.cio-sectors-stat {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  flex: 1 !important;
  padding: 14px 6px 12px !important;
  background: rgba(30, 138, 138, 0.05) !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
  border-radius: 10px !important;
  transition: border-color 0.3s, background 0.3s !important;
}

.cio-sectors-stat:hover {
  border-color: rgba(30, 138, 138, 0.35) !important;
  background: rgba(30, 138, 138, 0.08) !important;
}

.cio-sectors-stat-number {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #1e8a8a !important;
  line-height: 1.1 !important;
}

.cio-sectors-stat-label {
  font-size: 10px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.42) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-top: 4px !important;
  text-align: center !important;
}

/* Sectors intro phone CTA */
.cio-sectors-intro .feature-contact {
  margin-top: 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  overflow: visible !important;
  line-height: 1.2 !important;
  padding: 10px 18px !important;
  background: rgba(30, 138, 138, 0.1) !important;
  border: 1px solid rgba(30, 138, 138, 0.25) !important;
  border-radius: 50px !important;
  transition: background 0.3s, border-color 0.3s !important;
}

.cio-sectors-intro .feature-contact:hover {
  background: rgba(30, 138, 138, 0.18) !important;
  border-color: rgba(30, 138, 138, 0.4) !important;
}

.cio-sectors-intro .feature-contact i {
  color: #1e8a8a !important;
  font-size: 14px !important;
  flex-shrink: 0 !important;
}

.cio-sectors-intro .feature-contact span {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.2 !important;
  display: inline-block !important;
  text-shadow: none !important;
  transition: color 0.3s ease !important;
}

.cio-sectors-intro .feature-contact:hover span {
  color: #fff !important;
  transform: none !important;
}

/* ── Responsive: medium desktop (992–1199px) ── */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cio-mega-services-layout {
    height: 360px !important;
  }

  .cio-mega-services-info {
    flex: 0 0 220px !important;
    padding: 28px 22px !important;
  }

  .cio-mega-services-title {
    font-size: 20px !important;
  }

  .cio-mega-services-inner .h6-project-item {
    flex-basis: 65px !important;
  }

  .cio-panel-label {
    font-size: 10px !important;
  }

  .cio-mega-services-inner .project-content .project-text .title {
    font-size: 14px !important;
  }

  .cio-mega-services-inner .project-content .project-btn {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  .cio-mega-sectors-menu {
    max-width: 680px !important;
  }

  .cio-mega-sectors-menu .mega-menu-pages-single:first-child {
    width: 300px !important;
  }

  .cio-mega-sectors-menu .mega-menu-pages-single:last-child {
    width: 380px !important;
  }
}

/* ── Responsive: small desktop (1200–1399px) ── */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cio-mega-services-layout {
    height: 400px !important;
  }

  .cio-mega-services-info {
    flex: 0 0 260px !important;
  }

  .cio-mega-services-inner .h6-project-item {
    flex-basis: 78px !important;
  }
}

/* ── Mobile: simple tree links ── */
@media only screen and (max-width: 991px) {
  .cio-mega-services-menu {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    inset-inline-start: 0 !important;
    transform: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    overflow: visible !important;
  }

  .cio-mega-services-layout {
    flex-direction: column !important;
    height: auto !important;
  }

  .cio-mega-services-info {
    display: none !important;
  }

  .cio-mega-services-inner {
    flex-direction: column !important;
    gap: 0 !important;
    height: auto !important;
  }

  .cio-mega-services-inner .h6-project-item {
    flex: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 0 !important;
    border-right: none !important;
  }

  .cio-mega-services-inner .h6-project-item.active {
    flex: none !important;
  }

  .cio-panel-label {
    display: none !important;
  }

  .cio-mega-services-inner .h6-project-item-inner {
    position: static !important;
    height: auto !important;
    background-image: none !important;
    border-radius: 0 !important;
  }

  .cio-mega-services-inner .h6-project-item-inner::after {
    display: none !important;
  }

  .cio-mega-services-inner .project-content {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 10px 15px !important;
  }

  .cio-mega-services-inner .project-content .categories {
    display: none !important;
  }

  .cio-mega-services-inner .project-content .project-text .title {
    font-size: 14px !important;
  }

  .cio-mega-services-inner .project-content .project-text .title a {
    color: rgba(255, 255, 255, 0.85) !important;
  }

  .cio-mega-services-inner .project-content .project-btn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  /* Sectors dropdown mobile */
  .cio-mega-sectors-menu {
    max-width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .cio-mega-sectors-menu .mega-menu-wrapper {
    flex-direction: column !important;
  }

  .cio-mega-sectors-menu .mega-menu-pages-single:first-child,
  .cio-mega-sectors-menu .mega-menu-pages-single:last-child {
    width: 100% !important;
    border-right: none !important;
  }

  .cio-sectors-stats {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }

  .cio-sectors-stat {
    flex: 1 1 calc(50% - 8px) !important;
  }
}

/* ── Hamburger mobile: simplify mega menus into plain link lists ── */

/* Services mega menu in hamburger — hide all fancy components */
.hamburger_menu .mean-nav .cio-mega-services-menu {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.hamburger_menu .mean-nav .cio-mega-services-layout {
  display: block !important;
  height: auto !important;
}

.hamburger_menu .mean-nav .cio-mega-services-info {
  display: none !important;
}

.hamburger_menu .mean-nav .cio-mega-services-inner {
  display: block !important;
  height: auto !important;
}

.hamburger_menu .mean-nav .cio-mega-services-inner .h6-project-item {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  flex: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  position: static !important;
  cursor: default !important;
  transition: none !important;
}

.hamburger_menu .mean-nav .cio-panel-label {
  display: none !important;
}

.hamburger_menu .mean-nav .h6-project-item-inner {
  position: static !important;
  background-image: none !important;
  height: auto !important;
  min-height: auto !important;
}

.hamburger_menu .mean-nav .h6-project-item-inner::after {
  display: none !important;
}

.hamburger_menu .mean-nav .cio-mega-services-inner .project-content {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0 !important;
  background: transparent !important;
}

.hamburger_menu .mean-nav .cio-mega-services-inner .project-content .categories {
  display: none !important;
}

.hamburger_menu .mean-nav .cio-mega-services-inner .project-content .project-text {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important;
  gap: 0 !important;
}

.hamburger_menu .mean-nav .cio-mega-services-inner .project-content .project-text .title {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.hamburger_menu .mean-nav .cio-mega-services-inner .project-content .project-text .title a {
  color: rgba(255, 255, 255, 0.85) !important;
  padding: 14px 0 !important;
  padding-inline-start: 25px !important;
  display: block !important;
  width: 100% !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.hamburger_menu .mean-nav .cio-mega-services-inner .project-content .project-text .title a:hover {
  color: #1e8a8a !important;
}

.hamburger_menu .mean-nav .cio-mega-services-inner .project-btn {
  display: none !important;
}

/* Sectors mega menu in hamburger — hide intro panel, keep link list */
.hamburger_menu .mean-nav .cio-mega-sectors-menu {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hamburger_menu .mean-nav .cio-mega-sectors-menu .mega-menu-wrapper {
  display: block !important;
  padding: 0 !important;
  gap: 0 !important;
}

.hamburger_menu .mean-nav .cio-mega-sectors-menu .mega-menu-pages-single-inner {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.hamburger_menu .mean-nav .cio-mega-sectors-menu .mega-menu-title {
  display: none !important;
}

.hamburger_menu .mean-nav .cio-mega-sectors-menu .mega-menu-list {
  display: block !important;
}

.hamburger_menu .mean-nav .cio-mega-sectors-menu .mega-menu-list a {
  display: block !important;
  padding: 14px 0 !important;
  padding-inline-start: 25px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.hamburger_menu .mean-nav .cio-mega-sectors-menu .mega-menu-list a:hover {
  color: #1e8a8a !important;
}

.hamburger_menu .mean-nav .cio-mega-sectors-menu .mega-menu-list a i {
  margin-right: 10px !important;
  color: #1e8a8a !important;
  font-size: 14px !important;
}

.hamburger_menu .mean-nav .cio-mega-sectors-menu .mega-menu-list a::before {
  display: none !important;
}

/* Hide the sectors intro panel (stats, phone CTA) in mobile */
.hamburger_menu .mean-nav .cio-sectors-intro {
  display: none !important;
}

/* ── Old mega-menu-service (kept for other pages) ── */
.mega-menu-service {
  background: #07131a !important;
  border: 1px solid rgba(30, 138, 138, 0.18) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55) !important;
  padding: 8px 0 !important;
  min-width: 380px !important;
}

.mega-menu-service li {
  border-bottom: 1px solid rgba(30, 138, 138, 0.1) !important;
}

.mega-menu-service li:last-child {
  border-bottom: none !important;
}

.mega-menu-service-single {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 13px 22px !important;
  text-decoration: none !important;
  transition: background 0.25s ease, padding-left 0.25s ease !important;
}

.mega-menu-service-single:hover {
  background: rgba(30, 138, 138, 0.08) !important;
  padding-left: 28px !important;
}

.mega-menu-service-icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(30, 138, 138, 0.15) !important;
  color: #1e8a8a !important;
  font-size: 22px !important;
  transition: background 0.25s, color 0.25s !important;
}

.mega-menu-service-single:hover .mega-menu-service-icon {
  background: #1e8a8a !important;
  color: #fff !important;
}

.mega-menu-service-title {
  flex: 1 !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.35 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.mega-menu-service-nav {
  color: #1e8a8a !important;
  font-size: 16px !important;
  opacity: 0 !important;
  transform: translateX(-6px) rotate(-45deg) !important;
  transition: opacity 0.25s, transform 0.25s !important;
}

.mega-menu-service-single:hover .mega-menu-service-nav {
  opacity: 1 !important;
  transform: translateX(0) rotate(-45deg) !important;
}

/* ── Secteurs mega-menu: client logos panel (feature-box) ── */
.cio-nav-feature {
  background: linear-gradient(135deg, #0b1e28 0%, #07131a 100%) !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.cio-nav-feature .feature-content {
  padding: 26px 24px 24px !important;
}

.cio-nav-feature .title {
  font-size: 52px !important;
  color: #1e8a8a !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}

.cio-nav-feature .feature-content > span {
  display: block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  margin-bottom: 0 !important;
}

/* Client logo grid inside the feature panel */
.cio-nav-logo-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin: 14px 0 !important;
  padding: 12px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.cio-nav-logo-grid img {
  max-height: 26px !important;
  max-width: 100px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
  opacity: 0.55 !important;
  transition: opacity 0.2s !important;
  justify-self: center !important;
}

.cio-nav-logo-grid img:hover {
  opacity: 0.9 !important;
}

/* mega-menu-pages dark theme (Secteurs dropdown container) */
.mega-menu-pages .mega-menu-wrapper {
  background: #07131a !important;
}

.mega-menu-pages .mega-menu-pages-single {
  border-color: rgba(30, 138, 138, 0.12) !important;
}

.mega-menu-pages .mega-menu-title {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
}

.mega-menu-pages .mega-menu-title::before {
  background: rgba(30, 138, 138, 0.4) !important;
}

.mega-menu-pages .mega-menu-list a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
}

.mega-menu-pages .mega-menu-list a:hover {
  color: #1e8a8a !important;
}

/* Feature-contact button inside nav: overflow:hidden for text-shadow slide animation */
.cio-nav-feature .feature-contact {
  margin-top: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  overflow: hidden !important;
  line-height: 1 !important;
}

.cio-nav-feature .feature-contact i {
  color: #1e8a8a !important;
  font-size: 15px !important;
  flex-shrink: 0 !important;
}

.cio-nav-feature .feature-contact span {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1 !important;
  display: inline-block !important;
  text-shadow: 0 20px 0 rgba(255, 255, 255, 0.9) !important;
  transition: transform 0.3s ease !important;
}

.cio-nav-feature .feature-contact:hover span {
  transform: translateY(-20px) !important;
}

/* Ensure mega-menu-pages dropdown inherits dark bg */
.header__mega-menu.mega-menu.mega-menu-pages {
  background: #07131a !important;
  border: 1px solid rgba(30, 138, 138, 0.18) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55) !important;
}

/* ═══════════════════════════════════════════
   H8 / H9 BEXON COMPONENTS — DARK THEME
   ═══════════════════════════════════════════ */

/* ─── H8 Hero ─── */
.h8-hero {
  background-color: #040d11 !important;
}

.h8-hero-title,
.h8-hero-title span {
  color: #ffffff !important;
}

.h8-hero-title .title-year {
  color: #1e8a8a !important;
}

.h8-hero-box {
  border-color: rgba(30, 138, 138, 0.2) !important;
}

.h8-hero-box-content .desc {
  color: rgba(255, 255, 255, 0.65) !important;
}

.h8-hero-box-icon {
  color: #1e8a8a !important;
}

.circle-text-wrap {
  border-color: rgba(30, 138, 138, 0.3) !important;
}

.circle-text-wrap .desc {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* ─── H9 Hero ─── */
.h9-hero {
  background-color: #040d11 !important;
}

.h9-hero-title {
  color: #ffffff !important;
}

.h9-hero-desc-area .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h9-hero-desc-area .desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

.h9-hero-desc-area .desc a {
  color: #1e8a8a !important;
}

.h9-hero-social .social-links a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.h9-hero-social .social-links a:hover {
  color: #1e8a8a !important;
  border-color: #1e8a8a !important;
}

/* ─── H8 / H5 Marquee ─── */
.h8-maquee,
.h5-maquee {
  background-color: #060f14 !important;
  border-top: 1px solid rgba(30, 138, 138, 0.1) !important;
  border-bottom: 1px solid rgba(30, 138, 138, 0.1) !important;
}

.h8-maquee-inner,
.h5-maquee-inner {
  background: transparent !important;
}

.marquee-box .title {
  color: rgba(255, 255, 255, 0.85) !important;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.85) !important;
}

.marquee-icon {
  color: #1e8a8a !important;
}

.marquee-icon i {
  color: #1e8a8a !important;
}

/* ─── H8 About ─── */
.h8-about {
  background-color: #07131a !important;
}

.h8-about-left .sub-title {
  color: #1e8a8a !important;
}

.h8-about-content-inner .sec-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h8-about-content-inner .title-highlight {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h8-about-video {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.h8-about-video-btn {
  background: #1e8a8a !important;
  color: #ffffff !important;
}

.h8-about-item-counter .countup-item.style-2 {
  border-color: rgba(30, 138, 138, 0.2) !important;
}

.h8-about-item-desc .desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── H9 About ─── */
.h9-about-section {
  background-color: #07131a !important;
}

.h9-about-area .about-img {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.h9-about-area .box-area .author-info .title {
  color: #ffffff !important;
}

.h9-about-area .box-area .author-info .designation {
  color: rgba(255, 255, 255, 0.55) !important;
}

.h9-about-content .desc {
  color: rgba(255, 255, 255, 0.65) !important;
}

.h9-about-funfact .countup-item .count-text {
  color: rgba(255, 255, 255, 0.55) !important;
}

.h9-about-funfact .countup-item .countup-number,
.h9-about-funfact .countup-item .count-plus {
  color: #ffffff !important;
}

/* ─── H8 Choose ─── */
.h8-choose {
  background-color: #060f14 !important;
}

.h8-choose-content-wrapper .sec-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.choose-box.h8-choose-box,
.choose-box.h6-choose-box {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.choose-box.h8-choose-box:hover,
.choose-box.h6-choose-box:hover {
  border-color: rgba(30, 138, 138, 0.35) !important;
}

.choose-box .choose-icon {
  color: #1e8a8a !important;
}

.choose-box .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.choose-box .desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── H9 Choose ─── */
.h9-choose-box {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.h9-choose-box:hover {
  border-color: rgba(30, 138, 138, 0.35) !important;
}

.h9-choose-box.customers-box .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h9-choose-box .customers-text {
  color: rgba(255, 255, 255, 0.6) !important;
}

.h9-choose-bg {
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
}

.h9-choose-bg .title {
  color: #ffffff !important;
}

.h9-choose-bg .desc {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ─── H8 Fun Fact ─── */
.h8-funfact {
  background-color: #07131a !important;
}

.h8-funfact-banner {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.h8-funfact-banner .call-box {
  background: linear-gradient(135deg, #0c1f28 0%, #091720 100%) !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
}

.h8-funfact-banner .call-box .title {
  color: rgba(255, 255, 255, 0.85) !important;
}

.h8-funfact-banner .call-box .call-icon {
  color: #1e8a8a !important;
}

.h8-funfact-banner .call-box .number {
  color: #1e8a8a !important;
}

.h8-funfact-item {
  border-color: rgba(30, 138, 138, 0.15) !important;
}

.h8-funfact-item .counter-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h8-funfact-item .count-text {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* ─── H8 Testimonial ─── */
.h8-testimonial {
  background-color: #060f14 !important;
}

.h8-testimonial-wrapper .testimonial-item {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.h8-testimonial-wrapper .testimonial-item:hover {
  border-color: rgba(30, 138, 138, 0.3) !important;
}

.h8-testimonial-wrapper .testimonial-item .desc p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.h8-testimonial-wrapper .testimonial-item .author-header .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h8-testimonial-wrapper .testimonial-item .author-header .designation {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* ─── H9 Testimonial ─── */
.h9-testimonial {
  background-color: #07131a !important;
}

.h9-testimonial-heading .sec-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h9-testimonial-wrap .testimonial-item {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.h9-testimonial-wrap .testimonial-item .desc p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.h9-testimonial-wrap .testimonial-item .author-header .title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h9-testimonial-wrap .testimonial-item .author-header .designation {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* ─── Star Ratings (shared) ─── */
.star-ratings .fill-ratings {
  color: #f5a623 !important;
}

.star-ratings .empty-ratings {
  color: rgba(255, 255, 255, 0.15) !important;
}

/* ─── H9 CTA ─── */
.h9-cta-section {
  background-color: #060f14 !important;
}

.h9-cta-section .cta-content .title {
  color: #ffffff !important;
}

/* ─── H8 Service ─── */
.h8-service {
  background-color: #07131a !important;
}

.h8-service-item {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.h8-service-item:hover {
  border-color: rgba(30, 138, 138, 0.35) !important;
}

.h8-service-item .service-icon {
  color: #1e8a8a !important;
}

.h8-service-item .title a {
  color: rgba(255, 255, 255, 0.92) !important;
}

.h8-service-item .desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

.h8-service-item .list-items li {
  color: rgba(255, 255, 255, 0.65) !important;
}

.h8-service-item .list-items li i {
  color: #1e8a8a !important;
}

/* ─── Sec heading style-3 / style-8 dark ─── */
.sec-heading.style-3 .sub-title,
.sec-heading.style-8 .sub-title {
  color: #1e8a8a !important;
}

.sec-heading.style-3 .sub-title i,
.sec-heading.style-8 .sub-title i {
  color: #1e8a8a !important;
}

.sec-heading.style-3 .sec-title,
.sec-heading.style-8 .sec-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.sec-heading.style-8 .sub-title {
  border-color: rgba(30, 138, 138, 0.3) !important;
}

/* ─── H6 Client section (used in h9) ─── */
.tj-client-section-2.h6-client {
  background-color: #060f14 !important;
  border-top: 1px solid rgba(30, 138, 138, 0.1) !important;
  border-bottom: 1px solid rgba(30, 138, 138, 0.1) !important;
}

.h6-client-title {
  color: rgba(255, 255, 255, 0.45) !important;
}

/* ─── Minimal sharp hero rays ─── */
.cio-fes-pattern {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 50% !important;
  pointer-events: none !important;
  z-index: 0 !important;
  overflow: hidden !important;
}

.cio-fes-pattern svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

/* content above pattern */
.tj-banner-section-2.h10-hero > .container {
  position: relative !important;
  z-index: 2 !important;
}

.cio-ray-line-1 {
  animation: cioRayTrace 5s ease-in-out infinite !important;
}

.cio-ray-line-2 {
  animation: cioRayTrace 5s ease-in-out 1s infinite !important;
}

@keyframes cioRayTrace {
  0% {
    stroke-dashoffset: 1400;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  82% {
    stroke-dashoffset: -1400;
    opacity: 0.12;
  }
  100% {
    stroke-dashoffset: -1400;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cio-fes-pattern {
    opacity: 0.45 !important;
  }
}

/* ─── Marquee section dark theme ─── */
.h5-maquee {
  background-color: #0a161c !important;
  padding: 90px 0 !important;
}

.h5-maquee > .h5-maquee-inner {
  background: #1e8a8a !important;
  rotate: 3deg !important;
  padding: 28px 0 !important;
}

/* h8-maquee pages: flat, no rotation */
.h8-maquee .h5-maquee-inner.h8-maquee-inner {
  rotate: 0deg !important;
  background: #1e8a8a !important;
  padding: 26px 0 !important;
}

.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-icon {
  color: #fff !important;
}

.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-title .title {
  color: #fff !important;
}

.h5-maquee > .h5-maquee-inner-rtl {
  background: rgba(255, 255, 255, 0.07) !important;
  border-top: 1px solid rgba(30, 138, 138, 0.15) !important;
  border-bottom: 1px solid rgba(30, 138, 138, 0.15) !important;
  rotate: -3deg !important;
  top: 55px !important;
  padding: 28px 0 !important;
}

.h5-maquee-inner-rtl .h5-maquee-slider-item .marquee-box .marquee-icon {
  color: #1e8a8a !important;
}

.h5-maquee-inner-rtl .h5-maquee-slider-item .marquee-box .marquee-title .title {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── Bg shape patterns: differentiated visibility ─── */
/* Teal blur glows — visible ambient light */
.bg-shape-3 img,
.bg-shape-4 img {
  opacity: 0.3 !important;
}

/* Pattern SVGs — subtle texture on dark */
.bg-shape-1 img,
.bg-shape-2 img {
  opacity: 0.06 !important;
  filter: invert(1) brightness(0.5) sepia(1) hue-rotate(130deg) saturate(3) !important;
  mix-blend-mode: screen !important;
}

/* ─── Slider navigation dark ─── */
.slider-navigation .slider-prev,
.slider-navigation .slider-next {
  background-color: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.slider-navigation .slider-prev:hover,
.slider-navigation .slider-next:hover {
  background-color: #1e8a8a !important;
  border-color: #1e8a8a !important;
  color: #ffffff !important;
}

/* ─── Service style-5 (h9 services) ─── */
.service-item.style-5 {
  border-color: rgba(30, 138, 138, 0.12) !important;
}

.service-item.style-5 .service-icon {
  color: #1e8a8a !important;
}

.service-item.style-5 .title a {
  color: rgba(255, 255, 255, 0.92) !important;
}

.service-item.style-5 .desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

.h9-service-nav {
  color: #1e8a8a !important;
  border-color: rgba(30, 138, 138, 0.3) !important;
}

/* ─── Text button dark ─── */
.text-btn .btn-text span {
  color: #1e8a8a !important;
}

.text-btn .btn-icon {
  color: #1e8a8a !important;
}

/* ─── WhatsApp links ─── */
.cio-whatsapp-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 14px !important;
  background: linear-gradient(135deg, #25D366, #128C7E) !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  transition: opacity 0.3s ease !important;
}

.cio-whatsapp-link:hover {
  opacity: 0.85 !important;
  color: #fff !important;
}

.cio-whatsapp-link i {
  font-size: 16px !important;
}

/* ─── H9 Choose box contact lists ─── */
.h9-choose-box .contact-list a {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 13.5px !important;
  transition: color 0.3s ease !important;
}

.h9-choose-box .contact-list a:hover {
  color: #1e8a8a !important;
}

/* ─── H9 CTA section ─── */
.h9-cta-section {
  position: relative !important;
  overflow: hidden !important;
}

.h9-cta-section .cta-bg {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.25 !important;
}

.h9-cta-section .cta-content {
  position: relative !important;
  z-index: 2 !important;
  text-align: center !important;
  padding: 80px 0 !important;
}

.h9-cta-section .cta-content .title {
  color: #ffffff !important;
}

.h9-cta-section .cta-content .title span {
  display: block !important;
}

.h9-cta-section .cta-btn {
  margin-top: 30px !important;
}

/* ═══════════════════════════════════════════
   VISUAL QA POLISH — ALL PAGES
   ═══════════════════════════════════════════ */

/* ─── Sec heading centered ─── */
.sec-heading-centered {
  text-align: center !important;
}

.sec-heading-centered .sub-title {
  justify-content: center !important;
}

/* ─── H9 Hero image styling ─── */
.h9-hero-img {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4) !important;
}

.h9-hero-img img {
  width: 100% !important;
  height: 480px !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width: 991px) {
  .h9-hero-img img {
    height: 350px !important;
  }
  .h9-hero-img {
    margin-top: 40px !important;
  }
}

/* ─── H8 Hero banner image ─── */
.h8-hero-banner {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.h8-hero-banner img {
  width: 100% !important;
  max-height: 500px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 20px !important;
}

/* ─── H8 About video/image ─── */
.h8-about-video {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
}

.h8-about-video img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  display: block !important;
}

/* ─── H8 Funfact banner ─── */
.h8-funfact-banner {
  border-radius: 20px !important;
  overflow: hidden !important;
  position: relative !important;
}

.h8-funfact-banner-img {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.h8-funfact-banner-img img {
  width: 100% !important;
  height: 450px !important;
  object-fit: cover !important;
  display: block !important;
}

.h8-funfact-banner .box-area {
  position: absolute !important;
  bottom: 24px !important;
  left: 24px !important;
  right: 24px !important;
}

.h8-funfact-banner .call-box {
  background: rgba(7, 19, 26, 0.92) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(30, 138, 138, 0.25) !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.h8-funfact-banner .call-box .title {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-bottom: 2px !important;
}

.h8-funfact-banner .call-box .call-icon {
  font-size: 22px !important;
  color: #1e8a8a !important;
}

.h8-funfact-banner .call-box .number {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1e8a8a !important;
}

.h8-funfact-banner .call-box .number span {
  color: #1e8a8a !important;
}

/* ─── H8 Funfact wrapper items ─── */
.h8-funfact-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  height: 100% !important;
}

.h8-funfact-item {
  padding: 32px 24px !important;
  border-bottom: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.h8-funfact-item:last-child {
  border-bottom: none !important;
}

.h8-funfact-item .count-inner {
  display: flex !important;
  align-items: flex-start !important;
  gap: 24px !important;
}

.h8-funfact-item .inline-content {
  min-width: 120px !important;
  flex-shrink: 0 !important;
}

.h8-funfact-item .countup-number {
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

.h8-funfact-item .count-plus {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1e8a8a !important;
}

.h8-funfact-item .counter-desc .counter-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 6px !important;
}

.h8-funfact-item .counter-desc .count-text {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* ─── Star ratings fix ─── */
.star-ratings {
  position: relative !important;
  display: inline-block !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.star-ratings .fill-ratings {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  color: #f5a623 !important;
}

.star-ratings .empty-ratings {
  color: rgba(255, 255, 255, 0.12) !important;
  white-space: nowrap !important;
}

.star-ratings .fill-ratings span,
.star-ratings .empty-ratings span {
  font-size: 18px !important;
  letter-spacing: 3px !important;
}

/* ─── H8 Testimonial wrapper ─── */
.h8-testimonial-wrapper {
  padding: 0 40px !important;
}

.h8-testimonial-wrapper .testimonial-item {
  background: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
  border-radius: 16px !important;
  padding: 32px !important;
  transition: border-color 0.3s ease !important;
}

.h8-testimonial-wrapper .testimonial-item:hover {
  border-color: rgba(30, 138, 138, 0.3) !important;
}

.h8-testimonial-wrapper .testimonial-item .desc {
  margin: 20px 0 24px !important;
}

.h8-testimonial-wrapper .testimonial-item .desc p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.h8-testimonial-wrapper .author-header .title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 4px !important;
}

.h8-testimonial-wrapper .author-header .designation {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.45) !important;
}

@media (max-width: 767px) {
  .h8-testimonial-wrapper {
    padding: 0 16px !important;
  }
}

/* ─── H9 Choose box polish ─── */
.h9-choose-box {
  background: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
  border-radius: 16px !important;
  padding: 32px !important;
  transition: all 0.3s ease !important;
  height: 100% !important;
}

.h9-choose-box:hover {
  border-color: rgba(30, 138, 138, 0.35) !important;
  transform: translateY(-4px) !important;
}

.h9-choose-box .choose-icon {
  font-size: 32px !important;
  color: #1e8a8a !important;
  margin-bottom: 16px !important;
  display: block !important;
}

.h9-choose-box .choose-icon i {
  color: #1e8a8a !important;
}

.h9-choose-box .title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 10px !important;
}

.h9-choose-box .customers-text {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

/* ─── H9 Choose background card ─── */
.h9-choose-bg {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  padding: 32px !important;
  min-height: 280px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  background-size: cover !important;
  background-position: center !important;
  height: 100% !important;
}

.h9-choose-bg::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(4, 13, 17, 0.92) 0%, rgba(4, 13, 17, 0.4) 100%) !important;
  z-index: 1 !important;
}

.h9-choose-bg .h9-choose-bg-overlay {
  display: none !important;
}

.h9-choose-bg .title {
  position: relative !important;
  z-index: 2 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
}

.h9-choose-bg .desc {
  position: relative !important;
  z-index: 2 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

/* ─── H8 About content polish ─── */
.h8-about-content-inner .sec-title,
.h8-about-content-inner .title-highlight {
  font-size: 24px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

@media (min-width: 992px) {
  .h8-about-content-inner .sec-title,
  .h8-about-content-inner .title-highlight {
    font-size: 28px !important;
  }
}

.h8-about-item-wrapper {
  display: flex !important;
  gap: 40px !important;
  margin-top: 30px !important;
}

@media (max-width: 767px) {
  .h8-about-item-wrapper {
    flex-direction: column !important;
    gap: 24px !important;
  }
}

.h8-about-item-counter {
  padding: 24px 28px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
  border-radius: 16px !important;
}

.h8-about-item-counter .countup-number {
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

.h8-about-item-counter .count-plus {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #1e8a8a !important;
}

.h8-about-item-counter .count-text {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-top: 8px !important;
}

.h8-about-item-desc .desc {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── H9 Hero content polish ─── */
.h9-hero-title {
  font-size: 56px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
}

.h9-hero-title span {
  display: block !important;
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .h9-hero-title {
    font-size: 72px !important;
  }
}

@media (max-width: 575px) {
  .h9-hero-title {
    font-size: 42px !important;
  }
}

.h9-hero-desc-area {
  margin-top: 24px !important;
}

.h9-hero-desc-area .title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1e8a8a !important;
  margin-bottom: 12px !important;
}

.h9-hero-desc-area .desc {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  max-width: 500px !important;
}

.h9-hero-btn {
  margin-top: 28px !important;
}

.h9-hero-social {
  margin-top: 32px !important;
}

.h9-hero-social .social-links ul {
  display: flex !important;
  gap: 12px !important;
  list-style: none !important;
  padding: 0 !important;
}

.h9-hero-social .social-links a {
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
}

.h9-hero-social .social-links a:hover {
  border-color: #1e8a8a !important;
  color: #1e8a8a !important;
  background: rgba(30, 138, 138, 0.08) !important;
}

/* ─── H8 Hero title polish ─── */
.h8-hero-title {
  font-size: 56px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
}

.h8-hero-title span {
  display: inline !important;
  color: #ffffff !important;
}

.h8-hero-title .title-year {
  color: #1e8a8a !important;
  font-weight: 400 !important;
  font-size: 36px !important;
}

@media (min-width: 992px) {
  .h8-hero-title {
    font-size: 80px !important;
  }
  .h8-hero-title .title-year {
    font-size: 48px !important;
  }
}

@media (max-width: 575px) {
  .h8-hero-title {
    font-size: 42px !important;
  }
  .h8-hero-title .title-year {
    font-size: 28px !important;
  }
}

/* ─── H8 Hero box polish ─── */
.h8-hero-box {
  margin-top: 24px !important;
}

.h8-hero-box-content {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  max-width: 500px !important;
}

.h8-hero-box-icon {
  font-size: 24px !important;
  color: #1e8a8a !important;
  flex-shrink: 0 !important;
}

.h8-hero-box-content .desc {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── Circle text wrap ─── */
.circle-text-wrap {
  display: inline-flex !important;
  align-items: center !important;
  margin-top: 20px !important;
}

.circle-text-wrap .desc {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1e8a8a !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
}

.circle-text-wrap .desc i {
  color: #1e8a8a !important;
  transition: transform 0.3s ease !important;
}

.circle-text-wrap:hover .desc i {
  transform: translateX(4px) !important;
}

/* ─── Gap utilities ─── */
.gap-top {
  margin-top: 60px !important;
}

/* ─── Contact item style-2 dark polish ─── */
.contact-item.style-2 {
  background: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
  border-radius: 16px !important;
  padding: 28px !important;
  transition: all 0.3s ease !important;
}

.contact-item.style-2:hover {
  border-color: rgba(30, 138, 138, 0.3) !important;
}

.contact-item.style-2 .contact-icon {
  font-size: 28px !important;
  color: #1e8a8a !important;
  margin-bottom: 16px !important;
}

.contact-item.style-2 .contact-icon i {
  color: #1e8a8a !important;
}

.contact-item.style-2 .contact-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 8px !important;
}

.contact-item.style-2 p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-item.style-2 .contact-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.contact-item.style-2 .contact-list li {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-bottom: 4px !important;
}

.contact-item.style-2 .contact-list li a {
  color: rgba(255, 255, 255, 0.75) !important;
  transition: color 0.3s ease !important;
}

.contact-item.style-2 .contact-list li a:hover {
  color: #1e8a8a !important;
}

/* ─── Contact form title dark ─── */
.contact-form .title {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 24px !important;
}

/* ─── Swiper pagination area ─── */
.swiper-pagination-area {
  text-align: center !important;
  margin-top: 30px !important;
}

.swiper-pagination-area .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1 !important;
}

.swiper-pagination-area .swiper-pagination-bullet-active {
  background: #1e8a8a !important;
  width: 28px !important;
  border-radius: 5px !important;
}

/* ─── Client logos in h8-about ─── */
.client-container-2 .client-logo img {
  max-height: 45px !important;
  width: auto !important;
  filter: brightness(0) invert(1) !important;
  opacity: 0.4 !important;
  transition: opacity 0.3s ease !important;
}

.client-container-2 .client-logo img:hover {
  opacity: 0.75 !important;
}

/* ─── Form file inputs dark theme ─── */
.form-input .file-label {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-bottom: 8px !important;
}

.form-input input[type="file"] {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px dashed rgba(30, 138, 138, 0.25) !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: border-color 0.3s ease !important;
}

.form-input input[type="file"]:hover {
  border-color: rgba(30, 138, 138, 0.45) !important;
}

.form-input input[type="file"]::file-selector-button {
  background: #1e8a8a !important;
  color: #fff !important;
  border: none !important;
  padding: 6px 16px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  margin-right: 12px !important;
  transition: background 0.3s ease !important;
}

.form-input input[type="file"]::file-selector-button:hover {
  background: #167272 !important;
}

/* ─── Form checkboxes dark ─── */
.form-check {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.form-check .form-check-input {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 4px !important;
  background: transparent !important;
  cursor: pointer !important;
  margin-top: 3px !important;
  accent-color: #1e8a8a !important;
}

.form-check .form-check-label {
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  cursor: pointer !important;
}

/* ─── Map area dark styling ─── */
.map-area {
  border-radius: 16px !important;
  overflow: hidden !important;
  height: 100% !important;
  min-height: 400px !important;
  border: 1px solid rgba(30, 138, 138, 0.12) !important;
}

.map-area iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 400px !important;
  border: none !important;
  filter: invert(0.9) hue-rotate(180deg) brightness(0.95) contrast(0.9) !important;
}

/* ─── Form input dark polish ─── */
.form-input input,
.form-input textarea {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 14px 20px !important;
  font-size: 14px !important;
  transition: border-color 0.3s ease !important;
}

.form-input input:focus,
.form-input textarea:focus {
  border-color: #1e8a8a !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(30, 138, 138, 0.1) !important;
}

.form-input input::placeholder,
.form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
}

/* ─── Nice select dark ─── */
.tj-nice-select-box .nice-select {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 14px 20px !important;
  height: auto !important;
  line-height: 1.5 !important;
}

.tj-nice-select-box .nice-select .list {
  background: #0c1a20 !important;
  border: 1px solid rgba(30, 138, 138, 0.2) !important;
  border-radius: 10px !important;
}

.tj-nice-select-box .nice-select .option {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px !important;
}

.tj-nice-select-box .nice-select .option:hover,
.tj-nice-select-box .nice-select .option.selected {
  background: rgba(30, 138, 138, 0.1) !important;
  color: #1e8a8a !important;
}

/* ─── H9 CTA section title sizing ─── */
.h9-cta-section .cta-content .title {
  font-size: 42px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

@media (min-width: 992px) {
  .h9-cta-section .cta-content .title {
    font-size: 56px !important;
  }
}

@media (max-width: 575px) {
  .h9-cta-section .cta-content .title {
    font-size: 32px !important;
  }
}

/* ─── Sec heading style-3 dark ─── */
.sec-heading.style-3 .sec-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.sec-heading.style-3 .sub-title {
  color: #1e8a8a !important;
}

.sec-heading.style-3 .sub-title i {
  color: #1e8a8a !important;
}