/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

  /*** COLORS */

  --gold-crayola: hsl(209, 61%, 73%);
  --dark-crayola: hsl(209, 70%, 45%);
  --light-crayola: hsl(208, 80%, 81%);
  --quick-silver: hsla(0, 0%, 65%, 1);
  --davys-grey: hsla(30, 3%, 34%, 1);
  --light-mode-grey: rgb(127, 143, 162);
  --new-light-mode: rgb(95, 104, 163);
  --smoky-black-1: hsla(40, 12%, 5%, 1);
  --smoky-black-2: hsla(30, 8%, 5%, 1);
  --smoky-black-3: hsla(0, 3%, 7%, 1);
  --eerie-black-1: hsla(210, 4%, 9%, 1);
  --eerie-black-2: hsla(210, 4%, 11%, 1);
  --eerie-black-3: hsla(180, 2%, 8%, 1);
  --eerie-black-4: hsla(0, 0%, 13%, 1);
  --white: hsla(0, 0%, 100%, 1);
  --white-alpha-20: hsla(0, 0%, 100%, 0.2);
  --white-alpha-10: hsla(0, 0%, 100%, 0.1);
  --black: hsla(0, 0%, 0%, 1);
  --black-alpha-80: hsla(0, 0%, 0%, 0.8);
  --black-alpha-15: hsla(0, 0%, 0%, 0.15);
  
  --brand-blue: #0B5ED7;     /* Enterprise blue */
  --brand-blue-soft: #E9F2FF;
  --brand-orange: #F97316;   /* Enterprise orange */
  --brand-dark: #0F172A;     /* Slate-900 */
  --brand-gray: #475569;     /* Slate-600 */
  --surface-white: #FFFFFF;


  /*** GRADIENT COLOR*/

  --loading-text-gradient: linear-gradient(90deg, transparent 0% 16.66%, var(--smoky-black-3) 33.33% 50%, transparent 66.66% 75%);
  --gradient-1: linear-gradient(to top, hsla(0, 0%, 0%, 0.9), hsla(0, 0%, 0%, 0.7), transparent);

  /*** TYPOGRAPHY*/

  /* font-family */
  --fontFamily-forum: 'Forum', cursive;
  --fontFamily-dm_sans: 'DM Sans', sans-serif;

  /* font-size */
  --fontSize-display-1: calc(1.3rem + 6.7vw);
  --fontSize-headline-1: calc(1rem + 2.5vw);
  --fontSize-headline-2: calc(1.3rem + 2.4vw);
  --fontSize-headline-3: calc(0.1rem + 2.5vw);
  --fontSize-title-1: calc(1.6rem + 1.2vw);
  --fontSize-title-2: 2.2rem;
  --fontSize-title-3: 2.1rem;
  --fontSize-title-4: calc(1.6rem + 1.2vw);
  --fontSize-body-1: 2.4rem;
  --fontSize-body-2: 1.6rem;
  --fontSize-body-3: 1.8rem;
  --fontSize-body-4: 1.6rem;
  --fontSize-label-1: 1.4rem;
  --fontSize-label-2: 1.2rem;

  /* font-weight */
  --weight-regular: 400;
  --weight-bold: 700;

  /* line-height */
  --lineHeight-1: 1em;
  --lineHeight-2: 1.2em;
  --lineHeight-3: 1.5em;
  --lineHeight-4: 1.6em;
  --lineHeight-5: 1.85em;
  --lineHeight-6: 1.4em;

  /* letter-spacing */
  --letterSpacing-1: 0.15em;
  --letterSpacing-2: 0.4em;
  --letterSpacing-3: 0.2em;
  --letterSpacing-4: 0.3em;
  --letterSpacing-5: 3px;

  /*** SPACING*/

  --section-space: 70px;

  /*** SHADOW*/

  --shadow-1: 0px 0px 25px 0px hsla(0, 0%, 0%, 0.25);

  /** * BORDER RADIUS */

  --radius-24: 24px;
  --radius-circle: 50%;

  /** * TRANSITION*/

  --transition-1: 250ms ease;
  --transition-2: 500ms ease;
  --transition-3: 1000ms ease;

}



/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a,
img,
data,
span,
input,
button,
select,
ion-icon,
textarea {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
}

img .w-100 {
  height: 200;
}

input,
button,
select,
textarea {
  background: none;
  border: none;
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  outline: none;
}

button {
  cursor: pointer;
}

address {
  font-style: normal;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--white);
  /* color: var(--white); */
  color: var(--black-alpha-80);
  font-family: var(--fontFamily-dm_sans);
  font-size: var(--fontSize-body-4);
  font-weight: var(--weight-regular);
  line-height: var(--lineHeight-5);
  overflow: hidden;
  height: 300vh;
}

body.loaded {
  /* overflow: overlay; */

  /* change if needed */
  overflow-x: hidden;
  overflow-y: auto;
}

body.nav-active {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--gold-crayola);
}





/*-----------------------------------*\
  #TYPOGRAPHY
\*-----------------------------------*/


.headline-1,
.headline-2
 {
  color: var(--black);
  font-family: var(--fontFamily-forum);
  font-weight: var(--weight-regular);
  line-height: var(--lineHeight-2);
}

.headline-2c
 {
  color: var(--white);
  font-family: var(--fontFamily-forum);
  font-weight: var(--weight-regular);
  line-height: var(--lineHeight-2);
}


.display-1 {
  color: var(--white);
  font-family: var(--fontFamily-forum);
  font-weight: var(--weight-regular);
  line-height: var(--lineHeight-2);
}

.title-1,
.title-2,
.title-3,
.title-4 {
  color: var(--black);
  font-family: var(--fontFamily-forum);
  font-weight: var(--weight-regular);
  line-height: var(--lineHeight-2);
}

.headline-2a{
  color: var(--white);
  font-family: var(--fontFamily-forum);
  font-weight: var(--weight-regular);
  line-height: var(--lineHeight-5);
}

.display-1 {
  font-size: var(--fontSize-display-1);
  line-height: var(--lineHeight-1);
}

.headline-1 {
  font-size: var(--fontSize-headline-3);
}

.headline-1a {
  font-size: 4rem;
 
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 500;
  font-style: normal;
}

.headline-1b {
  font-size: 4rem;
 
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
}

.headline-2 {
  font-size: var(--fontSize-headline-2);
  line-height: var(--lineHeight-6);
}

.headline-2c {
  font-size: var(--fontSize-headline-2);
  line-height: var(--lineHeight-6);
}

.title-1 {
  font-size: var(--fontSize-title-1);
}

.title-2 {
  font-size: var(--fontSize-title-2);
}

.title-2a {
  color: var(--white);
  font-size: var(--fontSize-title-2);
}

.title-3 {
  font-size: var(--fontSize-title-3);
}

.title-4 {
  font-size: var(--fontSize-title-4);
}

.body-1 {
  font-size: var(--fontSize-body-1);
  line-height: var(--lineHeight-6);
}

.body-2 {
  font-size: var(--fontSize-body-2);
  line-height: var(--lineHeight-4);
}

.body-3 {
  font-size: var(--fontSize-body-3);
}

.body-4 {
  font-size: var(--fontSize-body-4);
}

.label-1 {
  font-size: var(--fontSize-label-1);
}

.label-2 {
  font-size: var(--fontSize-label-2);
}

.label-2of {
  font-size: 5rem;
  margin-bottom: 4rem;
  padding-bottom: 5rem;
}

.label-21 {
  font-size: 3rem;
}

.iconsy .fa {
  color: #f44336;

}
.iconsi .fa {
  color: #f44336;

}
.iconsl .fa {
  color: #2240a5;

}


/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container {
  padding-inline: 16px;
}

.separator {
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold-crayola);
  transform: rotate(45deg);
}

.contact-label {
  color: var(--quick-silver);
  font-weight: var(--weight-bold);
}

.contact-number {
  color: var(--gold-crayola);
  max-width: max-content;
  margin-inline: auto;
}

.hover-underline {
  position: relative;
  max-width: max-content;
}

.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid var(--gold-crayola);
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);
}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.contact-number::after {
  bottom: -5px;
}

.text-center {
  text-align: center;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-subtitle {
  position: relative;
  color: var(--dark-crayola);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-2);
  margin-block-end: 12px;
}

.section-subtitle::after {
  /* content: url('../images/separator.svg'); */
  display: block;
  width: 100px;
  margin-inline: auto;
  margin-block-start: 5px;
}

.section-subtitle1 {
  position: relative;
  color: var(--light-crayola);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-2);
  margin-block-end: 12px;
}

.section-subtitle1::after {
  /* content: url('../images/separator.svg'); */
  display: block;
  width: 100px;
  margin-inline: auto;
  margin-block-start: 5px;
}

.btn {
  position: relative;
  color: var(--dark-crayola);
  font-size: var(--fontSize-label-2);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-5);
  max-width: max-content;
  border: 2px solid var(--dark-crayola);
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
}

.btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: var(--radius-circle);
  background-color: var(--gold-crayola);
  transition: var(--transition-2);
  z-index: -1;
}

.btn .text {
  transition: var(--transition-1);
}

.btn .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  color: var(--smoky-black-1);
}

.btn:is(:hover, :focus-visible)::before {
  bottom: -50%;
}

.btn:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}

.btn:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-secondary {
  background-color: var(--gold-crayola);
  color: var(--black);
}

.btn-secondary::before {
  background-color: var(--smoky-black-1);
}

.btn-secondary .text-2 {
  color: var(--white);
}

.has-before,
.has-after {
  position: relative;
  z-index: 1;
}

.has-before::before,
.has-after::after {
  content: "";
  position: absolute;
}

.section {
  position: relative;
  padding-block: var(--section-space);
  overflow: hidden;
  z-index: 1;
}

.bg-black-10 {
  background-color: var(--smoky-black-2);
}

.bg-white-10 {
  background-color: var(--white-alpha-10);
}

.grid-list {
  display: grid;
  gap: 40px;
}

.hover\:shine {
  position: relative;
}

.hover\:shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, transparent 0%, #fff6 100%);
  transform: skewX(-0.08turn) translateX(-180%);
}

.hover\:shine:is(:hover, :focus-within)::after {
  transform: skewX(-0.08turn) translateX(275%);
  transition: var(--transition-3);
}

.img-holder {
  aspect-ratio: var(--width) / var(--height);
  overflow: hidden;
  background-color: var(--eerie-black-4);
}

.btn-text {
  color: var(--gold-crayola);
  padding-block-end: 4px;
  margin-inline: auto;
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-3);
  font-weight: var(--weight-bold);
  transition: var(--transition-1);
}

.btn-text:is(:hover, :focus-visible) {
  color: var(--white);
}

.shape {
  display: none;
  position: absolute;
  max-width: max-content;
  z-index: -1;
}

.w-100 {
  width: 100%;
}

.move-anim {
  animation: move 5s linear infinite;
}

@keyframes move {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }
}


/* Hero Video Styles */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust darkness */
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 20px;
}

.hero-title {
    min-height: 120px; /* Adjust based on your font size */
    display: flex;
    align-items: center;
    justify-content: center;
}

#typewriter {
    border-right: 3px solid var(--gold-crayola);
    padding-right: 5px;
    animation: blink 0.7s step-end infinite;
}

@keyframes blink {
    from, to { border-color: transparent; }
    50% { border-color: var(--gold-crayola); }
}

.hero-text {
    min-height: 60px;
    margin: 20px auto;
    max-width: 800px;
}

/* Remove old slider styles */
.hero-slider,
.slider-btn {
    display: none;
}


.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.input-field {
  background-color: var(--eerie-black-2);
  color: var(--white);
  height: 56px;
  padding: 10px 20px;
  border: 1px solid var(--white-alpha-10);
  margin-block-end: 20px;
  outline: none;
  transition: border-color var(--transition-2);
}

.input-field::placeholder {
  color: inherit;
}

.input-field:focus {
  border-color: var(--gold-crayola);
}

.icon-wrapper {
  position: relative;
  margin-block-end: 20px;
}

.icon-wrapper .input-field {
  margin-block-end: 0;
  padding-inline-start: 40px;
  appearance: none;
  cursor: pointer;
}

.icon-wrapper ion-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  --ionicon-stroke-width: 50px;
  pointer-events: none;
}

.icon-wrapper ion-icon:first-child {
  left: 15px;
}

.icon-wrapper ion-icon:last-child {
  right: 10px;
}



/*-----------------------------------*\
  #PRELOAD
\*-----------------------------------*/

:root {
  /* Define specific logo colors if not already in your variables */
  --tiq-blue: #0F52BA;  /* Matched from your logo */
  --tiq-orange: #F97316; /* Matched from your logo */
}

.preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white); /* Clean white background */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}

/* Container for the logo and rings */
.loader-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The Logo Image inside the loader */
.loader-logo-img {
  width: 100px; /* Adjust based on your logo's actual size */
  height: auto;
  z-index: 2;
  animation: breathe 2s ease-in-out infinite;
}

/* Shared Ring Styles */
.loader-ring {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  border-color: transparent;
  width: 100%;
  height: 100%;
}

/* Ring 1 - Blue (Outer) */
.loader-ring.blue {
  border-width: 3px;
  border-top-color: var(--tiq-blue); /* Only color the top */
  border-left-color: rgba(15, 82, 186, 0.2); /* Faint trail */
  width: 160px;
  height: 160px;
  animation: spin 1.5s linear infinite;
}

/* Ring 2 - Orange (Inner) */
.loader-ring.orange {
  border-width: 3px;
  border-bottom-color: var(--tiq-orange); /* Only color the bottom */
  border-right-color: rgba(249, 115, 22, 0.2); /* Faint trail */
  width: 140px;
  height: 140px;
  animation: spin-reverse 1.2s linear infinite;
}

/* Optional Text below the spinner */
.preload-text {
  margin-top: 20px;
  font-family: var(--fontFamily-dm_sans);
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--tiq-blue);
  text-transform: uppercase;
  font-size: 1.2rem;
  animation: fadePulse 2s infinite;
}

/* --- Animations --- */

/* Spin Clockwise */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Spin Counter-Clockwise */
@keyframes spin-reverse {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

/* Logo Breathing Effect */
@keyframes breathe {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.9; }
}

/* Text pulsing */
@keyframes fadePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* --- Hide State (Loaded) --- */
.preload.loaded {
  opacity: 0;
  pointer-events: none; /* Allows user to click through even if fading out */
  transform: scale(1.1); /* Slight zoom out effect on exit */
}

/*-----------------------------------*\
  #TOPBAR
\*-----------------------------------*/

.topbar {
  display: none;
}



/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

.header .btn {
  display: none;
}

/* .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding-block: 40px;
  z-index: 4;
  border-block-end: 1px solid transparent;
  transition: var(--transition-1);
} */

/* hidden header  */

.header {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding-block: 40px;
  z-index: 4;
  border-block-end: 1px solid transparent;
  transition: var(--transition-1);
}


/* flexible header css */

/* .header.active {
  padding-block: 20px;
  background-color: rgba(5, 14, 58, 0.4);
  border-color: var(--black-alpha-15);
} */

/* .header.hide {
  transform: translateY(-100%);
  transition-delay: 250ms;
} */

/* fixed header css */
/* .header.hide {
  transform: translateY(0); 
  transition-delay: 0ms;
}

.header.active {
  padding-block: 20px;
  background-color: rgba(5, 14, 58, 0.95); 
  border-color: var(--black-alpha-15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); 
} */

/* hidden header */

/* Disable the hide effect so it naturally scrolls out of view */
.header.hide {
  transform: none; 
}

/* Keep the active background transparent since it will only be seen at the top anyway */
.header.active {
  background-color: transparent;
  border-color: transparent;
  padding-block: 40px; /* Keep the padding the same as the original */
}

.header .container {
  padding-inline: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.nav-open-btn {
  padding: 12px;
  padding-inline-end: 0;
}

.nav-open-btn .line {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin-block: 4px;
  transform-origin: left;
  /* animation: menuBtn 400ms ease-in-out alternate infinite; */
}

@keyframes menuBtn {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0.5);
  }
}

.nav-open-btn .line-2 {
  animation-delay: 150ms;
}

.nav-open-btn .line-3 {
  animation-delay: 300ms;
}

.navbar {
  position: fixed;
  background-color: var(--dark-crayola);
  color: var(--white); /* changes to white*/
  top: 0;
  left: -360px;
  bottom: 0;
  max-width: 360px;
  width: 100%;
  padding-inline: 30px;
  padding-block-end: 50px;
  overflow-y: auto;
  visibility: hidden;
  z-index: 2;
  transition: var(--transition-2);
}

.navbar.active {
  visibility: visible;
  transform: translateX(360px);
}

.navbar .close-btn {
  color: var(--white);
  border: 1px solid currentColor;
  padding: 4px;
  border-radius: var(--radius-circle);
  margin-inline-start: auto;
  margin-block: 30px 20px;
}

.navbar .close-btn ion-icon {
  --ionicon-stroke-width: 40px;
}

.navbar .close-btn:is(:hover, :focus-visible) {
  color: var(--gold-crayola);
}

.navbar .logo {
  max-width: max-content;
  margin-inline: auto;
  margin-block-end: 60px;
}

.navbar-list {
  border-block-end: 1px solid var(--white-alpha-20);
  margin-block-end: 100px;
}

.navbar-item {
  color: var(--white);  /* new change to whtite */
  border-block-start: 1px solid var(--white-alpha-20);
}

.navbar-link {
  position: relative;
  font-size: var(--fontSize-label-2);
  text-transform: uppercase;
  padding-block: 10px;
  max-width: unset;
}

.navbar-link::after {
  display: none;
}

.navbar-link .span {
  transition: var(--transition-1);
}

.navbar-link:is(:hover, :focus-visible, .active) .span {
  color: var(--gold-crayola);
  transform: translateX(20px);
}

.navbar-link .separator {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: var(--transition-1);
}

.navbar-link:is(:hover, :focus-visible, .active) .separator {
  opacity: 1;
}

.navbar-title {
  margin-block-end: 15px;
}

.navbar-text {
  margin-block: 10px;
}

.navbar .body-4 {
  color: var(--quick-silver);
}

.sidebar-link {
  transition: var(--transition-1);
}

.sidebar-link:is(:hover, :focus-visible) {
  color: var(--gold-crayola);
}

.navbar .text-center .separator {
  margin-block: 30px;
  margin-inline: auto;
}

.navbar .contact-label {
  margin-block-end: 10px;
}

.navbar::-webkit-scrollbar-thumb {
  background-color: var(--white-alpha-10);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--black-alpha-80);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-2);
  z-index: 1;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.hero-description{
  color : var(--brand-orange);
}
#hero-description {
    background: linear-gradient(90deg, #ff7a00, #ffb347);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.7;
}

  .logo-container {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px 6px 6px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(14px) saturate(1.6) brightness(1.15);
    -webkit-backdrop-filter: blur(14px) saturate(1.6) brightness(1.15);
    border: 1px solid rgba(255, 255, 255, 0.22);
    /* animation: pillGlow 2.8s ease-in-out infinite; */
    transition: background 0.35s, border-color 0.35s;
  }

  .logo-container:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 215, 80, 0.55);
  }

  .logo-container img {
    height: 140px;
    width: auto;
    display: block;
     /* animation: pulseGlow 2.8s ease-in-out infinite; */
  }

  @keyframes pulseGlow {
    0%, 100% {
      filter:
        drop-shadow(0 0 5px rgba(255, 200, 80, 0.40))
        drop-shadow(0 0 14px rgba(255, 150, 30, 0.18));
    }
    50% {
      filter:
        drop-shadow(0 0 12px rgba(255, 215, 100, 0.95))
        drop-shadow(0 0 32px rgba(255, 160, 40, 0.45));
    }
  }

  @keyframes pillGlow {
    0%, 100% {
      box-shadow: 0 0 0 0 rgba(255, 200, 80, 0);
    }
    50% {
      box-shadow:
        0 0 18px 4px rgba(255, 190, 60, 0.25),
        0 0 40px 8px rgba(255, 150, 30, 0.10);
    }
  }



/* ==================== ENTERPRISE MEGA MENU (BRAND COLORS) ==================== */

:root {
  /* Your requested colors */
  --mega-bg-blue: rgba(37, 77, 129, 0.98); /* Slightly opaque for glass feel, or 1 for solid */
  --mega-bg-darker: rgba(25, 55, 95, 1); /* Darker shade for left panel */
  --mega-text-orange: rgba(245, 155, 65, 1);
  --mega-text-white: #ffffff;
  --mega-border: rgba(255, 255, 255, 0.1);
}

.mega-menu {
  position: static; /* Allows panel to be full width if needed, or relative for contained */
}

/* --- MEGA PANEL CONTAINER --- */
.mega-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 800px; /* Controlled width for enterprise look */
  max-width: 95vw;
  background-color: var(--mega-bg-blue);
  border-radius: 8px;
  display: flex;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  overflow: hidden;
  margin-top: 15px; /* Spacing from navbar */
}

/* Hover State (Desktop) */
@media (min-width: 992px) {
  .mega-menu:hover .mega-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

/* --- LEFT SIDE: TABS --- */
.mega-left {
  width: 35%;
  background-color: var(--mega-bg-darker);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}

.mega-tab {
  background: transparent;
  border: none;
  width: 100%;
  padding: 15px 25px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--fontFamily-dm_sans); /* Use your site font */
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.mega-tab:hover {
  background-color: rgba(255,255,255,0.05);
  color: #fff;
}

.mega-tab.active {
  background-color: var(--mega-bg-blue); /* Blends with right side */
  color: var(--mega-text-white);
  border-left-color: var(--mega-text-orange);
  font-weight: 700;
  box-shadow: 5px 0 10px rgba(0,0,0,0.1); /* Subtle shadow over right panel */
}

/* --- RIGHT SIDE: CONTENT --- */
.mega-right {
  width: 65%;
  padding: 30px;
  background-color: var(--mega-bg-blue);
}

.mega-content {
  display: none; /* Hidden by default */
  animation: fadeIn 0.3s ease;
}

.mega-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.mega-cat-title {
  font-family: var(--fontFamily-forum); /* Your heading font */
  font-size: 1.5rem;
  color: var(--mega-text-orange);
  margin-bottom: 20px;
  border-bottom: 1px solid var(--mega-border);
  padding-bottom: 10px;
}

.mega-grid {
  display: grid;
  grid-template-columns: 1fr; /* Single column list is cleaner for services */
  gap: 10px;
}

.mega-link {
  display: block;
  color: var(--mega-text-white);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s;
  border: 1px solid transparent;
}

.mega-link:hover {
  background-color: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  transform: translateX(5px); /* Subtle slide */
}

/* --- MOBILE STYLES --- */
.mobile-services-list {
  display: none;
}

@media (max-width: 991px) {
  .mega-panel {
    display: none !important; /* Hide complicated panel on mobile */
  }

  .mobile-services-list {
    display: block;
    padding: 10px 20px;
    width: 100%;
  }

  .mobile-services-list details {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .mobile-services-list summary {
    color: var(--mega-text-orange);
    font-weight: 700;
    padding: 10px 0;
    cursor: pointer;
    list-style: none;
  }
  
  .mobile-services-list a {
    display: block;
    color: #fff;
    padding: 8px 0 8px 15px;
    text-decoration: none;
    font-size: 0.95rem;
  }
}
/* half hero section */

/*-----------------------------------*\
  #INTERNAL PAGE HERO
  (Add to bottom of CSS)
\*-----------------------------------*/

.page-hero {
  position: relative;
  /* 60vh = Approx half page height */
  height: 60vh; 
  min-height: 400px; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Add padding to account for the fixed header */
  padding-top: 80px; 
}

/* Background Image Wrapper */
.page-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* The "Cool" Zoom Effect */
  animation: heroZoom 15s infinite alternate;
}

@keyframes heroZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.15); }
}

/* Gradient Overlay (Blue to Dark) */
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(123, 151, 194, 0.2), rgba(116, 142, 209, 0.3));
  z-index: 1;
}

/* Content */
.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
}

.page-hero-title {
  font-family: var(--fontFamily-forum);
  font-size: var(--fontSize-display-1); /* Large Title */
  line-height: 1.2;
  margin-bottom: 15px;
  animation: slideUp 1s ease forwards;
}

/* Breadcrumbs Styling */
.breadcrumb-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--fontFamily-dm_sans);
  font-size: var(--fontSize-label-2);
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: fadeIn 1.5s ease forwards;
}

.breadcrumb-link {
  color: var(--white-alpha-20); /* Faded white */
  transition: var(--transition-1);
}

.breadcrumb-link:hover {
  color: var(--brand-orange);
}

.breadcrumb-separator {
  color: var(--brand-orange);
  font-weight: bold;
}

.breadcrumb-current {
  color: var(--brand-orange);
  font-weight: bold;
}

/* Animations */
@keyframes slideUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Optional: Wave Shape at bottom */
.hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 3;
}

.hero-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}

.hero-shape .shape-fill {
  fill: var(--white); /* Matches your body bg */
}

/* CSS for video */
.page-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video fills the area without distortion */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; /* Sits behind the gradient overlay */
}

/* Ensure the background wrapper takes full size */
.page-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Page-heros-video background change  */


.page-heros {
  position: relative;
  /* 60vh = Approx half page height */
  height: 60vh; 
  min-height: 400px; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Add padding to account for the fixed header */
  padding-top: 80px; 
}

/* Background Image Wrapper */
.page-heros-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-heros-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* The "Cool" Zoom Effect */
  animation: heroZoom 15s infinite alternate;
}

/* Gradient Overlay (Blue to Dark) */
.page-heros::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(179, 190, 211, 0.8), rgba(160, 169, 212, 0.9));
  z-index: 1;
}

/* Content */
.page-heros-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
}

.page-heros-title {
  font-family: var(--fontFamily-forum);
  font-size: var(--fontSize-display-1); /* Large Title */
  line-height: 1.2;
  margin-bottom: 15px;
  animation: slideUp 1s ease forwards;
}


/* CSS for video */
.page-heros-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video fills the area without distortion */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; /* Sits behind the gradient overlay */
}

/* Ensure the background wrapper takes full size */
.page-heros-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*-----------------------------------*\
  #About us 
\*-----------------------------------*/

    /* Scoped styles for Modern About Section */
   
/* ── tokens ─────────────────────────────────────────── */
.tiq-about {
  --blue:    rgba(37,  77, 129, 1);
  --orange:  rgba(245,147,  49, 1);
  --blue-20: rgba(37,  77, 129, .18);
  --org-20:  rgba(245,147,  49, .18);
  --blue-08: rgba(37,  77, 129, .08);
  --org-08:  rgba(245,147,  49, .08);
  --bg:      #ebe7e7;
  --surface: rgba(255,255,255,.72);
  --text:    #1a1a2e;
  --muted:   #4a4a6a;
  --radius:  12px;
  /* --font-head: Georgia, 'Times New Roman', serif; */
  /* --font-body: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

/* ── reset inside section ────────────────────────────── */
.tiq-about *, .tiq-about *::before, .tiq-about *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.tiq-about { list-style: none; }
.tiq-about a { text-decoration: none; }
.tiq-about button { font-family: inherit; }

/* ── section shell ───────────────────────────────────── */
.tiq-about {
  position: relative;
  /* background: var(--bg); */
  background: #fff;
  padding: 6rem 2rem 5rem;
  overflow: hidden;
  font-family: var(--font-body);
}

/* ── scroll bar ─────────────────────────────────────── */
.tiq-scroll-bar {
  position: fixed;
  top: 0; left: 0;
  height: 3px; width: 0;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  z-index: 9999;
  transition: width .1s linear;
}

/* ── ambient ─────────────────────────────────────────── */
.tiq-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.tiq-orb {
  position: absolute;
  border-radius: 50%;
  opacity: .12;
  animation: tiqOrb 22s ease-in-out infinite alternate;
}
.tiq-orb--blue {
  width: 520px; height: 520px;
  background: radial-gradient(circle, var(--blue) 0%, transparent 70%);
  top: -180px; left: -140px;
  animation-delay: 0s;
}
.tiq-orb--orange {
  width: 380px; height: 380px;
  background: radial-gradient(circle, var(--orange) 0%, transparent 70%);
  bottom: -100px; right: -80px;
  animation-delay: -11s;
}
@keyframes tiqOrb {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(40px,-40px) scale(1.08); }
}
/* subtle dot grid */
.tiq-grid-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(37,77,129,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .6;
}

/* ── particles host ──────────────────────────────────── */
.tiq-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.tiq-p {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: tiqPfly 1.8s ease-out forwards;
}
@keyframes tiqPfly {
  0%   { opacity: 1; transform: translate(0,0) scale(1); }
  100% { opacity: 0; transform: translate(var(--tx),var(--ty)) scale(0); }
}

/* ── wrapper ─────────────────────────────────────────── */
.tiq-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ── header ──────────────────────────────────────────── */
/* ── header ──────────────────────────────────────────── */
.tiq-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 4rem;
}

.tiq-header-text {
  max-width: 800px;
}

/* Remove image styles completely */
.tiq-header-media {
  display: none;
}

.tiq-eyebrow {
  display: inline-block;
  font-size: 1.78rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1.2rem;
  opacity: 0;
  animation: tiqUp .7s ease .1s forwards;
}
.tiq-headline {
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  opacity: 0;
  animation: tiqUp .7s ease .25s forwards;
}
.tiq-headline em {
  font-style: normal;
  color: var(--blue);
  position: relative;
}
.tiq-headline em::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  animation: tiqUnderline .6s ease .9s forwards;
}
@keyframes tiqUnderline {
  to { transform: scaleX(1); }
}

/* ── body (tab layout) ───────────────────────────────── */
.tiq-body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(37,77,129,.12),
              0 2px 8px rgba(0,0,0,.06);
  opacity: 0;
  animation: tiqFade .7s ease .45s forwards;
  /* Two-colour border: blue left/top, orange right/bottom */
  border-top:    3px solid var(--blue);
  border-left:   3px solid var(--blue);
  border-bottom: 3px solid var(--orange);
  border-right:  3px solid var(--orange);
}

/* ── tab nav ─────────────────────────────────────────── */
.tiq-tab-nav {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.5);
  border-right: 1px solid rgba(37,77,129,.12);
}

.tiq-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 1.6rem 1.5rem;
  background: transparent;
  border: none;
  border-left: 4px solid transparent;
  border-bottom: 1px solid rgba(37,77,129,.08);
  cursor: pointer;
  text-align: left;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
}
.tiq-tab:last-child { border-bottom: none; }

/* shine on hover */
.tiq-tab::after {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(110deg,
    transparent 20%, rgba(255,255,255,.55) 50%, transparent 80%);
  transform: skewX(-12deg);
  opacity: 0;
  transition: none;
}
.tiq-tab:hover::after {
  animation: tiqTabShine .5s ease forwards;
}
@keyframes tiqTabShine {
  0%   { left:-80%; opacity:1; }
  100% { left:140%; opacity:.3; }
}

.tiq-tab:hover {
  background: var(--blue-08);
  border-left-color: var(--blue);
}
.tiq-tab.active {
  background: var(--blue-08);
  border-left: 4px solid var(--blue);
}
.tiq-tab.active .tiq-tab-num { color: var(--blue); }
.tiq-tab.active .tiq-tab-label { color: var(--text); font-weight: 700; }
.tiq-tab.active .tiq-tab-arrow { opacity: 1; transform: translateX(0); color: var(--orange); }

.tiq-tab-num {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--muted);
  min-width: 22px;
  transition: color .3s;
}
.tiq-tab-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--muted);
  flex: 1;
  transition: color .3s;
}
.tiq-tab:hover .tiq-tab-label { color: var(--text); }
.tiq-tab:hover .tiq-tab-num   { color: var(--blue); }
.tiq-tab-arrow {
  font-size: 1.1rem;
  opacity: 0;
  transform: translateX(-8px);
  transition: all .3s ease;
}
.tiq-tab:hover .tiq-tab-arrow {
  opacity: .6;
  transform: translateX(0);
  color: var(--orange);
}

/* ── panels ──────────────────────────────────────────── */
.tiq-panels {
  position: relative;
  min-height: 280px;
}
.tiq-panel {
  position: absolute;
  inset: 0;
  padding: 2.8rem 3rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateX(20px);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}
.tiq-panel.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}
.tiq-panel-inner { max-width: 640px; }
.tiq-panel-text {
  font-size: 1.5rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 2rem;
}
.tiq-pillars {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  list-style: none;
}
.tiq-pillars li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text);
}
.tiq-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.tiq-dot--blue   { background: var(--blue); }
.tiq-dot--orange { background: var(--orange); }

/* ── stats ───────────────────────────────────────────── */
.tiq-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  opacity: 0;
  animation: tiqFade .7s ease .7s forwards;
}
.tiq-stat {
  padding: 2rem 1.8rem;
  border-radius: var(--radius);
  background: var(--surface);
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: transform .3s ease, box-shadow .3s ease;
  /* single-colour borders per variant */
}
.tiq-stat--blue {
  border-top:    3px solid var(--blue);
  border-left:   3px solid var(--blue);
  border-bottom: 1px solid rgba(37,77,129,.15);
  border-right:  1px solid rgba(37,77,129,.15);
  box-shadow: 0 4px 20px rgba(37,77,129,.1);
}
.tiq-stat--orange {
  border-top:    3px solid var(--orange);
  border-left:   3px solid var(--orange);
  border-bottom: 1px solid rgba(245,147,49,.15);
  border-right:  1px solid rgba(245,147,49,.15);
  box-shadow: 0 4px 20px rgba(245,147,49,.1);
}
.tiq-stat:hover {
  transform: translateY(-5px);
}
.tiq-stat--blue:hover {
  box-shadow: 0 12px 35px rgba(37,77,129,.18);
}
.tiq-stat--orange:hover {
  box-shadow: 0 12px 35px rgba(245,147,49,.22);
}

/* stat bar fill from bottom */
.tiq-stat-bar {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 0;
  transition: height .4s ease;
}
.tiq-stat--blue .tiq-stat-bar   { background: var(--blue-08); }
.tiq-stat--orange .tiq-stat-bar { background: var(--org-08); }
.tiq-stat:hover .tiq-stat-bar   { height: 100%; }

.tiq-stat-top {
  display: flex;
  align-items: baseline;
  gap: 2px;
  position: relative; z-index: 1;
  margin-bottom: .6rem;
}
.tiq-stat-num {
  font-family: var(--font-head);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.tiq-stat--blue   .tiq-stat-num { color: var(--blue); }
.tiq-stat--orange .tiq-stat-num { color: var(--orange); }

.tiq-stat-plus {
  font-size: 1.6rem;
  font-weight: 700;
}
.tiq-stat--blue   .tiq-stat-plus { color: var(--orange); }
.tiq-stat--orange .tiq-stat-plus { color: var(--blue); }

.tiq-stat-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  position: relative; z-index: 1;
}

/* ── CTA ─────────────────────────────────────────────── */
.tiq-cta {
  text-align: center;
  margin-top: 3rem;
  opacity: 0;
  animation: tiqUp .7s ease 1s forwards;
}
.tiq-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 1rem 2.8rem;
  background: var(--blue);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
  /* orange right+bottom edge */
  border-top:    2px solid var(--blue);
  border-left:   2px solid var(--blue);
  border-bottom: 2px solid var(--orange);
  border-right:  2px solid var(--orange);
  box-shadow: 0 6px 24px rgba(37,77,129,.3);
}
.tiq-btn:hover {
  transform: translateY(-3px);
  background: #1d3d6e;
  box-shadow: 0 12px 36px rgba(37,77,129,.4);
}
.tiq-btn-text { position: relative; z-index: 1; }
.tiq-btn-icon {
  font-size: 1.2rem;
  position: relative; z-index: 1;
  transition: transform .3s ease;
}
.tiq-btn:hover .tiq-btn-icon { transform: translateX(5px); }
.tiq-btn-shine {
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(110deg,
    transparent 20%, rgba(255,255,255,.25) 50%, transparent 80%);
  transform: skewX(-12deg);
}
.tiq-btn:hover .tiq-btn-shine {
  animation: tiqBtnShine .55s ease forwards;
}
@keyframes tiqBtnShine {
  0%   { left:-80%; }
  100% { left:140%; }
}

/* ── shared keyframes ────────────────────────────────── */
@keyframes tiqUp {
  from { opacity:0; transform:translateY(22px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes tiqFade {
  from { opacity:0; }
  to   { opacity:1; }
}

/* ── responsive ──────────────────────────────────────── */
@media (max-width: 900px) {
  .tiq-body {
    grid-template-columns: 1fr;
  }
  .tiq-tab-nav {
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid rgba(37,77,129,.12);
    scrollbar-width: none;
  }
  .tiq-tab-nav::-webkit-scrollbar { display: none; }
  .tiq-tab {
    border-left: none;
    border-bottom: 3px solid transparent;
    border-top: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .tiq-tab.active {
    border-left: none;
    border-bottom: 3px solid var(--blue);
  }
  .tiq-tab:hover {
    border-left-color: transparent;
    border-bottom-color: var(--orange);
  }
  .tiq-panel { padding: 2rem 1.8rem; }
  .tiq-stats { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .tiq-about { padding: 4rem 1.2rem 3.5rem; }
  .tiq-headline { font-size: 2rem; }
  .tiq-tab-label { font-size: .88rem; }
  .tiq-panel { padding: 1.5rem 1.2rem; }
  .tiq-panel-text { font-size: 1rem; }
}

/*-----------------------------------*\
  #WHAT WE Do 
\*-----------------------------------*/

/* ==================== MODERN HONEYCOMB SECTION (FLIP VERSION) ==================== */

.what-we-do-modern {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* --- Subtle Background Shapes --- */
.honeycomb-floating-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.float-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  animation: floatBlobH 26s infinite ease-in-out;
}
.float-shape:nth-child(1){ width: 500px; height: 500px; background: radial-gradient(circle, var(--brand-blue) 0%, transparent 70%); top: -150px; left: -100px; }
.float-shape:nth-child(2){ width: 400px; height: 400px; background: radial-gradient(circle, var(--brand-orange) 0%, transparent 70%); top: 60%; right: -100px; animation-delay: 5s; }
.float-shape:nth-child(3){ width: 300px; height: 300px; background: radial-gradient(circle, var(--brand-blue) 0%, transparent 70%); bottom: -50px; left: 30%; animation-delay: 10s; }
@keyframes floatBlobH {
  0%,100%{transform:translate(0,0) scale(1);}
  33% {transform:translate(40px,-60px) scale(1.05);}
  66% {transform:translate(-40px,60px) scale(0.95);}
}

/* --- Particles --- */
.honeycomb-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.hcp { 
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: hcpFly 1.8s ease-out forwards;
}
@keyframes hcpFly {
  0% {opacity:1; transform:translate(0,0) scale(1);}
  100% {opacity:0; transform:translate(var(--tx),var(--ty)) scale(0);}
}

/* --- Intro Text --- */
.section-intro-modern {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.section-subtitle-modern {
  color: var(--brand-orange);
  font-family: var(--fontFamily-dm_sans);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 15px;
  display: block;
}
.section-title-modern {
  font-family: var(--fontFamily-forum);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 400;
  color: var(--brand-dark);
  line-height: 1.1;
  margin-bottom: 25px;
}
.section-text-modern {
  font-family: var(--fontFamily-dm_sans);
  font-size: 1.8rem;
  color: var(--brand-gray);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* --- Grid Wrapper --- */
.honeycomb-wrapper {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.honeycomb-grid-modern {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* --- 3D HEXAGON CONTAINER --- */
.hex-link {
  text-decoration: none;
  color: inherit;
  display: block;
  perspective: 1000px; /* Essential for 3D flip */
}

/* Update these specific classes in your CSS */

/* 1. Hexagon Container Size - slightly reduced for elegance */
.hexagon-modern {
  width: 210px;
  height: 242px;
  margin: -30px 4px 0; /* Tighter honeycomb packing */
  position: relative;
  cursor: pointer;
  opacity: 0;
  animation: hexPop .6s cubic-bezier(.34,1.56,.64,1) forwards;
}

/* Offsets for Honeycomb Layout */
.hexagon-modern:nth-child(5n+4),
.hexagon-modern:nth-child(5n+5) { margin-left: 115px; }

/* Entrance Delays */
.hex-link:nth-child(1) .hexagon-modern {animation-delay:.1s;}
.hex-link:nth-child(2) .hexagon-modern {animation-delay:.2s;}
.hex-link:nth-child(3) .hexagon-modern {animation-delay:.3s;}
.hex-link:nth-child(4) .hexagon-modern {animation-delay:.4s;}
.hex-link:nth-child(5) .hexagon-modern {animation-delay:.5s;}
.hex-link:nth-child(6) .hexagon-modern {animation-delay:.6s;}
.hex-link:nth-child(7) .hexagon-modern {animation-delay:.7s;}
.hex-link:nth-child(8) .hexagon-modern {animation-delay:.8s;}
.hex-link:nth-child(9) .hexagon-modern {animation-delay:.9s;}
.hex-link:nth-child(10) .hexagon-modern{animation-delay:1.0s;}

@keyframes hexPop {
  from{opacity:0; transform:scale(.7) translateY(30px);}
  to  {opacity:1; transform:scale(1)  translateY(0);}
}

/* --- FLIPPER (The element that rotates) --- */
.hex-flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy flip */
  transform-style: preserve-3d;
}

.hexagon-modern:hover .hex-flipper {
  transform: rotateY(180deg);
}

/* --- FACES (Front and Back) --- */
.hex-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden; /* Hides the back of the element when flipped */
  /* Clip Path applies to both faces */
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* --- FRONT FACE --- */
.hex-front {
  background: #ffffff;
  z-index: 2;
  transform: rotateY(0deg);
}

/* --- BACK FACE --- */
.hex-back {
  background: linear-gradient(135deg, var(--brand-blue) 0%, #1e3a8a 100%);
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}

/* --- SVG Border (On Front) --- */
.hex-border-svg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 5;
}

.hex-stroke {
  fill: none;
  stroke: url(#hexGrad); /* Make sure this ID exists in HTML defs */
  stroke-width: 4;
  stroke-dasharray: 750;
  stroke-dashoffset: 750;
  transition: stroke-dashoffset 0.6s ease;
}

/* Border animates on hover of the container */
.hexagon-modern:hover .hex-stroke {
  stroke-dashoffset: 0;
}

/* 3. Typography Cleanup */
.hexagon-content-modern {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 85%;
  z-index: 3;
  transition: transform .3s ease;
}

/* 2. Professional Icons (Replaces Emojis) */
.hex-icon {
  font-size: 3rem; /* Perfect size, not cartoonish */
  display: block;
  margin-bottom: 12px;
  color: #0B5ED7; /* Brand Blue */
  transition: all 0.4s ease;
  filter: drop-shadow(0 4px 6px rgba(11, 94, 215, 0.2)); /* Subtle depth */
}

/* Hover Effect for Icon */
.hexagon-modern:hover .hex-icon {
  color: #F97316; /* Changes to Brand Orange on hover */
  transform: scale(1.1);
  filter: drop-shadow(0 4px 10px rgba(249, 115, 22, 0.3));
}

.hexagon-content-modern h3 {
  font-family: var(--fontFamily-dm_sans, sans-serif);
  font-size: 1.375rem; /* Clean, professional size */
  font-weight: 700;
  color: #1e293b; /* Dark Slate Gray (Enterprise standard) */
  margin: 0 0 4px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hex-tagline {
  font-family: var(--fontFamily-dm_sans, sans-serif);
  font-size: 1.355rem;
  color: #F97316; /* Brand Orange */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* 4. Back Face (Description) Cleanup */
.hex-desc {
  color: #fff;
  font-family: var(--fontFamily-dm_sans, sans-serif);
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 400;
}

/* 5. Button on Back */
.btn-hex-cta {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F97316;
  background: #fff;
  padding: 8px 18px;
  border-radius: 4px; /* More professional than full round */
  font-weight: 800;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.btn-hex-cta:hover {
  background: var(--brand-orange);
  color: #fff;
}

/* --- Shine Effect (Front only) --- */
.hex-shine {
  position: absolute;
  top: 0; left: -130%;
  width: 60%; height: 100%;
  background: linear-gradient(112deg, transparent 20%, rgba(255,255,255,0.8) 50%, transparent 80%);
  transform: skewX(-20deg);
  pointer-events: none;
}
.hexagon-modern:hover .hex-shine {
  animation: hexShineRun .7s ease forwards;
}
@keyframes hexShineRun {
  0% {left:-130%; opacity:1;}
  100% {left: 160%; opacity:0;}
}

/* Responsive */
@media (max-width: 1024px) {
  .hexagon-modern { width: 180px; height: 207px; }
  .hexagon-modern:nth-child(5n+4),
  .hexagon-modern:nth-child(5n+5) { margin-left: 95px; }
  .section-title-modern { font-size: 3.5rem; }
}

@media (max-width: 768px) {
  .what-we-do-modern { padding: 80px 0; }
  .honeycomb-grid-modern { max-width: 400px; }
  .hexagon-modern { width: 150px; height: 172px; margin: -25px 3px 0; }
  .hexagon-modern:nth-child(5n+4),
  .hexagon-modern:nth-child(5n+5) { margin-left: 78px; }
  
  .hex-icon { font-size: 2.5rem; }
  .hexagon-content-modern h3 { font-size: 0.9rem; }
  .hex-tagline { display: none; } /* Hide tagline on mobile for space */
  .hex-desc { font-size: 0.8rem; line-height: 1.2; }
}

@media (max-width: 480px) {
  .hexagon-modern { width: 130px; height: 150px; }
  .hexagon-modern:nth-child(5n+4),
  .hexagon-modern:nth-child(5n+5) { margin-left: 68px; }
}


/* ==================== STAFFING & RESOURCING SECTION ==================== */

/* ==================== STAFFING & RESOURCING (COLORFUL) ==================== */

:root {
  /* Core Brand Colors */
  --st-blue: #254d81;   /* Your Blue: rgba(37, 77, 129) converted to HEX */
  --st-orange: #f59b41; /* Your Orange: rgba(245, 155, 65) converted to HEX */
  --st-light-blue: #eef4fc; /* Very light blue for backgrounds */
}

.section-staffing-resourcing {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Subtle background pattern to remove "dullness" */
.staffing-bg-pattern {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: radial-gradient(var(--st-light-blue) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

/* Gradient Title */
.gradient-text {
  background: linear-gradient(90deg, var(--st-blue), var(--st-orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.staffing-layout {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

/* --- LEFT: VIBRANT IMAGE COMPOSITION --- */
.staffing-image-wrapper {
  flex: 1;
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Colorful Blobs */
.blob {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  filter: blur(40px);
  opacity: 0.6;
}

.blob-blue {
  width: 250px; height: 250px;
  background: var(--st-blue);
  top: 20px; left: 0;
  animation: float 8s ease-in-out infinite;
}

.blob-orange {
  width: 200px; height: 200px;
  background: var(--st-orange);
  bottom: 20px; right: 0;
  animation: float 6s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}

.main-img-card {
  width: 340px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 25px 50px rgba(37, 77, 129, 0.25);
  border: 4px solid #fff;
}

.img-cover {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.staffing-image-wrapper:hover .img-cover {
  transform: scale(1.05);
}

/* Floating Badge */
.img-badge {
  position: absolute;
  bottom: 20px; right: -20px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--st-blue);
  border-left: 4px solid var(--st-orange);
}

/* --- RIGHT: COLORFUL GRID --- */
.staffing-grid {
  flex: 1.2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

.staffing-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  group: hover;
}

/* =============================================
   REMOVE old .icon-circle styles, add these:
   ============================================= */

.icon-card {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

/* Gloss shine top-left */
.icon-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.32) 0%, transparent 60%);
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}

/* Shimmer sweep on hover */
.icon-card::after {
  content: '';
  position: absolute;
  top: -100%; left: -60%;
  width: 40%; height: 300%;
  background: rgba(255,255,255,0.4);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  z-index: 2;
}
.staffing-item:hover .icon-card::after {
  left: 160%;
}

.icon-card i {
  position: relative;
  z-index: 3;
  color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.staffing-item:hover .icon-card {
  transform: translateY(-8px) scale(1.06);
}
.staffing-item:hover .icon-card i {
  transform: scale(1.15);
}

/* --- Unique color per card --- */

.staffing-item:nth-child(1) .icon-card {
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}
.staffing-item:nth-child(1):hover .icon-card {
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.55);
}

/* 2 */
.staffing-item:nth-child(2) .icon-card {
  background: linear-gradient(135deg, #10b981, #065f46);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35);
}
.staffing-item:nth-child(2):hover .icon-card {
  box-shadow: 0 16px 40px rgba(16, 185, 129, 0.55);
}

/* 3 */
.staffing-item:nth-child(3) .icon-card {
  background: linear-gradient(135deg, #8b5cf6, #5b21b6);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
}
.staffing-item:nth-child(3):hover .icon-card {
  box-shadow: 0 16px 40px rgba(139, 92, 246, 0.55);
}

/* 4 */
.staffing-item:nth-child(4) .icon-card {
  background: linear-gradient(135deg, #f59e0b, #b45309);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35);
}
.staffing-item:nth-child(4):hover .icon-card {
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.55);
}

/* 5 */
.staffing-item:nth-child(5) .icon-card {
  background: linear-gradient(135deg, #f43f5e, #9f1239);
  box-shadow: 0 8px 24px rgba(244, 63, 94, 0.35);
}
.staffing-item:nth-child(5):hover .icon-card {
  box-shadow: 0 16px 40px rgba(244, 63, 94, 0.55);
}

/* 6 */
.staffing-item:nth-child(6) .icon-card {
  background: linear-gradient(135deg, #06b6d4, #155e75);
  box-shadow: 0 8px 24px rgba(6, 182, 212, 0.35);
}
.staffing-item:nth-child(6):hover .icon-card {
  box-shadow: 0 16px 40px rgba(6, 182, 212, 0.55);
}

/* 7 */
.staffing-item:nth-child(7) .icon-card {
  background: linear-gradient(135deg, #ec4899, #9d174d);
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.35);
}
.staffing-item:nth-child(7):hover .icon-card {
  box-shadow: 0 16px 40px rgba(236, 72, 153, 0.55);
}

/* 8 */
.staffing-item:nth-child(8) .icon-card {
  background: linear-gradient(135deg, #14b8a6, #134e4a);
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.35);
}
.staffing-item:nth-child(8):hover .icon-card {
  box-shadow: 0 16px 40px rgba(20, 184, 166, 0.55);
}

/* 9 */
.staffing-item:nth-child(9) .icon-card {
  background: linear-gradient(135deg, #ef4444, #7f1d1d);
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.35);
}
.staffing-item:nth-child(9):hover .icon-card {
  box-shadow: 0 16px 40px rgba(239, 68, 68, 0.55);
}

/* --- Colored dot --- */

.staffing-item:nth-child(1) .color-dot { background: #2563eb; }
.staffing-item:nth-child(2) .color-dot { background: #10b981; }
.staffing-item:nth-child(3) .color-dot { background: #8b5cf6; }
.staffing-item:nth-child(4) .color-dot { background: #f59e0b; }
.staffing-item:nth-child(5) .color-dot { background: #f43f5e; }
.staffing-item:nth-child(6) .color-dot { background: #06b6d4; }
.staffing-item:nth-child(7) .color-dot { background: #ec4899; }
.staffing-item:nth-child(8) .color-dot { background: #14b8a6; }
.staffing-item:nth-child(9) .color-dot { background: #ef4444; }

.staffing-item h3 {
  font-family: var(--fontFamily-dm_sans);
  font-size: 1.5rem;
  font-weight: 700;
  color: #334155;
  line-height: 1.4;
  transition: color 0.3s;
}

.staffing-item:hover h3 {
  color: var(--st-blue);
}

/* --- CTA BUTTON --- */
.btn-staffing-cta {
  display: inline-block;
  background: linear-gradient(90deg, var(--st-blue), #1e3a8a);
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px; /* Fully rounded for modern look */
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(37, 77, 129, 0.3);
  transition: all 0.3s ease;
  margin-top: 50px;
  border: 2px solid transparent;
}

.btn-staffing-cta:hover {
  background: #fff;
  color: var(--st-blue);
  border-color: var(--st-blue);
  transform: translateY(-3px);
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
  .staffing-layout {
    flex-direction: column;
    text-align: center;
  }
  .img-badge { right: 50%; transform: translateX(50%); bottom: -20px; }
}

@media (max-width: 576px) {
  .staffing-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 cols on mobile for better space usage */
  }
}


/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--gold-crayola);
  color: var(--smoky-black-1);
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: var(--radius-circle);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-1);
  transition: var(--transition-1);
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}

.back-top-btn:is(:hover, :focus-visible) {
  background-color: var(--white);
  color: var(--gold-crayola);
}

.back-top-btn.active {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------------*\
Brand Slider
\*-----------------------------------*/



/* changes new css and script */
.brand-container {
  padding: 50px 0;
}

.brand-slider {
  width: 100%;
}

.brand-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-slider .swiper-slide img {
  max-width: 120px;
  width: 100%;
  height: auto;
}
.swiper-slide {
  /* background: #ddd; */
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-slider img {
  display: inline-block;
}



        /* --- WHY CHOOSE TalentIQ --- */
        .why-heading {
            color: #880e4f;
            font-weight: 400;
            margin-bottom: 60px;
        }
        
        .why-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 50px 30px;
        }

        .why-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .why-icon-box {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
            font-size: 40px;
            border-width: 2px;
            border-style: solid;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }

        .why-item:hover .why-icon-box {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        .why-text {
            color: #444;
            font-size: 1.5rem;
            line-height: 1.4;
            max-width: 220px;
        }

        /* Individual Border Colors */
        .why-item:nth-child(1) .why-icon-box { border-color: #bdc3c7; color: #555; }
        .why-item:nth-child(2) .why-icon-box { border-color: #9b59b6; color: #8e44ad; }
        .why-item:nth-child(3) .why-icon-box { border-color: #e91e63; color: #d81b60; }
        .why-item:nth-child(4) .why-icon-box { border-color: #00bcd4; color: #00acc1; }
        .why-item:nth-child(5) .why-icon-box { border-color: #fdd835; color: #fbc02d; }
        .why-item:nth-child(6) .why-icon-box { border-color: #2196f3; color: #1976d2; }
        .why-item:nth-child(7) .why-icon-box { border-color: #ce93d8; color: #ab47bc; }
        .why-item:nth-child(8) .why-icon-box { border-color: #ec407a; color: #d81b60; }


        .industry-container{
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 20px;
        }
            /* --- NEW: INDUSTRY EXPERIENCE --- */
        .industry-heading {
            color: #c2185b; /* Solid reddish-purple from image */
            margin-bottom: 15px;
        }

        .section-subtitle {
            text-align: center;
            max-width: 900px;
            margin: 0 auto 60px;
            color: #37474f;
            font-size: 1.1rem;
            line-height: 1.5;
        }

        .industry-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr); /* 5 Columns */
            gap: 50px 20px;
        }

        .industry-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .industry-item:hover {
            transform: translateY(-5px);
        }

        .industry-icon-wrapper {
            margin-bottom: 15px;
        }

        .industry-icon {
            font-size: 4rem;
            /* Default gradient for icons */
            background: linear-gradient(135deg, #1565c0, #42a5f5);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .industry-item p {
            font-size: 1.5rem;
            color: #333;
            font-weight: 500;
            line-height: 1.3;
        }

        /* Specific colors to vary the icons like the image */
        .ind-1 .industry-icon { background: linear-gradient(to bottom, #1e88e5, #0d47a1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .ind-2 .industry-icon { background: linear-gradient(to bottom, #8e24aa, #ba68c8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .ind-3 .industry-icon { background: linear-gradient(to bottom, #00bcd4, #26c6da); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .ind-4 .industry-icon { background: linear-gradient(to bottom, #546e7a, #78909c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .ind-5 .industry-icon { background: linear-gradient(to bottom, #1976d2, #42a5f5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .ind-6 .industry-icon { background: linear-gradient(to bottom, #ec407a, #f48fb1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .ind-7 .industry-icon { background: linear-gradient(to bottom, #ff9800, #ffb74d); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .ind-8 .industry-icon { background: linear-gradient(to bottom, #5e35b1, #7e57c2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .ind-9 .industry-icon { background: linear-gradient(to bottom, #009688, #4db6ac); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .ind-10 .industry-icon{ background: linear-gradient(to bottom, #e53935, #ef5350); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }


        
        .container-application {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 20px;
        }

        .section-title-application {
            text-align: center;
            font-size: 2.5rem;
            color: #1a237e;
            margin-bottom: 20px; /* Reduced bottom margin to accommodate subtitles */
            text-transform: uppercase;
            font-weight: 500;
        }

        /* Mobile Heading Helpers */
        .mobile-heading { color: #1a237e; margin-bottom: 20px; }
        .highlight-orange {
            background: linear-gradient(to right, #f9a825, #ff8f00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
        }
        .highlight-magenta {
            color: #c2185b;
            display: block;
            margin-top: 10px;
        }

        /* Product Heading Helper */
        .product-heading { color: #880e4f; font-weight: 400; margin-bottom: 60px; }

        /* --- STANDARD GRID (Web & Mobile Sections) --- */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        /* Standard Card Style */
        .service-card {
            text-align: center;
            padding: 40px 25px;
            background: #fff;
            border-radius: 12px;
            border: 1px solid #f0f0f0;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .service-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            border-image: linear-gradient(to right, #F97316, #0B5ED7) 1;
        }

        .service-icon {
            font-size: 50px;
            margin-bottom: 20px;
            background: linear-gradient(135deg, #F97316 0%, #0B5ED7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transition: transform 0.3s ease;
        }

        .service-card:hover .service-icon { transform: scale(1.1); }

        .service-card h3 {
            font-size: 1.6rem;
            color: #0d1b2a;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .service-card p {
            font-size: 1.5rem;
            color: #666;
            margin-bottom: 20px;
        }

        .arrow-link {
            width: 40px;
            height: 40px;
            border: 1px solid #ddd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #1a237e;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-top: auto;
        }

        .service-card:hover .arrow-link {
            background: #1a237e;
            color: #fff;
            border-color: #1a237e;
        }

/* menu card changes  */

/* Modern service row */
.menu-card {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.04),
    rgba(255,255,255,0.01)
  );

  border-radius: 18px;
  padding: 28px 32px;

  display: flex;
  align-items: center;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255,255,255,0.06);

  transition: all 0.3s ease;
}

/* Hover effect – subtle & premium */
.menu-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 215, 160, 0.25);
}



/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for larger than 575px screen
 */

@media (min-width: 575px) {

  /** * CUSTOM PROPERTY */

  :root {

    /** * typography*/

    --fontSize-body-2: 2rem;

  }



  /** * REUSED STYLE */

  :is(.service, .about) .section-text {
    max-width: 420px;
    margin-inline: auto;
  }

  .contact-number {
    --fontSize-body-1: 3rem;
  }



  /** * TOPBAR */

  .topbar {
    display: block;
    position: fixed;
    color: var(--white);
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 10px;
    border-block-end: 1px solid var(--white-alpha-20);
    z-index: 4;
    transition: var(--transition-1);
  }

  .topbar:has(~ .header.active) {
    transform: translateY(-100%);
  }

  .topbar-item:not(.link),
  .topbar .separator {
    display: none;
  }

  .topbar .container,
  .topbar-item {
    display: flex;
    align-items: center;
  }

  .topbar .container {
    justify-content: center;
    gap: 30px;
  }

  .topbar-item {
    gap: 6px;
  }

  .topbar-item ion-icon {
    --ionicon-stroke-width: 60px;
  }

  .topbar-item .span {
    font-size: var(--fontSize-label-1);
  }

  .topbar .link {
    transition: var(--transition-1);
  }

  .topbar .link:is(:hover, :focus-visible) {
    color: var(--gold-crayola);
  }



  /*** HEADER*/

  .header {
    top: 51px;
  }

  .header.active {
    top: 0;
  }

  .header .btn {
    display: block;
    margin-inline-start: auto;
  }



  /** * HERO */

  .hero-btn {
    transform: scale(0.7);
  }



  /** * SERVICE */

  .service .container {
    max-width: 420px;
    margin-inline: auto;
  }



  /** * ABOUT */

  .about .container {
    gap: 80px;
  }

  .about-banner>.w-100 {
    padding-inline-start: 90px;
  }

  .about .abs-img-1 {
    width: 285px;
  }
  .about .abs-img-1a {
    width: 285px;
  }

  .about .contact-number {
    --fontSize-body-1: 2.4rem;
  }



  /** * MENU */

  .menu-card .title-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }

  .menu-card .badge {
    margin-block-start: 0;
  }

  .menu-card .span {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
  }

  .menu-card .span::before {
    content: "";
    height: 6px;
    flex-grow: 1;
    border-block: 1px solid var(--white-alpha-20);
  }



  /*** EVENT */

  .event .container {
    max-width: 420px;
    margin-inline: auto;
  }



 
}





/** * responsive for larger than 768px screen */

@media (min-width: 768px) {

  /** * REUSED STYLE */

  .grid-list {
    grid-template-columns: 1fr 1fr;
  }

  :is(.service, .event) .container {
    max-width: 820px;
  }

  :is(.service, .event) .grid-list li:last-child {
    grid-column: 1 / 3;
    width: calc(50% - 20px);
    margin-inline: auto;
  }



  /*** HEADER*/

  .navbar-list {
    margin-inline: 30px;
  }



  /** * HERO */

  .hero .slider-btn {
    display: grid;
    position: absolute;
    z-index: 1;
    color: var(--gold-crayola);
    font-size: 2.4rem;
    border: 1px solid var(--gold-crayola);
    width: 45px;
    height: 45px;
    place-items: center;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: var(--transition-1);
  }

  .hero .slider-btn ion-icon {
    transform: rotate(-45deg);
  }

  .hero .slider-btn.prev {
    left: 30px;
  }

  .hero .slider-btn.next {
    right: 30px;
  }

  .hero .slider-btn:is(:hover, :focus-visible) {
    background-color: var(--gold-crayola);
    color: var(--black);
  }



  /*** RESERVATION*/

  .reservation .input-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .reservation .input-wrapper:nth-child(4) {
    grid-template-columns: repeat(3, 1fr);
  }




}





/*** responsive for larger than 992px screen*/

@media (min-width: 992px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * spacing
     */

    --section-space: 100px;

  }



  /**
   * REUSED STYLE
   */

  :is(.service, .event) .container {
    max-width: unset;
  }

  :is(.service, .event) .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }

  :is(.service, .event) .grid-list li:last-child {
    grid-column: auto;
    width: 100%;
  }



  /**
   * TOPBAR
   */

  .topbar-item:not(.link) {
    display: flex;
  }

  .topbar .item-2 {
    margin-inline-end: auto;
  }



  /**
   * SERVICE
   */

  .service .shape {
    display: block;
  }

  .service .shape-1 {
    bottom: 0;
    left: 0;
  }

  .service .shape-2 {
    top: 0;
    right: 0;
  }



  /**
   * ABOUT
   */

  .about .container {
    grid-template-columns: 0.7fr 1fr;
    gap: 30px;
  }



  /**
   * SPECIAL DISH
   */

  .special-dish {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .special-dish-content {
    padding-inline: 50px 25px;
  }

  .special-dish-content .container {
    position: relative;
  }

  .special-dish .section-subtitle::after,
  .special-dish .btn {
    margin-inline: 0;
  }

  .special-dish-content .wrapper {
    justify-content: flex-start;
  }

  .special-dish .abs-img {
    position: absolute;
    top: 10px;
    left: -40px;
    animation: move 5s linear infinite;
  }



  /**
   * MENU
   */

  .menu .grid-list {
    position: relative;
    column-gap: 90px;
  }

  .menu .grid-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-inline-start: 1px solid var(--white-alpha-20);
  }



  /**
   * TESTIMONIALS
   */

  .testi-text {
    max-width: 910px;
    margin-inline: auto;
  }

  .testi-text2 {
    max-width: 910px;
    margin-inline: auto;
  }


  /**
   * RESERVATION
   */

  .reservation-form {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
  }




}





/**
 * responsive for larger than 1200px screen
 */

@media (min-width: 1200px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fontSize-title-2: 2.5rem;

  }



  /**
   * REUSED STYLE
   */

  .container,
  :is(.service, .event) .container {
    max-width: 1200px;
    width: 100%;
    margin-inline: auto;
  }



  /**
   * TOPBAR
   */

  .topbar .container {
    max-width: unset;
  }

  .topbar .separator {
    display: block;
  }



  /**
   * HEADER
   */

  .nav-open-btn,
  .navbar>*:not(.navbar-list),
  .header .overlay {
    display: none;
  }

  .header .container {
    max-width: unset;
  }

  .navbar,
  .navbar.active,
  .navbar-list {
    all: unset;
  }

  .navbar,
  .navbar.active {
    margin-inline: auto 20px;
  }

  .navbar-list {
    display: flex;
    gap: 30px;
  }

  .navbar-item {
    border-block-start: none;
  }

  .navbar .separator {
    display: none;
  }

  .navbar-link:is(:hover, :focus-visible, .active) .span {
    transform: unset;
  }

  .navbar-link {
    font-weight: var(--weight-bold);
    letter-spacing: var(--letterSpacing-1);
  }

  .navbar-link::after {
    display: block;
  }

  .navbar-link.active::after {
    transform: scaleX(1);
    opacity: 1;
  }

  .header .btn {
    margin-inline-start: 0;
  }



  /**
   * HERO
   */

  .hero {
    height: 880px;
  }

  .hero-btn {
    bottom: 50px;
    right: 50px;
    transform: scale(1);
  }



  /**
   * SERVICE
   */

  .service .grid-list {
    gap: 150px;
  }

  .service .grid-list li:nth-child(2n+1) {
    transform: translateY(-160px);
  }

  .service .section-text {
    margin-block-end: 75px;
  }



  /**
   * ABOUT
   */

  .about {
    padding-block: 170px 100px;
  }



  /**
   * SPECIAL DISH
   */

  .special-dish-content {
    padding: 225px 120px;
    padding-inline-end: 0;
  }

  .special-dish-content .container {
    max-width: 460px;
    margin-inline: 0;
  }



  /**
   * MENU
   */

  .menu .grid-list {
    gap: 55px 200px;
    margin-block-end: 55px;
  }



  /**
   * TESTIMONIALS
   */

  .form-left,
  .form-right {
    padding: 75px 60px;
  }




  /**
   * FEATURES
   */

  .features .grid-list {
    grid-template-columns: repeat(4, 1fr);
  }

}





/**
 * responsive for larger than 1400px screen
 */

@media (min-width: 1400px) {

  /**
   * HEADER
   */

  .navbar {
    margin-inline: auto;
  }



  /**
   * ABOUT
   */

  .about-content {
    padding-inline-end: 10px;
   
    /* padding-inline-end: 90px; */
  }

  .about .shape {
    display: block;
    top: 46%;
    left: 0;
  }



  /**
   * SPECIAL DISH
   */

  .special-dish {
    overflow: visible;
    position: relative;
  }

  .special-dish .shape {
    display: block;
    right: 0;
    z-index: 1;
  }

  .special-dish .shape-1 {
    top: 45%;
  }

  .special-dish .shape-2 {
    bottom: 0;
    transform: translateY(50%);
    width: max-content;
  }



  /**
   * FEATURES
   */

  .features {
    overflow: visible;
  }

  .features .shape {
    display: block;
  }

  .features .shape-1 {
    top: -100px;
    right: 0;
  }

  .features .shape-2 {
    bottom: 80px;
    left: 0;
  }

}

/* final CTA Button */

.final-cta {
  background: linear-gradient(
    135deg,
    rgba(0, 102, 204, 0.08),
    rgba(255, 255, 255, 0.9)
  );
}

.final-cta .container {
  max-width: 900px;
}

.final-cta .section-text {
  max-width: 700px;
  margin: 20px auto 40px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  --btn-blue: var(--blue);
  --btn-orange: var(--orange);

  position: relative;
  padding: 14px 34px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--btn-blue);
  border: 2px solid var(--btn-blue);
  border-radius: 999px;
  background: transparent;
  text-decoration: none;
  transition: all .35s ease;
  box-shadow: 0 12px 28px rgba(146, 99, 56, 0.35);

}

/* hover */
.btn-primary:hover {
  background: var(--btn-orange);
  border-color: var(--btn-orange);
  color: #0f0e0e;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255,122,0,.35);
}

.btn-secondary {
  --btn-blue: var(--blue);
  --btn-orange: var(--orange);

  position: relative;
  padding: 14px 34px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--btn-orange);
  border: 2px solid var(--btn-orange);
  border-radius: 999px;
  background: transparent;
  text-decoration: none;
  transition: all .35s ease;
  box-shadow: 0 12px 28px rgba(47, 68, 97, 0.35);

}

/* hover */
.btn-secondary:hover {
  background: var(--btn-blue);
  border-color: var(--btn-blue);
  color: #080606;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37,77,129,.35);
}

@media (max-width: 640px) {
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}

/* ==================== ENTERPRISE FOOTER STYLES ==================== */

:root {
  /* Footer Colors - Edit these if needed */
  --ft-bg-dark: #0f172a;       /* Dark Blue/Slate Background */
  --ft-bg-darker: #020617;     /* Even darker for bottom bar */
  --ft-text-main: #cbd5e1;     /* Light Grey Text */
  --ft-text-head: #ffffff;     /* White Headings */
  --ft-accent: #0B5ED7;        /* Brand Blue */
  --ft-accent-hover: #F97316;  /* Brand Orange */
  --ft-border: rgba(255, 255, 255, 0.1);
}

.tiq-enterprise-footer {
  background-color: var(--ft-bg-dark);
  color: var(--ft-text-main);
  /* Use system font stack if variables fail */
  font-family: 'DM Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px; /* Base font size increased */
  line-height: 1.6;
  border-top: 1px solid var(--ft-border);
}

.footer-container {
  max-width: 1280px; /* Enterprise standard width */
  margin: 0 auto;
  padding: 0 24px;
}

/* --- 1. Newsletter Section --- */
.footer-newsletter {
  background-color: rgba(255, 255, 255, 0.03); /* Subtle separation */
  padding: 60px 0;
  border-bottom: 1px solid var(--ft-border);
}

.newsletter-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.newsletter-content h3 {
  font-family: 'Forum', serif; /* Fallback to serif */
  font-size: 2rem; /* Large heading */
  color: var(--ft-text-head);
  margin: 0 0 10px 0;
}

.newsletter-content p {
  margin: 0;
  font-size: 1.2rem;
  max-width: 600px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form input {
  padding: 12px 20px;
  border-radius: 6px;
  border: 1px solid var(--ft-border);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 1rem;
  min-width: 280px;
}

.btn-subscribe {
  background-color: var(--ft-accent);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-subscribe:hover {
  background-color: var(--ft-accent-hover);
}

/* --- 2. Main Footer Body --- */
.footer-body {
  padding: 80px 0;
}

.footer-grid {
  display: grid;
  /* Grid Layout: 2 parts Brand, 1 part each for links */
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

/* Brand Column */
.footer-brand-col {
  padding-right: 20px;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 25px;
}

.footer-logo-img {
  max-height: 50px; /* Adjust based on your logo aspect ratio */
  width: auto;
  display: block;
}

.brand-description {
  font-size: 1.5rem;
  margin-bottom: 30px;
  opacity: 0.9;
  line-height: 1.7;
}

/* Contact List */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-icon {
  font-size: 1.5rem;
  color: var(--ft-accent);
  margin-top: 3px;
}

.contact-label {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--ft-accent-hover);
  font-weight: 700;
  margin-bottom: 2px;
}

.contact-details a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  transition: color 0.2s;
}

.contact-details a:hover {
  color: var(--ft-accent-hover);
}

/* Socials */
.footer-socials {
  display: flex;
  gap: 15px;
}

.social-btn {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--ft-text-main);
  transition: 0.3s;
}

.social-btn svg {
  width: 20px; height: 20px;
}

.social-btn:hover {
  background: var(--ft-accent);
  color: #fff;
  transform: translateY(-3px);
}

/* Link Columns */
.footer-heading {
  color: var(--ft-text-head);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ft-accent);
  display: inline-block;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; /* Increased vertical spacing */
}

.footer-links li a {
  color: var(--ft-text-main);
  text-decoration: none;
  font-size: 1.5rem;
  transition: 0.3s;
  display: inline-block;
}

.footer-links li a:hover {
  color: var(--ft-accent-hover);
  padding-left: 5px;
}

.badge-hiring {
  background: var(--ft-accent-hover);
  color: #fff;
  font-size: 0.9rem;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
}

/* --- 3. Bottom Bar --- */
.footer-bottom {
  background-color: var(--ft-bg-darker);
  padding: 25px 0;
  font-size: 0.9rem;
  border-top: 1px solid var(--ft-border);
}

.bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.copyright-text {
  margin: 0;
  opacity: 0.8;
}

.legal-nav {
  display: flex;
  gap: 25px;
}

.legal-nav a {
  color: var(--ft-text-main);
  text-decoration: none;
  transition: color 0.2s;
}

.legal-nav a:hover {
  color: #fff;
}

.back-to-top {
  background: var(--ft-accent);
  color: #fff;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.back-to-top:hover {
  background: var(--ft-accent-hover);
}

/* --- Responsive Layouts --- */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr; /* 3 columns on tablet */
    gap: 30px;
  }
  .footer-brand-col {
    grid-column: 1 / -1; /* Brand takes full width */
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .newsletter-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsletter-form input {
    width: 100%;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr; /* 2 cols on mobile */
  }

  .bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .legal-nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr; /* Stack everything on small screens */
  }
}
/*-----------------------------------*\
  #CONTACT SECTION (IMAGE BACKGROUND)
\*-----------------------------------*/

.contact-section {
  position: relative;
  /* 1. Add your background image here */
  background-image: url('/assets/images/new-images/contactus.png'); 
  /* background-image: url('../assets/images/hero-slider-1ab.jpg');  */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Creates a premium parallax scroll effect */
  padding-block: var(--section-space, 100px);
  overflow: hidden;
  z-index: 1;
}

/* 2. The Overlay (Crucial for readability) */
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Uses your Brand Blue mixed with Dark Blue to tint the photo */
  /* background: linear-gradient(135deg, rgba(11, 94, 215, 0.85), rgba(15, 23, 42, 0.95)); */
  z-index: -1;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 16px;
}

/* --- Left Side: Text (Updated for Dark Background) --- */
.contact-content {
  flex: 1;
  min-width: 300px;
}

.contact-title {
  color: #ffffff; /* Changed to white */
  font-family: var(--fontFamily-forum, serif);
  font-size: var(--fontSize-title-2, 3rem);
  margin-bottom: 20px;
  line-height: 1.2;
}

.contact-text {
  color: rgba(255, 255, 255, 0.9); /* Changed to off-white */
  font-family: var(--fontFamily-dm_sans, sans-serif);
  font-size: var(--fontSize-body-2, 1.1rem);
  line-height: var(--lineHeight-4, 1.6);
  margin-bottom: 40px;
}

/* Privacy Badge (Glassmorphism Effect) */
.privacy-badge {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1); /* Frosted glass */
  backdrop-filter: blur(10px);
  border-left: 4px solid var(--brand-orange, #F97316); /* Pops well on blue */
  border-radius: 4px;
}

.privacy-badge i {
  color: var(--brand-orange, #F97316);
  font-size: 2rem;
  margin-top: 3px;
}

.privacy-text h5 {
  color: #ffffff;
  font-family: var(--fontFamily-dm_sans, sans-serif);
  font-weight: var(--weight-bold, 700);
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.privacy-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.45rem;
  line-height: 1.4;
  margin: 0;
}

/* --- Right Side: Form Card (Stays White) --- */
.contact-form-card {
  flex: 1;
  min-width: 350px;
  background-color: #ffffff; /* Stays white for high contrast */
  padding: 40px;
  border-radius: var(--radius-24, 12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); /* Stronger shadow for depth */
  border-top: 6px solid var(--brand-orange, #F97316);
  position: relative;
  z-index: 2;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: var(--transition-1, 0.3s);
  background-color: #fff;
}

.form-group:focus-within {
  border-color: var(--brand-blue, #0B5ED7);
  box-shadow: 0 0 0 3px rgba(11, 94, 215, 0.15);
}

/* Layout for side-by-side form fields */
.form-row {
  display: flex;
  gap: 20px;
}

.form-row .form-group {
  flex: 1; /* Makes both fields take up equal space */
  width: 100%;
}


.input-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gray, #64748b);
  border-right: 1px solid #e2e8f0;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 15px;
  font-family: var(--fontFamily-dm_sans, sans-serif);
  font-size: 1.45rem;
  color: var(--brand-dark, #0f172a);
  background: transparent;
}

.form-control::placeholder {
  color: #94a3b8;
}

textarea.form-control {
  height: 120px;
  padding-top: 15px;
  resize: vertical;
}

.form-icon-textarea {
  height: 120px;
  align-self: flex-start;
}

/* Submit Button */
.btn-submit {
  width: 100%;
  background-color: var(--brand-orange, #F97316);
  color: #ffffff;
  font-family: var(--fontFamily-dm_sans, sans-serif);
  font-size: 1rem;
  font-weight: var(--weight-bold, 700);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.btn-submit:hover {
  background-color: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

.country-select {
  border: none;
  background: transparent;
  width: auto;
  padding: 0 10px;
  font-weight: bold;
  color: var(--brand-blue, #0B5ED7);
  border-right: 1px solid #e2e8f0;
  cursor: pointer;
}

/* Fix for select placeholder color */
select.form-control.custom-select:invalid {
  color: #94a3b8; /* Matches your placeholder color */
}

select.form-control.custom-select option {
  color: var(--brand-dark, #0f172a); /* Normal text color for options */
}

select.form-control.custom-select optgroup {
  color: var(--brand-blue, #0B5ED7); /* Make category headers brand blue */
  font-weight: 700;
  font-style: normal;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .contact-wrapper {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-content {
    margin-bottom: 30px;
  }

  .privacy-badge {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .contact-form-card {
    min-width: 100%;
    padding: 25px 20px;
  }
    .form-row {
    flex-direction: column;
    gap: 0;
  }
}

/* temp our team */

/* OUR TEAM LOADING SECTION */
.our-team-loading {
  background: linear-gradient(135deg, #0a1f44, #102c66);
  padding: 120px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.team-loading-container {
  max-width: 900px;
  margin: auto;
}

.team-loading-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 165, 0, 0.15);
  color: #ffa500;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.team-loading-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
}

.team-loading-text {
  font-size: 18px;
  color: #cfd8e3;
  margin-bottom: 30px;
}

.team-loading-quote {
  font-size: 22px;
  font-style: italic;
  color: #ffffff;
  margin: 40px auto;
  max-width: 700px;
  position: relative;
}

.team-loading-quote span {
  color: #ffa500;
  font-size: 34px;
  font-weight: 700;
}

.team-loading-subtext {
  font-size: 16px;
  color: #aebad0;
  margin-bottom: 40px;
}

/* LOADING SPINNER */
.team-loading-spinner {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.team-loading-spinner div {
  width: 10px;
  height: 10px;
  background: #ffa500;
  border-radius: 50%;
  animation: teamLoading 1.4s infinite ease-in-out both;
}

.team-loading-spinner div:nth-child(1) { animation-delay: -0.32s; }
.team-loading-spinner div:nth-child(2) { animation-delay: -0.16s; }

@keyframes teamLoading {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

/* HOW WE DEVELOP SECTION */



.how-we-develop {
  padding: 100px 20px;
  background: #ffffff;
}

.how-we-develop-image {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.how-we-develop-image img {
  width: 100%;
  max-width: 1100px;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  /* transition: transform 0.4s ease, box-shadow 0.4s ease; */
}

/* .how-we-develop-image img:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.18);
} */

/* IMAGE OVERLAY WRAPPER */
.image-overlay-wrapper {
  position: relative;
  max-width: 1100px;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15); */
}

/* IMAGE */
.image-overlay-wrapper img {
  width: 100%;
  display: block;
  /* transition: transform 0.6s ease; */
}

/* BRAND OVERLAY */
.brand-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(112, 156, 231, 0.55) 45%,
    rgba(245, 218, 167, 0.55) 100%
  ); */
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* HOVER EFFECT */
/* .image-overlay-wrapper:hover img {
  transform: scale(1.05);
} */

/* .image-overlay-wrapper:hover .brand-overlay {
  opacity: 0.85;
} */


/* INDIVIDUAL SERVICE DETAILS */
.individual-service-details {
  padding: 110px 20px;
  /* background: #f7f9fc; */
  text-align: center;
}

.service-description {
  max-width: 900px;
  margin: 40px auto 70px;
  font-size: 18px;
  color: #4b5b73;
  line-height: 1.7;
}

/* STATS GRID */
.service-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.stat-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.stat-card h3 {
  font-size: 42px;
  font-weight: 700;
  color: #0a1f44;
  margin-bottom: 10px;
}

.stat-card p {
  font-size: 16px;
  color: #6c7a92;
  font-weight: 500;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* CTA */
.service-cta {
  margin-top: 80px;
}

.service-cta p {
  font-size: 18px;
  color: #3f4f6a;
  margin-bottom: 25px;
}

.btn-connect {
  display: inline-block;
  padding: 16px 34px;
  background: linear-gradient(135deg, #ffa500, #ff8c00);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-connect:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(255, 165, 0, 0.4);
}

/* About us page */

/* ==================== ABOUT COMPANY SECTION ==================== */

.section-about-company {
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}

.about-company-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr; /* Text takes slightly more space */
  gap: 60px;
  align-items: start;
}

/* --- LEFT COLUMN: CONTENT --- */
.section-intro-left {
  margin-bottom: 30px;
}

.about-text-body p {
  font-family: var(--fontFamily-dm_sans);
  font-size: 1.55rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Approach Box Styling */
.approach-wrapper {
  background: #f8fafc;
  border-left: 5px solid var(--brand-blue);
  padding: 35px;
  border-radius: 0 12px 12px 0;
}

.approach-title {
  font-family: var(--fontFamily-forum);
  font-size: 1.5rem;
  color: var(--brand-dark);
  margin-bottom: 15px;
}

.approach-desc, .approach-footer {
  font-size: 1.45rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
}

.approach-footer {
  margin-bottom: 0;
  margin-top: 20px;
  font-style: italic;
}

.approach-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.approach-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--fontFamily-dm_sans);
  font-weight: 500;
  color: #334155;
  background: #fff;
  padding: 12px 15px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
  transition: transform 0.2s;
}

.approach-list li:hover {
  transform: translateX(5px);
}

.approach-list i {
  color: var(--brand-orange);
  font-size: 1.5rem;
}

/* --- RIGHT COLUMN: VISUALS --- */
.about-visual-col {
  position: relative;
  padding-top: 20px; /* Space for offset */
}

.about-main-img {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.about-main-img img {
  width: 100%; height: 100%; object-fit: cover;
}

/* Floating Leadership Card */
.leadership-card {
  position: absolute;
  bottom: -250px; /* Overlap bottom */
  left: -30px; /* Overlap left */
  background: linear-gradient(135deg, var(--brand-blue), #1e3a8a);
  color: #fff;
  padding: 40px;
  border-radius: 16px;
  max-width: 380px;
  box-shadow: 0 20px 50px rgba(37, 77, 129, 0.4);
}

.leader-icon {
  font-size: 2rem;
  color: var(--brand-orange);
  margin-bottom: 20px;
  opacity: 0.8;
}

.leader-title {
  font-family: var(--fontFamily-forum);
  font-size: 1.4rem;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 10px;
}

.leader-text {
  font-size: 1.35rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 20px;
}

.leader-text strong {
  color: var(--brand-orange);
}

.leader-signature {
  display: flex;
  flex-direction: column;
}

.founder-name {
  font-family: var(--fontFamily-forum);
  font-size: 1.3rem;
  font-weight: 700;
}

.founder-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
  .about-company-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  
  .leadership-card {
    position: relative;
    bottom: auto; left: auto;
    margin-top: -50px;
    margin-left: 20px;
  }
}

@media (max-width: 576px) {
  .leadership-card {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  
  .about-main-img {
    height: 350px;
  }
}

/* skills page */

/* ==================== TECHNICAL SKILLS SECTION ==================== */

.tech-skills-section {
  background-color: #f8fafc; /* Very light slate background */
  padding: 80px 0;
}

.tech-category {
  margin-bottom: 60px;
  text-align: center;
}

/* Category Title (Mobility, Frontend, etc.) */
.tech-category-title {
  font-family: var(--fontFamily-forum);
  font-size: 2rem;
  color: var(--brand-dark);
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

/* Small underline for category title */
.tech-category-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: var(--brand-blue);
  border-radius: 2px;
}

/* Grid Layout */
.tech-grid {
  display: grid;
  /* Auto-fit: Creates responsive columns automatically */
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Card Style */
.tech-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent; /* Placeholder for hover border */
  cursor: default;
}

/* Icon Style */
.tech-icon {
  font-size: 2rem;
  width: 40px;
  text-align: center;
}

/* Text Style */
.tech-name {
  font-family: var(--fontFamily-dm_sans);
  font-weight: 700;
  color: var(--brand-dark);
  font-size: 1rem;
}

/* --- THE HOVER EFFECT (Blue & Orange Border) --- */
.tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  background: #fff;
  
  /* Gradient Border Magic */
  border-image: linear-gradient(to right, var(--brand-blue) 0%, var(--brand-orange) 100%);
  border-image-slice: 1;
  /* Fallback for older browsers (solid blue) */
  border-color: var(--brand-blue); 
}

/* Optional: Make the text color change on hover too */
.tech-card:hover .tech-name {
  color: var(--brand-blue);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .tech-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on mobile */
  }
}

/* ==================== TECH STACK SECTION STYLES ==================== */

/* ==================== GENERAL SERVICES PAGE STYLES (SCOPED) ==================== */

:root {
  --sgs-blue: #0B5ED7;
  --sgs-orange: #F97316;
  --sgs-dark: #0f172a;
  --sgs-text: #334155;
  --sgs-bg-light: #f8fafc;
  --sgs-font-head: var(--fontFamily-forum, serif);
  --sgs-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Utilities */
.bg-light { background-color: var(--sgs-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.mt-4 { margin-top: 1.5rem; }
.text-white { color: #fff !important; }
.bg-blue { background-color: var(--sgs-blue) !important; }
.bg-orange { background-color: var(--sgs-orange) !important; }

/* Typography */
.sgs-section-title {
  font-family: var(--sgs-font-head);
  font-size: 2.5rem; color: var(--sgs-dark);
  margin-bottom: 15px; line-height: 1.2;
}
.sgs-section-subtitle {
  font-family: var(--sgs-font-body);
  font-size: 1.5rem; color: #64748b; max-width: 700px;
}
.sgs-title-light {
  font-family: var(--sgs-font-head);
  font-size: 2.8rem; color: #fff; margin-bottom: 15px;
}
.sgs-text-light {
  font-family: var(--sgs-font-body);
  font-size: 1.5rem; color: #cbd5e1;
}


/* --- CORE SERVICES GRID --- */
.section-general-services-core { padding: 100px 0; }

.sgs-services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;
}

.sgs-service-card {
  background: #fff; padding: 40px 30px; border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid #e2e8f0;
  display: flex; flex-direction: column; transition: 0.3s;
  border-top: 4px solid var(--sgs-blue);
}

.sgs-card-wide {
  grid-column: 1 / -1; /* Spans full width */
}

.sgs-service-card:hover {
  transform: translateY(-5px); box-shadow: 0 15px 40px rgba(11, 94, 215, 0.08);
}

.sgs-card-header { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 15px; }
.sgs-card-header i { font-size: 2rem; color: var(--sgs-blue); margin-top: 5px; }
.sgs-card-header h3 { font-family: var(--sgs-font-head); font-size: 1.5rem; color: var(--sgs-dark); margin: 0; line-height: 1.3;}

.sgs-card-desc {
  font-family: var(--sgs-font-body); font-size: 1.5rem; color: var(--sgs-text);
  line-height: 1.6; margin-bottom: 25px; flex-grow: 1;
}

.sgs-case-badge {
  background: rgba(249, 115, 22, 0.1); padding: 15px 20px; border-radius: 8px;
  display: flex; align-items: flex-start; gap: 12px;
  border-left: 3px solid var(--sgs-orange);
}
.sgs-case-badge i { color: var(--sgs-orange); margin-top: 3px; font-size: 1.5rem; }
.sgs-case-badge span { font-family: var(--sgs-font-body); font-size: 1.5rem; color: var(--sgs-dark); line-height: 1.4;}
.sgs-case-badge strong { font-weight: 800; }


/* --- WHY US (PREMIUM ENTERPRISE TABLE) --- */
.section-general-services-proof { 
  padding: 100px 0; 
  background-color: var(--sgs-dark); 
}

.sgs-proof-table-wrapper {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.4);
  overflow: hidden; /* Ensures inner elements respect border radius */
  border-top: 6px solid var(--sgs-blue);
}

.sgs-proof-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: var(--sgs-font-body);
}

/* Header Styling */
.sgs-proof-table th {
  background: #f8fafc; /* Very light cool grey */
  color: #64748b;
  font-family: var(--sgs-font-body);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 25px 30px;
  border-bottom: 2px solid #e2e8f0;
}

/* Cell Styling */
.sgs-proof-table td {
  padding: 25px 30px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
  transition: background-color 0.3s ease;
}

/* Row Hover Effects */
.sgs-proof-table tbody tr {
  transition: all 0.3s ease;
}

.sgs-proof-table tbody tr:hover td {
  background-color: #f8fafc;
}

/* Removes bottom border from last row */
.sgs-proof-table tr:last-child td { 
  border-bottom: none; 
}

/* --- Content Styling Inside Table --- */

/* Capability Column */
.sgs-cap-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sgs-cap-icon {
  width: 45px; height: 45px;
  background: rgba(11, 94, 215, 0.1);
  color: var(--sgs-blue);
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px;
  font-size: 1.5rem;
}

.sgs-proof-table td strong {
  color: var(--sgs-dark);
  font-family: var(--sgs-font-head);
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

/* Our Edge Column */
.sgs-edge-text {
  font-size: 1.5rem;
  color: var(--sgs-text);
  font-weight: 500;
}

/* Proof Column (Badges) */
.sgs-proof-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(11, 94, 215, 0.05);
  border: 1px solid rgba(11, 94, 215, 0.15);
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 1.5rem;
  color: var(--sgs-text);
  transition: transform 0.3s;
}

.sgs-proof-table tbody tr:hover .sgs-proof-badge {
  transform: translateX(5px);
  background: #fff;
  box-shadow: 0 5px 15px rgba(11, 94, 215, 0.1);
}

.badge-orange-outline {
  background: rgba(249, 115, 22, 0.05);
  border-color: rgba(249, 115, 22, 0.2);
}

.sgs-highlight-text {
  color: var(--sgs-dark);
  font-weight: 800;
}

/* --- Mobile Responsive Table Logic --- */
@media (max-width: 992px) {
  .sgs-proof-table th, .sgs-proof-table td { padding: 20px; }
}

@media (max-width: 768px) {
  /* Mobile Table Responsive Logic */
  .sgs-proof-table thead { display: none; }
  .sgs-proof-table, .sgs-proof-table tbody, .sgs-proof-table tr, .sgs-proof-table td { display: block; width: 100%; }
  
  .sgs-proof-table tr { 
    margin-bottom: 20px; 
    border: 1px solid #e2e8f0; 
    border-radius: 12px; 
    padding: 10px; 
    background: #fff;
  }
  
  .sgs-proof-table td { 
    padding: 15px 10px; 
    border-bottom: 1px dashed #e2e8f0; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
    gap: 10px;
  }
  
  /* Create faux headers for mobile */
  .sgs-proof-table td::before {
    content: attr(data-label); 
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; 
    color: #94a3b8;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .sgs-services-grid { grid-template-columns: 1fr; }
  .sgs-poc-banner { flex-direction: column; text-align: center; }
  .sgs-timeline-flex { flex-direction: column; align-items: center; }
  .sgs-timeline-connector { width: 2px; height: 40px; }
  .sgs-timeline-step { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
  .sgs-title-hero { font-size: 2.5rem; }
  .sgs-hero-actions { flex-direction: column; }
  
  /* Mobile Table Responsive Logic */
  .sgs-proof-table thead { display: none; }
  .sgs-proof-table, .sgs-proof-table tbody, .sgs-proof-table tr, .sgs-proof-table td { display: block; width: 100%; }
  .sgs-proof-table tr { margin-bottom: 15px; border: 1px solid #e2e8f0; border-radius: 8px; padding: 15px; }
  .sgs-proof-table td { padding: 10px 0; border-bottom: 1px solid #f1f5f9; text-align: right; position: relative; padding-left: 50%; }
  .sgs-proof-table td::before {
    content: attr(data-label); position: absolute; left: 0; width: 45%; text-align: left; font-weight: bold; color: var(--sgs-dark);
  }
}

/* Individual service page section */
/* ==================== WEB DEVELOPMENT PAGE STYLES (SCOPED) ==================== */

/* Local Variables to ensure consistency without relying on global scope */
.section-web-development-hero,
.section-web-development-intro,
.section-web-development-services,
.section-web-development-problems,
.section-web-development-tech,
.section-web-development-benefits,
.section-web-development-cta {
  --swd-blue: #0B5ED7;
  --swd-orange: #F97316;
  --swd-dark: #0f172a;
  --swd-text: #334155;
  --swd-bg-light: #f8fafc;
  --swd-font-head: var(--fontFamily-forum, serif); /* Falls back to serif if var missing */
  --swd-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* --- HERO SECTION --- */
.section-web-development-hero {
  position: relative;
  padding: 160px 0 100px;
  background-color: var(--swd-dark); /* Fallback color */
  /* Add your background image below */
  background-image: url('../assets/images/hero-slider-1.jpg'); 
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.swd-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(11, 94, 215, 0.6));
  z-index: 1;
}

.swd-container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.swd-subtitle {
  color: var(--swd-orange);
  font-family: var(--swd-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.swd-title-hero {
  font-family: var(--swd-font-head);
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #fff;
}

.swd-text-hero {
  font-family: var(--swd-font-body);
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.swd-btn-main {
  display: inline-block;
  background: var(--swd-orange);
  color: #fff;
  padding: 14px 35px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.swd-btn-main:hover {
  background: #fff;
  color: var(--swd-orange);
}

/* --- INTRO SECTION --- */
.section-web-development-intro {
  padding: 10px 0;
  background: #fff;
}

.swd-row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

.swd-col-text, .swd-col-img {
  flex: 1;
  min-width: 250px;
}

.swd-section-title {
  font-family: var(--swd-font-head);
  font-size: 2.75rem;
  color: var(--swd-dark);
  margin-bottom: 20px;
}

.swd-text-body {
  font-family: var(--swd-font-body);
  font-size: 1.45rem;
  color: var(--swd-text);
  line-height: 1.7;
  margin-bottom: 30px;
}

.swd-highlight-box {
  background: var(--swd-bg-light);
  border-left: 5px solid var(--swd-blue);
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.swd-h3-title {
  font-family: var(--swd-font-head);
  color: var(--swd-blue);
  margin-bottom: 15px;
}

.swd-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.swd-check-list li {
  font-family: var(--swd-font-body);
  font-size: 1.45rem;
  color: var(--swd-dark);
  display: flex;
  align-items: center;
  gap: 10px;
}

.swd-check-list li::before {
  content: '\f00c'; /* FontAwesome Check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--swd-orange);
}

/* Image Wrapper */
.swd-img-wrapper {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  /* box-shadow: 0 20px 40px rgba(0,0,0,0.1); */
}

.swd-img-cover {
  width: 100%;
  height: auto;
  display: block;
}

.swd-floating-badge {
  position: absolute;
  bottom: 30px;
  left: -20px;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  color: var(--swd-blue);
  border-left: 4px solid var(--swd-orange);
}

/* --- SERVICES GRID --- */
.section-web-development-services {
  padding: 100px 0;
  background: var(--swd-bg-light);
}

.swd-section-subtitle {
  color: var(--swd-orange);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.swd-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.swd-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.swd-card:hover {
  transform: translateY(-5px);
  border-bottom-color: var(--swd-orange);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.swd-card-icon {
  font-size: 2.5rem;
  color: var(--swd-blue);
  margin-bottom: 20px;
}

.swd-card h3 {
  font-family: var(--swd-font-head);
  font-size: 1.45rem;
  margin-bottom: 10px;
  color: var(--swd-dark);
}

.swd-card p {
  font-family: var(--swd-font-body);
  color: #64748b;
  font-size: 1.50rem;
  line-height: 1.6;
}

/* --- PROBLEMS (Dark) --- */
.section-web-development-problems {
  padding: 80px 0;
  background-color: var(--swd-dark);
  color: #fff;
}

.swd-title-light {
  font-family: var(--swd-font-head);
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
}

.swd-text-light {
  font-family: var(--swd-font-body);
  font-size: 1.5rem;
  opacity: 0.8;
  line-height: 1.7;
}

.swd-problem-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.swd-problem-item {
  background: rgba(255,255,255,0.05);
  padding: 15px 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--swd-font-body);
}

.swd-problem-item i {
  color: var(--swd-orange);
}

/* --- TECH STACK --- */
.section-web-development-tech {
  padding: 80px 0;
  background: #fff;
}

.swd-tech-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.swd-tech-item {
  padding: 10px 25px;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  font-weight: 600;
  color: var(--swd-dark);
  background: var(--swd-bg-light);
  transition: 0.3s;
}

.swd-tech-item:hover {
  background: var(--swd-blue);
  color: #fff;
  border-color: var(--swd-blue);
}

/* --- BENEFITS --- */
.section-web-development-benefits {
  padding: 100px 0;
  background: var(--swd-bg-light);
}

.swd-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.swd-benefit-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.swd-benefit-box i {
  font-size: 2rem;
  color: var(--swd-blue);
}

.swd-benefit-box h4 {
  font-family: var(--swd-font-head);
  font-size: 1.45rem;
  margin-bottom: 5px;
  color: var(--swd-dark);
}





/* Individual service page appliication development  */

/* ==================== APP DEVELOPMENT PAGE STYLES (SCOPED) ==================== */

/* Scoped Variables */
.section-app-development-hero,
.section-app-development-intro,
.section-app-development-services,
.section-app-development-models,
.section-app-development-why,
.section-app-development-cta {
  --sad-blue: #0B5ED7;
  --sad-orange: #F97316;
  --sad-dark: #0f172a;
  --sad-text: #334155;
  --sad-bg-light: #f8fafc;
  --sad-font-head: var(--fontFamily-forum, serif);
  --sad-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* --- HERO SECTION --- */
.section-app-development-hero {
  position: relative;
  padding: 160px 0 100px;
  background-color: var(--sad-dark);
  /* Replace with your image */
  background-image: url('../assets/images/hero-slider-2.jpg'); 
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.sad-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  /* Darker blue overlay */
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(11, 94, 215, 0.5));
  z-index: 1;
}

.sad-container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.sad-subtitle {
  color: var(--sad-orange);
  font-family: var(--sad-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sad-title-hero {
  font-family: var(--sad-font-head);
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #fff;
}

.sad-text-hero {
  font-family: var(--sad-font-body);
  font-size: 1.35rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sad-btn-main {
  display: inline-block;
  background: var(--sad-orange);
  color: #fff;
  padding: 14px 35px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.sad-btn-main:hover {
  background: #fff;
  color: var(--sad-orange);
}

/* --- INTRO SECTION --- */
.section-app-development-intro {
  padding: 100px 0;
  background: #fff;
}

.sad-row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

.sad-col-text, .sad-col-img {
  flex: 1;
  min-width: 300px;
}

.sad-section-title {
  font-family: var(--sad-font-head);
  font-size: 2.5rem;
  color: var(--sad-dark);
  margin-bottom: 20px;
}

.sad-text-body {
  font-family: var(--sad-font-body);
  font-size: 1.5rem;
  color: var(--sad-text);
  line-height: 1.7;
  margin-bottom: 30px;
}

.sad-highlight-box {
  background: var(--sad-bg-light);
  border-left: 5px solid var(--sad-blue);
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.sad-h3-title {
  font-family: var(--sad-font-head);
  color: var(--sad-blue);
  margin-bottom: 15px;
}

.sad-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.sad-check-list li {
  font-family: var(--sad-font-body);
  font-size: 1.5rem;
  color: var(--sad-dark);
  display: flex;
  align-items: center;
  gap: 12px;
}

.sad-check-list li::before {
  content: '\f00c'; /* FontAwesome Check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--sad-orange);
}

/* Image Wrapper */
.sad-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 20px 40px rgba(0,0,0,0.1); */
  /* border: 1px solid rgba(0,0,0,0.05); */
}

.sad-img-cover {
  width: 100%;
  height: auto;
  display: block;
}

.sad-floating-badge {
  position: absolute;
  top: 30px;
  right: -20px;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  color: var(--sad-dark);
  border-left: 4px solid var(--sad-blue);
}

/* --- SERVICES GRID --- */
.section-app-development-services {
  padding: 100px 0;
  background: var(--sad-bg-light);
}

.sad-section-subtitle {
  color: var(--sad-orange);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.sad-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.sad-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.sad-card:hover {
  transform: translateY(-5px);
  border-bottom-color: var(--sad-blue);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.sad-card-icon {
  font-size: 2.5rem;
  color: var(--sad-orange);
  margin-bottom: 20px;
}

.sad-card h3 {
  font-family: var(--sad-font-head);
  font-size: 1.45rem;
  margin-bottom: 10px;
  color: var(--sad-dark);
}

.sad-card p {
  font-family: var(--sad-font-body);
  color: #64748b;
  font-size: 1.45rem;
  line-height: 1.6;
}

/* --- ENGAGEMENT MODELS (Dark) --- */
.section-app-development-models {
  padding: 80px 0;
  background-color: var(--sad-dark);
  color: #fff;
}

.sad-title-light {
  font-family: var(--sad-font-head);
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
}

.sad-text-light {
  font-family: var(--sad-font-body);
  font-size: 1.45rem;
  opacity: 0.8;
  line-height: 1.7;
}

.sad-models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.sad-model-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
}

.sad-model-card.highlight {
  background: var(--sad-blue);
  border-color: var(--sad-blue);
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.sad-model-card:hover {
  background: rgba(255,255,255,0.1);
}

.sad-model-card .model-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--sad-orange);
}

.sad-model-card.highlight .model-icon {
  color: #fff;
}

.sad-model-card h4 {
  font-family: var(--sad-font-head);
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.sad-model-card p {
  font-size: 1.35rem;
  opacity: 0.9;
  line-height: 1.5;
}

/* --- WHY CHOOSE US --- */
.section-app-development-why {
  padding: 100px 0;
  background: #fff;
}

.sad-benefit-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sad-benefit-list li {
  font-family: var(--sad-font-body);
  font-size: 1.35rem;
  color: var(--sad-text);
  display: flex;
  align-items: center;
  gap: 15px;
}

.sad-benefit-list i {
  color: var(--sad-blue);
  font-size: 1.45rem;
}

.sad-stat-card {
  background: var(--sad-bg-light);
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 4px solid var(--sad-orange);
}

.stat-number {
  font-family: var(--sad-font-head);
  font-size: 2rem;
  color: var(--sad-blue);
  font-weight: 700;
}

.stat-label {
  font-weight: 700;
  color: var(--sad-dark);
  margin-bottom: 5px;
}

/* --- CTA --- */
.section-app-development-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--sad-dark), var(--sad-blue));
  color: #fff;
}

.sad-cta-title {
  font-family: var(--sad-font-head);
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.sad-btn-white {
  display: inline-block;
  background: #fff;
  color: var(--sad-blue);
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.sad-btn-white:hover {
  background: var(--sad-orange);
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .sad-title-hero { font-size: 2.5rem; }
  .sad-models-grid { grid-template-columns: 1fr; gap: 40px; }
  .sad-model-card.highlight { transform: scale(1); }
}

/* ERP Services  */

/* ==================== ERP SERVICES PAGE STYLES (SCOPED) ==================== */

/* Scoped Variables */

.section-erp-service-capabilities,
.section-erp-service-transformation,
.section-erp-service-platforms,
.section-erp-service-models-why {
  --ses-blue: #0B5ED7;
  --ses-orange: #F97316;
  --ses-dark: #0f172a;
  --ses-text: #334155;
  --ses-bg-light: #f8fafc;
  --ses-font-head: var(--fontFamily-forum, serif);
  --ses-font-body: var(--fontFamily-dm_sans, sans-serif);
}


.ses-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(11, 94, 215, 0.6));
  z-index: 1;
}

.ses-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.ses-subtitle {
  color: var(--ses-orange);
  font-family: var(--ses-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}


/* --- SHARED TYPOGRAPHY --- */
.ses-section-title {
  font-family: var(--ses-font-head);
  font-size: 3.5rem;
  color: var(--ses-dark);
  margin-bottom: 15px;
}

.ses-section-subtitle {
  font-family: var(--ses-font-body);
  font-size: 2rem;
  color: #64748b;
}

.ses-text-body {
  font-family: var(--ses-font-body);
  font-size: 1.6rem;
  color: var(--ses-text);
  line-height: 1.6;
}

/* --- CAPABILITIES GRID --- */
.section-erp-service-capabilities {
  padding: 100px 0;
  background: #fff;
}

.ses-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.ses-card {
  background: var(--ses-bg-light);
  padding: 40px 30px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: 0.3s;
}

.ses-card:hover {
  background: #fff;
  box-shadow: 0 15px 35px rgba(11, 94, 215, 0.08);
  transform: translateY(-5px);
  border-color: var(--ses-blue);
}

.ses-icon {
  font-size: 2.2rem;
  color: var(--ses-blue);
  margin-bottom: 20px;
}

.ses-card h3 {
  font-family: var(--ses-font-head);
  font-size: 1.75rem;
  color: var(--ses-dark);
  margin-bottom: 10px;
}

.ses-card p {
  font-family: var(--ses-font-body);
  color: var(--ses-text);
  font-size: 1.35rem;
  line-height: 1.5;
}

/* --- PROBLEMS VS OUTCOMES --- */
.section-erp-service-transformation {
  padding: 100px 0;
  background: var(--ses-bg-light);
}

.ses-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}

.ses-compare-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.ses-problems { border-top: 5px solid #ef4444; } /* Red indicator */
.ses-outcomes { border-top: 5px solid #1029b9; } /* Green indicator */

.ses-box-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.ses-box-header i { font-size: 2rem; }
.ses-problems .ses-box-header i { color: #ef4444; }
.ses-outcomes .ses-box-header i { color: #1029b9; }

.ses-box-header h3 {
  font-family: var(--ses-font-head);
  font-size: 1.8rem;
  color: var(--ses-dark);
  margin: 0;
}

.ses-box-desc {
  font-family: var(--ses-font-body);
  color: #64748b;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.ses-list-bad, .ses-list-good {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ses-list-bad li, .ses-list-good li {
  font-family: var(--ses-font-body);
  font-size: 1.5rem;
  color: var(--ses-text);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ses-list-bad li::before {
  content: '\f00d'; /* X mark */
  font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: #ef4444; margin-top: 2px;
}

.ses-list-good li::before {
  content: '\f00c'; /* Check mark */
  font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: #1029b9; margin-top: 2px;
}

/* --- PLATFORMS --- */
.section-erp-service-platforms {
  padding: 80px 0;
  background: var(--ses-dark);
  color: #fff;
}

.section-erp-service-platforms .ses-section-title { color: #fff; }
.section-erp-service-platforms .ses-section-subtitle { color: #cbd5e1; }

.ses-platform-flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.ses-platform-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: rgba(255,255,255,0.05);
  padding: 30px 40px;
  border-radius: 8px;
  min-width: 250px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s;
}

.ses-platform-item:hover {
  background: var(--ses-blue);
  border-color: var(--ses-blue);
  transform: translateY(-5px);
}

.ses-platform-item i { font-size: 2.5rem; color: var(--ses-orange); }
.ses-platform-item:hover i { color: #fff; }

.ses-platform-item h4 {
  font-family: var(--ses-font-head);
  font-size: 1.3rem;
  margin: 0;
}

/* --- MODELS & WHY US --- */
.section-erp-service-models-why {
  padding: 100px 0;
  background: #fff;
}

.ses-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.ses-model-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ses-model-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 25px 20px;
  border-radius: 8px;
  text-align: center;
  transition: 0.3s;
}

.ses-model-card:hover {
  border-color: var(--ses-blue);
  box-shadow: 0 10px 20px rgba(11, 94, 215, 0.05);
}

.ses-model-card i {
  font-size: 1.8rem;
  color: var(--ses-orange);
  margin-bottom: 15px;
}

.ses-model-card h4 {
  font-family: var(--ses-font-body);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ses-dark);
}

.ses-bg-light-box {
  background: var(--ses-bg-light);
  padding: 40px;
  border-radius: 12px;
  border-left: 5px solid var(--ses-blue);
}

.ses-why-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ses-why-list li {
  font-family: var(--ses-font-body);
  font-size: 1.5rem;
  color: var(--ses-dark);
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ses-why-list i {
  color: var(--ses-blue);
  font-size: 1.5rem;
  margin-top: 3px;
}


/* Responsive */
@media (max-width: 992px) {
  .ses-compare-grid, .ses-split-row { grid-template-columns: 1fr; gap: 40px; }
  .ses-title-hero { font-size: 2.8rem; }
}

@media (max-width: 576px) {
  .ses-model-grid { grid-template-columns: 1fr; }
}

/* CRM SERVICES */

/* ==================== CRM SERVICES PAGE STYLES (SCOPED) ==================== */

/* Scoped Variables */
.section-crm-service-intro,
.section-crm-service-audience,
.section-crm-service-outcomes,
.section-crm-service-platforms,
.section-crm-service-models {
  --scs-blue: #0B5ED7;
  --scs-orange: #F97316;
  --scs-dark: #0f172a;
  --scs-text: #334155;
  --scs-bg-light: #fff;
  --scs-font-head: var(--fontFamily-forum, serif);
  --scs-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Common Utilities */
.bg-light { background-color: var(--scs-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.mt-4 { margin-top: 1.5rem; }

.scs-section-title {
  font-family: var(--scs-font-head);
  font-size: 3rem;
  color: var(--scs-dark);
  margin-bottom: 15px;
  line-height: 1.2;
}

.scs-section-subtitle {
  font-family: var(--scs-font-body);
  font-size: 2rem;
  color: #64748b;
  max-width: 700px;
  margin-bottom: 40px;
}

.scs-text-body {
  font-family: var(--scs-font-body);
  font-size: 1.5rem;
  color: var(--scs-text);
  line-height: 1.7;
  margin-bottom: 20px;
}

.scs-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* --- INTRO & WHAT WE DO --- */
.section-crm-service-intro {
  padding: 100px 0;
  background: #fff;
}

.scs-highlight-text {
  color: var(--scs-blue);
  border-left: 4px solid var(--scs-orange);
  padding-left: 15px;
  font-size: 1.45rem;
  margin-top: 30px;
}

.scs-feature-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 5px solid var(--scs-blue);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.scs-box-title {
  font-family: var(--scs-font-head);
  font-size: 2.2rem;
  color: var(--scs-dark);
  margin-bottom: 5px;
}

.scs-box-subtitle {
  font-family: var(--scs-font-body);
  color: var(--scs-orange);
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.scs-action-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.scs-action-list li {
  font-family: var(--scs-font-body);
  font-size: 1.5rem;
  color: var(--scs-text);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.scs-action-list i {
  color: var(--scs-blue);
  font-size: 1.5rem;
  margin-top: 3px;
}

/* --- WHO WE SERVE --- */
.section-crm-service-audience {
  padding: 100px 0;
}

.scs-audience-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.scs-audience-card {
  /* background: #fff; */
  padding: 30px 20px;
  border-radius: 8px;
  width: calc(33.333% - 20px);
  min-width: 250px;
  border: 1px solid #e2e8f0;
  transition: 0.3s;
}

.scs-audience-card:hover {
  border-color: var(--scs-orange);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.08);
}

.scs-audience-card i {
  font-size: 2.5rem;
  color: var(--scs-blue);
  margin-bottom: 15px;
}

.scs-audience-card h4 {
  font-family: var(--scs-font-head);
  font-size: 1.85rem;
  color: var(--scs-dark);
  margin-bottom: 10px;
}

.scs-audience-card p {
  font-family: var(--scs-font-body);
  font-size: 1.5rem;
  color: #64748b;
  line-height: 1.5;
}

/* --- BUSINESS OUTCOMES (Dark Theme) --- */
.section-crm-service-outcomes {
  padding: 100px 0;
  background-color: var(--scs-dark);
}

.scs-title-light {
  font-family: var(--scs-font-head);
  font-size: 3rem;
  color: #fff;
  margin-bottom: 15px;
}

.scs-text-light {
  font-family: var(--scs-font-body);
  font-size: 2rem;
  color: #cbd5e1;
  max-width: 600px;
}

.scs-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.scs-outcome-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s;
}

.scs-outcome-item:hover {
  background: rgba(11, 94, 215, 0.2);
  border-color: var(--scs-blue);
}

.scs-outcome-icon {
  width: 50px; height: 50px;
  background: var(--scs-orange);
  color: #fff;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.scs-outcome-item h3 {
  font-family: var(--scs-font-head);
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 10px;
}

.scs-outcome-item p {
  font-family: var(--scs-font-body);
  font-size: 1.5rem;
  color: #cbd5e1;
  line-height: 1.5;
}

/* --- PLATFORMS --- */
.section-crm-service-platforms {
  padding: 80px 0;
  background: #fff;
}

.scs-platform-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.scs-platform-tag {
  background: var(--scs-bg-light);
  color: var(--scs-dark);
  border: 1px solid #e2e8f0;
  padding: 12px 25px;
  border-radius: 30px;
  font-family: var(--scs-font-body);
  font-weight: 600;
  transition: 0.3s;
}

.scs-platform-tag:hover {
  background: var(--scs-blue);
  color: #fff;
  border-color: var(--scs-blue);
}

/* --- MODELS & WHY US --- */
.section-crm-service-models {
  padding: 100px 0;
}

.scs-col-half { flex: 1; }

.scs-models-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.scs-model-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 25px 20px;
  border-radius: 8px;
  text-align: center;
  transition: 0.3s;
}

.scs-model-box:hover {
  border-color: var(--scs-blue);
  box-shadow: 0 10px 20px rgba(11, 94, 215, 0.05);
  transform: translateY(-3px);
}

.scs-model-box i {
  font-size: 1.8rem;
  color: var(--scs-blue);
  margin-bottom: 15px;
}

.scs-model-box h4 {
  font-family: var(--scs-font-body);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--scs-dark);
}

/* Why Us Box (Dark Blue gradient) */
.scs-why-box {
  background: linear-gradient(135deg, var(--scs-blue), #1e3a8a);
  padding: 40px;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 20px 40px rgba(11, 94, 215, 0.2);
}

.scs-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.scs-why-list li {
  font-family: var(--scs-font-body);
  font-size: 1.25rem;
  color: #f8fafc;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.scs-why-list i {
  color: var(--scs-orange);
  font-size: 1.5rem;
  margin-top: 3px;
}

.scs-btn-orange {
  display: inline-block;
  background: var(--scs-orange);
  color: #fff;
  padding: 14px 30px;
  border-radius: 4px;
  font-family: var(--scs-font-body);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  border: 2px solid var(--scs-orange);
}

.scs-btn-orange:hover {
  background: transparent;
  color: var(--scs-orange);
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
  .scs-split-row { grid-template-columns: 1fr; gap: 40px; }
  .scs-audience-card { width: calc(50% - 20px); }
}

@media (max-width: 576px) {
  .scs-audience-card { width: 100%; }
  .scs-models-grid { grid-template-columns: 1fr; }
}

/* ==================== CRM SERVICES - ADDED SECTIONS STYLES (scs-new-) ==================== */

:root {
  --scs-new-blue: #0B5ED7;
  --scs-new-orange: #F97316;
  --scs-new-dark: #0f172a;
  --scs-new-text: #334155;
  --scs-new-bg-light: #f8fafc;
  --scs-new-font-head: var(--fontFamily-forum, serif);
  --scs-new-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Shared Utilities for new sections */
.scs-new-section-title {
  font-family: var(--scs-new-font-head);
  font-size: 2.5rem;
  color: var(--scs-new-dark);
  margin-bottom: 15px;
  line-height: 1.2;
}

.scs-new-section-subtitle {
  font-family: var(--scs-new-font-body);
  font-size: 1.5rem;
  color: #64748b;
  max-width: 700px;
  margin-bottom: 40px;
}

.scs-new-text-blue { color: var(--scs-new-blue) !important; }
.scs-new-text-orange { color: var(--scs-new-orange) !important; }
.scs-new-split-row { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }

/* --- ECOSYSTEM (PLATFORMS & INTEGRATIONS) --- */
.scs-new-ecosystem-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.scs-new-core-platforms {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  border-top: 5px solid var(--scs-new-blue);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.scs-new-box-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.scs-new-platform-pills {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.scs-new-pill-large {
  display: block;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-family: var(--scs-new-font-body);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--scs-new-dark);
  background: var(--scs-new-bg-light);
  transition: 0.3s;
}
.scs-new-pill-large.scs-new-border-blue { border-left: 4px solid var(--scs-new-blue); }
.scs-new-pill-large:hover { background: #fff; border-color: var(--scs-new-blue); box-shadow: 0 5px 15px rgba(11, 94, 215, 0.1); transform: translateX(5px); }

.scs-new-pill-large span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #64748b;
  margin-top: 5px;
}

.scs-new-integrations-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  border-top: 5px solid var(--scs-new-orange);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
}

.scs-new-integration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.scs-new-int-group {
  background: var(--scs-new-bg-light);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.scs-new-int-group.scs-new-full-width { grid-column: 1 / -1; }

.scs-new-int-group h4 {
  font-family: var(--scs-new-font-body);
  font-size: 1.5rem;
  color: var(--scs-new-dark);
  margin-bottom: 8px;
  display: flex; align-items: center; gap: 10px;
}

.scs-new-int-group p {
  font-family: var(--scs-new-font-body);
  font-size: 1.5rem;
  color: #64748b;
  margin: 0;
}

/* --- ENTERPRISE CAPABILITIES --- */
.section-crm-service-capabilities { padding: 100px 0; }

.scs-new-cap-visual {
  background: linear-gradient(135deg, var(--scs-new-dark), var(--scs-new-blue));
  padding: 60px 40px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(11, 94, 215, 0.3);
}

.scs-new-cap-badge {
  width: 70px; height: 70px;
  background: var(--scs-new-orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; font-size: 2rem; margin-bottom: 25px;
}

.scs-new-title-light {
  font-family: var(--scs-new-font-head);
  font-size: 2.5rem;
  color: #fff;
}

.scs-new-text-light {
  font-family: var(--scs-new-font-body);
  font-size: 1.5rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

.scs-new-action-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }

.scs-new-two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
}

.scs-new-two-col-list li {
  background: var(--scs-new-bg-light);
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--scs-new-font-body);
  color: var(--scs-new-text);
}

.scs-new-two-col-list i {
  color: var(--scs-new-blue);
  margin-top: 3px;
}

/* --- ENGAGEMENT PROCESS --- */
.section-crm-service-process { padding: 100px 0; }

.scs-new-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.scs-new-process-step {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  position: relative;
  transition: 0.3s;
  text-align: center;
}

.scs-new-process-step:hover {
  transform: translateY(-5px);
  border-color: var(--scs-new-blue);
  box-shadow: 0 15px 30px rgba(11, 94, 215, 0.08);
}

.scs-new-step-num {
  width: 50px; height: 50px;
  background: var(--scs-new-blue); color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--scs-new-font-head); font-size: 1.5rem; font-weight: 700;
  margin: 0 auto 20px auto;
}

.scs-new-process-step h4 {
  font-family: var(--scs-new-font-head); font-size: 1.7rem; color: var(--scs-new-dark); margin-bottom: 10px;
}
.scs-new-process-step p {
  font-family: var(--scs-new-font-body); font-size: 1.8rem; color: #64748b; line-height: 1.5; margin: 0;
}

/* --- TRUST, OPERATIONS & GOVERNANCE --- */
.section-crm-service-governance { padding: 100px 0; background: #fff; }

.scs-new-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.scs-new-trust-card {
  background: var(--scs-new-bg-light);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.scs-new-trust-icon {
  width: 50px; height: 50px;
  background: #fff; color: var(--scs-new-orange);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.scs-new-trust-card h3 {
  font-family: var(--scs-new-font-head); font-size: 1.5rem; color: var(--scs-new-dark); margin-bottom: 20px;
}

.scs-new-trust-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.scs-new-trust-list li {
  font-family: var(--scs-new-font-body); font-size: 1.45rem; color: var(--scs-new-text);
  position: relative; padding-left: 20px;
}
.scs-new-trust-list li::before {
  content: "•"; color: var(--scs-new-blue); font-size: 1.5rem;
  position: absolute; left: 0; top: -3px; line-height: 1;
}

.scs-new-closing-statement {
  background: var(--scs-new-orange);
  padding: 40px;
  border-radius: 12px;
  text-align: center;
}

.scs-new-closing-statement h2 {
  font-family: var(--scs-new-font-head);
  font-size: 2rem; color: #fff; margin: 0;
  letter-spacing: 1px;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
  .scs-new-ecosystem-layout { grid-template-columns: 1fr; }
  .scs-new-split-row { grid-template-columns: 1fr; }
  .scs-new-two-col-list { grid-template-columns: 1fr; }
  .scs-new-process-grid { grid-template-columns: repeat(2, 1fr); }
  .scs-new-trust-grid { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
  .scs-new-integration-grid { grid-template-columns: 1fr; }
  .scs-new-process-grid { grid-template-columns: 1fr; }
  .scs-new-closing-statement h2 { font-size: 1.5rem; }
}
/* ==================== E-COMMERCE & DIGITAL MARKETING STYLES (SCOPED) ==================== */

:root {
  --sedm-blue: #0B5ED7;
  --sedm-orange: #F97316;
  --sedm-dark: #0f172a;
  --sedm-text: #334155;
  --sedm-bg-light: #f8fafc;
  --sedm-font-head: var(--fontFamily-forum, serif);
  --sedm-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Common Utilities */
.bg-light { background-color: var(--sedm-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.mt-5 { margin-top: 3rem; }
.text-white { color: #ffffff !important; }
.text-dark { color: var(--sedm-dark) !important; }
.text-orange { color: var(--sedm-orange) !important; }
.text-blue { color: var(--sedm-blue) !important; }
.text-light-muted { color: rgba(255,255,255,0.7); font-family: var(--sedm-font-body); font-size: 1.05rem; line-height: 1.6;}
.align-center { align-items: center; }

/* Typography */
.sedm-subtitle {
  color: var(--sedm-orange);
  font-family: var(--sedm-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sedm-section-title {
  font-family: var(--sedm-font-head);
  font-size: 2.5rem;
  color: var(--sedm-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}

.sedm-section-subtitle {
  font-family: var(--sedm-font-body);
  font-size: 1.45rem;
  color: #64748b;
  max-width: 700px;
  line-height: 1.6;
}

.sedm-text-body {
  font-family: var(--sedm-font-body);
  font-size: 1.45rem;
  color: var(--sedm-text);
  line-height: 1.7;
}

.sedm-text-muted {
  font-family: var(--sedm-font-body);
  font-size: 1.35rem;
  color: #64748b;
  line-height: 1.6;
}

/* Layout */
.sedm-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* --- INTRO & CORE SERVICES --- */
.section-ecommerce-digital-marketing-intro {
  padding: 100px 0;
  background: #fff;
}

.sedm-pillar-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 5px solid var(--sedm-blue);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  transition: 0.3s;
}

.sedm-pillar-card.border-top-orange {
  border-top-color: var(--sedm-orange);
}

.sedm-pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(11, 94, 215, 0.08);
}

.sedm-pillar-header {
  display: flex; align-items: center; gap: 20px; margin-bottom: 20px;
}

.sedm-icon-wrap {
  width: 60px; height: 60px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; font-size: 1.8rem; color: #fff;
}
.bg-blue { background-color: var(--sedm-blue); }
.bg-orange { background-color: var(--sedm-orange); }

.sedm-pillar-header h3 {
  font-family: var(--sedm-font-head);
  font-size: 1.6rem; color: var(--sedm-dark); margin: 0;
}

.sedm-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.sedm-check-list li {
  font-family: var(--sedm-font-body); font-size: 1.45rem; color: var(--sedm-text);
  display: flex; align-items: flex-start; gap: 12px;
}
.sedm-check-list i {
  color: var(--sedm-blue); background: var(--sedm-bg-light);
  width: 24px; height: 24px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: 1.35rem; margin-top: 2px;
}

.list-orange i { color: var(--sedm-orange); }

/* --- WHO WE SERVE & PLATFORMS --- */
.section-ecommerce-digital-marketing-scope { padding: 100px 0; }

.sedm-audience-grid {
  display: grid; grid-template-columns: 1fr; gap: 15px; margin-top: 30px;
}

.sedm-audience-item {
  display: flex; align-items: center; gap: 15px;
  background: #fff; padding: 15px 20px; border-radius: 8px; border: 1px solid #e2e8f0;
  transition: 0.3s;
}
.sedm-audience-item:hover { border-color: var(--sedm-blue); transform: translateX(5px); }
.sedm-audience-item i { font-size: 1.4rem; }
.sedm-audience-item span { font-family: var(--sedm-font-body); font-weight: 500; color: var(--sedm-dark); }

.sedm-platforms-box {
  background: linear-gradient(135deg, var(--sedm-dark), #1e293b);
  padding: 50px 40px; border-radius: 16px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.3);
}

.sedm-tags-container {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px;
}

.sedm-tool-tag {
  background: rgba(255,255,255,0.1); color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 10px 20px; border-radius: 30px;
  font-family: var(--sedm-font-body); font-weight: 600; font-size: 1.5rem;
  transition: 0.3s;
}

.sedm-tool-tag:hover {
  background: var(--sedm-orange); border-color: var(--sedm-orange);
}

/* --- PROBLEMS VS OUTCOMES --- */
.section-ecommerce-digital-marketing-impact { padding: 100px 0; background: #fff; }

.sedm-compare-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.sedm-impact-card { padding: 50px; }

.sedm-problems { background-color: var(--sedm-dark); }
.sedm-outcomes { background-color: var(--sedm-bg-light); border: 1px solid #e2e8f0; }

.sedm-impact-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.sedm-impact-header i { font-size: 2.5rem; }
.sedm-impact-header h3 { font-family: var(--sedm-font-head); font-size: 1.8rem; margin: 0; }
.sedm-problems h3 { color: #fff; }
.sedm-outcomes h3 { color: var(--sedm-dark); }

.sedm-list-bad, .sedm-list-good { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }

.sedm-list-bad li {
  font-family: var(--sedm-font-body); font-size: 1.45rem; color: #cbd5e1;
  display: flex; align-items: flex-start; gap: 12px;
}
.sedm-list-bad li::before {
  content: '\f00d'; font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--sedm-orange); margin-top: 2px;
}

.sedm-list-good li {
  font-family: var(--sedm-font-body); font-size: 1.45rem; color: var(--sedm-text);
  display: flex; align-items: flex-start; gap: 12px;
}
.sedm-list-good li::before {
  content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--sedm-blue); margin-top: 2px;
}

/* --- MODELS & WHY US --- */
.section-ecommerce-digital-marketing-models { padding: 100px 0; }

.sedm-models-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px;
}

.sedm-model-box {
  background: #fff; border: 1px solid #e2e8f0; padding: 30px 20px;
  border-radius: 8px; text-align: center; transition: 0.3s;
}

.sedm-model-box:hover {
  border-color: var(--sedm-blue); box-shadow: 0 10px 25px rgba(11, 94, 215, 0.08); transform: translateY(-3px);
}

.sedm-model-box i { font-size: 2rem; color: var(--sedm-blue); margin-bottom: 15px; }
.sedm-model-box h4 { font-family: var(--sedm-font-head); font-size: 1.45rem; color: var(--sedm-dark); margin: 0; }

.sedm-why-box {
  background: linear-gradient(135deg, var(--sedm-blue), #1e3a8a);
  padding: 50px; border-radius: 16px; color: #fff;
  box-shadow: 0 20px 40px rgba(11, 94, 215, 0.2);
}

.sedm-title-light { font-family: var(--sedm-font-head); font-size: 2.2rem; color: #fff; }

.sedm-why-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.sedm-why-list li {
  font-family: var(--sedm-font-body); font-size: 1.45rem; color: #f8fafc;
  display: flex; align-items: flex-start; gap: 12px;
}
.sedm-why-list i { color: var(--sedm-orange); font-size: 1.45rems; margin-top: 3px; }

.sedm-btn-orange {
  display: inline-block; background: var(--sedm-orange); color: #fff;
  padding: 15px 40px; border-radius: 4px;
  font-family: var(--sedm-font-body); font-weight: 700; text-transform: uppercase;
  text-decoration: none; transition: 0.3s; border: 2px solid var(--sedm-orange);
}

.sedm-btn-orange:hover { background: transparent; color: var(--sedm-orange); }

/* Responsive */
@media (max-width: 992px) {
  .sedm-split-row { grid-template-columns: 1fr; gap: 40px; }
  .sedm-compare-layout { grid-template-columns: 1fr; border-radius: 0; box-shadow: none; gap: 20px;}
  .sedm-impact-card { border-radius: 12px; }
}

/* ==================== IT STAFFING SERVICES STYLES (SCOPED) ==================== */

:root {
  --sits-blue: #0B5ED7;
  --sits-orange: #F97316;
  --sits-dark: #0f172a;
  --sits-text: #334155;
  --sits-bg-light: #f8fafc;
  --sits-font-head: var(--fontFamily-forum, serif);
  --sits-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Common Utilities */
.bg-light { background-color: var(--sits-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-4 { margin-bottom: 1.5rem; }
.mt-4 { margin-top: 1.5rem; }
.text-orange { color: var(--sits-orange) !important; }

/* Typography */
.sits-subtitle {
  color: var(--sits-orange);
  font-family: var(--sits-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sits-section-title {
  font-family: var(--sits-font-head);
  font-size: 2.5rem;
  color: var(--sits-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}

.sits-section-subtitle {
  font-family: var(--sits-font-body);
  font-size: 1.5rem;
  color: #64748b;
  max-width: 700px;
  margin-bottom: 40px;
}

.sits-text-body {
  font-family: var(--sits-font-body);
  font-size: 1.5rem;
  color: var(--sits-text);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Layout */
.sits-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.align-center { align-items: center; }

/* --- INTRO & ROLES --- */
.section-it-staffing-intro {
  padding: 100px 0;
  background: #fff;
}

.sits-highlight-quote {
  background: var(--sits-bg-light);
  border-left: 4px solid var(--sits-blue);
  padding: 25px 30px;
  border-radius: 0 8px 8px 0;
  margin-top: 30px;
  position: relative;
}

.sits-highlight-quote i {
  position: absolute;
  top: 20px; left: 20px;
  font-size: 3rem;
  color: rgba(11, 94, 215, 0.1); /* Faint watermark icon */
  z-index: 0;
}

.sits-highlight-quote p {
  position: relative;
  z-index: 1;
  font-family: var(--sits-font-body);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--sits-dark);
  margin: 0;
  line-height: 1.5;
}

/* Roles Box */
.sits-roles-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 5px solid var(--sits-orange);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.sits-roles-box h3 {
  font-family: var(--sits-font-head);
  font-size: 1.8rem;
  color: var(--sits-dark);
  margin-bottom: 5px;
}

.sits-roles-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 15px;
}

.sits-roles-list li {
  display: flex; align-items: center; gap: 15px;
  font-family: var(--sits-font-body);
  font-size: 1.5rem; color: var(--sits-dark);
  font-weight: 500;
  background: var(--sits-bg-light);
  padding: 12px 15px;
  border-radius: 8px;
  transition: 0.3s;
}

.sits-roles-list li:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(11, 94, 215, 0.1);
  transform: translateX(5px);
}

.sits-role-icon {
  width: 35px; height: 35px;
  background: var(--sits-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px; font-size: 1.3rem;
}

/* --- PROBLEMS (DARK) --- */
.section-it-staffing-problems {
  padding: 80px 0;
  background-color: var(--sits-dark);
}

.sits-title-light {
  font-family: var(--sits-font-head);
  font-size: 2.5rem; color: #fff; margin-bottom: 20px;
}

.sits-text-light {
  font-family: var(--sits-font-body);
  font-size: 1.75rem; color: #cbd5e1; line-height: 1.7;
}

.sits-problem-grid {
  display: grid; grid-template-columns: 1fr; gap: 15px;
}

.sits-problem-item {
  background: rgba(255,255,255,0.05);
  padding: 15px 20px; border-radius: 6px;
  display: flex; align-items: center; gap: 15px;
  font-family: var(--sits-font-body); color: #fff; font-size: 1.5rem;
}

/* --- SCOPE (WHO WE SERVE & INDUSTRIES) --- */
.section-it-staffing-scope { padding: 100px 0; }

.sits-scope-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
}

.sits-card-header {
  display: flex; align-items: center; gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.sits-card-header i { font-size: 2rem; color: var(--sits-blue); }
.sits-card-header h3 { font-family: var(--sits-font-head); font-size: 1.6rem; margin: 0; }

.sits-check-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.sits-check-list li {
  font-family: var(--sits-font-body); font-size: 1.5rem; color: var(--sits-text);
  display: flex; align-items: flex-start; gap: 12px;
}
.sits-check-list li::before {
  content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--sits-orange); margin-top: 3px;
}

/* --- MODELS --- */
.section-it-staffing-models { padding: 100px 0; background: #fff; }

.sits-models-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px; margin-top: 50px;
}

.sits-model-card {
  background: var(--sits-bg-light);
  border: 1px solid #e2e8f0;
  padding: 35px 20px;
  border-radius: 8px;
  transition: 0.3s;
  border-top: 4px solid transparent;
}

.sits-model-card:hover {
  background: #fff;
  border-top-color: var(--sits-blue);
  box-shadow: 0 15px 35px rgba(11, 94, 215, 0.08);
  transform: translateY(-5px);
}

.sits-model-card .model-icon {
  font-size: 2.2rem; color: var(--sits-orange); margin-bottom: 20px;
}

.sits-model-card h4 {
  font-family: var(--sits-font-head); font-size: 1.5rem; margin-bottom: 10px; color: var(--sits-dark);
}

.sits-model-card p { font-family: var(--sits-font-body); font-size: 1.5rem; color: #64748b; line-height: 1.5; }

/* --- WHY US --- */
.section-it-staffing-why { padding: 100px 0; }

.sits-why-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.sits-why-list li {
  font-family: var(--sits-font-body); font-size: 1.5rem; color: var(--sits-text);
  display: flex; align-items: flex-start; gap: 15px;
}
.sits-why-list i { color: var(--sits-blue); font-size: 1.5rem; margin-top: 3px; }

/* Closing Box */
.sits-closing-box {
  background: linear-gradient(135deg, var(--sits-blue), #1e3a8a);
  padding: 50px; border-radius: 16px; color: #fff;
  display: flex; flex-direction: column; justify-content: center;
  box-shadow: 0 20px 40px rgba(11, 94, 215, 0.2);
  text-align: center;
}

.closing-icon { font-size: 3rem; color: var(--sits-orange); margin-bottom: 20px; }
.sits-closing-box h3 { font-family: var(--sits-font-head); font-size: 2.2rem; margin-bottom: 15px; }
.sits-closing-box p { font-family: var(--sits-font-body); font-size: 1.5rem; opacity: 0.9; line-height: 1.6; }

.sits-btn-white {
  display: inline-block; background: #fff; color: var(--sits-blue);
  padding: 14px 30px; border-radius: 4px;
  font-family: var(--sits-font-body); font-weight: 700; text-transform: uppercase;
  text-decoration: none; transition: 0.3s;
}

.sits-btn-white:hover { background: var(--sits-orange); color: #fff; }

/* Responsive */
@media (max-width: 992px) {
  .sits-split-row { grid-template-columns: 1fr; gap: 40px; }
  .sits-models-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .sits-models-grid { grid-template-columns: 1fr; }
}

/* ==================== NON-IT STAFFING SERVICES STYLES (SCOPED) ==================== */

:root {
  --snis-blue: #0B5ED7;
  --snis-orange: #F97316;
  --snis-dark: #0f172a;
  --snis-text: #334155;
  --snis-bg-light: #f8fafc;
  --snis-font-head: var(--fontFamily-forum, serif);
  --snis-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Common Utilities */
.bg-light { background-color: var(--snis-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.text-white { color: #ffffff !important; }
.text-dark { color: var(--snis-dark) !important; }
.text-orange { color: var(--snis-orange) !important; }
.text-blue { color: var(--snis-blue) !important; }
.text-light-muted { color: rgba(255,255,255,0.7); }
.align-center { align-items: center; }

/* Typography */
.snis-subtitle {
  color: var(--snis-orange);
  font-family: var(--snis-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.snis-section-title {
  font-family: var(--snis-font-head);
  font-size: 2.5rem;
  color: var(--snis-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}

.snis-section-subtitle {
  font-family: var(--snis-font-body);
  font-size: 1.65rem;
  color: #64748b;
  max-width: 700px;
  line-height: 1.6;
}

.snis-text-body {
  font-family: var(--snis-font-body);
  font-size: 1.5rem;
  color: var(--snis-text);
  line-height: 1.7;
}

.snis-text-muted {
  font-family: var(--snis-font-body);
  font-size: 1.5rem;
  color: #64748b;
}

/* Layout */
.snis-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* --- INTRO SECTION --- */
.section-non-it-services-intro {
  padding: 100px 0;
  background: #fff;
}

.snis-highlight-banner {
  background: var(--snis-bg-light);
  border-left: 4px solid var(--snis-blue);
  padding: 25px;
  border-radius: 0 8px 8px 0;
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.snis-highlight-banner i {
  font-size: 2rem;
  color: var(--snis-orange);
}

.snis-highlight-banner p {
  font-family: var(--snis-font-body);
  font-weight: 600;
  color: var(--snis-dark);
  margin: 0;
  line-height: 1.5;
}

.snis-roles-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 5px solid var(--snis-orange);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.snis-card-title {
  font-family: var(--snis-font-head);
  font-size: 1.8rem;
  color: var(--snis-dark);
  margin-bottom: 5px;
}

.snis-card-desc {
  font-family: var(--snis-font-body);
  font-size: 1.5rem;
  color: var(--snis-text);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.snis-roles-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 15px;
}

.snis-roles-list li {
  display: flex; align-items: center; gap: 15px;
  font-family: var(--snis-font-body);
  font-size: 1.5rem; color: var(--snis-text);
  font-weight: 500;
}

.snis-roles-list i {
  color: var(--snis-blue);
  background: var(--snis-bg-light);
  width: 35px; height: 35px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px;
}

/* --- WHO WE SERVE & INDUSTRIES --- */
.section-non-it-services-scope { padding: 100px 0; }

.snis-scope-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border: 1px solid #e2e8f0;
  transition: 0.3s;
}

.snis-scope-box:hover {
  transform: translateY(-5px);
  border-color: var(--snis-blue);
  box-shadow: 0 15px 40px rgba(11, 94, 215, 0.08);
}

.snis-box-header {
  display: flex; align-items: center; gap: 15px;
  margin-bottom: 15px;
}

.snis-icon-wrap {
  width: 50px; height: 50px;
  background: var(--snis-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; font-size: 1.6rem;
}

.snis-box-header h3 {
  font-family: var(--snis-font-head);
  font-size: 1.8rem; color: var(--snis-dark); margin: 0;
}

.snis-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.snis-check-list li {
  font-family: var(--snis-font-body); font-size: 1.5rem; color: var(--snis-text);
  display: flex; align-items: flex-start; gap: 12px;
}
.snis-check-list li::before {
  content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--snis-orange); margin-top: 3px;
}

/* --- PROBLEMS VS OUTCOMES --- */
.section-non-it-services-impact { padding: 100px 0; background: #fff; }

.snis-compare-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0; /* Flush together */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.snis-impact-card { padding: 50px; }

.snis-problems { background-color: var(--snis-dark); }
.snis-outcomes { background-color: var(--snis-bg-light); border: 1px solid #e2e8f0; }

.impact-icon { font-size: 3rem; margin-bottom: 20px; }

.snis-impact-card h3 {
  font-family: var(--snis-font-head);
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.snis-list-bad, .snis-list-good { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }

.snis-list-bad li, .snis-list-good li {
  font-family: var(--snis-font-body); font-size: 1.5rem;
  display: flex; align-items: flex-start; gap: 12px;
}

.snis-list-bad li::before {
  content: '\f00d'; font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--snis-orange); margin-top: 2px;
}
.snis-list-good li::before {
  content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--snis-blue); margin-top: 2px;
}

/* --- ENGAGEMENT MODELS --- */
.section-non-it-services-models { padding: 100px 0; }

.snis-models-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.snis-model-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 30px 20px;
  border-radius: 8px;
  transition: 0.3s;
}

.snis-model-item:hover {
  border-color: var(--snis-blue);
  box-shadow: 0 10px 25px rgba(11, 94, 215, 0.08);
  transform: translateY(-5px);
}

.snis-model-item i {
  font-size: 2rem; color: var(--snis-orange); margin-bottom: 15px;
}

.snis-model-item h4 {
  font-family: var(--snis-font-head); font-size: 1.58rem; color: var(--snis-dark); margin: 0;
}

/* --- WHY US & CTA --- */
.section-non-it-services-why { padding: 100px 0; background: #fff; }

.snis-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 30px;
}

.snis-why-item {
  display: flex; align-items: center; gap: 15px;
  background: var(--snis-bg-light);
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.snis-why-item i { color: var(--snis-blue); }
.snis-why-item span { font-family: var(--snis-font-body); font-weight: 500; color: var(--snis-dark); }

.snis-cta-box {
  background: linear-gradient(135deg, var(--snis-blue), #1e3a8a);
  border-radius: 16px;
  padding: 50px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(11, 94, 215, 0.2);
}

.cta-icon { font-size: 3.5rem; color: var(--snis-orange); margin-bottom: 20px; }

.snis-cta-inner h3 { font-family: var(--snis-font-head); font-size: 2rem; }
.snis-cta-inner p { font-family: var(--snis-font-body); font-size: 1.6rem; line-height: 1.6; }

.snis-btn-white {
  display: inline-block; background: #fff; color: var(--snis-blue);
  padding: 14px 35px; border-radius: 4px;
  font-family: var(--snis-font-body); font-weight: 700; text-transform: uppercase;
  text-decoration: none; transition: 0.3s;
}

.snis-btn-white:hover { background: var(--snis-orange); color: #fff; }

/* Responsive */
@media (max-width: 992px) {
  .snis-split-row, .snis-compare-layout { grid-template-columns: 1fr; gap: 40px; }
  .snis-models-grid { grid-template-columns: repeat(2, 1fr); }
  .snis-compare-layout { border-radius: 0; box-shadow: none; gap: 20px; }
  .snis-impact-card { border-radius: 12px; }
}

@media (max-width: 576px) {
  .snis-models-grid { grid-template-columns: 1fr; }
}

/* ==================== HEALTHCARE STAFFING STYLES (SCOPED) ==================== */

:root {
  --shcs-blue: #0B5ED7;
  --shcs-orange: #F97316;
  --shcs-dark: #0f172a;
  --shcs-text: #334155;
  --shcs-bg-light: #f8fafc;
  --shcs-font-head: var(--fontFamily-forum, serif);
  --shcs-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Common Utilities */
.bg-light { background-color: var(--shcs-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.text-white { color: #ffffff !important; }
.text-dark { color: var(--shcs-dark) !important; }
.text-orange { color: var(--shcs-orange) !important; }
.text-blue { color: var(--shcs-blue) !important; }
.text-light-muted { color: rgba(255,255,255,0.7); font-family: var(--shcs-font-body); font-size: 1.5rem; line-height: 1.6;}
.align-center { align-items: center; }

/* Typography */
.shcs-subtitle {
  color: var(--shcs-orange);
  font-family: var(--shcs-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.shcs-section-title {
  font-family: var(--shcs-font-head);
  font-size: 2.5rem;
  color: var(--shcs-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}

.shcs-section-subtitle {
  font-family: var(--shcs-font-body);
  font-size: 1.65rem;
  color: #64748b;
  max-width: 700px;
  line-height: 1.6;
}

.shcs-text-body {
  font-family: var(--shcs-font-body);
  font-size: 1.55rem;
  color: var(--shcs-text);
  line-height: 1.7;
}

.shcs-text-muted {
  font-family: var(--shcs-font-body);
  font-size: 1.5rem;
  color: #64748b;
}

/* Layout */
.shcs-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* --- INTRO SECTION --- */
.section-healthcare-staffing-intro {
  padding: 100px 0;
  background: #fff;
}

.shcs-highlight-banner {
  background: var(--shcs-bg-light);
  border-left: 4px solid var(--shcs-blue);
  padding: 25px;
  border-radius: 0 8px 8px 0;
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.shcs-highlight-banner i {
  font-size: 2rem;
  color: var(--shcs-orange);
}

.shcs-highlight-banner p {
  font-family: var(--shcs-font-body);
  font-weight: 600;
  color: var(--shcs-dark);
  margin: 0;
  line-height: 1.5;
}

.shcs-roles-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 5px solid var(--shcs-blue);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(11, 94, 215, 0.05);
}

.shcs-card-title {
  font-family: var(--shcs-font-head);
  font-size: 1.8rem;
  color: var(--shcs-dark);
  margin-bottom: 5px;
}

.shcs-card-desc {
  font-family: var(--shcs-font-body);
  font-size: 1.5rem;
  color: var(--shcs-text);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.shcs-roles-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 15px;
}

.shcs-roles-list li {
  display: flex; align-items: center; gap: 15px;
  font-family: var(--shcs-font-body);
  font-size: 1.55rem; color: var(--shcs-text);
  font-weight: 500;
}

.shcs-roles-list i {
  color: var(--shcs-blue);
  background: var(--shcs-bg-light);
  width: 35px; height: 35px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px;
}

/* --- WHO WE SERVE & COMPLIANCE --- */
.section-healthcare-staffing-scope { padding: 100px 0; }

.shcs-scope-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border: 1px solid #e2e8f0;
}

.shcs-compliance-box {
  background: linear-gradient(135deg, var(--shcs-blue), #1e3a8a);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(11, 94, 215, 0.2);
  color: #fff;
}

.shcs-box-header {
  display: flex; align-items: center; gap: 15px;
  margin-bottom: 20px;
}

.shcs-icon-wrap {
  width: 50px; height: 50px;
  background: var(--shcs-bg-light); color: var(--shcs-blue);
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; font-size: 1.5rem;
}

.shcs-icon-wrap-orange {
  width: 50px; height: 50px;
  background: var(--shcs-orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; font-size: 1.5rem;
}

.shcs-box-header h3 {
  font-family: var(--shcs-font-head);
  font-size: 1.6rem; color: var(--shcs-dark); margin: 0;
}

.shcs-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.shcs-check-list li {
  font-family: var(--shcs-font-body); font-size: 1.55rem; color: var(--shcs-text);
  display: flex; align-items: flex-start; gap: 12px;
}
.shcs-check-list li::before {
  content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--shcs-blue); margin-top: 3px;
}

.shcs-check-list-light { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.shcs-check-list-light li {
  font-family: var(--shcs-font-body); font-size: 1.55rem; color: #fff;
  display: flex; align-items: center; gap: 12px; font-weight: 500;
}
.shcs-check-list-light i { color: var(--shcs-orange); font-size: 1.5rem; }

/* --- PROBLEMS WE SOLVE (Dark Theme) --- */
.section-healthcare-staffing-problems { padding: 100px 0; background-color: var(--shcs-dark); }

.shcs-title-light {
  font-family: var(--shcs-font-head);
  font-size: 2.5rem; color: #fff; margin-bottom: 15px;
}

.shcs-text-light {
  font-family: var(--shcs-font-body);
  font-size: 1.55rem; color: #cbd5e1; max-width: 700px; line-height: 1.6;
}

.shcs-problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.shcs-problem-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s;
}

.shcs-problem-card:hover {
  background: rgba(11, 94, 215, 0.2);
  border-color: var(--shcs-blue);
  transform: translateY(-5px);
}

.shcs-problem-card i { font-size: 2rem; margin-bottom: 15px; }

.shcs-problem-card h4 {
  font-family: var(--shcs-font-head);
  font-size: 1.5rem; color: #fff; margin-bottom: 10px;
}

.shcs-problem-card p {
  font-family: var(--shcs-font-body);
  font-size: 1.55rem; color: #cbd5e1; line-height: 1.5; margin: 0;
}

/* --- ENGAGEMENT MODELS --- */
.section-healthcare-staffing-models { padding: 100px 0; }

.shcs-models-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.shcs-model-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 35px 20px;
  border-radius: 8px;
  transition: 0.3s;
  border-bottom: 4px solid transparent;
}

.shcs-model-item:hover {
  border-bottom-color: var(--shcs-orange);
  box-shadow: 0 15px 35px rgba(11, 94, 215, 0.08);
  transform: translateY(-5px);
}

.shcs-model-item i {
  font-size: 2.5rem; color: var(--shcs-blue); margin-bottom: 15px;
}

.shcs-model-item h4 {
  font-family: var(--shcs-font-head); font-size: 1.55rem; color: var(--shcs-dark); margin: 0;
}

/* --- WHY US & CTA --- */
.section-healthcare-staffing-why { padding: 100px 0; background: #fff; }

.shcs-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 30px;
}

.shcs-why-item {
  display: flex; align-items: center; gap: 15px;
  background: var(--shcs-bg-light);
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.shcs-why-item i { color: var(--shcs-orange); font-size: 1.5rem; }
.shcs-why-item span { font-family: var(--shcs-font-body); font-weight: 500; color: var(--shcs-dark); font-size: 1.25rem;}

.shcs-cta-box {
  background: var(--shcs-blue);
  background-image: radial-gradient(circle at top right, #1e40af, var(--shcs-blue));
  border-radius: 16px;
  padding: 50px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(11, 94, 215, 0.2);
}

.cta-icon { font-size: 3.5rem; color: var(--shcs-orange); margin-bottom: 20px; }

.shcs-cta-inner h3 { font-family: var(--shcs-font-head); font-size: 2.2rem; }
.shcs-cta-inner p { font-family: var(--shcs-font-body); font-size: 1.55rem; line-height: 1.6; }

.shcs-btn-white {
  display: inline-block; background: #fff; color: var(--shcs-blue);
  padding: 14px 35px; border-radius: 4px;
  font-family: var(--shcs-font-body); font-weight: 700; text-transform: uppercase;
  text-decoration: none; transition: 0.3s;
}

.shcs-btn-white:hover { background: var(--shcs-orange); color: #fff; }

/* Responsive */
@media (max-width: 992px) {
  .shcs-split-row { grid-template-columns: 1fr; gap: 40px; }
  .shcs-models-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .shcs-models-grid { grid-template-columns: 1fr; }
}

/* ==================== IT HELP DESK SERVICES STYLES (SCOPED) ==================== */

:root {
  --sihd-blue: #0B5ED7;
  --sihd-orange: #F97316;
  --sihd-dark: #0f172a;
  --sihd-text: #334155;
  --sihd-bg-light: #f8fafc;
  --sihd-font-head: var(--fontFamily-forum, serif);
  --sihd-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Common Utilities */
.bg-light { background-color: var(--sihd-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.mr-2 { margin-right: 0.5rem; }
.text-white { color: #ffffff !important; }
.text-orange { color: var(--sihd-orange) !important; }
.text-blue { color: var(--sihd-blue) !important; }
.align-center { align-items: center; }

/* Typography */
.sihd-subtitle {
  color: var(--sihd-orange);
  font-family: var(--sihd-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sihd-section-title {
  font-family: var(--sihd-font-head);
  font-size: 2.5rem;
  color: var(--sihd-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}

.sihd-section-subtitle {
  font-family: var(--sihd-font-body);
  font-size: 1.55rem;
  color: #64748b;
  max-width: 700px;
  line-height: 1.6;
}

.sihd-text-body {
  font-family: var(--sihd-font-body);
  font-size: 1.55rem;
  color: var(--sihd-text);
  line-height: 1.7;
}

.sihd-text-muted {
  font-family: var(--sihd-font-body);
  font-size: 1.5rem;
  color: #64748b;
  line-height: 1.6;
}

/* Layout */
.sihd-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* --- INTRO SECTION --- */
.section-it-help-desk-intro {
  padding: 100px 0;
  background: #fff;
}

.sihd-highlight-banner {
  background: var(--sihd-bg-light);
  border-left: 4px solid var(--sihd-blue);
  padding: 25px;
  border-radius: 0 8px 8px 0;
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.sihd-highlight-banner i {
  font-size: 2rem;
  color: var(--sihd-orange);
}

.sihd-highlight-banner p {
  font-family: var(--sihd-font-body);
  font-weight: 600;
  color: var(--sihd-dark);
  margin: 0;
  line-height: 1.5;
}

/* Image styling */
.sihd-image-card {
  position: relative;
  border-radius: 12px;
  /* overflow: hidden; */
  /* box-shadow: 0 20px 40px rgba(0,0,0,0.1); */
}

.sihd-img-cover {
  width: 100%;
  height: auto;
  display: block;
}

.sihd-img-badge {
  position: absolute;
  bottom: 20px;
  right: -10px;
  background: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 4px solid var(--sihd-orange);
}

.badge-icon {
  background: var(--sihd-bg-light);
  color: var(--sihd-blue);
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-size: 1.55rem;
}

.badge-title {
  display: block;
  font-family: var(--sihd-font-head);
  font-weight: 700;
  color: var(--sihd-dark);
  font-size: 1.55rem;
}

.badge-sub {
  display: block;
  font-family: var(--sihd-font-body);
  font-size: 1.55rem;
  color: #64748b;
}

/* --- CAPABILITIES & SLAS --- */
.section-it-help-desk-capabilities { padding: 100px 0; }

.sihd-feature-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border: 1px solid #e2e8f0;
  border-top: 4px solid var(--sihd-blue);
  transition: 0.3s;
}

.sihd-feature-box.border-orange {
  border-top-color: var(--sihd-orange);
}

.sihd-feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(11, 94, 215, 0.08);
}

.sihd-box-header {
  display: flex; align-items: center; gap: 15px;
  margin-bottom: 20px;
}

.sihd-box-header i { font-size: 2.2rem; color: var(--sihd-dark); }
.border-orange .sihd-box-header i { color: var(--sihd-orange); }

.sihd-box-header h3 {
  font-family: var(--sihd-font-head);
  font-size: 1.6rem; color: var(--sihd-dark); margin: 0;
}

.sihd-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.sihd-check-list li {
  font-family: var(--sihd-font-body); font-size: 1.55rem; color: var(--sihd-text);
  display: flex; align-items: flex-start; gap: 12px;
}
.sihd-check-list li::before {
  content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--sihd-blue); margin-top: 3px;
}
.border-orange .sihd-check-list li::before { color: var(--sihd-orange); }

/* --- PROBLEMS (DARK) --- */
.section-it-help-desk-problems { padding: 100px 0; background-color: var(--sihd-dark); }

.sihd-title-light {
  font-family: var(--sihd-font-head);
  font-size: 2.5rem; color: #fff; margin-bottom: 20px;
}

.sihd-text-light {
  font-family: var(--sihd-font-body);
  font-size: 1.55rem; color: #cbd5e1; line-height: 1.7;
}

.sihd-problem-grid {
  display: grid; grid-template-columns: 1fr; gap: 15px;
}

.sihd-problem-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 15px 20px; border-radius: 6px;
  display: flex; align-items: flex-start; gap: 15px;
  font-family: var(--sihd-font-body); color: #fff; font-size: 1.5rem;
  transition: 0.3s;
}

.sihd-problem-item:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--sihd-orange);
}

.sihd-problem-item i { margin-top: 2px; }

/* --- AUDIENCE & TOOLS --- */
.section-it-help-desk-audience { padding: 100px 0; background: #fff; }

.sihd-info-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.sihd-card-title {
  font-family: var(--sihd-font-head);
  font-size: 1.6rem; color: var(--sihd-dark); margin-bottom: 15px;
}

.sihd-bullet-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.sihd-bullet-list li {
  font-family: var(--sihd-font-body); font-size: 1.5rem; color: var(--sihd-text);
  display: flex; align-items: flex-start; gap: 10px;
}
.sihd-bullet-list li::before {
  content: "•"; color: var(--sihd-blue); font-size: 1.5rem; line-height: 1; margin-top: -2px;
}

.sihd-tools-grid {
  display: flex; flex-wrap: wrap; gap: 10px;
}

.sihd-tool-item {
  background: var(--sihd-bg-light);
  color: var(--sihd-dark);
  font-family: var(--sihd-font-body);
  font-weight: 600; font-size: 1.5rem;
  padding: 10px 20px; border-radius: 30px;
  border: 1px solid #e2e8f0;
  transition: 0.3s;
}

.sihd-tool-item:hover {
  background: var(--sihd-orange);
  color: #fff; border-color: var(--sihd-orange);
}

/* --- WHY US & CTA --- */
.section-it-help-desk-why { padding: 100px 0; }

.sihd-why-grid {
  display: grid; grid-template-columns: 1fr; gap: 15px; margin-top: 30px;
}

.sihd-why-item {
  display: flex; align-items: center; gap: 15px;
  background: #fff;
  padding: 15px 20px; border-radius: 6px; border: 1px solid #e2e8f0;
}

.sihd-why-item i { color: var(--sihd-blue); }
.sihd-why-item span { font-family: var(--sihd-font-body); font-weight: 500; color: var(--sihd-dark); }

.sihd-cta-box {
  background: linear-gradient(135deg, var(--sihd-blue), #1e3a8a);
  border-radius: 16px; padding: 50px; text-align: center;
  box-shadow: 0 20px 40px rgba(11, 94, 215, 0.2);
}

.cta-icon { font-size: 3.5rem; color: var(--sihd-orange); margin-bottom: 20px; }

.sihd-cta-inner h3 { font-family: var(--sihd-font-head); font-size: 2rem; }
.sihd-cta-inner p { font-family: var(--sihd-font-body); font-size: 1.55rem; line-height: 1.6; }

.sihd-btn-white {
  display: inline-block; background: #fff; color: var(--sihd-blue);
  padding: 14px 35px; border-radius: 4px;
  font-family: var(--sihd-font-body); font-weight: 700; text-transform: uppercase;
  text-decoration: none; transition: 0.3s;
}

.sihd-btn-white:hover { background: var(--sihd-orange); color: #fff; }

/* Responsive */
@media (max-width: 992px) {
  .sihd-split-row { grid-template-columns: 1fr; gap: 40px; }
  .sihd-img-badge { right: 20px; }
}

/* ==================== MANAGED SERVICES PAGE STYLES (SCOPED) ==================== */

:root {
  --sms-blue: #0B5ED7;
  --sms-orange: #F97316;
  --sms-dark: #0f172a;
  --sms-text: #334155;
  --sms-bg-light: #f8fafc;
  --sms-border: #e2e8f0;
  --sms-font-head: var(--fontFamily-forum, serif);
  --sms-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Utilities */
.bg-light { background-color: var(--sms-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.text-blue { color: var(--sms-blue) !important; }
.text-orange { color: var(--sms-orange) !important; }
.text-muted { color: #64748b; font-size: 1.5rem; font-weight: 400;}
.align-center { align-items: center; }

/* Typography */
.sms-section-title {
  font-family: var(--sms-font-head);
  font-size: 2.5rem; color: var(--sms-dark);
  margin-bottom: 15px; line-height: 1.2;
}
.sms-section-subtitle {
  font-family: var(--sms-font-body);
  font-size: 1.5rem; color: #64748b; max-width: 700px;
}
.sms-title-light {
  font-family: var(--sms-font-head);
  font-size: 2.5rem; color: #fff; margin-bottom: 15px;
}
.sms-text-light {
  font-family: var(--sms-font-body);
  font-size: 1.5rem; color: #cbd5e1; max-width: 600px; line-height: 1.6;
}

/* --- INTRO SECTION --- */
.section-managed-services-intro { padding: 100px 0; background: #fff; }

.sms-split-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 50px;
}

.sms-subtitle {
  color: var(--sms-orange); font-family: var(--sms-font-body);
  text-transform: uppercase; letter-spacing: 2px; font-weight: 700; margin-bottom: 15px;
}

.sms-text-body {
  font-family: var(--sms-font-body); font-size: 1.5rem; color: var(--sms-text); line-height: 1.7;
}

.sms-quote-box {
  background: var(--sms-bg-light); border-left: 5px solid var(--sms-blue);
  padding: 30px; border-radius: 0 12px 12px 0; margin-top: 30px;
  position: relative;
}

.sms-quote-icon {
  position: absolute; top: 15px; right: 20px;
  font-size: 3rem; color: rgba(11, 94, 215, 0.1);
}

.sms-quote-box p {
  font-family: var(--sms-font-body); font-size: 1.5rem; font-weight: 700;
  color: var(--sms-dark); margin: 0; line-height: 1.5; font-style: italic;
  position: relative; z-index: 2;
}

.sms-distinction-card {
  background: linear-gradient(135deg, var(--sms-dark), #1e293b);
  padding: 50px 40px; border-radius: 16px; color: #fff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  display: flex; flex-direction: column; justify-content: center;
}

.sms-distinction-card h3 {
  font-family: var(--sms-font-head); font-size: 2rem; margin-bottom: 30px; text-align: center;
}

.sms-vs-row { display: flex; flex-direction: column; gap: 15px; }

.sms-vs-item {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  padding: 20px; border-radius: 8px; display: flex; align-items: center; gap: 15px;
  font-family: var(--sms-font-body); font-size: 1.5rem;
}

.sms-vs-item.highlight {
  background: rgba(11, 94, 215, 0.2); border-color: var(--sms-blue);
}

.sms-vs-item i { font-size: 1.5rem; }

.sms-vs-divider {
  text-align: center; font-family: var(--sms-font-head); font-size: 1.5rem;
  color: var(--sms-orange); font-weight: 700;
}

/* --- CORE CATEGORIES --- */
.section-managed-services-core { padding: 100px 0; }

.sms-services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;
}

.sms-service-card {
  background: #fff; border: 1px solid var(--sms-border); border-radius: 12px;
  padding: 35px 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  display: flex; flex-direction: column; transition: 0.3s;
}

.sms-service-card:hover {
  transform: translateY(-5px); box-shadow: 0 15px 40px rgba(11, 94, 215, 0.08);
  border-color: var(--sms-blue);
}

.sms-card-full { grid-column: 1 / -1; }

.sms-card-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.sms-card-header i { font-size: 2.2rem; color: var(--sms-blue); }
.sms-card-header h3 { font-family: var(--sms-font-head); font-size: 1.6rem; color: var(--sms-dark); margin: 0; line-height: 1.3; }

.sms-service-list {
  list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px;
  flex-grow: 1;
}

.sms-service-list li {
  font-family: var(--sms-font-body); font-size: 1.5rem; color: var(--sms-text);
  position: relative; padding-left: 20px;
}

.sms-service-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  color: var(--sms-orange); font-weight: 900;
}

.sms-service-list.horizontal {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px;
}

.sms-card-footer {
  margin-top: 25px; padding: 20px; border-radius: 8px;
  background: var(--sms-bg-light); border-left: 4px solid #e2e8f0;
  font-family: var(--sms-font-body); font-size: 1.5rem; color: var(--sms-dark);
}

.sms-card-footer.border-blue { border-left-color: var(--sms-blue); }
.sms-card-footer.border-orange { border-left-color: var(--sms-orange); }

/* --- DELIVERY MODEL --- */
.section-managed-services-delivery { padding: 100px 0; background-color: var(--sms-dark); }

.sms-delivery-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px;
  margin-top: 50px;
}

.sms-delivery-step {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  padding: 30px 20px; border-radius: 12px; transition: 0.3s;
}

.sms-delivery-step:hover {
  background: rgba(11, 94, 215, 0.2); border-color: var(--sms-blue); transform: translateY(-5px);
}

.sms-step-icon {
  width: 60px; height: 60px; background: var(--sms-blue); color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin: 0 auto 20px auto;
}

.sms-delivery-step h4 {
  font-family: var(--sms-font-head); font-size: 1.5rem; color: #fff; margin-bottom: 10px;
}

.sms-delivery-step p {
  font-family: var(--sms-font-body); font-size: 1.5rem; color: #cbd5e1; line-height: 1.5; margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .sms-split-row { grid-template-columns: 1fr; }
  .sms-services-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .sms-section-title { font-size: 2.2rem; }
  .sms-title-light { font-size: 2.2rem; }
}

/* ==================== BPO SERVICES STYLES (SCOPED) ==================== */

:root {
  --sbpo-blue: #0B5ED7;
  --sbpo-orange: #F97316;
  --sbpo-dark: #0f172a;
  --sbpo-text: #334155;
  --sbpo-bg-light: #f8fafc;
  --sbpo-font-head: var(--fontFamily-forum, serif);
  --sbpo-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Common Utilities */
.bg-light { background-color: var(--sbpo-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.mr-2 { margin-right: 0.5rem; }
.text-white { color: #ffffff !important; }
.text-orange { color: var(--sbpo-orange) !important; }
.text-blue { color: var(--sbpo-blue) !important; }
.text-light-muted { color: rgba(255,255,255,0.7); font-family: var(--sbpo-font-body); font-size: 1.05rem; line-height: 1.6;}
.align-center { align-items: center; }

/* Typography */
.sbpo-subtitle {
  color: var(--sbpo-orange);
  font-family: var(--sbpo-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sbpo-section-title {
  font-family: var(--sbpo-font-head);
  font-size: 2.5rem;
  color: var(--sbpo-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}

.sbpo-text-body {
  font-family: var(--sbpo-font-body);
  font-size: 1.55rem;
  color: var(--sbpo-text);
  line-height: 1.7;
  margin-bottom: 20px;
}

.sbpo-text-muted {
  font-family: var(--sbpo-font-body);
  font-size: 1.5rem;
  color: #64748b;
  line-height: 1.6;
}

/* Layout */
.sbpo-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* --- INTRO SECTION --- */
.section-bpo-service-intro { padding: 100px 0; background: #fff; }

.sbpo-highlight-card {
  background: var(--sbpo-bg-light);
  border: 1px solid #e2e8f0;
  border-top: 5px solid var(--sbpo-blue);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.sbpo-card-icon {
  width: 60px; height: 60px;
  background: var(--sbpo-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px; font-size: 1.8rem; margin-bottom: 20px;
}

.sbpo-highlight-card h3 {
  font-family: var(--sbpo-font-head);
  font-size: 1.7rem; color: var(--sbpo-dark); margin-bottom: 15px;
}

.sbpo-highlight-card p {
  font-family: var(--sbpo-font-body);
  font-size: 1.55rem; color: var(--sbpo-text); line-height: 1.6; margin: 0;
}

/* --- SUPPORTED AREAS & MODELS --- */
.section-bpo-service-capabilities { padding: 100px 0; }

.sbpo-content-box {
  background: #fff; padding: 40px; border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid #e2e8f0;
  border-top: 4px solid var(--sbpo-blue);
}

.sbpo-content-box.border-orange { border-top-color: var(--sbpo-orange); }

.sbpo-box-title {
  font-family: var(--sbpo-font-head); font-size: 1.6rem; color: var(--sbpo-dark); margin-bottom: 15px;
}

.sbpo-action-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.sbpo-action-list li {
  font-family: var(--sbpo-font-body); font-size: 1.55rem; color: var(--sbpo-text);
  display: flex; align-items: center; gap: 15px;
}
.sbpo-action-list i {
  color: var(--sbpo-blue); background: var(--sbpo-bg-light);
  width: 35px; height: 35px; display: flex; align-items: center; justify-content: center;
  border-radius: 6px; font-size: 1.55rem;
}

.sbpo-models-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
.sbpo-model-item {
  display: flex; align-items: center; gap: 15px;
  background: var(--sbpo-bg-light); padding: 15px 20px; border-radius: 8px;
  font-family: var(--sbpo-font-body); font-weight: 500; color: var(--sbpo-dark);
  border: 1px solid transparent; transition: 0.3s;
}
.sbpo-model-item:hover { border-color: var(--sbpo-orange); background: #fff; box-shadow: 0 5px 15px rgba(249, 115, 22, 0.08); }
.sbpo-model-item i { color: var(--sbpo-orange); font-size: 1.55rem; }

/* --- PROBLEMS WE SOLVE (Dark Theme) --- */
.section-bpo-service-problems { padding: 100px 0; background-color: var(--sbpo-dark); }

.sbpo-title-light {
  font-family: var(--sbpo-font-head); font-size: 2.5rem; color: #fff; margin-bottom: 20px;
}

.sbpo-text-light {
  font-family: var(--sbpo-font-body); font-size: 1.55rem; color: #cbd5e1; max-width: 700px; line-height: 1.6;
}

.sbpo-problems-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px;
}

.sbpo-problem-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  padding: 30px; border-radius: 10px; transition: 0.3s;
}
.sbpo-problem-card:hover { background: rgba(11, 94, 215, 0.2); border-color: var(--sbpo-blue); transform: translateY(-5px); }
.sbpo-problem-card i { font-size: 2rem; margin-bottom: 15px; }
.sbpo-problem-card h4 { font-family: var(--sbpo-font-head); font-size: 1.55rem; color: #fff; margin-bottom: 10px; }
.sbpo-problem-card p { font-family: var(--sbpo-font-body); font-size: 1.55rem; color: #cbd5e1; line-height: 1.5; margin: 0; }

/* --- WHO WE SERVE & GOVERNANCE --- */
.section-bpo-service-governance { padding: 100px 0; background: #fff; }

.sbpo-info-box {
  background: #fff; padding: 40px; border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid #e2e8f0;
}

.sbpo-security-box {
  background: linear-gradient(135deg, var(--sbpo-dark), #1e293b);
  padding: 40px; border-radius: 12px; color: #fff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.3); border: 1px solid #334155;
}

.sbpo-box-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.sbpo-icon-wrap {
  width: 50px; height: 50px; background: var(--sbpo-bg-light); color: var(--sbpo-blue);
  display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 1.58rem;
}
.sbpo-icon-wrap-dark {
  width: 50px; height: 50px; background: rgba(255,255,255,0.1); color: var(--sbpo-orange);
  display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 1.58rem;
}

.sbpo-box-header h3 { font-family: var(--sbpo-font-head); font-size: 1.6rem; color: var(--sbpo-dark); margin: 0; }

.sbpo-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.sbpo-check-list li {
  font-family: var(--sbpo-font-body); font-size: 1.55rem; color: var(--sbpo-text);
  display: flex; align-items: flex-start; gap: 12px;
}
.sbpo-check-list li::before {
  content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--sbpo-blue); margin-top: 3px;
}

.sbpo-check-list-light { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.sbpo-check-list-light li {
  font-family: var(--sbpo-font-body); font-size: 1.55rem; color: #fff;
  display: flex; align-items: flex-start; gap: 15px; font-weight: 500;
}
.sbpo-check-list-light i { color: var(--sbpo-orange); font-size: 1.55rem; margin-top: 3px; }

/* --- WHY US & CTA --- */
.section-bpo-service-why { padding: 100px 0; }

.sbpo-why-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 30px;
}

.sbpo-why-item {
  display: flex; align-items: center; gap: 15px;
  background: #fff; padding: 15px 20px; border-radius: 6px; border: 1px solid #e2e8f0;
}
.sbpo-why-item i { color: var(--sbpo-blue); font-size: 1.55rem; }
.sbpo-why-item span { font-family: var(--sbpo-font-body); font-weight: 500; color: var(--sbpo-dark); font-size: 1.35rem;}

.sbpo-cta-box {
  background: linear-gradient(135deg, var(--sbpo-blue), #1e3a8a);
  border-radius: 16px; padding: 50px; text-align: center;
  box-shadow: 0 20px 40px rgba(11, 94, 215, 0.2);
}

.cta-icon { font-size: 3.5rem; color: var(--sbpo-orange); margin-bottom: 20px; }
.sbpo-cta-inner h3 { font-family: var(--sbpo-font-head); font-size: 2.2rem; }
.sbpo-cta-inner p { font-family: var(--sbpo-font-body); font-size: 1.55rem; line-height: 1.6; }

.sbpo-btn-white {
  display: inline-block; background: #fff; color: var(--sbpo-blue);
  padding: 14px 35px; border-radius: 4px;
  font-family: var(--sbpo-font-body); font-weight: 700; text-transform: uppercase;
  text-decoration: none; transition: 0.3s;
}
.sbpo-btn-white:hover { background: var(--sbpo-orange); color: #fff; }

/* Responsive */
@media (max-width: 992px) {
  .sbpo-split-row { grid-template-columns: 1fr; gap: 40px; }
  .sbpo-why-grid { grid-template-columns: 1fr; }
}

/* ==================== BPO (US CLIENT FOCUS) STYLES ==================== */

:root {
  --sbpo-us-blue: #0B5ED7;
  --sbpo-us-orange: #F97316;
  --sbpo-us-dark: #0f172a;
  --sbpo-us-text: #334155;
  --sbpo-us-bg-light: #f8fafc;
  --sbpo-us-border: #e2e8f0;
  --sbpo-us-font-head: var(--fontFamily-forum, serif);
  --sbpo-us-font-body: var(--fontFamily-dm_sans, sans-serif);
}

/* Utilities */
.bg-light { background-color: var(--sbpo-us-bg-light); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-0 { margin-bottom: 0 !important; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }
.text-blue { color: var(--sbpo-us-blue); }
.text-orange { color: var(--sbpo-us-orange); }
.text-muted { color: #64748b; }

/* --- INTRO SECTION --- */
.section-bpo-us-intro {
  padding: 100px 0;
  background: #fff;
}

.sbpo-us-subtitle {
  color: var(--sbpo-us-orange);
  font-family: var(--sbpo-us-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sbpo-us-title {
  font-family: var(--sbpo-us-font-head);
  font-size: 3rem;
  color: var(--sbpo-us-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}

.sbpo-us-desc {
  font-family: var(--sbpo-us-font-body);
  font-size: 1.5rem;
  color: var(--sbpo-us-text);
  line-height: 1.6;
  max-width: 800px;
}

/* Keyword Pills */
.sbpo-us-keyword-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.sbpo-us-pill {
  background: var(--sbpo-us-bg-light);
  border: 1px solid var(--sbpo-us-border);
  padding: 10px 20px;
  border-radius: 30px;
  font-family: var(--sbpo-us-font-body);
  font-weight: 600;
  color: var(--sbpo-us-dark);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  transition: 0.3s;
}

.sbpo-us-pill:hover {
  background: var(--sbpo-us-blue);
  color: #fff;
  border-color: var(--sbpo-us-blue);
}

.sbpo-us-pill i { color: var(--sbpo-us-orange); }
.sbpo-us-pill:hover i { color: #fff; }

/* --- CORE SERVICES SECTION --- */
.section-bpo-us-services { padding: 100px 0; }

.sbpo-us-section-title {
  font-family: var(--sbpo-us-font-head);
  font-size: 2.5rem;
  color: var(--sbpo-us-dark);
  margin-bottom: 15px;
}

.sbpo-us-section-subtitle {
  font-family: var(--sbpo-us-font-body);
  font-size: 1.5rem; color: #64748b;
}

.sbpo-us-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sbpo-us-service-card {
  background: #fff;
  border: 1px solid var(--sbpo-us-border);
  border-radius: 12px;
  padding: 35px 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}

.sbpo-us-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(11, 94, 215, 0.08);
  border-color: rgba(11, 94, 215, 0.3);
}

.sbpo-us-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.sbpo-us-card-header i { font-size: 2rem; }

.sbpo-us-card-header h3 {
  font-family: var(--sbpo-us-font-head);
  font-size: 1.75rem;
  color: var(--sbpo-us-dark);
  margin: 0;
  line-height: 1.2;
}

.sbpo-us-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
  flex-grow: 1; /* Pushes footer to bottom */
}

.sbpo-us-list li {
  font-family: var(--sbpo-us-font-body);
  font-size: 1.5rem; color: var(--sbpo-us-text);
  position: relative;
  padding-left: 20px;
}

.sbpo-us-list li::before {
  content: '•';
  position: absolute; left: 0; top: -2px;
  color: var(--sbpo-us-blue); font-size: 1.5rem;
}

.sbpo-us-card-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--sbpo-us-border);
  font-family: var(--sbpo-us-font-body);
  font-size: 1.45rem;
  color: var(--sbpo-us-text);
  line-height: 1.5;
}

.sbpo-us-card-footer strong { color: var(--sbpo-us-dark); }

.badge-highlight {
  background: rgba(249, 115, 22, 0.1);
  padding: 15px;
  border-radius: 8px;
  border-top: none;
  border-left: 3px solid var(--sbpo-us-orange);
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -35px; /* Pull to edges */
}

/* Full Width IT Card */
.full-width-card {
  grid-column: 1 / -1;
  background: linear-gradient(to right, #ffffff, var(--sbpo-us-bg-light));
  border-left: 5px solid var(--sbpo-us-blue);
}

.sbpo-us-flex-header {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px;
}

.sbpo-us-tag {
  background: var(--sbpo-us-blue); color: #fff;
  padding: 6px 15px; border-radius: 30px;
  font-family: var(--sbpo-us-font-body); font-weight: 700; font-size: 1.4rem; text-transform: uppercase;
}

.horizontal-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

/* --- ENGAGEMENT MODELS --- */
.section-bpo-us-engagement { padding: 100px 0; background: #fff; }

.sbpo-us-engagement-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;
}

.sbpo-us-eng-box {
  background: var(--sbpo-us-bg-light);
  border: 1px solid var(--sbpo-us-border);
  padding: 30px 20px; border-radius: 12px;
  width: calc(20% - 16px); /* 5 items per row */
  min-width: 200px;
  transition: 0.3s;
}

.sbpo-us-eng-box:hover {
  background: #fff; border-color: var(--sbpo-us-blue);
  box-shadow: 0 10px 25px rgba(11, 94, 215, 0.1); transform: translateY(-5px);
}

.sbpo-us-eng-box i { font-size: 2rem; color: var(--sbpo-us-orange); margin-bottom: 15px; }

.sbpo-us-eng-box h4 {
  font-family: var(--sbpo-us-font-head); font-size: 1.5rem; color: var(--sbpo-us-dark); margin: 0;
}

.highlight-box {
  background: var(--sbpo-us-blue); color: #fff; border-color: var(--sbpo-us-blue);
}
.highlight-box h4, .highlight-box i { color: #fff; }
.highlight-box:hover { background: var(--sbpo-us-dark); border-color: var(--sbpo-us-dark); }

/* --- WHY CHOOSE US --- */
.section-bpo-us-why { padding: 100px 0; }

.sbpo-us-split {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center;
}

.sbpo-us-check-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  list-style: none; padding: 0; margin: 0;
}

.sbpo-us-check-grid li {
  display: flex; align-items: flex-start; gap: 15px;
  background: #fff; padding: 20px; border-radius: 8px; border: 1px solid var(--sbpo-us-border);
}

.sbpo-us-check-grid i { font-size: 1.5rem; color: var(--sbpo-us-blue); }
.sbpo-us-check-grid strong { font-family: var(--sbpo-us-font-body); font-size: 1.5rem; color: var(--sbpo-us-dark); }

.sbpo-us-btn-main {
  display: inline-block; background: var(--sbpo-us-orange); color: #fff;
  padding: 15px 40px; border-radius: 4px; font-family: var(--sbpo-us-font-body);
  font-weight: 700; text-transform: uppercase; text-decoration: none; transition: 0.3s;
}
.sbpo-us-btn-main:hover { background: var(--sbpo-us-blue); }

.sbpo-us-visual-card {
  background: linear-gradient(135deg, var(--sbpo-us-dark), var(--sbpo-us-blue));
  padding: 60px 40px; border-radius: 16px; color: #fff;
  text-align: center; box-shadow: 0 20px 40px rgba(15, 23, 42, 0.3);
}

.visual-icon { font-size: 4rem; color: var(--sbpo-us-orange); margin-bottom: 25px; }
.sbpo-us-visual-card h3 { font-family: var(--sbpo-us-font-head); font-size: 2rem; margin-bottom: 15px; }
.sbpo-us-visual-card p { font-family: var(--sbpo-us-font-body); font-size: 1.5rem; line-height: 1.6; opacity: 0.9; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .sbpo-us-services-grid { grid-template-columns: repeat(2, 1fr); }
  .sbpo-us-split { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .sbpo-us-services-grid { grid-template-columns: 1fr; }
  .sbpo-us-engagement-grid { flex-direction: column; }
  .sbpo-us-eng-box { width: 100%; }
  .sbpo-us-check-grid { grid-template-columns: 1fr; }
  .sbpo-us-title { font-size: 2.2rem; }
}

/* Sister's company */

/* ==================== GLOBAL PRESENCE (SISTER COMPANY) STYLES ==================== */

:root {
  --ssc-blue: #0B5ED7;
  --ssc-orange: #F97316;
  --ssc-dark: #0f172a;
  --ssc-text: #334155;
  --ssc-bg-light: #f8fafc;
  --ssc-font-head: var(--fontFamily-forum, serif);
  --ssc-font-body: var(--fontFamily-dm_sans, sans-serif);
}

.section-global-presence {
  position: relative;
  padding: 120px 0;
  /* background-color: var(--ssc-bg-light); */
  overflow: hidden;
}

/* Subtle Map Watermark Background */
.ssc-map-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  /* background-image: radial-gradient(rgba(11, 94, 215, 0.05) 2px, transparent 2px); */
  /* background-size: 30px 30px; */
  z-index: 1;
}

.relative-z {
  position: relative;
  z-index: 2;
}

/* --- Header --- */
.ssc-header {
  margin-bottom: 60px;
}

.ssc-subtitle {
  color: var(--ssc-orange);
  font-family: var(--ssc-font-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.ssc-title {
  font-family: var(--ssc-font-head);
  font-size: 3rem;
  color: var(--ssc-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}

.ssc-desc {
  font-family: var(--ssc-font-body);
  font-size: 1.5rem;
  color: #64748b;
  max-width: 700px;
  line-height: 1.6;
}

/* --- Synergy Layout (Dual Entity) --- */
.ssc-synergy-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}

.ssc-entity-card {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  width: 400px;
  position: relative;
  z-index: 3;
  transition: transform 0.3s;
}

.us-card { border-top: 5px solid var(--ssc-blue); }
.india-card { border-top: 5px solid var(--ssc-orange); }

.ssc-entity-card:hover { transform: translateY(-5px); }

.ssc-flag-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.ssc-entity-card h3 {
  font-family: var(--ssc-font-head);
  font-size: 1.8rem;
  color: var(--ssc-dark);
  margin-bottom: 5px;
}

.ssc-entity-loc {
  font-family: var(--ssc-font-body);
  font-size: 1.5rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.ssc-entity-traits {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}

.ssc-entity-traits li {
  font-family: var(--ssc-font-body);
  font-size: 1.5rem; color: var(--ssc-text);
  display: flex; align-items: center; gap: 12px;
}

.us-card .ssc-entity-traits i { color: var(--ssc-blue); }
.india-card .ssc-entity-traits i { color: var(--ssc-orange); }

/* Connector Bridge */
.ssc-connector {
  position: relative;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ssc-line {
  position: absolute;
  top: 50%; left: 0; right: 0;
  height: 4px;
  background: #e2e8f0;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
}

/* Animated Data Packet */
.ssc-moving-dot {
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--ssc-orange), var(--ssc-blue), transparent);
  animation: dataFlow 3s linear infinite;
}

@keyframes dataFlow {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(200%); }
}

.ssc-globe {
  width: 70px; height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--ssc-dark);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  position: relative; z-index: 2;
  border: 2px solid #e2e8f0;
}

/* --- Content Row (Narrative & Adv Grid) --- */
.ssc-content-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.ssc-h3-title {
  font-family: var(--ssc-font-head);
  font-size: 2rem; color: var(--ssc-dark);
  margin-bottom: 25px;
}

.ssc-narrative-box p {
  font-family: var(--ssc-font-body);
  font-size: 1.5rem; color: var(--ssc-text);
  line-height: 1.7; margin-bottom: 20px;
}

.ssc-adv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ssc-adv-item {
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.02);
  transition: 0.3s;
}

.ssc-adv-item:hover {
  border-color: var(--ssc-blue);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(11, 94, 215, 0.08);
}

.ssc-adv-item i {
  font-size: 1.8rem; color: var(--ssc-orange); margin-bottom: 15px;
}

.ssc-adv-item h4 {
  font-family: var(--ssc-font-head); font-size: 1.5rem; color: var(--ssc-dark); margin-bottom: 8px;
}

.ssc-adv-item p {
  font-family: var(--ssc-font-body); font-size: 1.5rem; color: #64748b; line-height: 1.5; margin: 0;
}

/* --- Closing Banner --- */
.ssc-closing-banner {
  background: linear-gradient(135deg, var(--ssc-dark), var(--ssc-blue));
  padding: 60px 40px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  position: relative;
  box-shadow: 0 20px 50px rgba(11, 94, 215, 0.2);
}

.ssc-quote-mark {
  font-size: 3rem; color: var(--ssc-orange); margin-bottom: 20px; opacity: 0.8;
}

.ssc-quote-text {
  font-family: var(--ssc-font-head);
  font-size: 2.2rem; line-height: 1.3;
  max-width: 800px; margin: 0 auto 20px auto;
}

.ssc-quote-sub {
  font-family: var(--ssc-font-body);
  font-size: 1.8rem; opacity: 0.8; max-width: 700px; margin: 0 auto;
}

/* Utility Text Colors */
.text-blue { color: var(--ssc-blue); }
.text-orange { color: var(--ssc-orange); }

/* --- Responsive --- */
@media (max-width: 1024px) {
  .ssc-synergy-layout { flex-direction: column; }
  .ssc-connector { width: 4px; height: 100px; }
  .ssc-line { top: 0; left: 50%; width: 4px; height: 100%; transform: translateX(-50%); }
  
  /* Vertical Animation for Mobile */
  @keyframes dataFlow {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(200%); }
  }

  .ssc-content-row { grid-template-columns: 1fr; gap: 40px; }
  .ssc-entity-card { width: 100%; max-width: 500px; }
}

@media (max-width: 576px) {
  .ssc-adv-grid { grid-template-columns: 1fr; }
  .ssc-quote-text { font-size: 1.8rem; }
}