@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-BoldItalic.woff2") format("woff2"), 
    url("../fonts/Poppins-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), 
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), 
    url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), 
    url("../fonts/Poppins-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"), 
    url("../fonts/Poppins-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Light.woff2") format("woff2"), 
    url("../fonts/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Italic.woff2") format("woff2"), 
    url("../fonts/Poppins-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-LightItalic.woff2") format("woff2"), 
    url("../fonts/Poppins-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Medium.woff2") format("woff2"), 
    url("../fonts/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.woff2") format("woff2"), 
    url("../fonts/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2"), 
    url("../fonts/Poppins-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), 
    url("../fonts/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), 
    url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Thin.woff2") format("woff2"), 
    url("../fonts/Poppins-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-BlackItalic.woff2") format("woff2"), 
    url("../fonts/Poppins-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ThinItalic.woff2") format("woff2"), 
    url("../fonts/Poppins-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Black.woff2") format("woff2"), 
    url("../fonts/Poppins-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Bold.woff2") format("woff2"), 
    url("../fonts/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    scroll-behavior: smooth;
    font-family: Poppins;
}
body, html {
    overflow-x: hidden;
    font-family: Poppins;
}
body, html, section {
    overflow: visible;
}
ul {
    padding: 0;
    margin: 0;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #49b0d9 #081b2f;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: #081b2f;
    border-radius: 20px;
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.04);
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #49b0d9 0%, #1f79bd 50%, #155eef 100%);
    border-radius: 20px;
    border: 2px solid #081b2f;
    transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #67c8ef 0%, #2b8dd5 50%, #1a66ff 100%);
}
::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #155eef 0%, #1f79bd 100%);
}
::-webkit-scrollbar-track-piece {
    background: #081b2f;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient( 180deg, rgba(73, 176, 217, 1) 0%, rgba(31, 121, 189, 1) 100% );
    border: 2px solid rgba(8, 27, 47, 0.9);
    border-radius: 50px;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.25), 0 0 10px rgba(73, 176, 217, 0.35);
}
::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.35), 0 0 18px rgba(73, 176, 217, 0.6);
}
a {
    transition: 0.3s ease-in-out;
    font-family: Poppins;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins;
}
p {
    font-weight: 400;
}
section {
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
}

.container {
    max-width: 1300px;
}

.bg-theme1{
    background: #090f22;
}
.bg-theme2{
    background: #f8faff;
}

.common-heading {
  text-align: center;
  margin-bottom: 40px;
}
.common-heading h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.common-heading h2 span {
  color: #0080ff;
}

.common-heading p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 90%;
    margin: 0 auto;
    line-height: 27px;
}

/* VISHNU Put css here  */
.firstfold-premium {
    position: relative;
    display: flex;
    align-items: flex-start;
    background: #090f22;
    padding: 160px 0 60px;
    overflow: hidden;
}

/* ----- Background Image (Chicago Dummy) ----- */
.firstfold-bgimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.10;
    pointer-events: none;
    z-index: 0;
}
.firstfold-grid {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

/* ============================================================
   LEFT SIDE (60%)
   ============================================================ */
.firstfold-left {
  position: relative;
  width: 60%;
}
.firstfold-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
    color: #fff;
}

.heading-light {
  color: #ffffff;
  display: block;
}

.heading-highlight {
  color: #0080ff;
  display: block;
}

/* ----- Description ----- */
.firstfold-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    max-width: 90%;
}

/* ----- Feature List ----- */
.firstfold-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.firstfold-features li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 400;
  padding: 6px 0;
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}
.firstfold-features li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 3px;
    color: #0080ff;
    font-size: 18px;
}

/* ----- Buttons ----- */
.firstfold-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.btn-premium-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 34px;
  background: #0080ff;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 50px;
  border: none;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 128, 255, 0.30);
  text-decoration: none;
  gap: 10px;
}

.btn-premium-primary:hover {
  background: #0066cc;
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 128, 255, 0.45);
}

.btn-premium-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 34px;
  background: transparent;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none;
}

.btn-premium-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
  color: #fff;
}


/* ============================================================
   RIGHT SIDE (40%) – FLOATING FORM
   ============================================================ */
.firstfold-right {
    position: relative;
    width: 40%;
    margin-top: 60px;
}

.firstfold-form-float {
  position: relative;
  z-index: 5;
  max-width: 100%;
}

.cmmbannerform {
    position: relative;
}
.bn-card {
    position: relative;
    padding: 34px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.bn-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, #00d4ff, #005dff, #00d4ff);
    background-size: 300%;
    animation: borderMove 8s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.formimg {
    position: absolute;
    right: 20px;
    top: -56px;
    width: 160px;
    opacity: 0.95;
    animation: floatImage 5s ease-in-out infinite;
}
.bn-head {
    margin-bottom: 28px;
}
.bn-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 70px 70px 70px 0px;
    background: rgba(0, 212, 255, 0.14);
    color: #00d4ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.bn-head h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.bn-form .bf-group {
    margin-bottom: 16px;
}
.bn-form input, .bn-form select, .bn-form textarea {
    width: 100%;
    padding: 10px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 12px;
    transition: 0.35s;
    outline: none;
}
.bn-form input::placeholder, .bn-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}
.bn-form input:focus, .bn-form select:focus, .bn-form textarea:focus {
    border-color: #00c8ff;
    background: rgba(0, 198, 255, 0.08);
    box-shadow: 0 0 0 4px rgba(0, 198, 255, 0.12);
    width: 100%;
}
.bn-form select {
    appearance: none;
    color: #fff;
    padding-right: 42px;
    background-repeat: no-repeat;
    background-position: right 16px center;
    width: 100% !important;
    background-size: 12px;
}
.bn-group {
    margin-bottom: 10px;
}
.gopp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 10px;
}
.bn-group--area textarea {
    resize: none;
    min-height: 90px;
}
.btnform {
    position: relative;
    width: 100%;
    padding: 17px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(90deg, #00c6ff, #005dff);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    transition: 0.35s;
}
.btnform::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 115deg, transparent 25%, rgba(255, 255, 255, 0.35) 50%, transparent 75% );
    transform: translateX(-120%);
    transition: 0.8s;
}
.btnform:hover::before {
    transform: translateX(120%);
}
.btnform:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0, 140, 255, 0.35);
}
.bnbgperks {
    display: flex;
    gap: 18px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    justify-content: space-between;
}
.bn-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dbe9ff;
    font-size: 13px;
    font-weight: 600;
}
.bn-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00c6ff, #005dff);
    color: #081423;
}
.bannericons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    opacity: 0;
    animation: fadeUp 0.8s ease forwards 1s;
}
.bannericons .itemcer {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.bannericons .itemcer {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: 0.4s;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 10px 30px rgba(0, 0, 0, 0.2);
}
.bannericons img {
    height: 90px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px;
}
.bannericons .itemcer img {
    max-height: 70px;
    width: auto;
}
.bannericons .itemcer:hover {
    transform: translateY(-6px);
    opacity: 1;
    filter: none;
}
form option {
    color: #000;
}

.firstfold-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.firstfold-badges .badge-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.firstfold-badges .badge-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 10px;
    text-align: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: 0.4s;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 10px 30px rgba(0, 0, 0, 0.2);
}
.firstfold-badges img {
    height: 90px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px;
}

.firstfold-badges .badge-item:hover {
    transform: translateY(-6px);
    opacity: 1;
    filter: none;
}
.partnerlogos-wrap {
    padding: 20px 0;
}

/* ----- Logos Grid (4 logos) ----- */
.partnerlogos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
  justify-items: center;
}

/* ----- Each Logo Item ----- */
.partnerlogos-item {
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  padding: 10px;
}

.partnerlogos-item:hover {
  transform: scale(1.05);
}

.partnerlogos-item img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  transition: all 0.4s ease;
}

.partnerlogos-item:hover img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.chicago-about-map-left {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}

/* ----- Heading ----- */
.chicago-about-map-heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.chicago-about-map-heading span {
  color: #0080ff;
}

/* ----- Description ----- */
.chicago-about-map-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 28px;
}

/* ============================================================
   STATS GRID – 3 COLUMNS
   ============================================================ */
.chicago-about-map-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.chicago-about-map-stat {
  text-align: center;
  padding: 16px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  transition: all 0.3s ease;
}

.chicago-about-map-stat:hover {
  background: rgba(0, 128, 255, 0.05);
  border-color: rgba(0, 128, 255, 0.10);
  transform: translateY(-3px);
}

.chicago-about-map-stat h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0080ff;
  margin: 0;
  line-height: 1.2;
}

.chicago-about-map-stat span {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 2px;
}

/* ============================================================
   RIGHT SIDE – MAP
   ============================================================ */
.chicago-about-map-right {
  position: relative;
  z-index: 1;
}

.chicago-about-map-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-right: 100px;
}

.chicago-about-map-box iframe {
    display: block;
    filter: grayscale(0.2) brightness(0.85);
    transition: filter 0.4s ease;
    height: 405px; 
}

.chicago-about-map-box:hover iframe {
  filter: grayscale(0) brightness(1);
}

.chicago-about-map-person {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 230px;
    height: auto;
    object-fit: cover;
}

.techstack-animated-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ============================================================
   LEFT SIDE – CONTENT
   ============================================================ */
.techstack-animated-left {
  position: relative;
}

.techstack-animated-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}
.techstack-animated-heading span {
  color: #0080ff;
}

.techstack-animated-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* ============================================================
   RIGHT SIDE – TECH NAMES + ICONS SCROLL
   ============================================================ */
.techstack-animated-right {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.01);
  padding: 20px 0;
}

/* ----- Mask Effect (Fade Left & Right for Icons) ----- */
.techstack-animated-right::before,
.techstack-animated-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 10;
  pointer-events: none;
}

.techstack-animated-right::before {
  left: 0;
  background: linear-gradient(90deg, #090f22 0%, transparent 100%);
}

.techstack-animated-right::after {
  right: 0;
  background: linear-gradient(270deg, #090f22 0%, transparent 100%);
}

/* ============================================================
   TECH NAMES ROW (Static)
   ============================================================ */
.techstack-names-row {
    gap: 16px;
    padding: 0 20px 16px 20px;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.techstack-name-tag {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.04);
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: all 0.3s ease;
    white-space: nowrap;
}
.techstack-name-tag:hover {
  color: #0080ff;
  border-color: rgba(0, 128, 255, 0.15);
  background: rgba(0, 128, 255, 0.04);
}

/* ============================================================
   ANIMATED TRACK – HORIZONTAL SCROLL
   ============================================================ */
.techstack-animated-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: techStackScroll 18s linear infinite;
}

@keyframes techStackScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.techstack-animated-right:hover .techstack-animated-track {
  animation-play-state: paused;
}

/* ============================================================
   ROW – Single Row with All Icons
   ============================================================ */
.techstack-animated-row {
  display: flex;
  gap: 16px;
  padding: 0 16px;
  flex-wrap: nowrap;
}

/* ============================================================
   ITEM – Icon Only
   ============================================================ */
.techstack-animated-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  min-width: 60px;
  min-height: 60px;
}

.techstack-animated-item:hover {
  background: rgba(0, 128, 255, 0.05);
  border-color: rgba(0, 128, 255, 0.10);
  transform: scale(1.05);
}
.techstack-animated-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.techstack-animated-item:hover .techstack-animated-logo {
  opacity: 1;
}

.heading-dark h2 {
  color: #0b1a2f;
}

.heading-dark h2 span {
  color: #0080ff;
}

.heading-dark p {
  color: rgba(11, 26, 47, 0.7);
}

.location-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* ============================================================
   SERVICE CARD – PREMIUM
   ============================================================ */
.location-service-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 28px 28px 24px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
}

/* ----- Premium Hover Effect ----- */
.location-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0080ff, #00d4ff, #0080ff);
  background-size: 200%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.location-service-card:hover::before {
  opacity: 1;
  animation: serviceBorderMove 2s linear infinite;
}

@keyframes serviceBorderMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.location-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 128, 255, 0.08);
}

/* ============================================================
   CARD HEADER – Icon + Heading in Same Row
   ============================================================ */
.location-service-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

/* ----- Icon (Left Side) ----- */
.location-service-card-icon {
    width: 65px;
    height: 65px;
  border-radius: 12px;
  background: rgba(0, 128, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.location-service-card-icon img {
    max-width: 58px;
}
.location-service-card:hover .location-service-card-icon {
  background: rgba(0, 128, 255, 0.12);
  transform: scale(1.05);
}

.location-service-card-icon svg {
  width: 22px;
  height: 22px;
  color: #0080ff;
}

/* ----- Heading ----- */
.location-service-card-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0b1a2f;
  margin: 0;
  letter-spacing: -0.3px;
}

.location-service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(11, 26, 47, 0.65);
    margin: 0 0 14px 0;
}
/* ----- Features List ----- */
.location-service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}
.dallasservices ul {
    display: block;
}
.location-service-features li {
    font-size: 15px;
    font-weight: 400;
    color: #0b1a2f;
    padding: 3px 0;
    line-height: 1.4;
    padding-left: 18px;
    position: relative;
    margin-bottom: 3px;
}
.location-service-features li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 3px;
    color: #0080ff;
    font-size: 16px;
}
.location-consultation-right .gmbmap {
    height: 420px;
    overflow: hidden;
    border-bottom: 30px;
}
.location-consultation-right .gmbmap iframe {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.location-service-features li b {
  font-weight: 600;
}


.location-feature-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0080ff;
  flex-shrink: 0;
}

/* ----- Learn More Link ----- */
.location-service-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0080ff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.location-service-link:hover {
  color: #0066cc;
  transform: translateX(4px);
}


.location-consultation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ============================================================
   LEFT SIDE
   ============================================================ */
.location-consultation-left {
  position: relative;
}

.location-consultation-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #0080ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(0, 128, 255, 0.10);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 128, 255, 0.10);
}

.location-consultation-heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.location-consultation-heading span {
  color: #0080ff;
}

.location-consultation-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.location-consultation-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0, 128, 255, 0.15);
  flex-shrink: 0;
}

.location-consultation-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-consultation-name-wrap {
  display: flex;
  flex-direction: column;
}

.location-consultation-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.location-consultation-role {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.location-consultation-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 28px;
  max-width: 90%;
}

/* ============================================================
   RIGHT SIDE – CONTACT CARD
   ============================================================ */
.location-consultation-right {
  position: relative;
}

.location-consultation-contact-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.4s ease;
}

.location-consultation-contact-card:hover {
  border-color: rgba(0, 128, 255, 0.12);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.location-consultation-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.location-consultation-contact-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 128, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.location-consultation-contact-item:hover .location-consultation-contact-icon-wrap {
  background: rgba(0, 128, 255, 0.15);
}

.location-consultation-icon {
  width: 20px;
  height: 20px;
  color: #0080ff;
}

.location-consultation-contact-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.location-consultation-contact-text {
  display: block;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  word-break: break-word;
  line-height: 1.4;
}

.location-process-heading {
  position: relative;
  z-index: 1;
}

.location-process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

/* ============================================================
   LEFT SIDE – STICKY
   ============================================================ */
.location-process-left {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.location-process-sticky {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 30px;
}

.location-process-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    color: #000;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}
.location-process-wrap {
    overflow: unset;
}

.location-process-heading span {
  color: #0080ff;
}

.location-process-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  margin: 0;
  max-width: 90%;
}

/* ============================================================
   RIGHT SIDE – ACCORDION
   ============================================================ */
.location-process-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ============================================================
   ACCORDION STEP
   ============================================================ */
.location-process-step {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.location-process-step:hover {
  border-color: rgba(0, 128, 255, 0.10);
}

.location-process-step.active {
  background: rgba(0, 128, 255, 0.04);
  border-color: rgba(0, 128, 255, 0.15);
}

/* ----- Step Header ----- */
.location-process-step-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.location-process-step-header:hover {
  background: rgba(255, 255, 255, 0.02);
}

.location-process-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0080ff;
  line-height: 1;
  min-width: 44px;
  opacity: 0.4;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -1px;
}

.location-process-step.active .location-process-number {
  opacity: 1;
}

.location-process-step-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    flex: 1;
    transition: color 0.3s ease;
}

.location-process-step.active .location-process-step-header h4 {
  color: #0080ff;
}

.location-process-toggle {
  font-size: 1.4rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  min-width: 24px;
  text-align: center;
}

.location-process-step.active .location-process-toggle {
  color: #0080ff;
}

/* ----- Step Body (NO HEIGHT) ----- */
.location-process-step-body {
  display: none;
  padding: 0 22px 20px;
}

.location-process-step.active .location-process-step-body {
  display: block;
}

.location-process-step-body p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* ============================================================
   HEADING
   ============================================================ */
.location-stories-heading {
  position: relative;
  z-index: 1;
}

/* ============================================================
   TABS WRAPPER
   ============================================================ */
.location-stories-tabs-wrapper {
  margin-top: 20px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

/* ============================================================
   TOP TABS NAV – PREMIUM
   ============================================================ */
.location-stories-tabs-nav {
    display: flex;
    background: #fafcff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.04);
    padding: 8px 12px;
    gap: 15px;
    justify-content: center;
}

.location-stories-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 24px;
  background: transparent;
  border: none;
  border-radius: 16px;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  text-align: center;
    width: 25%;
}

/* ----- Hover & Active States ----- */
.location-stories-tab:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

.location-stories-tab.active {
  background: #ffffff;
}

.location-stories-tab.active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #0080ff;
  border-radius: 4px;
}

.location-stories-tab-number {
    font-size: 14px;
    font-weight: 700;
    color: #b0c0d4;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.location-stories-tab.active .location-stories-tab-number {
  color: #0080ff;
}

/* ----- Tab Icon ----- */
.location-stories-tab-icon {
  font-size: 1.6rem;
  line-height: 1;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.location-stories-tab.active .location-stories-tab-icon {
  opacity: 1;
  transform: scale(1.05);
}

.location-stories-tab:hover .location-stories-tab-icon {
  opacity: 0.8;
}

.location-stories-tab-label {
    font-size: 18px;
    font-weight: 600;
    color: #0b1a2f;
    transition: color 0.3s ease;
}

.location-stories-tab.active .location-stories-tab-label {
  color: #0080ff;
}

/* ----- Tab Badge (Premium Touch) ----- */
.location-stories-tab-badge {
  font-size: 10px;
  font-weight: 600;
  color: #0080ff;
  background: rgba(0, 128, 255, 0.08);
  padding: 2px 12px;
  border-radius: 50px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.location-stories-tab.active .location-stories-tab-badge {
  background: #0080ff;
  color: #ffffff;
}

/* ============================================================
   CONTENT
   ============================================================ */
.location-stories-tabs-content {
  padding: 30px 35px 30px 35px;
  background: #ffffff;
}

.location-stories-panel {
  display: none;
  animation: locationStoriesFade 0.5s ease;
}

.location-stories-panel.active {
  display: block;
}

@keyframes locationStoriesFade {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

.location-stories-panel-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

/* ----- Text Side ----- */
.location-stories-text {
  display: flex;
  flex-direction: column;
}

.location-stories-header {
  margin-bottom: 18px;
}

.location-stories-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0080ff;
  background: rgba(0, 128, 255, 0.08);
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 8px;
}

.location-stories-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0b1a2f;
    margin: 0 0 14px;
}

/* ----- Challenges & Outcomes Grid ----- */
.location-stories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.location-stories-challenges h4, .location-stories-outcomes h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6a7a8e;
    margin: 0 0 8px 0;
}

.location-stories-challenges ul,
.location-stories-outcomes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-stories-challenges ul li, .location-stories-outcomes ul li {
    font-size: 16px;
    color: #0b1a2f;
    padding: 4px 0 4px 20px;
    position: relative;
    line-height: 26px;
}

.location-stories-challenges ul li::before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 4px;
  color: #e74c3c;
font-size: 15px;
}
.location-stories-outcomes ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 4px;
    color: #2ecc71;
    font-size: 15px;
    font-weight: 700;
}

/* ----- Image Side ----- */
.location-stories-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    background: #49b0d9;
    text-align: center;
    padding: 20px 0;
}
.location-stories-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    max-width: 602px;
}
.location-industry-card-inner img {
    height: 90px;
    object-fit: contain;
    margin-bottom: 10px;
}

.location-stories-panel:hover .location-stories-image img {
  transform: scale(1.03);
}

.location-stories-image-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(0, 128, 255, 0.92);
  backdrop-filter: blur(8px);
  padding: 10px 16px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 128, 255, 0.25);
}

.location-stories-image-badge span:first-child {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}

.location-stories-image-badge span:last-child {
  display: block;
  font-size: 0.6rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ----- Premium Background Effects ----- */
.location-cta-wrap::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(0, 128, 255, 0.06) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.location-cta-wrap::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 150%;
  background: radial-gradient(ellipse, rgba(0, 128, 255, 0.04) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ----- Grid Dots Pattern ----- */
.location-cta-wrap .container::before {
  content: '';
  position: absolute;
  top: 20%;
  right: 5%;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(circle, rgba(0, 128, 255, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0;
}

/* ============================================================
   INNER WRAPPER – CENTERED
   ============================================================ */
.location-cta-inner {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 28px;
  padding: 55px 60px 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* ============================================================
   TAG
   ============================================================ */
.location-cta-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #0080ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(0, 128, 255, 0.08);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
}

/* ============================================================
   HEADING
   ============================================================ */
.location-cta-heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0b1a2f;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.location-cta-heading span {
  color: #0080ff;
}

/* ============================================================
   DESCRIPTION
   ============================================================ */
.location-cta-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(11, 26, 47, 0.7);
  margin-bottom: 24px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   CONTACT INFO – CENTERED
   ============================================================ */
.location-cta-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 30px;
  margin-bottom: 28px;
}

.location-cta-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #0b1a2f;
  font-weight: 500;
}

.location-cta-contact-icon {
  width: 20px;
  height: 20px;
  color: #0080ff;
  flex-shrink: 0;
}

/* ============================================================
   BUTTONS – CENTERED
   ============================================================ */
.location-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* ----- Premium Primary Button ----- */
.location-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #0080ff, #0055cc);
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 60px;
  border: none;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 128, 255, 0.30);
  text-decoration: none;
}

.location-cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 128, 255, 0.45);
  background: linear-gradient(135deg, #1a8fff, #0066dd);
  color: #fff;
}

.location-cta-btn-primary .location-cta-btn-icon {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.location-cta-btn-primary:hover .location-cta-btn-icon {
  transform: translateX(4px);
}

/* ----- Premium Outline Buttons ----- */
.location-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  background: #ffffff;
  color: #0b1a2f;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 60px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none;
}

.location-cta-btn-outline:hover {
  border-color: #0080ff;
  background: rgba(0, 128, 255, 0.04);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.location-cta-btn-outline .location-cta-btn-icon {
  width: 20px;
  height: 20px;
  color: #0080ff;
  flex-shrink: 0;
}


/* ----- Background Glow ----- */
.location-industries-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 50%;
  height: 150%;
  background: radial-gradient(ellipse, rgba(0, 128, 255, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.location-industries-wrap::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 40%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(0, 128, 255, 0.02) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ============================================================
   INDUSTRIES GRID – 5 PER ROW
   ============================================================ */
.location-industries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* ----- Industry Card (3D Premium Design) ----- */
.location-industry-card {
  perspective: 800px;
}

.location-industry-card-inner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 28px 18px 24px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ----- Hover 3D Effect ----- */
.location-industry-card:hover .location-industry-card-inner {
  transform: rotateY(5deg) rotateX(5deg) translateY(-8px);
  background: rgba(0, 128, 255, 0.06);
  border-color: rgba(0, 128, 255, 0.20);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* ----- Glow Border Effect ----- */
.location-industry-card-inner::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 128, 255, 0.3), transparent, rgba(0, 128, 255, 0.3));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.location-industry-card:hover .location-industry-card-inner::before {
  opacity: 1;
}

/* ----- Industry Icon (SVG) ----- */
.location-industry-icon {
  width: 48px;
  height: 48px;
  color: #0080ff;
  margin-bottom: 12px;
  transition: all 0.4s ease;
  opacity: 0.7;
}

.location-industry-card:hover .location-industry-icon {
  opacity: 1;
  transform: scale(1.1);
}

.location-industry-card-inner h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    transition: color 0.3s ease;
    letter-spacing: -0.2px;
}

.location-industry-card:hover .location-industry-card-inner h4 {
  color: #0080ff;
}

/* ============================================================
   BOTTOM CTA
   ============================================================ */
.location-industries-footer {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.location-industries-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 36px;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 60px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none;
  font-family: Poppins, sans-serif;
}

.location-industries-btn:hover {
  background: rgba(0, 128, 255, 0.10);
  border-color: #0080ff;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 128, 255, 0.15);
}

.location-industries-btn-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.location-industries-btn:hover .location-industries-btn-icon {
  transform: translateX(4px);
}


.location-cta-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* ----- Background Image ----- */
.location-cta-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.location-cta-box-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ----- Overlay ----- */
.location-cta-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(9, 15, 34, 0.92) 0%, rgba(9, 15, 34, 0.70) 60%, rgba(9, 15, 34, 0.85) 100%);
  z-index: 1;
}

.location-cta-box-content {
    position: relative;
    z-index: 2;
    padding: 50px 55px;
    max-width: 80%;
}

/* ----- Tag ----- */
.location-cta-box-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #0080ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(0, 128, 255, 0.12);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 128, 255, 0.10);
}

/* ----- Heading ----- */
.location-cta-box-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.location-cta-box-heading span {
  color: #0080ff;
}

/* ----- Description ----- */
.location-cta-box-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 28px;
}

/* ----- CTA Button ----- */
.location-cta-box-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 34px;
  background: linear-gradient(135deg, #0080ff, #0055cc);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 60px;
  border: none;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 128, 255, 0.30);
  text-decoration: none;
}

.location-cta-box-btn:hover {
    color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 128, 255, 0.45);
  background: linear-gradient(135deg, #1a8fff, #0066dd);
}

.location-cta-box-btn-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.location-cta-box-btn:hover .location-cta-box-btn-icon {
  transform: translateX(4px);
}


.location-faq-tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* ============================================================
   TABS NAVIGATION (Top)
   ============================================================ */
.location-faq-tabs-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}

.location-faq-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  font-family: Poppins, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.4s ease;
  text-align: center;
}

.location-faq-tab:hover {
  background: rgba(0, 128, 255, 0.06);
  border-color: rgba(0, 128, 255, 0.15);
  color: #ffffff;
  transform: translateY(-2px);
}

.location-faq-tab.active {
  background: rgba(0, 128, 255, 0.10);
  border-color: #0080ff;
  color: #0080ff;
  box-shadow: 0 8px 30px rgba(0, 128, 255, 0.10);
}

.location-faq-tab-icon {
  font-size: 1.1rem;
}

.location-faq-tab-label {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}
/* ============================================================
   TABS CONTENT
   ============================================================ */
.location-faq-tabs-content {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 8px;
}

.location-faq-panel {
  display: none;
  animation: locationFaqFade 0.5s ease;
}

.location-faq-panel.active {
  display: block;
}

@keyframes locationFaqFade {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   FAQ ITEMS (Accordion)
   ============================================================ */
.location-faq-item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.location-faq-item:last-child {
  margin-bottom: 0;
}

.location-faq-item:hover {
  border-color: rgba(0, 128, 255, 0.10);
}

.location-faq-item.active {
  border-color: rgba(0, 128, 255, 0.15);
  background: rgba(0, 128, 255, 0.04);
}

/* ----- Question ----- */
.location-faq-question {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.location-faq-item:hover .location-faq-question {
  background: rgba(255, 255, 255, 0.02);
}

.location-faq-number {
  font-size: 16px;
  font-weight: 700;
  color: #0080ff;
  min-width: 28px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.location-faq-item.active .location-faq-number {
  opacity: 1;
}
.location-faq-question h4 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    flex: 1;
    transition: color 0.3s ease;
    line-height: 23px;
}

.location-faq-item.active .location-faq-question h4 {
  color: #0080ff;
}
.location-faq-toggle {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    min-width: 24px;
    text-align: center;
}

.location-faq-item.active .location-faq-toggle {
  color: #0080ff;
  transform: rotate(180deg);
}

/* ----- Answer ----- */
.location-faq-answer {
  display: none;
  padding: 15px 22px 20px;
}

.location-faq-item.active .location-faq-answer {
  display: block;
}


.location-faq-item.active .location-faq-answer {
    padding: 10px 22px 20px;
}



.location-faq-answer p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* ----- FAQ List (for technologies, engagement models) ----- */
.location-faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-faq-list li {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.location-faq-item.active .location-faq-list li {
  border-color: rgba(0, 128, 255, 0.10);
}

.location-about-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ============================================================
   LEFT SIDE – CONTENT
   ============================================================ */
.location-about-cta-left {
  position: relative;
}
.location-about-cta-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #0b1a2f;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.location-about-cta-heading span {
  color: #0080ff;
}
.location-about-cta-desc {
    font-size: 16px;
    line-height: 27px;
    color: rgba(11, 26, 47, 0.7);
    margin-bottom: 10px;
}

.location-about-cta-desc:last-of-type {
  margin-bottom: 24px;
}


.location-about-cta-right {
    position: relative;
    height: 100%;
}

.location-about-cta-image-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    height: 680px;
    display: flex;
    align-items: center;
}

.location-about-cta-image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    transition: transform 0.6s ease;
    object-fit: cover;
}

.location-about-cta-image-wrapper:hover .location-about-cta-image {
  transform: scale(1.02);
}

/* ----- Floating Badge ----- */
.location-about-cta-badge {
  position: absolute;
  bottom: 24px;
  right: -15px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.location-about-cta-badge-icon {
  color: #0080ff;
  font-size: 1rem;
}

.location-about-cta-badge-text {
  color: #0b1a2f;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}


.location-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* ============================================================
   BOX CARD
   ============================================================ */
.location-choose-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.location-choose-box:hover {
  border-color: rgba(0, 128, 255, 0.20);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* ============================================================
   BOX IMAGE
   ============================================================ */
.location-choose-box-image {
  position: relative;
  height: 180px;
  flex-shrink: 0;
  overflow: hidden;
}

.location-choose-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.location-choose-box:hover .location-choose-box-image img {
  transform: scale(1.05);
}

.location-choose-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 128, 255, 0.05) 0%, transparent 40%, rgba(9, 15, 34, 0.60) 100%);
  z-index: 1;
}

.location-choose-box-number {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 2.4rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: -3px;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
}

/* ============================================================
   BOX CONTENT
   ============================================================ */
.location-choose-box-content {
  padding: 22px 22px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.location-choose-box-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    line-height: 1.4;
    padding-left: 14px;
    border-left: 3px solid #0080ff;
}

.location-choose-box-content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  transition: color 0.3s ease;
  flex: 1;
}

.location-choose-box:hover .location-choose-box-content p {
  color: rgba(255, 255, 255, 0.7);
}
/* ----- Background Glow ----- */
.location-getintouch-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 50%;
  height: 150%;
  background: radial-gradient(ellipse, rgba(0, 128, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.location-getintouch-wrap::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 40%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(0, 128, 255, 0.03) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ============================================================
   GRID LAYOUT
   ============================================================ */
.location-getintouch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ============================================================
   LEFT SIDE – CONTENT
   ============================================================ */
.location-getintouch-left {
  position: relative;
}

.location-getintouch-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #0080ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(0, 128, 255, 0.08);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.location-getintouch-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #0b1a2f;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.location-getintouch-heading span {
  color: #0080ff;
}

.location-getintouch-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(11, 26, 47, 0.7);
  margin-bottom: 30px;
  max-width: 90%;
}

/* ----- Trust Badges ----- */
.location-getintouch-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.location-getintouch-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.location-getintouch-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 128, 255, 0.10);
}

.location-getintouch-badge-icon {
  width: 18px;
  height: 18px;
  color: #0080ff;
  flex-shrink: 0;
}

.location-getintouch-badge span {
  font-size: 0.85rem;
  font-weight: 500;
  color: #0b1a2f;
}

/* ============================================================
   RIGHT SIDE – FORM (LIGHT THEME OVERRIDE)
   ============================================================ */
.location-getintouch-right {
  position: relative;
}

/* ----- Light Theme Override for cmmbannerform ----- */
.location-getintouch-right .cmmbannerform {
  position: relative;
}

.location-getintouch-right .bn-card {
  position: relative;
  padding: 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.location-getintouch-right .bn-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #0080ff, #00d4ff, #0080ff);
  background-size: 300%;
  animation: borderMove 8s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes borderMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ----- Form Image (Light Theme Adjustment) ----- */
.location-getintouch-right .formimg {
  position: absolute;
  right: 20px;
  top: -56px;
  width: 160px;
  opacity: 0.95;
  animation: floatImage 5s ease-in-out infinite;
}

@keyframes floatImage {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ----- Form Header (Light Theme) ----- */
.location-getintouch-right .bn-head {
margin-bottom: 18px;
}

.location-getintouch-right .bn-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 70px 70px 70px 0px;
  background: rgba(0, 128, 255, 0.10) !important;
  color: #0080ff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.location-getintouch-right .bn-head h3 {
    color: #0b1a2f !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

/* ----- Form Inputs (Light Theme) ----- */
.location-getintouch-right .bn-form .bf-group {
  margin-bottom: 16px;
}

.location-getintouch-right .bn-form input,
.location-getintouch-right .bn-form select,
.location-getintouch-right .bn-form textarea {
  width: 100%;
  padding: 12px 18px;
      height: 46px;
    width: 100%;
    border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #0b1a2f !important;
  font-size: 13px;
  transition: 0.35s;
  outline: none;
  font-family: 'Poppins', sans-serif;
}

.location-getintouch-right .bn-form input::placeholder,
.location-getintouch-right .bn-form textarea::placeholder {
  color: rgba(11, 26, 47, 0.4) !important;
}

.location-getintouch-right .bn-form input:focus,
.location-getintouch-right .bn-form select:focus,
.location-getintouch-right .bn-form textarea:focus {
  border-color: #0080ff !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(0, 128, 255, 0.08) !important;
}

.location-getintouch-right .bn-form select {
  appearance: none;
  color: #0b1a2f !important;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230b1a2f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}

/* ----- Submit Button (Light Theme) ----- */
.location-getintouch-right .btnform {
  position: relative;
  width: 100%;
  padding: 17px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(90deg, #0080ff, #0055cc) !important;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  transition: 0.35s;
  font-family: 'Poppins', sans-serif;
}

.location-getintouch-right .btnform::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.35) 50%, transparent 75%);
  transform: translateX(-120%);
  transition: 0.8s;
}

.location-getintouch-right .btnform:hover::before {
  transform: translateX(120%);
}

.location-getintouch-right .btnform:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 128, 255, 0.35) !important;
}

/* ----- Form Perks (Light Theme) ----- */
.location-getintouch-right .bnbgperks {
  display: flex;
  gap: 18px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  justify-content: space-between;
}

.location-getintouch-right .bn-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0b1a2f !important;
  font-size: 13px;
  font-weight: 600;
}

.location-getintouch-right .bn-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0080ff, #0055cc) !important;
  color: #ffffff !important;
}

.location-getintouch-right .bn-icon svg {
  width: 12px;
  height: 12px;
}

.location-awards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* ============================================================
   AWARD CARD
   ============================================================ */
.location-award-item {
  perspective: 800px;
}

.location-award-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 30px 20px 24px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-award-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 128, 255, 0.3), transparent, rgba(0, 128, 255, 0.3));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.location-award-card:hover::before {
  opacity: 1;
}

.location-award-card:hover {
  transform: rotateY(5deg) rotateX(5deg) translateY(-8px);
  background: rgba(0, 128, 255, 0.06);
  border-color: rgba(0, 128, 255, 0.20);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* ----- Award Image ----- */
.location-award-image {
  margin-bottom: 14px;
}

.location-award-card:hover .location-award-image {
  border-color: rgba(0, 128, 255, 0.30);
  transform: scale(1.05);
}

.location-award-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  opacity: 0.7;
  transition: all 0.4s ease;
}

.location-award-card:hover .location-award-image img {
  opacity: 1;
}

/* ----- Award Name ----- */
.location-award-name {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px 0;
  transition: color 0.3s ease;
}

.location-award-card:hover .location-award-name {
  color: #0080ff;
}

/* ----- Award Category ----- */
.location-award-category {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}

.location-award-card:hover .location-award-category {
  color: rgba(255, 255, 255, 0.6);
}
.customer-rating-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 0;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: -30px 0;
}

/* ============================================================
   LEFT SIDE – CONTENT
   ============================================================ */
.customer-rating-left {
  position: relative;
}

.customer-rating-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    color: #0b1a2f;
    letter-spacing: -0.02em;
    margin: 0;
    padding-right: 30px;
}

.customer-rating-heading span {
  color: #0080ff;
}

/* ============================================================
   RIGHT SIDE – PIPELINE + AWARD
   ============================================================ */
.customer-rating-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.customer-rating-pipeline {
    width: 2px;
    height: 240px;
    background: rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}
/* ----- Award Image ----- */
.customer-rating-award {
  flex-shrink: 0;
}

.customer-rating-award img {
    width: auto;
    display: block;
    max-width: 350px;
}


.dallaspartner .partnerlogos-grid {
    grid-template-columns: repeat(6, 1fr);
}

.dallastackstack .techstack-grid .techstack-item {
    grid-column: unset !important;
}
.dallastackstack .techstack-grid {
    grid-template-columns: repeat(5, 1fr);
}

.location-enterprise-heading {
  position: relative;
  z-index: 1;
}

.location-enterprise-subtitle {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: -8px;
}

/* ============================================================
   FEATURES GRID – 3 COLUMNS
   ============================================================ */
.location-enterprise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* ============================================================
   FEATURE CARD (Premium)
   ============================================================ */
.location-enterprise-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  padding: 32px 28px 28px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* ----- Glow Border on Hover ----- */
.location-enterprise-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 128, 255, 0.3), transparent, rgba(0, 128, 255, 0.3));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.location-enterprise-card:hover::before {
  opacity: 1;
}

.location-enterprise-card:hover {
  background: rgba(0, 128, 255, 0.04);
  border-color: rgba(0, 128, 255, 0.15);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* ----- Card Icon ----- */
.location-enterprise-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(0, 128, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.location-enterprise-card-icon svg {
  width: 28px;
  height: 28px;
  color: #0080ff;
  transition: all 0.4s ease;
}

.location-enterprise-card:hover .location-enterprise-card-icon {
  background: rgba(0, 128, 255, 0.16);
  transform: scale(1.05);
}

.location-enterprise-card:hover .location-enterprise-card-icon svg {
  color: #4da3ff;
}

/* ----- Card Title ----- */
.location-enterprise-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.location-enterprise-card-desc {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    transition: color 0.3s ease;
}

.location-enterprise-card:hover .location-enterprise-card-desc {
  color: rgba(255, 255, 255, 0.7);
}

/* ============================================================
   STATS BAR (Premium)
   ============================================================ */
.location-enterprise-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  padding: 28px 40px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.location-enterprise-stat-item {
  text-align: center;
}

.location-enterprise-stat-number {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #0080ff;
    line-height: 1.2;
}
.location-enterprise-stat-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 6px;
}
.location-enterprise-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
}

.firstfold-left h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px;
}

.location-integrations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

/* ============================================================
   LEFT SIDE – STICKY
   ============================================================ */
.location-integrations-left {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.location-integrations-wrap {
    overflow: unset;
}
.location-integrations-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #0080ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(0, 128, 255, 0.10);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 128, 255, 0.10);
  align-self: flex-start;
}

.location-integrations-heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.location-integrations-heading span {
  color: #0080ff;
}

.location-integrations-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 28px;
  max-width: 90%;
}

/* ============================================================
   RIGHT SIDE – SCROLLABLE
   ============================================================ */
.location-integrations-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ============================================================
   ITEM – Premium Card
   ============================================================ */
.location-integrations-item {
  display: flex;
  gap: 20px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

/* ----- Glow Border ----- */
.location-integrations-item::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 128, 255, 0.2), transparent, rgba(0, 128, 255, 0.2));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.location-integrations-item:hover::before {
  opacity: 1;
}

.location-integrations-item:hover {
  background: rgba(0, 128, 255, 0.04);
  border-color: rgba(0, 128, 255, 0.12);
  transform: translateX(6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* ----- Icon ----- */
.location-integrations-item-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: rgba(0, 128, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.location-integrations-item:hover .location-integrations-item-icon {
  background: rgba(0, 128, 255, 0.18);
  transform: scale(1.05);
}

.location-integrations-item-icon svg {
  width: 22px;
  height: 22px;
  color: #0080ff;
}

/* ----- Content ----- */
.location-integrations-item-content {
  flex: 1;
}

.location-integrations-item-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    letter-spacing: -0.2px;
}

.location-integrations-item-content p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 10px 0;
  transition: color 0.3s ease;
}

.location-integrations-item:hover .location-integrations-item-content p {
  color: rgba(255, 255, 255, 0.7);
}

/* ----- Tag ----- */
.location-integrations-item-tag {
  display: inline-block;
  font-size: 0.55rem;
  font-weight: 600;
  color: #0080ff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: rgba(0, 128, 255, 0.08);
  padding: 3px 12px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.location-integrations-item:hover .location-integrations-item-tag {
  background: rgba(0, 128, 255, 0.16);
}


.location-stories-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0080ff;
  background: rgba(0, 128, 255, 0.08);
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 6px;
}

.location-stories-location {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(11, 26, 47, 0.5);
  margin-top: 4px;
}

.location-process-new-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}

/* ============================================================
   PROCESS STEP – PREMIUM CARD
   ============================================================ */
.location-process-new-step {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 24px 18px 22px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 280px;
}

/* ----- Glow Border on Hover ----- */
.location-process-new-step::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 128, 255, 0.25), transparent, rgba(0, 128, 255, 0.25));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.location-process-new-step:hover::before {
  opacity: 1;
}

.location-process-new-step:hover {
  background: rgba(0, 128, 255, 0.04);
  border-color: rgba(0, 128, 255, 0.12);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

/* ----- Step Number ----- */
.location-process-new-number {
  font-size: 0.6rem;
  font-weight: 700;
  color: #0080ff;
  background: rgba(0, 128, 255, 0.08);
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.location-process-new-step:hover .location-process-new-number {
  background: rgba(0, 128, 255, 0.18);
}

/* ----- Icon ----- */
.location-process-new-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(0, 128, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: all 0.4s ease;
}

.location-process-new-step:hover .location-process-new-icon {
  background: rgba(0, 128, 255, 0.14);
  transform: scale(1.05);
}

.location-process-new-icon svg {
  width: 26px;
  height: 26px;
  color: #0080ff;
}

.location-process-new-step h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 23px;
    letter-spacing: -0.2px;
}

.location-process-new-step p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 12px 0;
    transition: color 0.3s ease;
    flex: 1;
}

.location-process-new-step:hover p {
  color: rgba(255, 255, 255, 0.7);
}
.location-process-new-phase {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.03);
    padding: 3px 14px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.location-process-new-step:hover .location-process-new-phase {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

.location-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* ============================================================
   TESTIMONIAL CARD – PREMIUM DESIGN
   ============================================================ */
.location-testimonials-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 28px 24px 24px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
}

/* ----- Premium Hover Effect ----- */
.location-testimonials-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0080ff, #00d4ff, #0080ff);
  background-size: 200%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.location-testimonials-card:hover::before {
  opacity: 1;
  animation: testimonialBorderMove 2s linear infinite;
}

@keyframes testimonialBorderMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.location-testimonials-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 128, 255, 0.08);
}

/* ----- Card Header ----- */
.location-testimonials-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.location-testimonials-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(0, 128, 255, 0.08);
}

.location-testimonials-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-testimonials-user h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0b1a2f;
  margin: 0 0 2px 0;
}

.location-testimonials-user span {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(11, 26, 47, 0.5);
}

/* ----- Stars ----- */
.location-testimonials-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}

.location-testimonials-stars svg {
  width: 18px;
  height: 18px;
}

/* ----- Quote ----- */
.location-testimonials-quote {
  position: relative;
  flex: 1;
}

.location-testimonials-quote-icon {
  position: absolute;
  top: -6px;
  left: -4px;
  width: 28px;
  height: 28px;
  opacity: 0.08;
}

.location-testimonials-quote p {
    font-size: 15px;
    line-height: 25px;
    color: rgba(11, 26, 47, 0.7);
    margin: 0;
    padding-left: 6px;
    font-style: italic;
}

/* ----- Platform Badge ----- */
.location-testimonials-platform {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.location-testimonials-platform span {
  font-size: 0.7rem;
  font-weight: 600;
  color: #0080ff;
  background: rgba(0, 128, 255, 0.06);
  padding: 4px 14px;
  border-radius: 50px;
  display: inline-block;
}
.ny-about-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 24px 0 30px;
}

.ny-about-stat {
  text-align: center;
  padding: 16px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  transition: all 0.3s ease;
}

.ny-about-stat:hover {
  background: rgba(0, 128, 255, 0.05);
  border-color: rgba(0, 128, 255, 0.10);
  transform: translateY(-3px);
}

.ny-about-stat h3 {
    font-size: 34px;
    font-weight: 700;
    color: #0080ff;
    margin: 0;
    line-height: 1.2;
}

.ny-about-stat span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 5px;
}

/* ----- CTA Button ----- */
.ny-about-cta {
  margin-top: 8px;
}

.ny-about-cta .btn-premium-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 34px;
  background: #0080ff;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 50px;
  border: none;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 128, 255, 0.30);
  text-decoration: none;
}

.ny-about-cta .btn-premium-primary:hover {
  background: #0066cc;
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 128, 255, 0.45);
}

/* ============================================================
   RIGHT SIDE – MAP
   ============================================================ */
.ny-about-right {
  position: relative;
  z-index: 1;
}
.ny-about-map-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 500px;
    margin-right: 60px;
}

.ny-about-map-box iframe {
  display: block;
  filter: grayscale(0.2) brightness(0.85);
  transition: filter 0.4s ease;
  height: 100%;
}

.ny-about-map-box:hover iframe {
  filter: grayscale(0) brightness(1);
}
.ny-about-map-person {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
}
.ny-about-left {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}

/* ----- Heading ----- */
.ny-about-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.ny-about-heading span {
  color: #0080ff;
}

.ny-about-subheading {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

/* ----- Description ----- */
.ny-about-desc {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

.ny-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* ============================================================
   SERVICE CARD
   ============================================================ */
.ny-service-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 28px 24px 24px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

/* ----- Hover Effect ----- */
.ny-service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0080ff, #00d4ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.ny-service-card:hover::after {
  transform: scaleX(1);
}

.ny-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 128, 255, 0.08);
}

/* ----- Number ----- */
.ny-service-number {
  font-size: 0.6rem;
  font-weight: 700;
  color: #0080ff;
  background: rgba(0, 128, 255, 0.08);
  padding: 3px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  align-self: flex-start;
}

/* ----- Icon ----- */
.ny-service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 128, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.ny-service-card:hover .ny-service-icon {
  background: rgba(0, 128, 255, 0.12);
  transform: scale(1.05);
}

.ny-service-icon svg {
  width: 24px;
  height: 24px;
  color: #0080ff;
}

/* ----- Title ----- */
.ny-service-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b1a2f;
  margin: 0 0 10px 0;
  letter-spacing: -0.3px;
}

.ny-service-card p {
    font-size: 15px;
    line-height: 25px;
    color: rgba(11, 26, 47, 0.6);
    margin: 0 0 14px 0;
    flex: 1;
}

/* ----- Features ----- */
.ny-service-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.ny-service-card ul li {
    font-size: 15px;
    color: #0b1a2f;
    padding: 3px 0 3px 18px;
    position: relative;
    line-height: 1.4;
}
.ny-service-card ul li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 4px;
    color: #0080ff;
    font-size: 16px;
}

/* ----- Link ----- */
.ny-service-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0080ff;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.ny-service-link:hover {
  color: #0066cc;
  transform: translateX(4px);
}


@media (max-width: 1279px) {
    .container {
        max-width: 1140px;
    }   
}
@media (max-width: 1199px) {
    .container {
        max-width: 99%;
    }   
}
@media (max-width: 1023px) {
    .firstfold-left {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .firstfold-grid {
        flex-wrap: wrap;
    }
    .firstfold-desc {
        max-width: 90%;
        margin: 0 auto 12px;
    }
    .firstfold-right {
        width: 100%;
        margin-top: 60px;
    }
    .firstfold-btns {
        margin-bottom: 40px;
        justify-content: center;
    }
    .firstfold-badges {
        justify-content: center;
    }
    .firstfold-features li::before{
        display: none;
    }
    .firstfold-heading {
        font-size: 38px;
        font-weight: 700;
        line-height: 50px;
    }
    .firstfold-desc {
        max-width: 100%;
        margin: 0 auto 12px;
        font-size: 15px;
        line-height: 26px;
    }
    .firstfold-premium {
        padding: 130px 0 40px;
        overflow: hidden;
    }
    .techstack-animated-grid {
        display: block;
    }
    .techstack-animated-left {
        margin-bottom: 20px;
    }
    section {
        padding: 35px 0px;
    }
    .techstack-animated-heading {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
    }
    .common-heading h2{
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .location-consultation-grid {
        display: block;
    }
    .location-consultation-heading {
        font-size: 30px;
    }
    .location-consultation-desc {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 18px;
        max-width: 100%;
    }
    .location-consultation-left {
        position: relative;
        margin-bottom: 30px;
    }
    .location-cta-box-content {
        padding: 35px;
        max-width: 100%;
    }
    .location-cta-box-heading {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 12px;
        letter-spacing: -0.02em;
    }
    .location-cta-box-desc {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .location-faq-tabs-nav {
        margin-bottom: 20px;
        overflow-x: auto;
        padding-bottom: 12px;
    }
    .common-heading {
        margin-bottom: 25px;
    }
    .location-awards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .location-getintouch-grid {
        display: block;
    }
    .location-getintouch-heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 8px;
        letter-spacing: -0.02em;
    }
    .location-getintouch-left {
        position: relative;
        margin-bottom: 30px;
    }
    .location-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .location-about-cta-heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .location-about-cta-inner {
        display: block;
    }
    .location-about-cta-left {
        margin-bottom: 40px;
    }
    .location-cta-heading {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    
    .location-process-wrap {
        overflow: hidden;
    }
    .firstfold-features li{
        padding-left: 0;
    }
    .firstfold-heading {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
    }
    .btn-premium-primary , .btn-premium-secondary {
        padding: 14px 15px;
        font-size: 15px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .firstfold-btns {
        margin-bottom: 28px;
    }
    .firstfold-badges img {
        height: 41px;
        border-radius: 4px;
        padding: 5px;
    }
    .firstfold-badges .badge-item {
        border-radius: 8px;
        padding: 8px;
    }
    .bn-card {
        padding: 20px;
        border-radius: 10px;
    }
    .bn-badge {
        padding: 8px 18px;
        font-size: 10px;
        letter-spacing: 0.08em;
        margin-bottom: 10px;
    }
    .bn-head h3 {
        font-size: 14px;
        line-height: 1.3;
        margin: 0;
    }
    .bn-item {
        font-size: 10px;
        font-weight: 600;
    }
    .btnform {
        padding: 12px;
        border: none;
        border-radius: 8px;
        color: #fff;
        font-size: 14px;
    }
    .formimg {
        right: 10px;
        top: -36px;
        width: 110px;
        opacity: 0.95;
    }
    .chicago-about-map-heading {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .chicago-about-map-left {
        padding-right: 0;
    }
    .chicago-about-map-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 25px;
    }
    .chicago-about-map-person{
        display: none;
    }
    .chicago-about-map-box {
        margin-right: 0;
    }
    .chicago-about-map-box iframe {
        height: 333px;
        width: 100%;
    }
    .partnerlogos-inner {
        display: flex;
        gap: 0;
        width: max-content;
        animation: techStackScroll 18s linear infinite;
    }
    .techstack-animated-heading {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .techstack-animated-desc {
        font-size: 15px;
        line-height: 25px;
    }
    .techstack-name-tag {
        font-size: 14px;
    }
    .techstack-names-row {
        gap: 6px
    }
    .common-heading h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .common-heading p {
        font-size: 15px;
        max-width: 100%;
        margin: 0 auto;
        line-height: 25px;
    }
    .location-service-card {
        border-radius: 10px;
        padding: 20px;
    }
    .mobilesliderr {
        position: relative;
        padding-bottom: 68px;
    }
    .mobilesliderr .swiper-button-next, .mobilesliderr .swiper-button-prev {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: linear-gradient(to bottom, #1f79bd, #49b0d9);
        color: #fff;
        top: auto;
        bottom: 10px;
        margin-top: 0;
    }
    .mobilesliderr .swiper-button-prev {
        left: calc(50% - 50px);
    }
    .mobilesliderr .swiper-button-next {
        right: calc(50% - 50px);
    }
    .mobilesliderr .swiper-button-next::after, .mobilesliderr .swiper-button-prev::after {
        font-size: 14px;
        font-weight: 700;
    }
    .mobilesliderr .swiper-button-disabled {
        opacity: 0.5;
    }
    .location-service-card p {
        font-size: 15px;
        line-height: 25px;
    }
    .location-service-features {
        display: block;
    }
    .location-consultation-heading {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 6px;
    }
    .location-consultation-desc {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .location-consultation-contact-card {
        border-radius: 10px;
        padding: 22px 18px;
        gap: 10px;
    }
    .location-process-left {
        position: relative;
        top: 0;
        align-self: flex-start;
    }
    .location-process-sticky {
      padding: 26px 30px;
      margin-bottom: 30px;
      border-radius: 12px;
    }
    .location-process-grid {
        display: block;
    }
    .location-process-heading {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 8px;
    }
    .location-process-desc {
        font-size: 15px;
        line-height: 25px;
        margin: 0;
        max-width: 100%;
    }
    .location-process-step {
        border-radius: 10px;
    }
    .location-process-step-header h4 {
        font-size: 16px;
    }
    .location-process-number {
      font-size: 16px;
      line-height: 1;
      min-width: 24px;
    }
    .location-cta-inner {
      border-radius: 12px;
      padding: 35px 20px;
      max-width: 100%;
      margin: 0 auto;
  }
  .location-cta-heading {
        font-size: 24px;
        line-height: 32px;
    }
  .location-cta-btn{
      padding: 14px 21px;
      font-size: 15px;
      border-radius: 10px;
      width: 100%;
      text-align: left;
      justify-content: center;
  }
  .location-industries-footer {
      margin-top: 10px;
  }
  .location-industries-btn{
    padding: 14px 21px;
      font-size: 15px;
      border-radius: 10px;
      width: 100%;
      text-align: left;
      justify-content: center;
  }
  .location-cta-box-btn{
    padding: 14px 21px;
      font-size: 15px;
      border-radius: 10px;
      width: 100%;
      text-align: left;
      justify-content: center;
  }
  .location-industry-card-inner h4 {
      font-size: 16px;
  }
  .location-cta-box-content {
        padding: 20px;
        max-width: 100%;
        text-align: center;
    }
  .location-cta-box-heading {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 12px;
      letter-spacing: -0.02em;
  }
  .location-about-cta-heading {
      font-size: 26px;
      line-height: 36px;
      margin-bottom: 8px;
  }
  .location-about-cta-desc {
      font-size: 15px;
      line-height: 25px;
  }
  .location-about-cta-image-wrapper {
    height: 300px;
  }
  .location-about-cta-image {
    border-radius: 10px;
  }
  .location-choose-box {
    border-radius: 8px;
  }
  .location-cta-box {
    border-radius: 14px;
  }
    .location-getintouch-heading {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 8px;
      letter-spacing: -0.02em;
  }
  .location-getintouch-desc {
      font-size: 1rem;
      line-height: 1.8;
      margin-bottom: 16px;
      max-width: 500px;
  }
  .location-getintouch-badge { 
      border-radius: 8px;
      width: 100%;
  }
  .location-getintouch-right .bn-head h3 {
    font-size: 16px;
  }
  .location-getintouch-badges {
      gap: 8px 24px;
  }
  .location-getintouch-right .bn-card {
      padding: 16px;
      border-radius: 12px;
  }
  .location-getintouch-right .bn-badge {
      font-size: 11px;
      text-transform: uppercase;
      margin-bottom: 10px;
  }
  .location-getintouch-right .btnform {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
  }
  .location-award-card {
    border-radius: 10px;
    padding: 20px;
  }
  .location-faq-tab-label {
      font-size: 14px;
  }
  .location-faq-tab{
    border-radius: 8px;
  }
  .location-faq-tabs-content {
      border-radius: 12px;
      padding: 10px;
  }
  .location-faq-question h4 {
      font-size: 14px;
      line-height: 21px;
  }
  .location-stories-panel-inner {
      display: block;
  }
  .location-stories-image {
      display: none;
  }
  .location-stories-tabs-content {
      padding: 25px;
  }
  .location-stories-header h3 {
      font-size: 20px;
      margin: 0 0 10px;
      line-height: 26px;
  }
  .location-stories-grid {
      display: block;
  }
  .location-stories-challenges ul li, .location-stories-outcomes ul li {
      font-size: 14px;
      padding: 4px 0 4px 20px;
      line-height: 21px;
  }
  .location-stories-outcomes {
      margin-top: 14px;
  }
  .location-stories-tabs-wrapper {
    border-radius: 12px;
  }
  .location-stories-tabs-nav {
      display: inline-flex;
      width: 100%;
      background: #fafcff;
      border-bottom: 2px solid rgba(0, 0, 0, 0.04);
      padding: 20px;
      gap: 15px;
      justify-content: flex-start;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      flex-wrap: nowrap;
  }
  .location-stories-tab{
    width: auto;
  }
}

/* VISHNU Put css here  */
