/* Custom styles for targetedge page, using Bootstrap for layout */
/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter/inter-v18-latin-regular.woff2') format('woff2');
}
/* inter-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/inter/inter-v18-latin-italic.woff2') format('woff2');
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter/inter-v18-latin-500.woff2') format('woff2');
}
/* inter-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/inter/inter-v18-latin-500italic.woff2') format('woff2');
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter/inter-v18-latin-600.woff2') format('woff2');
}
/* inter-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/inter/inter-v18-latin-600italic.woff2') format('woff2');
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter/inter-v18-latin-700.woff2') format('woff2');
}
/* inter-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/inter/inter-v18-latin-700italic.woff2') format('woff2');
}
/* manrope-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope/manrope-v19-latin-regular.woff2') format('woff2');
}
/* manrope500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope/manrope-v19-latin-500.woff2') format('woff2');
}
/* manrope600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope/manrope-v19-latin-600.woff2') format('woff2');
}
/* manrope700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope/manrope-v19-latin-700.woff2') format('woff2');
}
html, body {
  overflow-x: hidden;
}
body {
  font-family: 'Inter';
  background: #F8F7F4;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Manrope';
  color: #000;
}
h1, .hero-headline{
  font-size: 3.4rem;
  line-height: 1.15;
  font-weight: 700;
}
h2 {
  font-size: 2.6rem;
  font-weight: 700;
}
h3{
  font-size: 1.25rem;
  font-weight: 700;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  color: #000;
  text-decoration: underline;
}
hr{
  border-top: 1px solid #a3a3a3;
}
.header-wrapper{
  background: #F8F7F4;
  border-bottom: 1px solid #ebebeb;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1039;
  transition: transform .3s ease-in-out;
  will-change: transform;
  transform: translateY(0);
}
.header-wrapper.nav-up{ background: #F8F7F4; transform: translateY(-100%); }
.header-wrapper.nav-show{ position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1039; transform: translateY(0);}
.header-wrapper .navbar { position: relative; }
.navbar-brand{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img{
  width: auto;
  height: 40px;
}
.navbar-toggler {
  border: none;
  border-radius: 50px;
  background: #e6e6e6;
  padding: 8px;
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.hamburger-line {
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: background-color 0.2s ease, width 0.2s ease;
  transform-origin: center;
}
.navbar-toggler:hover .hamburger-line { background-color: #2b2f36; }
.navbar-toggler .hamburger-line:nth-child(1){ width: 12px; }
.navbar-toggler .hamburger-line:nth-child(2){ width: 18px; }
.navbar-toggler .hamburger-line:nth-child(3){ width: 14px; }

#mobileMenu .dropdown-toggle::after { display: none !important; }
#mobileMenu .nav-link.dropdown-toggle { display: flex; align-items: center; }

#mobileMenu .offcanvas-close{
  border: none;
  border-radius: 50px;
  background-color: #e6e6e6;
  padding: 8px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#mobileMenu .offcanvas-close:focus{ box-shadow: none; }
#mobileMenu .offcanvas-close .close-line{
  width: 16px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
}
#mobileMenu .offcanvas-close .close-line:first-child{ transform: rotate(45deg); }
#mobileMenu .offcanvas-close .close-line:last-child{ transform: rotate(-45deg); }
#mobileMenu .nav-link .dropdown-arrow { transition: transform 0.3s ease; }
#mobileMenu .nav-link[aria-expanded="true"] .dropdown-arrow { transform: rotate(180deg); }
#mobileMenu .dropdown.show > .nav-link .dropdown-arrow { transform: rotate(180deg); }

#mobileMenu .dropdown-menu {
  position: static !important;
  float: none;
  transform: none !important;
  display: none;
  width: auto;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 10px!important;
}
#mobileMenu .dropdown-menu.show { display: block; }

#mobileMenu .navbar-nav { gap: 0; }
#mobileMenu .navbar-nav > .nav-item { border-top: 1px solid #ececec; }
#mobileMenu .navbar-nav > .nav-item > .nav-link {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  justify-content: space-between;
}
#mobileMenu .navbar-nav > .nav-item > .nav-link:hover { color: #000; }

#mobileMenu .dropdown-menu {
  background: transparent;
}
#mobileMenu .dropdown-menu .dropdown-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: #000;
}
#mobileMenu .dropdown-menu .dropdown-link:hover { background: #f8f8f8; color: #000; border-radius:0;}

#mobileMenu .dropdown-link .dd-icon { width: 26px; height: 26px;}
#mobileMenu .dropdown-link .dd-content h5 { font-size: 15px; margin: 0; font-weight: 600; }

#mobileMenu .dropdown-header {
  padding: 20px 20px 12px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: .02em;
}
#mobileMenu .dropdown-divider { margin: 6px 0; }
.navbar-expand-xl .navbar-nav .nav-link{
  padding: 10px 0;
}
.nav-link:focus, .nav-link:hover{
  text-decoration: none;
}
/* Mega Dropdown Styles */
.mega-dropdown { position: static; }
li.nav-item.dropdown:not(.mega-dropdown) { position: relative; }
.mega-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 12px);
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1000;
  width: max-content;
  overflow: hidden;
}
li.nav-item.dropdown:not(.mega-dropdown) .mega-dropdown-menu { left: 0; transform: translate(0,12px); }
li.nav-item.dropdown:not(.mega-dropdown):hover .mega-dropdown-menu { opacity: 1; visibility: visible; transform: translate(0,0); }
.about-mega-dropdown-menu {
  min-width: 200px !important;
}
.mega-dropdown:hover .mega-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.mega-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}
li.nav-item.dropdown:not(.mega-dropdown):hover .dropdown-arrow { transform: rotate(180deg); }
/* Dropdown Arrow Animation */
.dropdown-arrow {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Dropdown Section Styles */
.dropdown-section{
  padding: 28px 24px;
}
.dropdown-section .section-title{
  font-size: 14px; 
  color: #666; 
  letter-spacing: .02em; 
  padding: 0 12px; 
  margin: 0 0 20px;
}
.dropdown-links{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dropdown-link{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid transparent;
  padding: 10px 12px;
  border-radius: 10px;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.about-dropdown-links .dropdown-link{
  align-items: center;
}
.industry-dropdown-links{
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.dropdown-link:hover { background: #f5f5f5; text-decoration: none;}
.dropdown-link:hover .dd-icon { background: #000; color: #fff; border-color: #000; }
.dropdown-link .dd-icon { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #e5e5e5; border-radius: 6px; color: #333; background: #fff; flex-shrink: 0;}
.dropdown-link .dd-icon i { font-size: 14px; line-height: 1; }
.dropdown-link .dd-content h5 {font-size: 16px; font-weight: 500; color: #000; margin: 0 0 2px; }
.dropdown-link .dd-content p { font-family: 'Manrope'; font-size: 14px; color: #666; margin: 0; }
/* Dropdown menu items also get the hover effect */
.dropdown-item {
  position: relative;
  overflow: hidden;
}
.dropdown-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #60A189;
  transition: width 0.3s ease;
}
.dropdown-item:hover::after {
  width: 100%;
}
/* Submenu Styles */
.has-submenu {
  position: relative;
}
.submenu {
  position: relative;
  opacity: 0;
  visibility: hidden;
  max-width: 150px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.submenu-content h4 {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 0;
  text-decoration: underline;
}
.submenu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.submenu-content ul li a {
  padding-left: 10px;
  font-size: 14px;
  color: #888;
  font-weight: 400;
  display: block;
  position: relative;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.submenu-content ul li a:hover {
  color: #000;
}
.submenu-content ul li a.active {
  color: #000;
}
.submenu-content ul li a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
  transition: transform 0.2s ease;
}
.submenu-content ul li a:hover::after {
  transform: translateY(-50%) translateX(3px);
}
.has-submenu.active .submenu {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}
/* Main content and custom sections */
.main-content {
  width: auto;
  min-width: 0;
  flex: 1;
}
section{
  background: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.bg-color{
  background: #F8F7F4;
  position: relative;
  overflow: hidden;
}
.img-container{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  transform: translate(50%, 10%);
  pointer-events: none;
}
.img-container-internal{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  transform: translate(50%, 10%);
  pointer-events: none;
}
.img-container-internal img{
  width: 800px;
  height: 800px;
}
.img-container-left{
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  transform: translate(-50%, 0%);
}
.img-container-left img{
  width: 800px;
  height: 800px;
}
.img-container-center img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  opacity: .8;
  z-index: 0;
}
.img-container-cta{
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
  z-index: 1;
  transform: translate(-50%, 0%);
  pointer-events: none;
}
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
}
.internal-page-section h1{
  font-size: 2.6rem;
  line-height: 1.25;
}
.internal-page-section h2{
  margin-bottom: 20px;
}
/* Breadcrumb Styles */
.breadcrumb-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 2px 15px;
  margin: 0;
  background: none;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666;
}
.breadcrumb-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb-link:hover {
  color: #000;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #000;
  font-weight: 500;
}
.fw-300{
  font-weight: 300;
}
.gsap-heading span {
  display: inline;
  filter: blur(8px);
  opacity: 0;
}
.gsap-heading .heading-line-break {
  display: block;
  padding-top: 15px;
}
.hero-para{
  font-size: 18px;
}
.hero-content{
  width: 650px;
  margin: auto;
  padding-top: 1.5rem;
}
.hero-tags { 
  padding-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.4;
  display:flex; 
  align-items:center; 
  justify-content:center; 
  gap: 16px;
}
.hero-tags span { position:relative; }
.hero-tags span + span::before { content:''; width:10px; height:10px; border-radius:50%; background:linear-gradient(90deg, #ff0073, #554ccd); display:inline-block; margin-right:16px; vertical-align:middle;}
.fw-400{
  font-weight: 400;
}
.gradient-text {
  background: linear-gradient(90deg, #ff0073, #554ccd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn-primary{
  font-family: 'Manrope';
  position: relative;
  width: fit-content;
  overflow: hidden;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 9px 25px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
}
.btn-primary .btn-text{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.btn-primary .btn-text a:hover{
  color: inherit;
  text-decoration: none;
}
.btn-primary .btn-fill{
  position: absolute;
  top: 50%; left: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: none;
  opacity: 0.9;
}
.btn-primary svg{
  margin-left: 2px;
}
.btn-secondary{
  font-family: 'Manrope';
  width: fit-content;
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 9px 25px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}
.btn-secondary .btn-text{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.btn-secondary .btn-text a:hover{
  color: inherit;
  text-decoration: none;
}
.btn-secondary .btn-fill {
  position: absolute;
  top: 50%; left: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: none;
  opacity: 0.9;
}
.btn-secondary svg{
  margin-left: 2px;
}
.btn-white {
  font-family: 'Manrope';
  position: relative;
  width: fit-content;
  overflow: hidden;
  background: #a2a2a0;
  color: #000;
  border: 2px solid #a2a2a0;
  border-radius: 50px;
  padding: 9px 25px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
}
.btn-white:hover{
  background: #fff;
  border: 2px solid #fff;
}
.btn-white .btn-text {
  display: flex;
  align-items: center;
}
.btn-white svg{
  transform: rotate(45deg);  
}
.btn-underline{
  font-family: 'Manrope';
  position: relative;
  color: #000;
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  box-shadow: none;
  background: none;
  width: fit-content;
}
.btn-underline:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
}
.rotate-315 {
  transform: rotate(315deg) !important;
}
.pt-40{
  padding-top: 40px;
}
.pr-40{
  padding-right: 40px;
}
.text-primary{
  color: #939393 !important;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}
.hero-paragraph {
  padding-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 1.35rem;
  text-align: center;
  line-height: 1.4;
}
/* Services Tab Navigation */
.box-layout3-container{
  display: flex;
  position: relative;
  padding: 40px;
  background: #F8F7F4;
  border-radius: 16px;
  overflow: hidden;
  height: 500px;
}
.box-layout3-item{
  padding: 40px;
  border-radius: 16px;
  background: #ffffff;
  height: 100%;
}
.services-tab-container {
  margin: 40px 0;
  position: relative;
}
.services-tab-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}
.services-tab-btn {
  background: transparent;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  padding: 13px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  color: #444;
  width: 250px;
}
.services-tab-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: var(--fill, 0%);
  height: 100%;
  border-radius: inherit;
  z-index: -1;
}
.services-tab-btn.filling::before {
  transition: width var(--fill-duration, 10s) linear;
}
.services-tab-btn.paused::before {
  transition: none !important;
}
.services-tab-btn[data-tab="run-marketing"]::before {
  background: #D6DAFB;
}
.services-tab-btn[data-tab="build-systems"]::before {
  background: #FCE2EA;
}
.services-tab-btn[data-tab="get-ready"]::before {
  background: #E3F5ED;
}
.services-tab-btn.filling::before {
  width: 100%;
}
.services-tab-btn[data-tab="run-marketing"]:hover {
  background: transparent;
  border-color: #D6DAFB;
  box-shadow: 0 8px 25px rgba(214, 218, 251, 0.15);
}
.services-tab-btn[data-tab="build-systems"]:hover {
  background: transparent;
  border-color: #FCE2EA;
  box-shadow: 0 8px 25px rgba(255, 214, 230, 0.15);
}
.services-tab-btn[data-tab="get-ready"]:hover {
  background: transparent;
  border-color: #E3F5ED;
  box-shadow: 0 8px 25px rgba(230, 222, 250, 0.15);
}
.services-tab-btn.active {
  color: white;
  transform: translateY(-2px);
}
.services-tab-btn[data-tab="run-marketing"].active {
  background: transparent;
  border-color: #D6DAFB;
  color: #000;
  box-shadow: 0 8px 25px rgba(214, 218, 251, 0.3);
}
.services-tab-btn[data-tab="build-systems"].active {
  background: transparent;
  border-color: #FCE2EA;
  color: #000;
  box-shadow: 0 8px 25px rgba(255, 214, 230, 0.3);
}
.services-tab-btn[data-tab="get-ready"].active {
  background: transparent;
  border-color: #E3F5ED;
  color: #000;
  box-shadow: 0 8px 25px rgba(230, 222, 250, 0.3);
}
.services-tab-btn .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.services-tab-btn:hover .tab-icon,
.services-tab-btn.active .tab-icon {
  transform: scale(1.1);
}
.services-tab-btn .tab-text {
  font-size: 14px;
  font-family: 'Manrope';
  white-space: nowrap;
}
.accordion-body{
  background: #F8F7F4;
  padding: 30px 20px;
  color: #000000;
}
.accordion-button{
  font-size: 18px;
  font-weight: 700;
}
#servicesAccordion #serviceHeadingOne .accordion-button {
  --bs-accordion-active-bg: #D6DAFB;
  --bs-accordion-active-color: #000000;
  --bs-accordion-btn-focus-border-color: #D6DAFB;
}
#servicesAccordion #serviceHeadingTwo .accordion-button {
  --bs-accordion-active-bg: #FCE2EA;
  --bs-accordion-active-color: #000000;
  --bs-accordion-btn-focus-border-color: #FCE2EA;
}
#servicesAccordion #serviceHeadingThree .accordion-button {
  --bs-accordion-active-bg: #E3F5ED;
  --bs-accordion-active-color: #000000;
  --bs-accordion-btn-focus-border-color: #E3F5ED;
}
.accordion-button:focus{
  box-shadow: none;
}
.tab-progress {
  width: 100%;
  height: 3px;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.tab-progress-segment {
  flex: 1;
  height: 100%;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.tab-progress-segment:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
.tab-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #4A54F6, #6C63FF);
  border-radius: 2px;
  width: 100%;
  transform: translateX(-100%);
  transition: transform 5s linear;
}
.tab-progress-bar.animating {
  transform: translateX(0);
}
/* Services Tab Content */
.services-tab-content {
  position: relative;
  min-height: 460px;
}
.services-tab-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.services-tab-panel.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.services-tab-panel.entering {
  animation: tabSlideIn 0.6s ease forwards;
}
.services-tab-panel.leaving {
  animation: tabSlideOut 0.4s ease forwards;
}
@keyframes tabSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes tabSlideOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
}
/* Logos */
.logos-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
}
.logos-row {
  gap: 24px;
}
.logos-carousel-viewport {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 20px 0px;
}
.logos-carousel-viewport::before,
.logos-carousel-viewport::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}
.logos-carousel-viewport::before {
  left: 0;
  background: linear-gradient(270deg, #fffdf600, #fffdf6);
}
.logos-carousel-viewport::after {
  right: 0;
  background: linear-gradient(90deg, #fffdf600, #fffdf6);
}
.logos-carousel-track {
  display: flex;
  width: max-content;
}
.logos-carousel-track.row-1 {
  animation: logos-scroll-left 40s linear infinite;
}
.logos-carousel-track.row-2 {
  animation: logos-scroll-right 40s linear infinite;
  margin-top: 20px;
}
@keyframes logos-scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes logos-scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.logo-box {
  width: 190px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logo-box img {
  width: 160px;
  height: auto;
  object-fit: contain;
}
.work-logo-box {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f8f7f4;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
}
/* Work */
.work-row{
  position: relative;
}
.work-row > [class*="col-"]:nth-child(1) .work-card { background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%); }
.work-row > [class*="col-"]:nth-child(2) .work-card { background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%); }
.work-row > [class*="col-"]:nth-child(3) .work-card { background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%); }
.work-row > [class*="col-"]:nth-child(4) .work-card { background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%); }
.work-row > [class*="col-"]:nth-child(5) .work-card { background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%); }
.work-row > [class*="col-"]:nth-child(6) .work-card { background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%); }
.work-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  z-index: 1;
  height: 100%;
  transition: all 0.3s ease;
}
.work-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.work-icon svg{
  width: 60px;
  height: 60px;
}
.work-icon img{
  width: 60px;
  height: 60px;
}
.work-text {
  width: 100%;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 8px -2px;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
}
.work-text h3{
  font-size: 1.25rem;
  color: #000;
  font-family: 'Manrope';
  font-weight: 700;
  margin-bottom: 15px;
}
.about-work-text{
  padding: 20px 100px 20px 20px;
  height: 100%;
}
.about-work-icon{
  position: relative;
}
/* Why us */
.box-layout2-container{
  display: flex;
  flex-direction: row;
  gap: 22px;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
}
.box-layout2-container > * {
  flex: 1;
}
.box-layout-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
}
.box-layout-2:hover{
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.box-layout2-container > div:nth-child(1) .box-layout-2 {
  background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%);
}
.box-layout2-container > div:nth-child(2) .box-layout-2:nth-child(1) {
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
}
.box-layout2-container > div:nth-child(2) .box-layout-2:nth-child(2) {
  background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%);
}
.box-layout2-container > div:nth-child(3) .box-layout-2:nth-child(1) {
  background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%);
}
.box-layout2-container > div:nth-child(3) .box-layout-2:nth-child(2) {
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
}
.box-layout-2 h3{
  margin-bottom: 15px;
  position: relative;
  line-height: 1.2;
}
.sentence-underline {
  line-height: 1.4;
  position: relative;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 2px; /* animated */
  background-position: 0 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-size 0.5s ease;
}
.box-layout-2:hover h3 .sentence-underline {
  background-size: 100% 2px;
}
.icon-composite {
  display: flex;
  align-items: center;
  position: relative;
}
.icon-box{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-right: -20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box2{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-left: 12px;
  border: 3px solid #E3F4EC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box3{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #e0ac90;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-left: 12px;
  border: 3px solid #f8f7f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box4{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #000000;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-right: -20px;
  border: 3px solid #f9f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box5{
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-left: 12px;
  border: 3px solid #f9eeef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box6{
  background: #e0ac90;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-left: -12px;
  border: 3px solid #fbe6eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box7{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #000000;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-right: -20px;
  border: 3px solid #f8f7f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box8{
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-left: 12px;
  border: 3px solid #f8f7f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* FAQ Accordion */
.faq-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.faq-list {
  position: relative;
}
.faq-item {
  background: #F8F7F4;
  border-radius: 10px;
  box-shadow: none!important;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.faq-question {
  position: relative;
  padding: 15px 40px 15px 20px;
  font-family: 'Manrope';
  font-size: 1.25rem;
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  color: #000;
  font-weight: 700;
}
.faq-question::before,
.faq-question::after {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  width: 0.9rem;
  height: 0.1rem;
  background: #535862;
  border-radius: 2px;
  transition: transform 0.3s;
}
.faq-question::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq-question::before {
  transform: translateY(-50%) rotate(90deg);
}
.faq-question.active::before {
  transform: translateX(0%) rotate(180deg);
}
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.35s cubic-bezier(0.4,0,0.2,1),
    opacity 0.35s cubic-bezier(0.4,0,0.2,1),
    padding 0.35s cubic-bezier(0.4,0,0.2,1);
  will-change: max-height, opacity, padding;
}
.faq-question.active + .faq-answer {
  background: #ffffff;
  max-height: fit-content;
  opacity: 1;
  padding: 20px 20px 15px;
  transition:
    opacity 0.35s cubic-bezier(0.4,0,0.2,1),
    padding 0.35s cubic-bezier(0.4,0,0.2,1);
}
/* Homepage casestudy */
.casestudy-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f8f7f44f;
  border-radius: 16px;
  border: 1px solid #ebebeb;
}
.case-study-carousel .owl-item {
  display: flex;
  align-items: stretch;
}
.case-study-carousel .owl-item > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.casestudy-card{
  background: linear-gradient(230deg, #f8f7f4 70%, #fddde7 100%);
  border-radius: 0 0 16px 16px;
  border-bottom: 1px solid #ebebeb;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.casestudy-card h3{
  line-height: 1.4;
  margin-bottom: 15px;
}
.result-display{
  position: relative;
  display: flex;
  align-items: end;
  gap: 10px;
}
.result-display ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.result-display ul > li{
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  font-family: 'Manrope';
}
.result-display ul > li > strong{
  position: relative;
  font-size: 28px;
  font-family: 'Manrope';
  background: linear-gradient(90deg, #ff0073, #554ccd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.casestudy-resultpara{
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  font-family: 'Manrope';
}
.casestudy-result-divider {
  width: 1px;
  height: 80px;
  background-color: #e0e0e0;
  margin: 0 30px;
}
.casestudy-about{
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  height: 100%;
}
.home-case-bullet .custom-bullet-list li{
  margin-bottom: 10px;
}
.casestudy-viewall{
  text-align: end;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casestudy-nav-buttons {
  display: flex;
  gap: 12px;
}
.casestudy-nav-btn {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.casestudy-nav-btn:hover {
  background: #fff !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
  transform: scale(1.05) !important;
}
.casestudy-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.case-study-carousel .owl-nav {
  display: none !important;
}
@keyframes caseStudyArrowLaunch {
  0% { transform: translate(0,0); opacity: 1; }
  100% { transform: translate(8px,-8px); opacity: 0; }
}
@keyframes caseStudyArrowReturn {
  0% { transform: translate(-8px,8px); opacity: 0; }
  100% { transform: translate(0,0); opacity: 1; }
}
/*Footer*/
footer{
  font-family: 'Manrope';
  padding: 60px 0 20px;
  background: #09090b;
  position: relative;
  color: #c3c3c3;
}
footer .column{
  flex: 0 0 20%;
  box-sizing: border-box;
}
footer img{
  width: auto;
  height: 40px;
}
footer h3{
  font-size: 20px;
  margin-bottom: 40px;
  color: #ffffff;
}
footer ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer ul li{
  padding-bottom: 10px;
}
footer .copyright{
  font-size: 13px;
  color: #68686e;
}
footer hr{
  margin: 30px 0 20px;
  color: #ffffff;
}
footer a:hover{
  color: #ffffff;
}
/* Scroll-to-top button */
.scroll-top-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #e6e6e6;
  background: #ffffffcc;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  display: grid;
  place-items: center;
  color: #111;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index: 1000;
}
.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top-btn:hover { box-shadow: 0 8px 22px rgba(0,0,0,0.12); }
/* Common Styles*/
.unstyled-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.unstyled-list li {
  display: flex;
  align-items: self-start;
  gap: 14px;
  margin-bottom: 15px;
}
.unstyled-list li:last-child {
  margin-bottom: 0;
}
.unstyled-list svg {
  flex-shrink: 0;
  margin-top: 3px;
}
/* Navigation Arrows */
.carousel-arrow {
  position: absolute;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.carousel-arrow.autoplay-active {
  background: rgba(255, 255, 255, 1);
  border-color: #007bff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
.carousel-arrow:hover {
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}
.carousel-arrow svg {
  width: 16px;
  height: 16px;
  color: #333;
}
.carousel-prev {
  left: 20px;
}
.carousel-next {
  right: 20px;
}
/* Dots Indicator */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e0e0e0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dot.active {
  background: #333;
  transform: scale(1.2);
}
.dot:hover {
  background: #ccc;
}
/* Owl Carousel Custom Styles */
.case-study-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  padding: 0;
}
.case-study-carousel .owl-nav {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  z-index: 10;
}
.case-study-carousel .owl-prev,
.case-study-carousel .owl-next {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.case-study-carousel .owl-prev:hover,
.case-study-carousel .owl-next:hover {
  background: #fff !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
  transform: scale(1.05) !important;
}
.case-study-carousel .owl-prev svg,
.case-study-carousel .owl-next svg {
  width: 16px !important;
  height: 16px !important;
  color: #333 !important;
}
.case-study-carousel .owl-dots {
  display: none !important;
}
.custom-toggler {
  border: none;
  border-radius: 50px;
  background: #e1dcfe;
  padding: 0;
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.custom-toggler:focus {
  box-shadow: none;
}
/*About Industries*/
.about-industries-container{
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  padding: 25px;
  transition: all 0.3s ease;
  height: 100%;
}
.about-industries-container img{
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  object-fit: contain;
}
.about-industries-container:hover{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 25px;
}
.about-industries-container .btn-underline svg {
  transition: transform 0.25s ease-out;
}
.about-industries-container:hover .btn-underline svg {
  animation: relatedContainerArrowLaunch .25s ease-out forwards, relatedContainerArrowReturn .2s ease-out .5s forwards;
}
@keyframes relatedContainerArrowLaunch {
  0% { transform: translate(0,0); opacity: 1; }
  100% { transform: translate(8px,-8px); opacity: 0; }
}
@keyframes relatedContainerArrowReturn {
  0% { transform: translate(-8px,8px); opacity: 0; }
  100% { transform: translate(0,0); opacity: 1; }
}
/*Fit for */
.about-box-container{
  display: flex;
  position: relative;
  padding: 40px;
  background: #F8F7F4;
  border-radius: 16px;
  overflow: hidden;
}
.about-box-item{
  padding: 40px;
  border-radius: 16px;
  background: #ffffff;
  height: 100%;
}
.custom-bullet-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.custom-bullet-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
.custom-bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 11px;
  background-image: url('../image/list-decorator.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.custom-bullet-list li ul {
  padding-top: 10px;
  padding-bottom: 20px;
}
.custom-bullet-list li li {
  padding-left: 0px;
  list-style: unset;
}
.custom-bullet-list li li::before { content: none; }
.custom-bullet-list li:last-child {
  margin-bottom: 0;
}
.custom-bullet-list + p {
  margin-top: 20px;
}
/* What we've seen */
.img-box{
  position: relative;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.img-box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
/* Our principles */
.about-believe-card {
  padding: 40px;
    background: #F8F7F4;
    border-radius: 16px;
    border: 1px solid #dee2e6;
    height: 100%;
    transition: box-shadow 0.3s ease;
    will-change: transform, opacity;
}
.about-believe-card:hover{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 25px;
    transform: translateY(-2px);
}
.about-believe-card .about-believe-card-content img{
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
}
.about-believe-card .about-believe-card-content h3 {
  margin-bottom: 15px;
}
.about-believe-card .about-believe-card-content p {
  margin: 0;
}
.about-believe-container .lottie-animation-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.about-believe-container .lottie-animation {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  display: block;
}
/* Services deliver cards */
.deliver-card {
  padding: 40px;
  background: #F8F7F4;
  border-radius: 16px;
  border: 1px solid #dee2e6;
  height: 100%;
  transition: box-shadow 0.3s ease;
  will-change: transform, opacity;
}
.deliver-card:hover{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 25px;
}
.deliver-card-content img{
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.deliver-card-content svg{
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.deliver-card-content button svg{
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.deliver-card-content h3 {
  margin-bottom: 15px;
}
.deliver-card-content p {
  margin: 0;
}
.industry-align{
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.industry-align img{
  margin-bottom: 0;
}
.industry-align h3{
  width: 70%;
  margin-bottom: 0;
}
/* Related service section*/
.white-container{
  padding: 40px;
  background: #fff;
  border-radius: 16px;
}
.related-container{
  position: relative;
  padding: 30px;
  background: #F8F7F4;
  border: 1px solid #dee2e6;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.related-container:hover{
  background: #f1f0ed;
}
.rm-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 32px;
  width: 32px;
  display: grid;
  place-items: center;
  opacity: 1;
  transform: translate(0,0);
  will-change: transform, opacity;
}
.related-container:hover .rm-arrow {
  animation: rmArrowLaunch .25s ease-out forwards, rmArrowReturn .2s ease-out .5s forwards;
}
@keyframes rmArrowLaunch {
  0% { transform: translate(0,0); opacity: 1; }
  100% { transform: translate(6px,-6px); opacity: 0; }
}
@keyframes rmArrowReturn {
  0% { transform: translate(-6px,6px); opacity: 0; }
  100% { transform: translate(0,0); opacity: 1; }
}
/* Industries how we help one card*/
.industries-help-content{
  display: block;
}
.industries-help-content p{
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.industries-help-content p::before{
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-image: url('../image/list-decorator.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* Industries how we help */
.industries-boxlayout-container{
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ebebeb;
}
.industries-boxlayout-content{
  border-radius: 10px;
  padding: 25px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
  height: 100%;
}
.industries-boxlayout-content:hover{
  border: 1px solid #ebebeb;
}
.industries-boxlayout-container .row > div:nth-child(1) .industries-boxlayout-content{
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
}
.industries-boxlayout-container .row > div:nth-child(2) .industries-boxlayout-content{
  background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%);
}
.industries-boxlayout-container .row > div:nth-child(3) .industries-boxlayout-content{
  background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%);
}
.industries-boxlayout-container .row > div:nth-child(4) .industries-boxlayout-content{
  background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%);
}
.industries-boxlayout-container .row > div:nth-child(5) .industries-boxlayout-content{
  background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%);
}
.industries-boxlayout-container .row > div:nth-child(6) .industries-boxlayout-content{
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
}
.industries-boxlayout-container h3{
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.industries-boxlayout-content:hover h3 {
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.industries-boxlayout-container p{
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
/* Industries related section*/
.related-container2{
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 16px;
  background: #F8F7F4;
  border: 1px solid #dee2e6;
  padding: 25px;
  transition: all 0.3s ease;
  height: 100%;
}
.related-container2 img{
  width: 50px;
  height: 50px;
  margin-bottom: 1.5rem;
  object-fit: contain;
}
.text-small{
  font-size: 14px;
}
.related-container2:hover{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 25px;
}
.related-container2 .btn-underline svg {
  transition: transform 0.25s ease-out;
}
.related-container2:hover .btn-underline svg {
  animation: relatedContainerArrowLaunch .25s ease-out forwards, relatedContainerArrowReturn .2s ease-out .5s forwards;
}
@keyframes relatedContainerArrowLaunch {
  0% { transform: translate(0,0); opacity: 1; }
  100% { transform: translate(8px,-8px); opacity: 0; }
}
@keyframes relatedContainerArrowReturn {
  0% { transform: translate(-8px,8px); opacity: 0; }
  100% { transform: translate(0,0); opacity: 1; }
}
/* Case studies */
.casestudies-card{
  background: #F8F7F4;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  gap: 10px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.casestudies-content{
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 8px -2px;
  padding: 30px;
  height: 100%;
}
.casestudies-content h3{
  line-height: 1.4;
  margin-bottom: 20px;
}
.casestudies-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0; 
}
.casestudies-result{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 10px 0;
}
.casestudies-result .result-display ul{
  gap: 20px;
}
.casestudies-result .result-display ul > li > strong{
  font-size: 24px;
  display: block;
  background: linear-gradient(90deg, #ff0073, #554ccd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.casestudies-info{
  padding: 10px;
}
.casestudies-info .casestudies-contribution{
  display: block;
}
.casestudies-info .casestudies-contribution span{
  display: block;
  font-family: 'Manrope';
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 17px;
}
.casestudies-contribution ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.casestudies-contribution li {
  background: #d6dafb;
  padding: 2px 15px;
  border-radius: 35px;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid #ebebeb;
  text-align: left;
}
.casestudies-about-content{
  padding: 30px;
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
  border-radius: 16px;
  height: 100%;
}
.casestudies-about-content h3{
  line-height: 1.4;
}
.casestudies-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.casestudies-date{
  display: flex;
  align-items: center;
  color: #717989;
  font-size: 13px;
  font-family: 'Manrope';
}
.casestudies-card .btn-underline svg {
  transition: transform 0.25s ease-out;
}
.casestudies-card:hover{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 25px;
  transform: translateY(-2px);
}
.casestudies-card:hover .btn-underline svg {
  animation: caseStudyArrowLaunch .25s ease-out forwards, caseStudyArrowReturn .2s ease-out .5s forwards;
}
.case-studies-container{
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
}
.case-studies-container > div{
  padding: 50px;
}
.case-studies-container h3{
  font-size: 25px;
  margin-bottom: 20px;
}
.case-studies-container ul, .case-studies-container ol {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.case-studies-container li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.case-studies-container li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 11px;
  background-image: url('../image/list-decorator.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.case-studies-container li ul {
  margin-left: 2rem;
}
.case-studies-container li li {
  padding-left: 0px;
  list-style: circle;
}
.case-studies-container li li::before { content: none; }
.case-studies-container li:last-child {
  margin-bottom: 0;
}
.casestudy-about-client{
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%);
  height: 100%;
}
.casestudy-about-client span{
    font-family: 'Manrope';
    font-weight: 600;
    text-decoration: underline;
}
.casestudy-services{
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
  height: 100%;
}
.casestudy-services span{
  font-family: 'Manrope';
  font-weight: 600;
  text-decoration: underline;
}
.casestudy-industries{
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%);
  height: 100%;
}
.casestudy-industries span{
  font-family: 'Manrope';
  font-weight: 600;
  text-decoration: underline;
}
.case-study-block{
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
  margin: 0 50px;
  border-radius: 16px;
  border: 1px solid #ebebeb;
}
.case-study-block span{
  display: block;
  font-family: 'Manrope';
  font-weight: 600;
  text-decoration: underline;
  padding-bottom: 10px;
  font-size: 17px;
}
.case-study-block-divider{
  width: 1px;
  height: -webkit-fill-available;
  background-color: #e0e0e0;
  margin: 0 30px;
}
.case-study-block ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.case-study-block li{
  background: #d6dafb;
  padding: 2px 15px;
  border-radius: 35px;
  margin-bottom: 5px;
  border: 1px solid #d1d1d1;
}
.case-study-block li::before{
  display: none;
}
.case-study-block li:last-child{
  margin-bottom: auto;
}
.approach{
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
/* Join us */
.box-layout2-container-whitebg{
  border: 3px solid #F8F7F4!important;
  background: radial-gradient(circle, #F8F7F4 0%, #ffffff 100%)!important;
}
.box-layout2-container-whitebg > div:nth-child(1) .box-layout-2:nth-child(1){
  background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%);
}
.box-layout2-container-whitebg > div:nth-child(1) .box-layout-2:nth-child(2){
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
}
.box-layout2-container-whitebg > div:nth-child(2) .box-layout-2:nth-child(1){
  background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%);
}
.box-layout2-container-whitebg > div:nth-child(2) .box-layout-2:nth-child(2){
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
}
.box-layout2-container-whitebg > div:nth-child(2) .box-layout-2:nth-child(3){
  background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%);
}
.box-layout2-container-whitebg > div:nth-child(3) .box-layout-2:nth-child(1){
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
}
.box-layout2-container-whitebg > div:nth-child(3) .box-layout-2:nth-child(2){
  background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%);
}
.box-layout2-container-whitebg .box-layout-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ebebeb;
}
.joinus-row{
  position: relative;
}
.joinus-card {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #dee2e6;
  height: 100%;
  transition: box-shadow 0.3s ease;
}
.joinus-card-content img{
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.joinus-row > [class*="col-"]:nth-child(1) .joinus-card{
  background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%);
}
.joinus-row > [class*="col-"]:nth-child(2) .joinus-card{
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
}
.joinus-row > [class*="col-"]:nth-child(3) .joinus-card{
  background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%);
}
.joinus-card:hover{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 25px;
}
.joinus-card .btn-underline svg {
  transition: transform 0.25s ease-out;
}
.joinus-card:hover .btn-underline svg {
  animation: joinusArrowLaunch .25s ease-out forwards, joinusArrowReturn .2s ease-out .5s forwards;
}
@keyframes joinusArrowLaunch {
  0% { transform: translate(0,0); opacity: 1; }
  100% { transform: translate(8px,-8px); opacity: 0; }
}
@keyframes joinusArrowReturn {
  0% { transform: translate(-8px,8px); opacity: 0; }
  100% { transform: translate(0,0); opacity: 1; }
}
/* Field notes */
.field-notes-card{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
}
/* .field-notes-row > [class*="col-"]:nth-child(3n+1) .field-notes-card { background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%); }
.field-notes-row > [class*="col-"]:nth-child(3n+2) .field-notes-card { background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%); }
.field-notes-row > [class*="col-"]:nth-child(3n+3) .field-notes-card { background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%); } */
.field-notes-color-1 {
  background: linear-gradient(135deg, #f8f7f4 20%, #fddde7 100%);
}
.field-notes-color-2 {
  background: linear-gradient(135deg, #f8f7f4 20%, #d6dafb 100%);
}
.field-notes-color-3 {
  background: linear-gradient(135deg, #f8f7f4 20%, #e3f5ed 100%);
}
.field-notes-card:hover{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 25px;
  transform: translateY(-2px);
}
.field-notes-card .text-muted{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  padding-bottom: 10px;
}
.field-notes-card-content{
  height: 100%;
}
.field-notes-card-content h3{
  line-height: 1.4;
}
.field-notes-card-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 10px;
}
.field-notes-card .btn-underline svg {
  transition: transform 0.25s ease-out;
}
.field-notes-card:hover .btn-underline svg {
  animation: fieldNotesArrowLaunch .25s ease-out forwards, fieldNotesArrowReturn .2s ease-out .5s forwards;
}
@keyframes fieldNotesArrowLaunch {
  0% { transform: translate(0,0); opacity: 1; }
  100% { transform: translate(8px,-8px); opacity: 0; }
}
@keyframes fieldNotesArrowReturn {
  0% { transform: translate(-8px,8px); opacity: 0; }
  100% { transform: translate(0,0); opacity: 1; }
}
.field-notes{
  position: relative;
  line-height: 1.8;
}
.field-notes h1{
  font-size: 2.6rem;
  line-height: 1.25;
  margin-bottom: 20px;
}
.field-notes h2{
  font-size: 1.5rem;
  margin-top: 60px;
  margin-bottom: 20px;
}
.field-notes p{
  font-size: 17px;
  margin-bottom: 1.5rem;
}
.field-notes .text-muted{
  font-size: 13px;
}
.field-notes ul, .field-notes ol{
  font-size: 17px;
}
.field-notes ul li:not(.breadcrumb li),
.field-notes ol li:not(.breadcrumb li) {
  margin-bottom: 15px;
}
.field-notes ul li:last-child, .field-notes ol li:last-child{
  margin-bottom: 0;
}
.field-notes ul li ul, .field-notes ol li ul{
  padding-top: 15px;
}
.field-notes .tldr-section{
  background: #F8F7F4;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 40px;
  margin: 50px 0 30px;
}
.field-notes .tldr-section > p{
  font-size: 15px;
}
.field-notes .tldr-section > ul{
  font-size: 15px!important;
  margin-bottom: 0;
}
/* Contact Us */
.contact-icon-link {
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease;
}
.contact-icon-link:hover {
  transform: scale(1.05);
}
.contact-icon {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.contact-icon img{
  width: 40px;
  height: 40px;
}
.calendar-icon:hover {
  background: #444444;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.calendar-icon svg {
  color: #ffffff;
}
.book-call-content {
  flex: 1;
}
.email-icon-link {
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease;
}
.email-icon-link:hover {
  transform: scale(1.05);
}
.email-icon {
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.email-icon:hover {
  background: #444444;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.email-icon svg {
  color: #ffffff;
}
.phone-icon-link {
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease;
}
.phone-icon-link:hover {
  transform: scale(1.05);
}
.phone-icon {
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.phone-icon:hover {
  background: #444444;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.phone-icon svg {
  color: #ffffff;
}
.address-icon{
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.address-icon:hover {
  background: #444444;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.address-icon svg {
  color: #ffffff;
}
.address-details{
  display: flex;
  gap: 15px;
}
.address-details svg{
  flex-shrink: 0;
}
.contact-card{
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 25px;
}
.form-heading{
  font-size: 17px;
  padding: 20px 30px;
  background: #000000;
  color: #fff;
  border: 1px solid #333;
  border-radius: 16px 16px 0 0;
}
.contact-card form{
  padding: 50px 40px;
}
.location-card{
  position: relative;
  padding: 30px;
  background: #F8F7F4;
  border: 1px solid #dee2e6;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.success-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
  padding: 18px 30px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #fbd7df;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 25px;
  transition: box-shadow 0.3s cubic-bezier(0.4,0,0.2,1), transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.success-box p{
  font-size: 15px;
  font-family: 'Manrope';
  font-weight: 500;
  text-decoration: none;
  transition: text-decoration 0s;
}
.success-box:hover {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 25px;
  transform: translateY(-5px);
  text-decoration: none;
}
.workwithus-form{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
}
.form-select-sm{
  padding: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'Manrope';
  background: #000000 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
  border-radius: 16px 16px 0 0;
}
.form-select-sm:focus {
  box-shadow: none !important;
  border-color: #666 !important;
  outline: none !important;
}
.form-select-sm option {
  background-color: white !important;
  color: #495057 !important;
}
.form-select-sm {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
}
.form-control {
  background-color: #ffffff !important;
  border: 1px solid #b1b1b1 !important;
  padding: 12px 15px;
  font-size: 15px;
  color: #6c757d;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #000000 !important;
  outline: none !important;
}
select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
}
select.form-control:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e") !important;
}
.form-design{
  padding: 30px 20px;
}
.form-label{
  color: #000000;
}
.iti {
  width: 100%;
}
.job-list{
  background: #F8F7F4;
  padding: 0 30px;
  border-radius: 16px;
  margin-top: 40px;
}
.job-list .job-item {
  padding: 30px 0px;
  border-bottom: 1px solid #d1d1d1;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.job-list .job-item:last-child {
  border-bottom: none !important;
}
.job-content {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.job-department {
  font-size: 14px;
  color: #444444;
  display: block;
}
.job-details {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
}
.job-info {
  display: flex;
  gap: 30px;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.info-item i {
  font-size: 16px;
  color: #6c757d;
  width: 20px;
}
.info-text {
  color: #444444;
  font-size: 14px;
}
.info-subtext {
  font-size: 14px;
  color: #444444;
}
.jobs-summary-container{
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
}
.career-header-meta span{
  font-size: 14px;
  border: 1px solid #4a4c55;
  border-radius: 16px;
  padding: 3px 12px;
}
.dropdown-overlap-container {
  margin-top: -30px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.dropdown-overlap-container .form-select {
  width: 450px;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Manrope';
  border: none;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 16px 15px;
}
.dropdown-overlap-container .form-select:focus {
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}
/*Blogs*/
.resources-wrapper{
  position: relative;
}
.resources-wrapper a{
  text-decoration: none;
}
.resources-card{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #ebebeb;
  padding: 20px;
  position: relative;
  border-radius: 16px;
  z-index: 1;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}
.resources-card-link { text-decoration: none; color: inherit; }
.resources-card:hover{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 25px;
  transform: translateY(-2px);
}
.resources-head{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 0;
  margin-bottom: 1rem;
}
.resources-head span{
  font-size: 14px;
  border: 1px solid #4a4c55;
  border-radius: 16px;
  padding: 3px 12px;
}
.resources-content{
  width: 100%;
  background: #F8F7F4;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  position: relative;
}
.resources-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.resources-date{
  display: flex;
  align-items: center;
  color: #717989;
  font-size: 13px;
  gap: 8px;
}
.resources-hero-image{ 
  height: 200px;
  object-fit: cover;
  border-radius: 12px; 
  display:block; 
}
.resources-overlap{ 
  margin-top: -40px; 
}
.resources-cta {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100%;
}
.resources-cta .cta-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  transition: border-color .25s ease, transform .25s ease;
}
.resources-card:hover .resources-cta .cta-icon {
  border-color: #bfbfbf;
}
.resources-cta .cta-text {
  position: absolute;
  right: 45px;
  bottom: 10px;
  opacity: 0;
  transform: translateX(16px);
  transition: transform .35s ease, opacity .35s ease;
  font-family: 'Manrope';
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
.resources-card:hover .resources-cta .cta-text {
  opacity: 1;
  transform: translateX(0);
}
.cs-hero-image{
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.cs-hero-stack{ position: relative; }
.cs-overlap-card{
  position: relative;
  margin-top: -70px;
}
/* Blog meta icon row inside results card */
.meta-blog{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  gap: 50px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  margin-bottom: 40px;
}
.meta-icon-row{ 
  display:flex; 
  align-items:center; 
  gap:8px; 
  font-size: 13px;
  margin-bottom: 0;
  color: #717989;
}
.table-of-content{
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #ebebeb;
}
/* Table of Contents Styles */
.toc-list { 
  margin: 0; 
  padding: 0; 
}
.toc-item:hover { 
  border-left-color: #000; 
}
.toc-link {
  font-size: 15px;
  transition: color 0.3s ease, padding-left 0.3s ease;
  text-decoration: none;
  display: block;
  padding: 4px 0;
}
.toc-item.active .toc-link { 
  font-weight: 500;
  color: #000; 
  text-decoration: underline !important; 
}
.blog-sections{
  display: flex;
  flex-flow: column;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.blog-sections h3{
  font-size: 25px;
  margin-top: 48px;
  margin-bottom: 20px;
}
.blog-quote-section {
  background: linear-gradient(135deg, #fdb8ce 20%, #fddde7 100%);
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.blog-quote-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}
.quote-icon {
  position: relative;
  z-index: 2;
}
.blog-quote {
  position: relative;
  margin: 0;
  font-size: 18px;
}
.blog-quote p{
  margin-bottom: 0;
}
.blog-quote small{
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
.result-number {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  font-family: 'Manrope';
}
.result-number.blue {
  color: #0066cc;
}
.result-number.green {
  color: #18a367;
}
.divider-line {
  width: 2px;
  height: 60px;
  background: #ff0000;
  margin: 0 10px;
}
.svg-icon svg{
  transform: rotate(45deg);
  flex-shrink: 0;
}
/* Table styles */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.custom-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 24px 0;
}
.custom-table thead th {
  padding: 20px 30px;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  color: #000;
  border-bottom: 2px solid #e0e0e0;
}
.custom-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s ease;
}
.custom-table tbody tr:last-child {
  border-bottom: none;
}
.custom-table tbody td {
  padding: 20px 30px;
  vertical-align: top;
}