:root {
  --tc-linear-1: linear-gradient(260deg, #0f6fd6 2.2%, #1a8fdc 35.5%, #2ab6ea 69.1%, #45dbff 97.6%);
}

header .navbar .btn.btn-linear {
  --bs-btn-padding-x: 32px;
}

.ai-solutions-home-section-1 {
  background-color: #020202;
}
.ai-solutions-home-section-1 .info-group {
  margin-left: -84px;
}

.small-line {
  width: 30px;
  height: 1px;
  background: var(--tc-theme-primary);
}

.ai-solutions-home-section-3 {
  background-color: #f8efff;
}

.ai-solutions-home-section-5 .work-icon span {
  background: #353535;
}
.ai-solutions-home-section-5 .icon-large {
  width: 216px;
  height: 216px;
  background: var(--tc-system-white);
}
.ai-solutions-home-section-5 .dashed-line1 {
  height: 1px;
  background-image: linear-gradient(to right, #484848 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 30px 1px;
  background-repeat: repeat-x;
}
.ai-solutions-home-section-5 .dashed-line2 {
  height: 1px;
  background-image: linear-gradient(to right, #484848 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 30px 1px;
  background-repeat: repeat-x;
  rotate: 22deg;
}
.ai-solutions-home-section-5 .dashed-line3 {
  height: 1px;
  background-image: linear-gradient(to right, #484848 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 25px 1px;
  background-repeat: repeat-x;
  rotate: -22deg;
}

.ai-solutions-home-section-6 .card-pricing.card-basic {
  background: #eff5ff;
}
.ai-solutions-home-section-6 .card-pricing.card-basic .border-card {
  --bs-border-color: #cfdaec;
}
.ai-solutions-home-section-6 .card-pricing.card-advanced {
  background: #f8efff;
}
.ai-solutions-home-section-6 .card-pricing.card-advanced .border-card {
  --bs-border-color: #e6d8f0;
}
.ai-solutions-home-section-6 .card-pricing.card-advanced .sale-off {
  border-radius: 0px 0px 6px 6px;
  background: var(--tc-linear-1);
}
.ai-solutions-home-section-6 .card-pricing.card-team {
  background: #ffefef;
}
.ai-solutions-home-section-6 .card-pricing.card-team .border-card {
  --bs-border-color: #f0d6d6;
}
.ai-solutions-home-section-6 .monthly.active,
.ai-solutions-home-section-6 .yearly.active {
  background: var(--tc-linear-1) !important;
  color: #fff !important;
  transition: 0.3s;
}

.ai-solutions-home-section-7 .accordion-2 {
  background-color: #100915;
}
.ai-solutions-home-section-7 .accordion-2 .card {
  --bs-card-border-color: #22172b;
}
.ai-solutions-home-section-7 .accordion-2 .card .card-header a .arrow::before {
  transition: 0.3s;
  transform: rotate(0deg);
  font-family: bootstrap-icons;
  content: "\f2ea";
  color: var(--tc-theme-primary);
  font-size: 20px;
}
.ai-solutions-home-section-7 .accordion-2 .card .card-header a.collapsed .arrow {
  background-color: transparent;
}
.ai-solutions-home-section-7 .accordion-2 .card .card-header a.collapsed .arrow::before {
  transition: 0.3s;
  color: var(--tc-system-black);
  transform: rotate(180deg);
  content: "\f4fe";
}
.ai-solutions-home-section-7 .accordion-2 .card .collapse.show {
  border-bottom: 1px solid var(--tc-theme-primary);
}

.section-footer-4 {
  --bs-border-color: #332457;
}
.section-footer-4 .icon svg {
  height: 14px;
  width: 14px;
  fill: var(--tc-body-text-secondary);
  opacity: 0.5;
}
.section-footer-4 .icon:hover svg {
  fill: var(--tc-system-white);
  opacity: 1;
  transition-duration: 0.3s;
}

.card-team-member .social-icons {
  transition: all 0.2s linear;
  overflow: hidden;
  transform: translateY(80%);
  opacity: 0;
  background: var(--tc-linear-1);
}
.card-team-member .social-icons .icon {
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-team-member .social-icons .icon svg {
  height: 14px;
  width: 14px;
  fill: var(--tc-system-white);
}
.card-team-member .social-icons .icon:hover {
  background-color: var(--tc-system-white);
  border-color: var(--tc-theme-primary) !important;
}
.card-team-member .social-icons .icon:hover svg {
  fill: var(--tc-theme-primary);
}
.card-team-member:hover .social-icons {
  transform: translateY(0);
  opacity: 1;
}
.card-team-member:hover .card-name h6 {
  color: var(--tc-theme-primary);
}

.card-services {
  transition: all 0.2s ease-in-out;
}
.card-services:hover {
  transition: all 0.2s ease-in-out;
  background-color: var(--tc-system-black) !important;
}
.card-services:hover a {
  transition: all 0.2s ease-in-out;
  color: var(--tc-system-white);
}
.card-services:hover a h6 {
  transition: all 0.2s ease-in-out;
  color: var(--tc-system-white);
}
.card-services:hover p {
  color: var(--tc-system-white);
}

.progress,
.progress-stacked {
  --bs-progress-height: 4px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: transparent;
  --bs-progress-border-radius: 0px;
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: var(--tc-system-white);
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.tag-process .icon-shape {
  transform: rotate(90deg);
}
@media (min-width: 1400px) {
  .tag-process .icon-shape {
    transform: rotate(0deg);
  }
}

.card {
  transition: all 0.3s ease-in-out;
}
.card .card-header a {
  border-bottom: 1px solid transparent;
}
.card .card-header a .arrow::before {
  transition: 0.3s;
  transform: rotate(0deg);
  font-family: bootstrap-icons;
  content: "\f2ea";
  color: var(--tc-system-navy-blue-3);
  font-size: 20px;
}
.card .card-header a.collapsed {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card .card-header a.collapsed .arrow {
  background-color: transparent;
}
.card .card-header a.collapsed .arrow::before {
  transition: 0.3s;
  color: var(--tc-system-navy-blue-3);
  transform: rotate(180deg);
  content: "\f4fe";
}

.ai-solutions-blog-section-1 .swiper-button-prev {
  left: unset;
}
/*# sourceMappingURL=style.css.map */

/* Hero Overlay */
.hero-overlay {
  background: linear-gradient(180deg, rgba(2, 2, 2, 0.3) 0%, rgba(2, 2, 2, 0.8) 100%);
  z-index: 0;
  pointer-events: none;
}

/* Ensure content is above overlay */
.ai-solutions-home-section-1 .container {
  z-index: 2;
  position: relative; /* Ensure it's positioned for z-index */
}

/* Full Screen Hero Fix */
.ai-solutions-home-section-1 {
  height: 100vh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* Transparent Header & Video Fixes */
header.navbar, header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent !important;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

header.header-hidden {
  transform: translateY(-100%);
}

header.scrolled, header.scrolled .navbar {
  background-color: #000 !important; /* Solid black when scrolled */
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

header .navbar {
  background-color: transparent !important;
}

/* Force white text on scrolled header (solid black) */
header.scrolled .nav-link {
  color: #fff !important;
}

/* Ensure Logo is visible */
header.scrolled .navbar-brand img {
   /* No change needed if logo is image */
}

/* Floating Buttons Positioning */
.btn-scroll-top {
  bottom: 90px !important; /* Move up to make room for WhatsApp */
  right: 30px !important;
  z-index: 998; /* Ensure it is below WhatsApp z-index if needed */
}

.btn-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 26px; /* Adjusted to align center with scroll-top */
  width: 55px;
  height: 55px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
  color: white !important; /* Force icon to stay white */
}


.btn-whatsapp svg {
  width: 32px;
  height: 32px;
}

/* Hover Up Animation */
.hover-up {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-up:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

/* Hero typography tuned to match globalforense.com */
.ai-solutions-home-section-1 .fs-120 {
  font-size: 40px;
  line-height: 46px;
}

.ai-solutions-home-section-1 .hero-text-wrap {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
}

.ai-solutions-home-section-1 .hero-title-block {
  width: 100%;
  margin-bottom: 10px;
}

.ai-solutions-home-section-1 .hero-subtitle-block {
  width: 100%;
}

.ai-solutions-home-section-1 .hero-cta-wrap {
  margin-top: 0;
  padding-top: 0;
}

.ai-solutions-home-section-1 .hero-subtitle {
  margin-bottom: 0 !important;
}

.ai-solutions-home-section-1 .hero-subtitle::after {
  content: "";
  display: block;
  height: 100px;
}

.ai-solutions-home-section-1 .hero-title-tight,
.ai-solutions-home-section-1 .text-lg-end {
  text-align: left !important;
}

.ai-solutions-home-section-1 .hero-subtitle-block .text-center {
  text-align: left !important;
}

.ai-solutions-home-section-1 .hero-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ai-solutions-home-section-1 h4 {
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 767.98px) {
  .ai-solutions-home-section-1 .fs-120 {
    font-size: 54px;
    line-height: 59px;
  }

  .ai-solutions-home-section-1 .hero-title-tight {
    margin-left: 0;
  }

  .ai-solutions-home-section-1 .hero-subtitle {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .ai-solutions-home-section-1 .hero-subtitle-line {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 575.98px) {
  .ai-solutions-home-section-1 .fs-120 {
    font-size: 30px;
    line-height: 39px;
  }

  .ai-solutions-home-section-1 .hero-subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 420px) {
  .ai-solutions-home-section-1 .hero-subtitle {
    font-size: 17px;
    line-height: 23px;
  }
}

@media (max-width: 360px) {
  .ai-solutions-home-section-1 .hero-subtitle {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 340px) {
  .ai-solutions-home-section-1 .hero-subtitle {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .ai-solutions-home-section-1 {
    --hero-text-width: clamp(620px, 62vw, 980px);
  }

  .ai-solutions-home-section-1 .hero-text-wrap {
    max-width: var(--hero-text-width);
  }

  .ai-solutions-home-section-1 .fs-120 {
    font-size: clamp(48px, 4.5vw, 92px);
    line-height: 1.08;
    white-space: nowrap;
  }

  .ai-solutions-home-section-1 .hero-subtitle {
    font-size: clamp(20px, 1.6vw, 28px);
    line-height: 1.45;
  }

  .ai-solutions-home-section-1 .hero-title-block,
  .ai-solutions-home-section-1 .hero-subtitle-block {
    width: 100%;
  }

  .ai-solutions-home-section-1 .hero-title-tight,
  .ai-solutions-home-section-1 .text-lg-end {
    text-align: left !important;
  }

  .ai-solutions-home-section-1 .hero-subtitle-block .text-center {
    text-align: left !important;
  }

  .ai-solutions-home-section-1 .hero-subtitle-line {
    display: block;
    white-space: nowrap;
  }
}
