/* ChangeAI site refinements */

:root {
  --changeai-navy: #071a39;
  --changeai-blue: #2b65b0;
  --changeai-blue-dark: #214f8c;
  --changeai-orange: #fc7837;
  --changeai-ink: #111827;
  --changeai-muted: #6b7280;
  --changeai-soft: #f8fafc;
  --changeai-border: #e5e7eb;
}

body {
  color: var(--changeai-ink);
  background: #ffffff;
}

a,
.theme_color,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a {
  color: var(--changeai-blue);
}

.main-header .header-upper .main-menu .navigation > li > a,
.main-header .sticky-header .main-menu .navigation > li > a {
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
}

.main-header .header-upper .main-menu .navigation > li > ul > li > a,
.main-header .sticky-header .main-menu .navigation > li > ul > li > a {
  color: var(--changeai-ink);
}

.main-menu .navigation > li > ul {
  border-top-color: var(--changeai-blue);
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li:hover > a {
  color: #ffffff;
  background: var(--changeai-blue);
}

.main-menu .navigation > li > a:after,
.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li:hover > a:after {
  background: var(--changeai-blue);
}

.brand-logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.brand-logo:hover,
.sticky-header .brand-logo:hover {
  opacity: 0.9;
}

.brand-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 190px;
  max-height: 52px;
  object-fit: contain;
}

.sticky-header .brand-logo img {
  max-width: 165px;
  max-height: 40px;
}

.footer-brand img {
  max-width: 185px;
  max-height: 52px;
}

.header-top {
  background: var(--changeai-navy);
}

.main-header .header-upper {
  background: var(--changeai-navy);
  box-shadow: 0 8px 28px rgba(7, 26, 57, 0.08);
  overflow: visible;
}

.main-header .logo-outer {
  display: flex;
  min-height: 82px;
  align-items: center;
  padding: 14px 0;
  overflow: visible;
}

.main-header .logo-outer .logo,
.sticky-header .logo {
  display: flex;
  align-items: center;
  overflow: visible;
}

.main-header .header-upper .upper-right {
  padding-top: 0;
}

.sticky-header {
  background: var(--changeai-navy);
  border-bottom: 1px solid rgba(7, 26, 57, 0.08);
  overflow: visible;
}

.sticky-header .logo {
  padding: 7px 0;
}

.header-top .top-left ul li,
.header-top .top-left ul li a,
.header-top .top-right .social-links .connect,
.header-top .top-right .social-links a {
  color: rgba(255, 255, 255, 0.84);
}

.header-top .top-right .stay-connect,
.btn-style-one {
  background: var(--changeai-blue);
  border-color: var(--changeai-blue);
}

.header-top .top-right .stay-connect:hover,
.btn-style-one:hover {
  background: var(--changeai-blue-dark);
  border-color: var(--changeai-blue-dark);
}

.scroll-to-top {
  background: var(--changeai-blue);
  color: #ffffff;
}

.scroll-to-top:hover {
  background: var(--changeai-navy);
  color: #ffffff;
}

.btn-style-two {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-style-two:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--changeai-navy);
}

.btn-style-three {
  background: var(--changeai-navy);
  border-color: var(--changeai-navy);
  color: #ffffff;
}

.btn-style-three:hover {
  background: transparent;
  border-color: var(--changeai-blue);
  color: var(--changeai-blue);
}

.home-page .main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.home-page .header-top {
  background: #ffffff;
  border-bottom: 1px solid rgba(7, 26, 57, 0.08);
}

.home-page .header-top .auto-container {
  max-width: 1200px;
}

.home-page .header-top .header-top-inner {
  display: flex;
  min-height: 66px;
  align-items: stretch;
  justify-content: space-between;
}

.home-page .header-top .top-left,
.home-page .header-top .top-right {
  display: flex;
  float: none;
  align-items: stretch;
}

.home-page .header-top .top-left ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .header-top .top-left ul li,
.home-page .header-top .top-left ul li a {
  display: flex;
  align-items: center;
}

.home-page .header-top .top-left ul li {
  margin: 0;
  padding: 0 24px;
  border-left: 1px solid rgba(7, 26, 57, 0.08);
}

.home-page .header-top .top-left ul li:last-child {
  border-right: 1px solid rgba(7, 26, 57, 0.08);
}

.home-page .header-top .top-left ul li a,
.home-page .header-top .top-right .social-links .connect,
.home-page .header-top .top-right .social-links a {
  color: #7b7f8a;
  font-size: 15px;
  line-height: 24px;
}

.home-page .header-top .top-left ul li a {
  font-weight: 400;
  white-space: nowrap;
}

.home-page .header-top .top-left .icon,
.home-page .header-top .top-right .social-links a:hover,
.home-page .header-top .top-right .social-links .connect {
  color: var(--changeai-blue);
}

.home-page .header-top .top-left .icon {
  margin-right: 10px;
}

.home-page .header-top .top-right .social-links {
  display: flex;
  align-items: center;
  margin: 0 22px 0 0;
  padding: 0;
}

.home-page .header-top .top-right .social-links .connect {
  margin-right: 13px;
  font-weight: 500;
}

.home-page .header-top .top-right .social-links a {
  margin-left: 12px;
  font-size: 15px;
}

.home-page .header-top .top-right .stay-connect {
  display: flex;
  min-width: 156px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  background: var(--changeai-orange);
  border-color: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-transform: none;
}

.home-page .header-top .top-right .stay-connect:hover {
  background: var(--changeai-navy);
  color: #ffffff;
}

.home-page .main-header .header-upper {
  background: rgba(7, 26, 57, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.home-page .main-header .logo-outer {
  min-height: 112px;
  padding: 22px 0;
}

.home-page .brand-logo img {
  max-width: 220px;
  max-height: 60px;
}

.home-page .main-header .header-upper .main-menu .navigation > li > a {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.home-page .main-menu .navigation > li.current > a,
.home-page .main-menu .navigation > li:hover > a {
  color: var(--changeai-orange);
}

.home-page .main-menu .navigation > li > a:after,
.home-page .main-menu .navigation > li.current > a:after,
.home-page .main-menu .navigation > li:hover > a:after {
  background: var(--changeai-orange);
}

.home-page .main-header .header-upper .main-menu .navigation > li > ul > li > a {
  color: var(--changeai-ink);
}

.inner-page .main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.inner-page .header-top {
  display: none;
}

.inner-page .main-header .header-upper {
  background: rgba(7, 26, 57, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.inner-page .main-header .logo-outer {
  min-height: 104px;
  padding: 20px 0;
}

.inner-page .brand-logo img {
  max-width: 220px;
  max-height: 60px;
}

.inner-page .main-header .header-upper .main-menu .navigation > li > a {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.inner-page .main-menu .navigation > li.current > a,
.inner-page .main-menu .navigation > li:hover > a {
  color: var(--changeai-orange);
}

.inner-page .main-menu .navigation > li > a:after,
.inner-page .main-menu .navigation > li.current > a:after,
.inner-page .main-menu .navigation > li:hover > a:after {
  background: var(--changeai-orange);
}

.inner-page .main-header .header-upper .main-menu .navigation > li > ul > li > a {
  color: var(--changeai-ink);
}

.changeai-page-title {
  position: relative;
  display: flex;
  min-height: 420px;
  align-items: center;
  overflow: hidden;
  padding: 132px 0 76px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.changeai-page-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(7, 26, 57, 0.68);
}

.changeai-page-title .auto-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.changeai-page-title h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.changeai-page-title .subtitle {
  color: var(--changeai-orange);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 500;
}

.changeai-breadcrumb {
  background: #ffffff;
}

.changeai-breadcrumb .auto-container {
  border-bottom: 1px solid var(--changeai-border);
}

.changeai-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 22px 0;
  list-style: none;
}

.changeai-breadcrumb li {
  color: var(--changeai-muted);
  font-size: 15px;
  line-height: 24px;
}

.changeai-breadcrumb li + li:before {
  content: "\f105";
  margin: 0 12px;
  color: var(--changeai-muted);
  font-family: FontAwesome;
}

.changeai-breadcrumb a {
  color: var(--changeai-ink);
}

.changeai-breadcrumb a:hover {
  color: var(--changeai-blue);
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  background: var(--changeai-navy);
}

.hero-carousel .carousel-inner,
.hero-carousel .item,
.hero-slide {
  height: 760px;
  min-height: 760px;
}

.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.hero-slide-main {
  background-image: url("../images/main-slider/ChangeAi%20-%20Main%20Header.png");
}

.hero-slide-hr {
  background-image: url("../images/main-slider/ChangeAi%20-%20Human%20Resources%20Consulting.png");
}

.hero-slide-global {
  background-image: url("../images/main-slider/ChangeAi%20-%20Industries%20%26%20Global%20Reach.png");
}

.hero-slide-marketing {
  background-image: url("../images/main-slider/ChangeAi%20-%20Marketing%20Strategy%20Consulting.png");
}

.hero-slide-energy {
  background-image: url("../images/main-slider/ChangeAi%20-%20Renewable%20Energy%20Consulting.png");
}

.hero-slide-risk {
  background-image: url("../images/main-slider/ChangeAi%20-%20Risk%20Management%20%26%20Business%20Analysis.png");
}

.hero-overlay,
.hero-section:before,
.page-title:before {
  background: rgba(7, 26, 57, 0.85);
}

.home-page .hero-overlay {
  background: rgba(7, 26, 57, 0.58);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slide .auto-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-content {
  max-width: 720px;
  padding: 248px 0 112px;
}

.hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 3.8vw, 54px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.hero-subtitle {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.45;
}

.hero-divider {
  width: 280px;
  height: 1px;
  margin: 24px 0 26px;
  background: rgba(255, 255, 255, 0.58);
}

.hero-content p {
  max-width: 600px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.changeai-hero-content {
  max-width: 720px;
}

.changeai-hero-content .theme-btn {
  display: inline-flex;
  min-width: 200px;
  height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}

.changeai-hero-content .btn-style-one {
  background: var(--changeai-orange);
  border-color: var(--changeai-orange);
  color: #ffffff;
}

.changeai-hero-content .btn-style-one:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--changeai-navy);
}

.changeai-hero-content .btn-style-two {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.92);
  color: #ffffff;
}

.changeai-hero-content .btn-style-two:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--changeai-navy);
}

.hero-carousel .carousel-control {
  width: 9%;
  background: none;
  opacity: 0.95;
  text-shadow: none;
}

.hero-carousel .carousel-control .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 28px;
  line-height: 70px;
  transition: background 220ms ease;
}

.hero-carousel .carousel-control:hover .fa {
  background: rgba(255, 255, 255, 0.28);
}

.hero-carousel .left.carousel-control .fa {
  left: 18px;
}

.hero-carousel .right.carousel-control .fa {
  right: 18px;
}

.hero-carousel .carousel-indicators {
  bottom: 28px;
}

.hero-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-color: #ffffff;
}

.hero-carousel .carousel-indicators .active {
  width: 28px;
  height: 10px;
  border-radius: 8px;
  background: #ffffff;
}

.page-title {
  position: relative;
  display: flex;
  min-height: 365px;
  align-items: center;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.page-title-image {
  padding: 120px 0;
}

.page-title .auto-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.page-title h1 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.18;
  letter-spacing: 0;
}

.page-title .title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
}

.section-pad {
  padding: 95px 0;
}

.section-pad-sm {
  padding: 70px 0;
}

.soft-bg {
  background: var(--changeai-soft);
}

.sec-title h2,
.content-block h2 {
  color: var(--changeai-navy);
}

.sec-title {
  margin-bottom: 46px;
}

.sec-title.centered {
  text-align: center;
}

.sec-title h2 {
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
}

.sec-title .title,
.sec-title .small-title,
.sec-title .text {
  color: var(--changeai-blue);
}

.sec-title .title,
.sec-title .small-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sec-title .text {
  max-width: 760px;
  margin: 12px auto 0;
  font-size: 17px;
  line-height: 1.75;
}

.sec-title .separator {
  width: 74px;
  height: 1px;
  margin-top: 22px !important;
  background: #dedede;
}

.sec-title .separator:before {
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border: 1px solid #d9dee7;
  border-radius: 50%;
  background: #ffffff;
}

.sec-title.centered .separator {
  margin-right: auto;
  margin-left: auto;
}

.content-block .sec-title {
  margin-bottom: 24px;
}

.content-block .sec-title h2 {
  padding-bottom: 0;
}

.content-support-heading {
  margin-bottom: 18px;
  font-size: 24px !important;
  line-height: 1.35 !important;
}

.changeai-square-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.content-block p,
.lead-text {
  color: var(--changeai-muted);
  font-size: 17px;
  line-height: 1.8;
}

.service-card,
.value-card,
.contact-card,
.faq-card {
  height: 100%;
  padding: 32px;
  border: 1px solid var(--changeai-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 26, 57, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover,
.value-card:hover,
.contact-card:hover,
.faq-card:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 101, 176, 0.35);
  box-shadow: 0 18px 42px rgba(7, 26, 57, 0.11);
}

.service-card h3,
.value-card h3,
.contact-card h3,
.faq-card h3 {
  margin-bottom: 14px;
  color: var(--changeai-navy);
  font-size: 22px;
  line-height: 1.35;
}

.service-card h3 a {
  color: var(--changeai-navy);
}

.service-card h3 a:hover {
  color: var(--changeai-blue);
}

.service-card p,
.value-card p,
.contact-card p,
.faq-card p {
  color: var(--changeai-muted);
  line-height: 1.75;
}

.service-card ul,
.check-list {
  margin-top: 18px;
}

.service-card li,
.check-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  color: var(--changeai-ink);
}

.service-card li:before,
.check-list li:before {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--changeai-blue);
  content: "\f00c";
  font-family: FontAwesome;
}

.service-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 8px;
  background: rgba(43, 101, 176, 0.11);
  color: var(--changeai-blue);
  font-size: 22px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-grid-item {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.service-grid-item .service-card {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.home-stockton-services {
  background: #ffffff;
}

.home-stockton-services .row {
  display: flex;
  flex-wrap: wrap;
}

.home-stockton-services .services-block {
  display: flex;
  float: none;
}

.home-stockton-services .services-block .inner-box {
  width: 100%;
}

.home-stockton-services .services-block .image {
  overflow: hidden;
  background: var(--changeai-navy);
}

.home-stockton-services .services-block .image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 420ms ease;
}

.home-stockton-services .services-block .inner-box:hover .image img {
  transform: scale(1.04);
}

.home-stockton-services .services-block .inner-box .image .icon-box {
  color: var(--changeai-blue);
}

.home-stockton-services .services-block .inner-box:hover .image .icon-box {
  background-color: var(--changeai-orange);
}

.home-stockton-services .services-block .inner-box:hover .image .icon-box:before {
  border-right-color: var(--changeai-orange);
}

.home-stockton-services .services-block .inner-box:hover .image .icon-box:after {
  border-left-color: var(--changeai-orange);
}

.home-stockton-services .services-block .inner-box .image .overlay-color {
  background-color: rgba(7, 26, 57, 0.82);
}

.home-stockton-services .services-block .lower-box {
  min-height: 170px;
  border-bottom-color: var(--changeai-border);
}

.home-stockton-services .services-block .lower-box .content .number {
  color: #dbe3ef;
}

.home-stockton-services .services-block .lower-box .content h3 {
  line-height: 1.3;
}

.home-stockton-services .services-block .lower-box .content a {
  color: var(--changeai-navy);
}

.home-stockton-services .services-block .lower-box .content a:hover {
  color: var(--changeai-blue);
}

.home-stockton-services .services-block .lower-box .content .text {
  color: var(--changeai-muted);
  line-height: 1.7;
}

.service-summary-box {
  min-height: 100%;
  padding: 38px 34px;
  border: 1px solid var(--changeai-border);
  background: var(--changeai-soft);
}

.service-summary-box .summary-icon {
  display: inline-grid;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--changeai-blue);
  font-size: 26px;
}

.service-summary-box h3 {
  margin: 0 0 15px;
  color: var(--changeai-navy);
  font-size: 24px;
  line-height: 1.35;
}

.service-summary-box p {
  margin-bottom: 26px;
  color: var(--changeai-muted);
  line-height: 1.75;
}

.home-stockton-services .changeai-services-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}

.home-stockton-services .changeai-services-grid .services-block {
  display: flex;
  float: none;
  margin-bottom: 34px;
}

.home-stockton-services .changeai-services-grid .services-block .inner-box {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.home-stockton-services .changeai-services-grid .services-block .inner-box:hover {
  box-shadow: 0 18px 40px rgba(7, 26, 57, 0.11);
}

.home-stockton-services .changeai-services-grid .services-block .image {
  height: 238px;
}

.home-stockton-services .changeai-services-grid .services-block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.home-stockton-services .changeai-services-grid .services-block .inner-box .image .overlay-color {
  background-color: rgba(7, 26, 57, 0.82);
}

.home-stockton-services .changeai-services-grid .services-block .inner-box .image .icon-box {
  top: 22px;
  right: 28px;
  display: grid;
  width: 68px;
  height: 60px;
  place-items: center;
  background: #ffffff;
  clip-path: polygon(16% 0, 84% 0, 100% 50%, 84% 100%, 16% 100%, 0 50%);
  color: var(--changeai-blue);
  font-size: 29px;
  line-height: 1;
  box-shadow: none;
}

.home-stockton-services .changeai-services-grid .services-block .inner-box .image .icon-box:before,
.home-stockton-services .changeai-services-grid .services-block .inner-box .image .icon-box:after {
  display: none;
  content: none;
}

.home-stockton-services .changeai-services-grid .services-block .inner-box:hover .image .icon-box {
  background: var(--changeai-orange);
  color: #ffffff;
}

.home-stockton-services .changeai-services-grid .services-block .lower-box {
  display: flex;
  flex: 1 1 auto;
  min-height: 196px;
  padding: 26px 0;
  border-bottom: 1px solid var(--changeai-border);
}

.home-stockton-services .changeai-services-grid .services-block .lower-box .content {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  padding-right: 22px;
  padding-left: 78px;
}

.home-stockton-services .changeai-services-grid .services-block .lower-box .content .number {
  top: 0;
  width: 58px;
  margin-top: 4px;
  color: #d8e0eb;
  font-size: 46px;
  line-height: 1;
}

.home-stockton-services .changeai-services-grid .services-block .lower-box .content h3 {
  min-height: 52px;
  margin: 0 0 12px;
  color: var(--changeai-navy);
  font-size: 20px;
  line-height: 1.3;
}

.home-stockton-services .changeai-services-grid .services-block .lower-box .content .text {
  color: var(--changeai-muted);
  font-size: 15px;
  line-height: 1.72;
}

.home-stockton-services .changeai-services-grid .service-card-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.home-stockton-services .changeai-services-grid .service-card-list li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 20px;
  color: var(--changeai-muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-stockton-services .changeai-services-grid .service-card-list li:before {
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--changeai-blue);
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
}

.home-stockton-services .changeai-services-grid .changeai-service-cta-card .service-summary-box {
  justify-content: center;
  padding: 42px 38px;
  border: 0;
  background: var(--changeai-blue);
  color: #ffffff;
}

.home-stockton-services .changeai-services-grid .changeai-service-cta-card .service-summary-box .summary-icon {
  width: 68px;
  height: 60px;
  border-radius: 0;
  background: #ffffff;
  clip-path: polygon(16% 0, 84% 0, 100% 50%, 84% 100%, 16% 100%, 0 50%);
  color: var(--changeai-blue);
  box-shadow: none;
}

.home-stockton-services .changeai-services-grid .changeai-service-cta-card .service-summary-box h3 {
  color: #ffffff;
}

.home-stockton-services .changeai-services-grid .changeai-service-cta-card .service-summary-box p {
  color: rgba(255, 255, 255, 0.82);
}

.home-stockton-services .changeai-services-grid .changeai-service-cta-card .service-summary-box .theme-btn {
  align-self: flex-start;
  border-color: var(--changeai-orange);
  background: var(--changeai-orange);
  color: #ffffff;
}

.home-stockton-services .changeai-services-grid .changeai-service-cta-card .service-summary-box .theme-btn:hover {
  border-color: var(--changeai-navy);
  background: var(--changeai-navy);
  color: #ffffff;
}

.home-consulting-intro {
  padding: 95px 0;
}

.home-consulting-intro .image-column {
  position: relative;
  margin-bottom: 30px;
  padding-right: 20px;
}

.home-consulting-intro .image-column:after {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 72%;
  height: 72%;
  border: 8px solid rgba(43, 101, 176, 0.12);
  content: "";
  z-index: 0;
}

.home-consulting-intro .image-column img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.home-consulting-intro .content-column {
  padding: 12px 0 0 20px;
}

.home-consulting-intro .content-column p {
  color: var(--changeai-muted);
  font-size: 17px;
  line-height: 1.85;
}

.home-consulting-intro .theme-btn {
  margin-top: 12px;
}

.changeai-feature-section {
  padding: 92px 0 68px;
  background: #f6f6f6;
}

.changeai-feature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.changeai-feature-row .changeai-feature-block {
  display: flex;
  float: none;
  width: 33.333333%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.changeai-feature-row .inner-box {
  position: relative;
  width: 100%;
  min-height: 292px;
  padding: 54px 34px 48px;
  border-bottom: 3px solid transparent;
  background: #ffffff;
  text-align: center;
  transition: transform 300ms ease, background 300ms ease, border-color 300ms ease;
}

.changeai-feature-row .icon-box {
  margin-bottom: 24px;
  color: var(--changeai-blue);
  font-size: 42px;
  line-height: 1;
  transition: color 300ms ease;
}

.changeai-feature-row h3 {
  margin: 0 0 10px;
  color: var(--changeai-ink);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 300ms ease;
}

.changeai-feature-row .subtitle {
  margin-bottom: 16px;
  color: var(--changeai-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
  transition: color 300ms ease;
}

.changeai-feature-row p {
  max-width: 275px;
  margin: 0 auto;
  color: var(--changeai-muted);
  line-height: 1.75;
  transition: color 300ms ease;
}

body.home-page .changeai-feature-section .changeai-feature-row .changeai-feature-block .inner-box:not(:hover) {
  transform: none;
  border-bottom-color: transparent;
  background: #ffffff;
  color: var(--changeai-ink);
}

body.home-page .changeai-feature-section .changeai-feature-row .changeai-feature-block .inner-box:not(:hover) .icon-box,
body.home-page .changeai-feature-section .changeai-feature-row .changeai-feature-block .inner-box:not(:hover) .subtitle {
  color: var(--changeai-blue);
}

body.home-page .changeai-feature-section .changeai-feature-row .changeai-feature-block .inner-box:not(:hover) h3 {
  color: var(--changeai-ink);
}

body.home-page .changeai-feature-section .changeai-feature-row .changeai-feature-block .inner-box:not(:hover) p {
  color: var(--changeai-muted);
}

.changeai-feature-row .inner-box:hover {
  transform: translateY(-4px);
  border-bottom-color: var(--changeai-orange);
  background: var(--changeai-navy);
}

.changeai-feature-row .inner-box:hover .icon-box,
.changeai-feature-row .inner-box:hover .subtitle {
  color: var(--changeai-orange);
}

.changeai-feature-row .inner-box:hover h3,
.changeai-feature-row .inner-box:hover p {
  color: #ffffff;
}

.home-global-reach {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background: var(--changeai-navy);
  color: #ffffff;
}

.home-global-reach:before {
  position: absolute;
  inset: 0;
  background-image: url("../images/main-slider/ChangeAi%20-%20Industries%20%26%20Global%20Reach.png");
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 0.18;
}

.home-global-reach .auto-container {
  position: relative;
  z-index: 1;
}

.home-global-reach .content-column p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.85;
}

.mission-box {
  padding: 42px 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.mission-box .icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--changeai-orange);
  font-size: 26px;
}

.mission-box h3 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 24px;
}

.mission-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.cta-band.home-final-cta {
  padding: 64px 0;
  background: var(--changeai-orange);
}

.cta-band.home-final-cta .btn-style-one {
  padding-right: 34px;
  padding-left: 34px;
  border-color: var(--changeai-navy);
  background: var(--changeai-navy);
  color: #ffffff;
  box-shadow: none;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.cta-band.home-final-cta .btn-style-one:hover {
  border-color: var(--changeai-blue);
  background: var(--changeai-blue);
  color: #ffffff;
}

.cta-band.home-final-cta h2 {
  color: #ffffff;
}

.cta-band.home-final-cta p {
  color: rgba(255, 255, 255, 0.86);
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--changeai-blue);
  font-weight: 700;
}

.read-more-link:hover {
  color: var(--changeai-navy);
}

.cta-band {
  padding: 58px 0;
  background: var(--changeai-navy);
  color: #ffffff;
}

.cta-band h2 {
  margin: 0 0 12px;
  color: #ffffff;
}

.cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.map-frame {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--changeai-border);
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: 0;
}

.footer-social a,
.contact-social a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.contact-social a {
  background: var(--changeai-navy);
}

.footer-social a:hover,
.contact-social a:hover {
  background: var(--changeai-blue);
  color: #ffffff;
}

.changeai-faq-section {
  padding: 90px 0;
  background: #ffffff;
}

.changeai-faq-section .prod-tabs {
  position: relative;
}

.changeai-faq-section .faq-sidebar-menu {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--changeai-border);
  background: #ffffff;
  list-style: none;
}

.changeai-faq-section .faq-sidebar-menu .tab-btn {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--changeai-border);
  cursor: pointer;
}

.changeai-faq-section .faq-sidebar-menu .tab-btn:last-child {
  border-bottom: 0;
}

.changeai-faq-section .faq-sidebar-menu .tab-btn:before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 1px solid #d8dde6;
  background: #eeeeee;
  content: "";
  transform: rotate(45deg);
  transition: all 300ms ease;
  z-index: 1;
}

.changeai-faq-section .faq-sidebar-menu .tab-btn span {
  display: block;
  padding: 15px 18px 15px 34px;
  color: var(--changeai-ink);
  font-size: 16px;
  line-height: 1.5;
  transition: all 300ms ease;
}

.changeai-faq-section .faq-sidebar-menu .tab-btn.active-btn:before,
.changeai-faq-section .faq-sidebar-menu .tab-btn:hover:before {
  border-color: rgba(255, 255, 255, 0.22);
  background: var(--changeai-orange);
}

.changeai-faq-section .faq-sidebar-menu .tab-btn.active-btn span,
.changeai-faq-section .faq-sidebar-menu .tab-btn:hover span {
  background: var(--changeai-blue);
  color: #ffffff;
}

.changeai-faq-accordion {
  padding: 10px 30px;
  background: var(--changeai-soft);
}

.changeai-faq-accordion .block {
  padding: 20px 0;
  border-bottom: 1px solid var(--changeai-border);
}

.changeai-faq-accordion .block:last-child {
  border-bottom: 0;
}

.changeai-faq-accordion .block .acc-btn {
  position: relative;
  min-height: 32px;
  padding: 0 58px 0 0;
  color: var(--changeai-navy);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 600;
  cursor: pointer;
  transition: color 300ms ease;
}

.changeai-faq-accordion .block .acc-btn.active,
.changeai-faq-accordion .block .acc-btn:hover {
  color: var(--changeai-blue);
}

.changeai-faq-accordion .block .icon-outer {
  position: absolute;
  top: 2px;
  right: 0;
  width: 32px;
  height: 32px;
}

.changeai-faq-accordion .block .icon-outer .icon {
  position: static;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid #c7ccd6;
  border-radius: 50%;
  color: #7a8290;
  font-size: 14px;
  line-height: 1;
  transition: all 300ms ease;
}

.changeai-faq-accordion .block .acc-btn.active .icon-outer .icon {
  border-color: var(--changeai-blue);
  color: var(--changeai-blue);
  transform: rotate(180deg);
}

.changeai-faq-accordion .block .acc-content {
  display: none;
}

.changeai-faq-accordion .block .acc-content.current {
  display: block;
}

.changeai-faq-accordion .block .content {
  padding: 14px 58px 2px 0;
}

.changeai-faq-accordion .block .content .text {
  max-width: 760px;
  margin: 0;
  color: var(--changeai-muted);
  font-size: 16px;
  line-height: 1.85;
}

.main-footer {
  background: var(--changeai-navy);
}

.main-footer .widgets-section:before {
  display: none;
}

.main-footer .widgets-section {
  padding: 54px 0 38px;
}

.main-footer .footer-bottom {
  background: #051328;
}

.main-footer .links-widget .links li a {
  color: rgba(255, 255, 255, 0.78);
  padding-left: 0;
}

.main-footer .links-widget .links li a:hover {
  color: #ffffff;
}

.main-footer ul,
.main-footer .footer-widget ul,
.main-footer .links-widget .links {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.main-footer li::before,
.main-footer .footer-widget ul li::before,
.main-footer .links-widget li a::before {
  display: none !important;
  content: none !important;
}

.main-footer .footer-column h2 {
  margin-bottom: 20px;
}

.footer-contact li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.86);
}

.company-identity-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--changeai-orange);
  background: var(--changeai-soft);
  color: var(--changeai-ink) !important;
  font-size: 15px !important;
}

.service-detail-intro {
  background: #ffffff;
}

.service-intro-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.service-intro-inner h2 {
  margin: 0;
  color: var(--changeai-navy);
  font-size: 40px;
  line-height: 1.25;
}

.service-accent-line {
  width: 68px;
  height: 2px;
  margin: 24px auto 28px;
  background: var(--changeai-orange);
}

.service-intro-inner p {
  margin: 0;
  color: var(--changeai-muted);
  font-size: 18px;
  line-height: 1.85;
}

.service-explore-title {
  margin-bottom: 44px;
}

.service-explore-title .text {
  max-width: 700px;
  margin: 14px auto 0;
  color: var(--changeai-muted);
  font-size: 17px;
  line-height: 1.75;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-grid-item {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.feature-block {
  width: 100%;
  min-height: 238px;
  padding: 38px 28px;
  border: 1px solid var(--changeai-border);
  border-bottom: 3px solid transparent;
  background: #ffffff;
  text-align: center;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.feature-block .feature-icon,
.purpose-item .purpose-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(43, 101, 176, 0.28);
  border-radius: 50%;
  color: var(--changeai-blue);
  font-size: 24px;
}

.feature-block h3 {
  margin: 0;
  color: var(--changeai-navy);
  font-size: 21px;
  line-height: 1.35;
}

.feature-block:hover {
  transform: translateY(-5px);
  border-color: rgba(43, 101, 176, 0.32);
  border-bottom-color: var(--changeai-orange);
}

.service-detail-page .page-title.service-page-title {
  min-height: 385px;
  padding: 170px 0 96px;
  text-align: center;
}

.service-detail-page .page-title.service-page-title:before {
  background: rgba(7, 26, 57, 0.72);
}

.service-detail-page .page-title.service-page-title h1 {
  margin-bottom: 8px;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 700;
}

.service-detail-page .page-title.service-page-title .title {
  color: var(--changeai-orange);
  font-size: 18px;
  font-weight: 500;
}

.service-breadcrumb {
  background: #ffffff;
}

.service-breadcrumb .auto-container {
  border-bottom: 1px solid var(--changeai-border);
}

.service-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 24px 0;
  list-style: none;
}

.service-breadcrumb li {
  color: var(--changeai-muted);
  font-size: 15px;
  line-height: 24px;
}

.service-breadcrumb li + li:before {
  margin-right: 12px;
  color: var(--changeai-muted);
  content: "\f105";
  font-family: FontAwesome;
}

.service-breadcrumb a {
  color: var(--changeai-ink);
}

.service-breadcrumb a:hover {
  color: var(--changeai-blue);
}

.service-detail-main {
  background: #ffffff;
}

.single-service-content {
  padding: 88px 0 96px;
}

.service-content-wrap {
  max-width: 980px;
}

.service-introduction-block {
  margin-bottom: 48px;
}

.service-single-title {
  margin-bottom: 28px;
}

.service-single-title h2 {
  margin: 0;
  color: var(--changeai-ink);
  font-size: 30px;
  line-height: 1.28;
  font-weight: 400;
}

.service-single-title .separator {
  width: 60px;
  height: 1px;
  margin-top: 22px !important;
  background: #dedede;
}

.service-single-title .separator:before {
  border-color: var(--changeai-border);
  background: #ffffff;
}

.service-introduction-block p,
.service-explore-block > p {
  max-width: 900px;
  color: var(--changeai-muted);
  font-size: 17px;
  line-height: 1.85;
}

.service-introduction-block p + p {
  margin-top: 22px;
}

.service-explore-block {
  margin-top: 36px;
}

.service-explore-text {
  margin-bottom: 34px;
}

.service-feature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.service-single-feature {
  min-height: 170px;
  padding: 34px 24px 30px;
  border-color: #eeeeee;
  border-bottom-width: 1px;
  box-shadow: none;
}

.service-single-feature .feature-icon {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
  color: var(--changeai-blue);
  font-size: 35px;
}

.service-single-feature h3 {
  color: var(--changeai-ink);
  font-size: 19px;
  font-weight: 600;
}

.service-single-feature:hover {
  border-color: var(--changeai-border);
  border-bottom-color: var(--changeai-orange);
  background: var(--changeai-soft);
  box-shadow: none;
}

.service-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 58px;
  padding: 34px 38px;
  border-left: 4px solid var(--changeai-orange);
  background: var(--changeai-navy);
}

.service-page-cta h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
}

.service-page-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.service-page-cta .theme-btn {
  flex: 0 0 auto;
  background: var(--changeai-orange);
  border-color: var(--changeai-orange);
}

.service-page-cta .theme-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--changeai-navy);
}

.purpose-section {
  background: var(--changeai-soft);
}

.purpose-grid {
  display: flex;
  flex-wrap: wrap;
}

.purpose-grid-item {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.purpose-item {
  width: 100%;
  padding: 42px 30px;
  border-bottom: 3px solid transparent;
  text-align: center;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.purpose-kicker {
  margin-bottom: 10px;
  color: var(--changeai-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.purpose-item h3 {
  margin: 0 0 14px;
  color: var(--changeai-navy);
  font-size: 22px;
  line-height: 1.35;
}

.purpose-item p {
  margin: 0;
  color: var(--changeai-muted);
  line-height: 1.75;
}

.purpose-item:hover {
  transform: translateY(-6px);
  border-bottom-color: var(--changeai-orange);
  background: var(--changeai-navy);
}

.purpose-item:hover .purpose-icon {
  border-color: rgba(252, 120, 55, 0.5);
  color: var(--changeai-orange);
}

.purpose-item:hover .purpose-kicker,
.purpose-item:hover h3,
.purpose-item:hover p {
  color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .home-page .header-top .header-top-inner {
    min-height: auto;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }

  .home-page .header-top .top-left,
  .home-page .header-top .top-right {
    width: 100%;
    justify-content: center;
  }

  .home-page .header-top .top-left ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-page .header-top .top-left ul li {
    min-height: 48px;
    padding: 0 18px;
  }

  .home-page .header-top .top-right {
    min-height: 48px;
  }

  .home-page .header-top .top-right .stay-connect {
    min-width: 140px;
  }

  .main-header .logo-outer {
    min-height: 72px;
    padding: 10px 0;
  }

  .home-page .main-header .logo-outer {
    min-height: 88px;
    padding: 16px 0;
  }

  .home-page .brand-logo img {
    max-width: 185px;
    max-height: 52px;
  }

  .inner-page .main-header .logo-outer {
    min-height: 88px;
    padding: 16px 0;
  }

  .inner-page .brand-logo img {
    max-width: 185px;
    max-height: 52px;
  }

  .changeai-page-title {
    min-height: 360px;
    padding: 120px 0 70px;
  }

  .changeai-page-title h1 {
    font-size: 40px;
  }

  .changeai-page-title .subtitle {
    font-size: 19px;
  }

  .changeai-feature-row .changeai-feature-block {
    width: 50%;
  }

  .hero-carousel .carousel-inner,
  .hero-carousel .item,
  .hero-slide {
    height: 650px;
    min-height: 650px;
  }

  .home-page .hero-carousel .carousel-inner,
  .home-page .hero-carousel .item,
  .home-page .hero-slide {
    height: 720px;
    min-height: 720px;
  }

  .hero-content {
    padding: 128px 42px 105px 0;
  }

  .home-page .hero-content {
    max-width: 650px;
    padding: 220px 42px 104px 0;
  }

  .hero-content h1 {
    font-size: 44px;
  }

  .home-page .hero-content h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .hero-subtitle {
    font-size: 19px;
  }

  .hero-content p {
    max-width: 600px;
    font-size: 17px;
  }

  .changeai-hero-content .theme-btn {
    min-width: 170px;
    height: 54px;
    font-size: 14px;
  }

  .hero-carousel .carousel-control {
    display: none;
  }

  .page-title-image {
    padding: 104px 0;
  }

  .page-title {
    min-height: 330px;
  }

  .page-title h1 {
    font-size: 42px;
  }

  .service-detail-page .page-title.service-page-title {
    min-height: 350px;
    padding: 150px 0 82px;
  }

  .service-detail-page .page-title.service-page-title h1 {
    font-size: 40px;
  }

  .single-service-content {
    padding: 72px 0 82px;
  }

  .service-content-wrap {
    max-width: 100%;
  }

  .service-page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .changeai-faq-section {
    padding: 72px 0;
  }

  .changeai-faq-section .faq-sidebar-menu {
    margin-bottom: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .main-header {
    position: relative;
  }

  .home-page .header-top {
    display: none;
  }

  .home-page .main-header .header-upper {
    background: var(--changeai-navy);
  }

  .brand-logo img,
  .sticky-header .brand-logo img {
    max-width: 150px;
    max-height: 40px;
  }

  .home-page .brand-logo img {
    max-width: 150px;
    max-height: 40px;
  }

  .main-header .logo-outer {
    min-height: 64px;
    padding: 9px 0;
  }

  .home-page .main-header .logo-outer {
    min-height: 64px;
    padding: 9px 0;
  }

  .inner-page .main-header {
    position: relative;
  }

  .inner-page .header-top {
    display: none;
  }

  .inner-page .main-header .header-upper {
    background: var(--changeai-navy);
  }

  .inner-page .main-header .logo-outer {
    min-height: 64px;
    padding: 9px 0;
  }

  .inner-page .brand-logo img {
    max-width: 150px;
    max-height: 40px;
  }

  .main-header .header-upper .upper-right {
    padding-top: 0;
  }

  .main-header .navbar-toggle {
    margin-top: 6px;
  }

  .main-menu .navbar-header .navbar-toggle {
    border-color: var(--changeai-blue);
    background: var(--changeai-blue);
  }

  .main-menu .navbar-collapse > .navigation,
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    background: var(--changeai-navy);
  }

  .main-menu .navbar-collapse > .navigation > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > a {
    line-height: 22px;
    background: var(--changeai-navy);
    color: #ffffff !important;
  }

  .main-menu .navbar-collapse > .navigation > li.current > a,
  .main-menu .navbar-collapse > .navigation > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a {
    background: var(--changeai-blue);
    color: #ffffff !important;
  }

  .hero-carousel .carousel-inner,
  .hero-carousel .item,
  .hero-slide {
    height: 650px;
    min-height: 650px;
  }

  .home-page .hero-carousel .carousel-inner,
  .home-page .hero-carousel .item,
  .home-page .hero-slide {
    height: 620px;
    min-height: 620px;
  }

  .hero-content {
    padding: 106px 0 96px;
  }

  .home-page .hero-content {
    max-width: 100%;
    padding: 82px 0 78px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 1.22;
  }

  .home-page .hero-content h1 {
    font-size: 27px;
    line-height: 1.1;
  }

  .hero-subtitle {
    margin-top: 18px;
    font-size: 16px;
  }

  .hero-content p {
    max-width: 100%;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions .theme-btn {
    width: 100%;
    text-align: center;
  }

  .changeai-hero-content .theme-btn {
    width: 100%;
    min-width: 0;
    height: 50px;
    font-size: 14px;
  }

  .hero-actions {
    gap: 14px;
  }

  .hero-divider {
    margin: 20px 0 22px;
  }

  .home-page .hero-divider {
    width: 150px;
  }

  .page-title-image {
    padding: 86px 0;
  }

  .page-title {
    min-height: 290px;
  }

  .page-title h1 {
    font-size: 32px;
  }

  .changeai-page-title {
    min-height: 260px;
    padding: 72px 0 62px;
  }

  .changeai-page-title h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .changeai-page-title .subtitle {
    font-size: 16px;
  }

  .changeai-breadcrumb ul {
    padding: 18px 0;
  }

  .service-detail-page .page-title.service-page-title {
    min-height: 285px;
    padding: 84px 0 72px;
  }

  .service-detail-page .page-title.service-page-title h1 {
    font-size: 30px;
  }

  .service-detail-page .page-title.service-page-title .title {
    font-size: 16px;
  }

  .service-breadcrumb ul {
    padding: 18px 0;
  }

  .section-pad {
    padding: 65px 0;
  }

  .home-stockton-services .row {
    display: block;
  }

  .home-stockton-services .services-block {
    display: block;
  }

  .home-consulting-intro .content-column {
    padding-left: 0;
  }

  .home-global-reach,
  .home-consulting-intro {
    padding: 65px 0;
  }

  .changeai-feature-section {
    padding: 64px 0 42px;
  }

  .changeai-feature-row {
    display: block;
  }

  .changeai-feature-row .changeai-feature-block {
    display: block;
    width: 100%;
  }

  .changeai-feature-row .inner-box {
    min-height: 0;
    padding: 42px 28px 38px;
  }

  .service-intro-inner h2 {
    font-size: 30px;
  }

  .service-intro-inner p,
  .service-explore-title .text {
    font-size: 16px;
  }

  .single-service-content {
    padding: 58px 0 64px;
  }

  .service-single-title {
    margin-bottom: 22px;
  }

  .service-single-title h2 {
    font-size: 26px;
  }

  .service-introduction-block p,
  .service-explore-block > p {
    font-size: 16px;
  }

  .service-feature-row {
    display: block;
  }

  .service-single-feature {
    min-height: 0;
  }

  .service-page-cta {
    margin-top: 38px;
    padding: 28px 24px;
  }

  .service-page-cta .theme-btn {
    width: 100%;
    text-align: center;
  }

  .service-grid-item {
    margin-bottom: 22px;
  }

  .cta-band .text-right {
    margin-top: 24px;
    text-align: left;
  }

  .changeai-faq-section {
    padding: 58px 0;
  }

  .changeai-faq-section .faq-sidebar-menu {
    margin-bottom: 28px;
    padding: 14px 16px;
  }

  .changeai-faq-section .faq-sidebar-menu .tab-btn span {
    padding: 13px 16px 13px 32px;
    font-size: 15px;
  }

  .changeai-faq-accordion {
    padding: 6px 20px;
  }

  .changeai-faq-accordion .block {
    padding: 18px 0;
  }

  .changeai-faq-accordion .block .acc-btn {
    padding-right: 46px;
    font-size: 16px;
    line-height: 1.5;
  }

  .changeai-faq-accordion .block .content {
    padding: 12px 0 2px;
  }

  .changeai-faq-accordion .block .content .text {
    font-size: 15px;
  }
}

.theme-btn,
.main-menu .navigation > li > a,
.main-menu .navigation > li > ul > li > a,
.services-block .inner-box,
.services-block .inner-box .image img,
.service-single-feature,
.changeai-feature-row .inner-box,
.footer-social a,
.main-footer .links-widget .links li a,
.read-more-link {
  transition: all 300ms ease;
}

.services-block .inner-box:hover {
  transform: translateY(-4px);
}

.services-block .inner-box:hover .image img {
  transform: scale(1.04);
}

.service-single-feature:hover {
  transform: translateY(-4px);
  border-bottom-color: var(--changeai-orange);
}

.main-menu .navigation > li > ul {
  box-shadow: 0 16px 34px rgba(7, 26, 57, 0.14);
}

/* Stockton-style dropdown and sidebar pointer spacing */
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul {
  width: 292px;
  padding: 16px 24px;
  border-top: 3px solid var(--changeai-blue);
  box-shadow: 0 16px 34px rgba(7, 26, 57, 0.14);
}

.main-menu .navigation > li > ul > li,
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid var(--changeai-border);
}

.main-menu .navigation > li > ul > li:last-child,
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  padding: 12px 0 12px 30px;
  color: var(--changeai-ink);
  line-height: 24px;
  white-space: normal;
  overflow-wrap: break-word;
  transition: color 300ms ease, background-color 300ms ease, padding-left 300ms ease;
}

.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > ul > li > ul > li > a:before {
  left: 5px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 1px solid var(--changeai-border);
  background: #e5e7eb;
  opacity: 1;
  transform: rotate(45deg);
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a,
.main-menu .navigation > li > ul > li.current-menu-item > a,
.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li.current > a,
.main-menu .navigation > li > ul > li > ul > li.current-menu-item > a {
  padding-left: 36px;
  background: var(--changeai-blue);
  color: #ffffff;
}

.main-menu .navigation > li > ul > li:hover > a:before,
.main-menu .navigation > li > ul > li.current > a:before,
.main-menu .navigation > li > ul > li.current-menu-item > a:before,
.main-menu .navigation > li > ul > li > ul > li:hover > a:before,
.main-menu .navigation > li > ul > li > ul > li.current > a:before,
.main-menu .navigation > li > ul > li > ul > li.current-menu-item > a:before {
  left: 12px;
  border-color: var(--changeai-orange);
  background: var(--changeai-orange);
  opacity: 1;
}

.changeai-faq-section .faq-sidebar-menu .tab-btn:before {
  left: 16px;
  border-color: var(--changeai-border);
  background: #e5e7eb;
}

.changeai-faq-section .faq-sidebar-menu .tab-btn span {
  padding: 15px 18px 15px 44px;
}

.changeai-faq-section .faq-sidebar-menu .tab-btn.active-btn:before,
.changeai-faq-section .faq-sidebar-menu .tab-btn:hover:before {
  left: 18px;
  border-color: var(--changeai-orange);
  background: var(--changeai-orange);
}

.main-footer .links-widget .links li a:hover,
.read-more-link:hover {
  color: var(--changeai-orange);
}

.hvr-sweep-to-right:before {
  background: var(--changeai-blue);
}

.btn-style-one.hvr-sweep-to-right:hover,
.btn-style-two.hvr-sweep-to-right:hover,
.btn-style-three.hvr-sweep-to-right:hover {
  color: #ffffff;
}

.main-header .sticky-header,
.fixed-header .sticky-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.main-header .sticky-header .main-menu .navigation > li > a {
  color: #071a39 !important;
}

.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a {
  background: #fc7837 !important;
  color: #ffffff !important;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a {
  background: #2b65b0 !important;
  color: #ffffff !important;
}

.main-header .sticky-header .logo img {
  max-height: 46px !important;
  width: auto !important;
  object-fit: contain !important;
}

@media only screen and (max-width: 767px) {
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    width: 100%;
    padding: 0;
    border-top: 0;
    box-shadow: none;
  }

  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    padding: 11px 20px 11px 38px !important;
    line-height: 22px;
    background: var(--changeai-navy);
    color: #ffffff !important;
  }

  .main-menu .navbar-collapse > .navigation > li > ul > li > a:before,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a:before {
    left: 20px;
    background: rgba(255, 255, 255, 0.45);
    border-color: rgba(255, 255, 255, 0.45);
  }

  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a {
    padding-left: 42px !important;
    background: var(--changeai-blue);
  }

  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a:before,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a:before {
    left: 24px;
    background: var(--changeai-orange);
    border-color: var(--changeai-orange);
  }
}

/* Final shared Stockton-style top bar and footer */
.header-top,
.home-page .header-top,
.inner-page .header-top {
  display: block;
  background: #ffffff;
  border-bottom: 1px solid rgba(7, 26, 57, 0.08);
}

.header-top .auto-container,
.home-page .header-top .auto-container {
  max-width: 1200px;
}

.header-top .header-top-inner,
.home-page .header-top .header-top-inner {
  display: flex;
  min-height: 66px;
  align-items: stretch;
  justify-content: space-between;
}

.header-top .top-left,
.header-top .top-right,
.home-page .header-top .top-left,
.home-page .header-top .top-right {
  display: flex;
  float: none;
  align-items: stretch;
}

.header-top .top-left ul,
.home-page .header-top .top-left ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-top .top-left ul li,
.header-top .top-left ul li a,
.home-page .header-top .top-left ul li,
.home-page .header-top .top-left ul li a {
  display: flex;
  align-items: center;
}

.header-top .top-left ul li,
.home-page .header-top .top-left ul li {
  margin: 0;
  padding: 0 22px;
  border-left: 1px solid rgba(7, 26, 57, 0.08);
}

.header-top .top-left ul li:last-child,
.home-page .header-top .top-left ul li:last-child {
  border-right: 1px solid rgba(7, 26, 57, 0.08);
}

.header-top .top-left ul li a,
.header-top .top-right .social-links .connect,
.header-top .top-right .social-links a,
.home-page .header-top .top-left ul li a,
.home-page .header-top .top-right .social-links .connect,
.home-page .header-top .top-right .social-links a {
  color: #7b7f8a;
  font-size: 15px;
  line-height: 24px;
}

.header-top .top-left ul li a,
.home-page .header-top .top-left ul li a {
  font-weight: 400;
  white-space: nowrap;
}

.header-top .top-left .icon,
.header-top .top-right .social-links a:hover,
.header-top .top-right .social-links .connect,
.home-page .header-top .top-left .icon,
.home-page .header-top .top-right .social-links a:hover,
.home-page .header-top .top-right .social-links .connect {
  color: var(--changeai-blue);
}

.header-top .top-left .icon,
.home-page .header-top .top-left .icon {
  margin-right: 10px;
}

.header-top .top-right .social-links,
.home-page .header-top .top-right .social-links {
  display: flex;
  align-items: center;
  margin: 0 22px 0 0;
  padding: 0;
}

.header-top .top-right .social-links .connect,
.home-page .header-top .top-right .social-links .connect {
  margin-right: 13px;
  font-weight: 500;
}

.header-top .top-right .social-links a,
.home-page .header-top .top-right .social-links a {
  margin-left: 12px;
  font-size: 15px;
}

.header-top .top-right .stay-connect,
.home-page .header-top .top-right .stay-connect {
  display: flex;
  min-width: 156px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  background: var(--changeai-orange);
  border-color: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-transform: none;
}

.header-top .top-right .stay-connect:hover,
.home-page .header-top .top-right .stay-connect:hover {
  background: var(--changeai-blue);
  color: #ffffff;
}

.main-footer {
  background: var(--changeai-navy);
}

.main-footer .widgets-section {
  padding: 68px 0 44px;
}

.footer-logo {
  margin-bottom: 22px;
}

.footer-brand img {
  max-width: 190px;
  max-height: 54px;
  object-fit: contain;
}

.footer-logo-divider {
  width: 100%;
  max-width: 320px;
  height: 1px;
  margin: 0 0 24px;
  background: rgba(255, 255, 255, 0.18);
}

.footer-contact-block h2,
.main-footer .links-widget h2 {
  margin-bottom: 18px;
  color: #ffffff;
}

.footer-contact {
  margin-bottom: 22px;
}

.footer-contact li {
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.footer-contact li span {
  color: #ffffff;
  font-weight: 600;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-contact a:hover {
  color: #ffffff;
}

.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #ffffff;
  transition: all 300ms ease;
}

.footer-social a:hover {
  border-color: var(--changeai-orange);
  background: var(--changeai-orange);
  color: #ffffff;
}

.main-footer .links-widget .links li {
  margin-bottom: 10px;
}

.main-footer .links-widget .links li a {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.main-footer .links-widget .links li a:hover {
  color: #ffffff;
}

.main-footer .footer-bottom {
  background: #06152f;
}

.main-footer .footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.72);
}

@media only screen and (max-width: 1023px) {
  .header-top .header-top-inner,
  .home-page .header-top .header-top-inner {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-top .top-left,
  .header-top .top-right,
  .home-page .header-top .top-left,
  .home-page .header-top .top-right {
    width: 100%;
    justify-content: center;
  }

  .header-top .top-left ul,
  .home-page .header-top .top-left ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-top .top-left ul li,
  .home-page .header-top .top-left ul li {
    min-height: 48px;
    padding: 0 18px;
  }

  .header-top .top-right,
  .home-page .header-top .top-right {
    min-height: 48px;
  }

  .header-top .top-right .stay-connect,
  .home-page .header-top .top-right .stay-connect {
    min-width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .header-top,
  .inner-page .header-top,
  .header-top {
    display: block !important;
  }

  .header-top .top-left ul li,
  .home-page .header-top .top-left ul li {
    width: 100%;
    justify-content: center;
    border-right: 1px solid rgba(7, 26, 57, 0.08);
  }

  .header-top .top-left ul li a,
  .home-page .header-top .top-left ul li a {
    white-space: normal;
    text-align: center;
  }

  .header-top .top-right,
  .home-page .header-top .top-right {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0;
  }

  .header-top .top-right .social-links,
  .home-page .header-top .top-right .social-links {
    width: 100%;
    justify-content: center;
    margin: 0;
  }

  .header-top .top-right .stay-connect,
  .home-page .header-top .top-right .stay-connect {
    min-height: 42px;
    padding: 0 22px;
  }

  .main-footer .widgets-section {
    padding: 52px 0 30px;
  }

  .footer-logo-divider {
    max-width: 100%;
  }

  .footer-social {
    margin-bottom: 28px;
  }
}

/* Final social cleanup and footer copyright balance */
.header-top .top-right,
.home-page .header-top .top-right {
  justify-content: flex-end;
}

.header-top .top-right .stay-connect,
.home-page .header-top .top-right .stay-connect {
  margin-left: 0;
}

.footer-contact {
  margin-bottom: 0;
}

.contact-card .check-list {
  margin-bottom: 0;
}

.main-footer .footer-bottom .row,
.main-footer .footer-bottom .copyright-column {
  display: block;
  text-align: center;
}

.main-footer .footer-bottom {
  padding: 22px 0;
}

.main-footer .footer-bottom .copyright {
  width: 100%;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .header-top .top-right,
  .home-page .header-top .top-right {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .header-top .top-right,
  .home-page .header-top .top-right {
    padding: 10px 0 14px;
  }
}

/* Final responsive QA pass */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

.page-wrapper {
  overflow-x: hidden;
}

.theme-btn {
  white-space: normal;
}

@media only screen and (min-width: 1200px) {
  .auto-container {
    max-width: 1200px;
  }

  .hero-content {
    max-width: 720px;
  }
}

@media only screen and (max-width: 1199px) {
  .auto-container {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-header .header-upper .main-menu .navigation > li > a {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }

  .section-pad {
    padding: 78px 0;
  }
}

@media only screen and (max-width: 991px) {
  .section-pad {
    padding: 68px 0;
  }

  .sec-title {
    margin-bottom: 36px;
  }

  .content-block {
    margin-top: 30px;
  }

  .changeai-square-visual {
    max-height: 520px;
  }

  .home-stockton-services .changeai-services-grid .services-block,
  .purpose-grid-item,
  .service-feature-row .feature-grid-item {
    margin-bottom: 28px;
  }

  .cta-band .text-right {
    margin-top: 24px;
    text-align: left;
  }

  .map-frame {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .auto-container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .main-header,
  .home-page .main-header,
  .inner-page .main-header {
    position: relative;
    background: var(--changeai-navy);
  }

  .sticky-header {
    display: none !important;
  }

  .header-top,
  .home-page .header-top,
  .inner-page .header-top {
    display: block !important;
    background: #ffffff;
    border-bottom: 1px solid rgba(7, 26, 57, 0.08);
  }

  .header-top .header-top-inner,
  .home-page .header-top .header-top-inner {
    display: block;
    min-height: 0;
    padding: 6px 0;
  }

  .header-top .top-left,
  .home-page .header-top .top-left {
    display: block;
    width: 100%;
  }

  .header-top .top-left ul,
  .home-page .header-top .top-left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 12px;
    justify-content: center;
  }

  .header-top .top-left ul li,
  .home-page .header-top .top-left ul li {
    width: auto;
    min-height: 0;
    justify-content: center;
    padding: 2px 0;
    border: 0;
  }

  .header-top .top-left ul li:first-child,
  .home-page .header-top .top-left ul li:first-child,
  .header-top .top-right,
  .home-page .header-top .top-right {
    display: none;
  }

  .header-top .top-left ul li a,
  .home-page .header-top .top-left ul li a {
    color: #6b7280;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }

  .header-top .top-left .icon,
  .home-page .header-top .top-left .icon {
    margin-right: 6px;
    color: var(--changeai-blue);
    font-size: 12px;
  }

  .main-header .header-upper,
  .home-page .main-header .header-upper,
  .inner-page .main-header .header-upper {
    position: relative;
    background: var(--changeai-navy);
    border-bottom: 0;
  }

  .main-header .header-upper .auto-container {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
  }

  .main-header .logo-outer,
  .home-page .main-header .logo-outer,
  .inner-page .main-header .logo-outer {
    display: flex;
    float: none !important;
    width: auto;
    min-height: 0;
    align-items: center;
    padding: 8px 0;
  }

  .brand-logo img,
  .home-page .brand-logo img,
  .inner-page .brand-logo img {
    max-width: 148px;
    max-height: 42px;
  }

  .main-header .header-upper .upper-right,
  .home-page .main-header .header-upper .upper-right,
  .inner-page .main-header .header-upper .upper-right {
    float: none !important;
    width: auto;
    margin-left: auto;
    padding: 0;
  }

  .main-header .header-upper .upper-right,
  .main-header .nav-outer,
  .main-header .main-menu {
    position: static;
  }

  .main-menu .navbar-header {
    float: none;
    text-align: right;
  }

  .main-header .navbar-toggle,
  .main-menu .navbar-header .navbar-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    background: var(--changeai-blue);
  }

  .main-menu .navbar-header .navbar-toggle .icon-bar {
    width: 20px;
    height: 2px;
    margin: 2px 0;
    background: #ffffff;
  }

  .main-menu .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: calc(100vh - 106px);
    overflow-y: auto;
    border: 0;
    box-shadow: 0 18px 36px rgba(7, 26, 57, 0.28);
    z-index: 999;
  }

  .main-menu .navbar-collapse.in {
    display: block !important;
  }

  .main-menu .navbar-collapse > .navigation,
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    width: 100%;
    margin: 0;
    background: var(--changeai-navy);
  }

  .main-menu .navbar-collapse > .navigation > li,
  .main-menu .navbar-collapse > .navigation > li > ul > li {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .main-menu .navbar-collapse > .navigation > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    min-height: 46px;
    padding: 12px 22px !important;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 22px;
  }

  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    padding-left: 38px !important;
  }

  .main-menu .navbar-collapse > .navigation li.dropdown {
    position: relative;
  }

  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
  }

  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn span {
    line-height: 1;
  }

  .main-menu .navbar-collapse > .navigation li.dropdown > a {
    padding-right: 58px !important;
  }

  .hero-carousel .carousel-inner,
  .hero-carousel .item,
  .hero-slide,
  .home-page .hero-carousel .carousel-inner,
  .home-page .hero-carousel .item,
  .home-page .hero-slide {
    height: auto;
    min-height: 610px;
  }

  .hero-content,
  .home-page .hero-content {
    max-width: 100%;
    padding: 112px 0 86px;
  }

  .hero-content h1,
  .home-page .hero-content h1 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.12;
  }

  .hero-subtitle {
    font-size: 17px;
    line-height: 1.45;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 14px;
  }

  .changeai-hero-content .theme-btn,
  .theme-btn {
    min-width: 0;
    min-height: 46px;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 18px;
  }

  .section-pad {
    padding: 56px 0;
  }

  .sec-title h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .sec-title .title,
  .sec-title .small-title {
    font-size: 13px;
  }

  .content-block {
    margin-top: 28px;
  }

  .home-stockton-services .changeai-services-grid {
    display: block;
  }

  .home-stockton-services .changeai-services-grid .services-block {
    display: block;
    width: 100%;
  }

  .home-stockton-services .changeai-services-grid .services-block .image {
    height: 210px;
  }

  .home-stockton-services .changeai-services-grid .services-block .lower-box .content {
    padding: 28px 24px 30px;
  }

  .changeai-feature-row,
  .purpose-grid,
  .service-feature-row {
    display: block;
  }

  .changeai-feature-row .changeai-feature-block,
  .purpose-grid-item,
  .service-feature-row .feature-grid-item {
    display: block;
    width: 100%;
  }

  .changeai-page-title {
    min-height: 290px;
    padding: 92px 0 58px;
  }

  .changeai-page-title h1 {
    font-size: clamp(31px, 8vw, 40px);
  }

  .changeai-page-title .subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .changeai-breadcrumb ul {
    flex-wrap: wrap;
    gap: 6px 10px;
  }

  .single-service-content {
    padding: 54px 0 60px;
  }

  .service-page-cta {
    padding: 28px 22px;
  }

  .service-page-cta .theme-btn,
  .cta-band .theme-btn {
    width: auto;
  }

  .cta-band {
    padding: 48px 0;
  }

  .cta-band h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .cta-band .text-right {
    text-align: left;
  }

  .contact-card {
    padding: 30px 24px;
  }

  .map-frame iframe {
    min-height: 320px;
  }

  .main-footer .widgets-section {
    padding: 48px 0 26px;
  }

  .main-footer .footer-column,
  .main-footer .links-widget {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 425px) {
  .auto-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-top .top-left ul,
  .home-page .header-top .top-left ul {
    display: block;
  }

  .header-top .top-left ul li,
  .home-page .header-top .top-left ul li {
    margin-bottom: 2px;
  }

  .header-top .top-left ul li a,
  .home-page .header-top .top-left ul li a {
    justify-content: center;
    white-space: normal;
  }

  .brand-logo img,
  .home-page .brand-logo img,
  .inner-page .brand-logo img {
    max-width: 136px;
  }

  .hero-carousel .carousel-inner,
  .hero-carousel .item,
  .hero-slide,
  .home-page .hero-carousel .carousel-inner,
  .home-page .hero-carousel .item,
  .home-page .hero-slide {
    min-height: 640px;
  }

  .hero-actions .theme-btn {
    width: 100%;
    text-align: center;
  }

  .home-stockton-services .changeai-services-grid .services-block .image {
    height: 190px;
  }
}
