h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li {
  font-family: 'Inter', sans-serif;
}
/* =========================
   CASE STUDIES HERO
========================= */
p {
  color: white;
  opacity: 0.7;
}
.case-studies-hero {
  position: relative;
  overflow: hidden;
  padding: 180px 0 120px;
  background: #000;
}

/* BG */
.case-studies-hero-bg {
  position: absolute;
  inset: 0;

  background: url('/wp-content/themes/twentytwentythree-child/image/case-banner.png')
    no-repeat center;

  background-size: cover;

  z-index: 0;
}

/* DARK OVERLAY */
.case-studies-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* CONTENT */
.case-studies-hero-inner {
  position: relative;
  z-index: 2;

  max-width: 760px;
  margin: 0 auto;

  text-align: center;
}

/* TITLE */
.case-studies-hero-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: 0;

  color: #fff;

  margin-bottom: 20px;
}

/* DESC */
.case-studies-hero-desc {
  max-width: 680px;
  margin: 0 auto 28px;

  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;

  color: rgba(255, 255, 255, 0.82);
}

/* SHARE WRAP */
.case-studies-share-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

/* BUTTON */
.case-studies-share-btn {
  border: none;
  outline: none;

  height: 34px;
  padding: 0 18px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.14);

  color: #fff;

  font-size: 13px;
  font-weight: 500;

  transition: all 0.3s ease;
}

.case-studies-share-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* SOCIALS */
.case-studies-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ICON */
.case-social-icon {
  width: 30px;
  height: 30px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.12);

  color: #fff;
  font-size: 11px;

  text-decoration: none;

  transition: all 0.3s ease;
}

.case-social-icon:hover {
  background: #0d5ea6;
  transform: translateY(-2px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
  .case-studies-hero {
    padding: 160px 0 100px;
  }

  .case-studies-hero-title {
    font-size: 48px;
    line-height: 64px;
  }
}

@media (max-width: 768px) {
  .case-studies-hero {
    padding: 130px 0 80px;
  }

  .case-studies-hero-title {
    font-size: 34px;
    line-height: 46px;
  }

  .case-studies-hero-desc {
    font-size: 14px;
    line-height: 160%;
  }

  .case-studies-share-wrap {
    flex-wrap: wrap;
    gap: 12px;
  }
}

/* ========================================
   TRANSPARENT HEADER ONLY FOR
   CASE STUDIES MAIN PAGE
======================================== */

.page-template-case-studies #header,
.page-template-case-studies-php #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;

  z-index: 9999;
}

/* NAV LINKS */
.page-template-case-studies #header .navbar-nav .nav-link,
.page-template-case-studies-php #header .navbar-nav .nav-link {
  color: #fff !important;
}

/* ACTIVE LINK */
.page-template-case-studies #header .navbar-nav .current-menu-item .nav-link,
.page-template-case-studies-php
  #header
  .navbar-nav
  .current-menu-item
  .nav-link {
  color: #9dd0ff !important;
}

/* DROPDOWN ICONS */
.page-template-case-studies #header .dropdown-toggle::after,
.page-template-case-studies-php #header .dropdown-toggle::after {
  filter: brightness(100);
}

/* CTA BUTTON */
.page-template-case-studies #header .btn-outline-primary,
.page-template-case-studies-php #header .btn-outline-primary {
  background:
    linear-gradient(0deg, #015094, #015094),
    linear-gradient(0deg, #d9d9d9, #d9d9d9);

  color: #fff !important;
}

/* MOBILE TOGGLER */
.page-template-case-studies #header .navbar-toggler-icon,
.page-template-case-studies-php #header .navbar-toggler-icon,
.page-template-case-studies #header .navbar-toggler-icon::before,
.page-template-case-studies-php #header .navbar-toggler-icon::before,
.page-template-case-studies #header .navbar-toggler-icon::after,
.page-template-case-studies-php #header .navbar-toggler-icon::after {
  background: #fff;
}

/* =========================================
   TRENDING CASE STUDIES
========================================= */

.cs-trending-section {
  background: #000;
  padding: 80px 0;
  overflow: hidden;
}

/* HEADING */
.cs-trending-head {
  margin-bottom: 36px;
}

.cs-trending-head h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -1px;

  color: #fff;
}

/* GRID */
.cs-trending-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* CARD */
.cs-trending-card {
  position: relative;

  background: #111;
  border-radius: 18px;

  overflow: hidden;
  text-decoration: none;

  transition: all 0.35s ease;
}

.cs-trending-card:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.cs-trending-thumb {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.cs-trending-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 0.5s ease;
}

.cs-trending-card:hover .cs-trending-thumb img {
  transform: scale(1.06);
}

/* IMAGE OVERLAY */
.cs-trending-thumb::after {
  content: '';
  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

/* CONTENT */
.cs-trending-content {
  padding: 18px 18px 20px;
}

/* TITLE */
.cs-trending-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;

  color: #fff;

  margin-bottom: 10px;
}

/* DESC */
.cs-trending-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;

  color: rgba(255, 255, 255, 0.74);

  margin: 0;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1200px) {
  .cs-trending-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cs-trending-section {
    padding: 60px 0;
  }

  .cs-trending-head h2 {
    font-size: 38px;
  }

  .cs-trending-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cs-trending-thumb {
    height: 280px;
  }

  .cs-trending-title {
    font-size: 18px;
  }

  .cs-trending-desc {
    font-size: 14px;
  }
}

.headstyle {
  font-size: 40px;
  font-weight: 600;
  color: #012d61;
}
.success-story-sec1-inner p {
  font-size: 16px;
}

.solution_boxBox {
  position: relative;
  margin-top: 41px;
}
span.counterNumber {
  font-size: 112px;
  font-weight: 700;
  line-height: 135.55px;
  text-align: left;
  color: #9f9a9a;
  position: absolute;
  top: -61px;
  left: 0;
}
.solution_boxBoxShow h3 {
  position: relative;
  top: 15px;
  display: block;
  color: #fff;
  padding-right: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0px 30px;
}
.solution_boxBoxShow p {
  font-size: 16px;
}
.solution_boxBox-wp {
  padding: 60px 0px;
  background-color: #000;
}
.Problem-heading-wp p {
  font-size: 16px;
}
.ProblemSec-wp .videoimgbox.imgbodrex {
  width: 100%;
  margin: 40px 0px 60px;
  display: block;
}
.ProblemSec-wp .videoimgbox.imgbodrex img {
  width: 100%;
  display: block;
}

.ProjectRole-wp .ShowRole {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  column-gap: 10px;
  row-gap: 20px;
}
.ProjectRole-wp .ShowRole li {
  border-radius: 40px;
  padding: 10px 20px;
  color: #eae9e9;
  display: block;
  font-size: 16px;
}
.ProjectRole-wp .headstyle {
  margin: 0px 0px 30px;
}
.ProjectRole-wp {
  padding: 0px 0px 60px;
}
.ProjectChallenges-wp.case-bgColor {
  background-color: #000;
  padding: 60px 0px;
}
.ProjectChallenges-wp .headstyleSub {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #012d61;
}
.ProjectChallenges-wp p {
  font-size: 16px;
}

.ProjectChallenges-wp p a {
  color: blue;
}
.Projectresulted-wp .imgbodrex img {
  width: 100%;
  display: block;
  height: auto;
}
.Projectresulted-wp {
  padding: 60px 0;
  display: block;
}

.Projectresulted-wp .resultsBox {
  background: rgb(33 37 41);
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  padding-top: 130px;
  position: relative;
  height: 100%;
}
.Projectresulted-wp .col-md-4:nth-child(2) .resultsBox {
  background: #012d61;
}
.Projectresulted-wp .col-md-4:nth-child(3) .resultsBox {
  background: rgb(248 249 250);
}
.Projectresulted-wp .resultsBox .resultsBoxShow:before {
  font-size: 100px;
  position: absolute;
  top: -10px;
  color: #fff;
  font-weight: 700;
  opacity: 0.4;
}
.results_box-wrapper {
  margin: 40px 0px 0px;
}
.Projectresulted-wp .resultsBox .resultsBoxShow.box-3 h5 {
  color: #000;
}
.Projectresulted-wp .resultsBox .resultsBoxShow.box-3 p {
  color: #000;
}
.Projectresulted-wp .resultsBox .resultsBoxShow.box-3:before {
  color: #19110d;
  opacity: 0.1;
}
.Projectresulted-wp .resultsBox p {
  font-size: 16px;
}
.results_box-wrapper .bgcolorsresults .col-md-4 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.results_box-wrapper .bgcolorsresults {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
.final-thoughts-heading-inner p {
  font-size: 16px;
}
.final-thoughts-heading .headstyle {
  margin: 0px 0px 30px;
}
.final-thoughts-heading {
  margin: 0px 0px 40px;
}
.final-thoughts-banner {
  margin: 0px 0px 60px;
}
.final-thoughts-banner img {
  width: 100%;
  display: block;
  height: auto;
}
.final-thoughts-banner .container-fluid {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .hero-content-area {
    padding: 50px 0px;
  }
  .bn-heading {
    font-size: 25px;
  }
  .case-studies-hero-banner-content p {
    font-size: 14px;
    line-height: 150%;
  }
  .case-study-item {
    grid-template-columns: 1fr;
  }
  .case-study-list {
    padding: 30px 0px 30px;
  }
  .case-study-item-content .case-study-title {
    font-size: 22px;
    margin: 20px 0px 20px;
  }
  .case-study-item-content p {
    font-size: 14px;
  }
  .case_study__hero_banner {
    padding: 50px 0px;
  }
  .case_study__hero_banner .banner_heading {
    font-size: 25px;
  }
  .case_study__hero_banner .banner_para p {
    font-size: 14px;
    line-height: 150%;
  }
  .headstyle {
    font-size: 22px;
  }
  .case-study-overview {
    padding: 30px 0px 0px;
  }
  .success-story-sec1-inner p {
    font-size: 14px;
  }
  .case-studycategory-filter .namecategory {
    font-size: 22px;
  }
  .case-studycategory-filter ul li {
    font-size: 14px;
  }
  span.counterNumber {
    font-size: 60px;
    line-height: 100px;
  }
  .solution_boxBoxShow h3 {
    font-size: 20px;
    margin: 0px 0px 15px;
    top: 0px;
  }
  .solution_boxBoxShow p {
    font-size: 14px;
  }
  .solution_boxBox {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .solution_boxBox-wp {
    padding: 30px 0px;
  }
  .Problem-heading-wp p {
    font-size: 14px;
  }
  .Problem-heading-wp .headstyle {
    margin-bottom: 20px;
  }
  .ProblemSec-wp .videoimgbox.imgbodrex {
    margin: 30px 0px 30px;
  }
  .headstyle {
    font-size: 22px;
  }
  .ProjectRole-wp .ShowRole li {
    font-size: 14px;
  }
  .ProjectRole-wp {
    padding: 0px 0px 30px;
  }
  .ProjectChallenges-wp.case-bgColor {
    padding: 30px 0px;
  }
  .ProjectChallenges-wp .headstyle {
    margin-bottom: 20px;
  }
  .ProjectChallenges-wp .headstyleSub {
    font-size: 18px;
  }
  .ProjectChallenges-wp p {
    font-size: 14px;
  }
  .Projectresulted-wp {
    padding: 30px 0;
  }
  .results_box-wrapper {
    margin: 30px 0px 0px;
  }
  .results_box-wrapper .bgcolorsresults {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .Projectresulted-wp .resultsBox .resultsBoxShow:before {
    top: 0;
    font-size: 70px;
  }
  .Projectresulted-wp .resultsBox p {
    font-size: 14px;
  }
  .Projectresulted-wp .resultsBox {
    padding-top: 75px;
  }
  .final-thoughts-heading-inner p {
    font-size: 14px;
  }
  .final-thoughts-heading {
    margin: 0px 0px 30px;
  }
  .final-thoughts-banner {
    margin: 0px 0px 30px;
  }
  .Projectresulted-wp .headstyle {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/* =========================================
   INTERNAL CASE STUDY HERO
========================================= */

.cs-internal-hero {
  position: relative;

  overflow: hidden;
  background: #000;

  padding: 170px 0 110px;
}

/* BG */
.cs-internal-hero-bg {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(0, 36, 81, 0.88) 0%,
    rgba(0, 0, 0, 0.82) 48%,
    rgba(23, 34, 52, 0.84) 100%
  );

  z-index: 1;
}

/* CONTENT */
.cs-internal-hero-inner {
  position: relative;
  z-index: 3;

  max-width: 1044px;

  margin: 0 auto;
  text-align: center;
}

/* HEADING */
.cs-internal-hero-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;

  font-size: 50px;
  line-height: 80px;

  letter-spacing: 0;

  color: #fff;

  margin-bottom: 26px;
}

/* BLUE WORDS */
.cs-internal-hero-title strong,
.cs-internal-hero-title span {
  color: #6ea8ff;
}

/* DESC */
.cs-internal-hero-desc {
  max-width: 920px;

  margin: 0 auto;

  font-family: 'Inter', sans-serif;
  font-weight: 400;

  font-size: 20px;
  line-height: 150%;

  color: rgba(255, 255, 255, 0.7);
}

/* BLUE GRADIENT TEXT */
.cs-internal-hero-title span {
  background: linear-gradient(90deg, #9dd0ff 35.58%, #1163fb 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  display: inline-block;
}
/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .cs-internal-hero {
    padding: 140px 0 90px;
  }

  .cs-internal-hero-title {
    font-size: 46px;
    line-height: 62px;
  }

  .cs-internal-hero-desc {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cs-internal-hero {
    padding: 125px 0 70px;
  }

  .cs-internal-hero-title {
    font-size: 34px;
    line-height: 48px;

    margin-bottom: 18px;
  }

  .cs-internal-hero-desc {
    font-size: 16px;
    line-height: 160%;
  }
}

/* =========================================
   OVERVIEW SECTION
========================================= */

.cs-overview-section {
  background: #000;
  padding: 110px 0;
  overflow: hidden;
}

/* GRID */
.cs-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 80px;
  align-items: center;
}

/* LEFT */
.cs-overview-left {
  max-width: 640px;
}
.cs-overview-left p {
  font-size: 14px;
  line-height: 1.5;
}
.cs-overview-left span a {
  color: blue;
}
/* TITLE */
.cs-overview-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;

  font-size: 58px;
  line-height: 120%;
  letter-spacing: -1px;

  color: #fff;

  margin-bottom: 34px;
}

/* DESC */
.cs-overview-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;

  font-size: 20px;
  line-height: 170%;

  color: rgba(255, 255, 255, 0.72);
}

.cs-overview-desc p {
  margin-bottom: 24px;
}

.cs-overview-desc p:last-child {
  margin-bottom: 0;
}

/* LINKS */
.cs-overview-desc a {
  color: #6ea8ff;
  text-decoration: none;
  transition: 0.3s ease;
}

.cs-overview-desc a:hover {
  color: #9dd0ff;
}

/* =========================================
   CARD
========================================= */

.cs-overview-card {
  position: relative;

  height: 520px;
  width: 100%;

  border-radius: 22px;
  overflow: hidden;

  background: #111;
}

/* BG IMAGE */
.cs-overview-card-bg {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(14, 70, 151, 0.92) 100%),
    url('/wp-content/themes/twentytwentythree-child/image/violet.png') no-repeat
      center;

  background-size: cover;

  transform: scale(1.01);
}

/* CONTENT */
.cs-overview-card-content {
  position: relative;
  z-index: 2;

  width: 100%;

  padding: 34px;
}

/* META ROW */
.cs-overview-meta-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  margin-bottom: 18px;
}

.cs-overview-meta-row:last-child {
  margin-bottom: 0;
}

/* LABEL */
.cs-overview-meta-label {
  min-width: 112px;
  height: 44px;

  padding: 0 18px;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(12px);

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;

  color: #fff;

  flex-shrink: 0;
}

/* VALUES */
.cs-overview-meta-values {
  display: flex;
  flex-direction: column;
  gap: 8px;

  padding-top: 8px;
}

/* SINGLE VALUE */
.cs-overview-meta-values span {
  position: relative;

  padding-left: 14px;

  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;

  color: rgba(255, 255, 255, 0.92);
}

.cs-overview-meta-values span::before {
  content: '•';

  position: absolute;
  left: 0;
  top: 0;

  color: #fff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {
  .cs-overview-grid {
    gap: 60px;
  }

  .cs-overview-title {
    font-size: 48px;
  }

  .cs-overview-desc {
    font-size: 18px;
  }

  .cs-overview-card {
    height: 480px;
  }
}

@media (max-width: 991px) {
  .cs-overview-section {
    padding: 80px 0;
  }

  .cs-overview-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .cs-overview-left {
    max-width: 100%;
  }

  .cs-overview-title {
    font-size: 42px;
    margin-bottom: 28px;
  }

  .cs-overview-desc {
    font-size: 18px;
  }

  .cs-overview-card {
    height: 500px;
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .cs-overview-section {
    padding: 65px 0;
  }

  .cs-overview-grid {
    gap: 38px;
  }

  .cs-overview-title {
    font-size: 34px;
    line-height: 130%;

    margin-bottom: 22px;
  }

  .cs-overview-desc {
    font-size: 16px;
    line-height: 165%;
  }

  .cs-overview-desc p {
    margin-bottom: 18px;
  }

  .cs-overview-card {
    height: 400px;
    border-radius: 18px;
  }

  .cs-overview-card-content {
    padding: 22px;
  }

  .cs-overview-meta-row {
    flex-direction: column;
    gap: 12px;

    margin-bottom: 16px;
  }

  .cs-overview-meta-label {
    min-width: 100px;
    height: 40px;

    font-size: 14px;
    border-radius: 10px;
  }

  .cs-overview-meta-values {
    padding-top: 0;
  }

  .cs-overview-meta-values span {
    font-size: 14px;
    line-height: 150%;
  }
}
/* =========================================
   PHONE SHOWCASE
========================================= */

.cs-phone-showcase {
  position: relative;

  background: #000;

  padding: 120px 0;

  overflow: hidden;
}

/* BG EFFECT */
.cs-phone-showcase-bg {
  position: absolute;
  inset: 0;

  background: url('/wp-content/themes/twentytwentythree-child/image/mesh-wave.png')
    no-repeat bottom center;

  background-size: cover;

  opacity: 0.9;

  pointer-events: none;
}

/* HEADER */
.cs-phone-showcase-header {
  position: relative;
  z-index: 2;

  max-width: 820px;

  margin: 0 auto 70px;
  text-align: center;
}

/* TITLE */
.cs-phone-showcase-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;

  color: #fff;

  margin-bottom: 26px;
}

/* DESC */
.cs-phone-showcase-desc {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 170%;
  font-weight: 400;

  color: rgba(255, 255, 255, 0.72);
}

/* GRID */
.cs-phone-showcase-grid {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 34px;

  flex-wrap: nowrap;
}

/* CARD */
.cs-phone-card {
  width: 260px;
  height: 526px;

  flex-shrink: 0;

  transition: 0.45s ease;
}

/* IMAGE */
.cs-phone-card-img {
  width: 100%;
  height: 100%;

  object-fit: contain;
  display: block;
}

/* HOVER */
.cs-phone-card:hover {
  transform: translateY(-12px);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {
  .cs-phone-showcase-grid {
    gap: 22px;
  }

  .cs-phone-card {
    width: 220px;
    height: 470px;
  }
}

@media (max-width: 991px) {
  .cs-phone-showcase {
    padding: 90px 0;
  }

  .cs-phone-showcase-title {
    font-size: 44px;
  }

  .cs-phone-showcase-desc {
    font-size: 18px;
  }

  .cs-phone-showcase-grid {
    overflow-x: auto;

    justify-content: flex-start;

    padding-bottom: 12px;
  }

  .cs-phone-showcase-grid::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .cs-phone-showcase {
    padding: 70px 0;
  }

  .cs-phone-showcase-header {
    margin-bottom: 46px;
  }

  .cs-phone-showcase-title {
    font-size: 34px;
  }

  .cs-phone-showcase-desc {
    font-size: 16px;
    line-height: 165%;
  }

  .cs-phone-card {
    width: 180px;
    height: 390px;
  }
}
/* =========================================
   OUR ROLE SECTION
========================================= */

.ProjectRole-wp {
  background: #000;
  padding: 90px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* HEADING */
.ProjectRole-wp .headstyle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;

  color: #fff;

  margin-bottom: 42px;
}

/* ROLE LIST */
.ShowRole {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;

  padding: 0;
  margin: 0;

  list-style: none;
}

/* PILL */
.ShowRole li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);

  background: #0a0a0a;

  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;

  color: rgba(255, 255, 255, 0.92);

  transition: 0.3s ease;
}

/* HOVER */
.ShowRole li:hover {
  border-color: rgba(110, 168, 255, 0.5);

  background: rgba(17, 99, 251, 0.08);

  color: #fff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .ProjectRole-wp {
    padding: 70px 0;
  }

  .ProjectRole-wp .headstyle {
    font-size: 44px;
    margin-bottom: 34px;
  }

  .ShowRole li {
    height: 48px;
    padding: 0 20px;

    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ProjectRole-wp {
    padding: 60px 0;
  }

  .ProjectRole-wp .headstyle {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .ShowRole {
    gap: 12px;
  }

  .ShowRole li {
    height: 44px;
    padding: 0 18px;

    font-size: 14px;
  }
}
/* =========================================
   PROJECT CHALLENGES SECTION
========================================= */

.ProjectChallenges-wp {
  background: #000;
  padding: 110px 0;
}

/* MAIN HEADING */
.ProjectChallenges-wp .headstyle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;

  color: #fff;

  margin-bottom: 70px;
}

/* ROW SPACING */
.ProjectChallenges-wp .row.align-items-center.mb-4 {
  margin-bottom: 90px !important;
}

/* SUB HEADING */
.ProjectChallenges-wp .headstyleSub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;

  color: #fff;

  margin-bottom: 24px;
}

/* PARAGRAPHS */
.ProjectChallenges-wp p,
.ProjectChallenges-wp li,
.ProjectChallenges-wp span {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;

  color: #eae9e9e5;
}

/* LISTS */
.ProjectChallenges-wp ul {
  padding-left: 22px;
  margin-top: 18px;
}

.ProjectChallenges-wp li {
  margin-bottom: 10px;
}

/* IMAGE WRAPPER */
.ProjectChallenges-wp .col-md-5 {
  position: relative;
}

/* IMAGES */
.ProjectChallenges-wp img {
  width: 100%;
  border-radius: 22px;

  box-shadow:
    0 20px 60px rgba(17, 99, 251, 0.18),
    0 8px 30px rgba(0, 0, 0, 0.45);

  transition: 0.45s ease;
}

/* HOVER */
.ProjectChallenges-wp img:hover {
  transform: translateY(-6px);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .ProjectChallenges-wp {
    padding: 80px 0;
  }

  .ProjectChallenges-wp .headstyle {
    font-size: 44px;
    margin-bottom: 50px;
  }

  .ProjectChallenges-wp .headstyleSub {
    font-size: 32px;
  }

  .ProjectChallenges-wp p,
  .ProjectChallenges-wp li,
  .ProjectChallenges-wp span {
    font-size: 16px;
  }

  .ProjectChallenges-wp .row.align-items-center.mb-4 {
    margin-bottom: 70px !important;
  }

  .ProjectChallenges-wp img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .ProjectChallenges-wp {
    padding: 65px 0;
  }

  .ProjectChallenges-wp .headstyle {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .ProjectChallenges-wp .headstyleSub {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .ProjectChallenges-wp p,
  .ProjectChallenges-wp li,
  .ProjectChallenges-wp span {
    font-size: 15px;
    line-height: 165%;
  }

  .ProjectChallenges-wp .row.align-items-center.mb-4 {
    margin-bottom: 55px !important;
  }

  .ProjectChallenges-wp img {
    border-radius: 18px;
  }
}
/* =========================================
   RESULTS SECTION
========================================= */

.cs-results-section {
  background: #000;
  padding-bottom: 110px;
}

/* =========================================
   TOP BANNER
========================================= */

.cs-results-banner {
  position: relative;

  height: 320px;

  background: url('/wp-content/themes/twentytwentythree-child/image/result-cs.png')
    no-repeat center center;

  background-size: cover;

  overflow: hidden;
}

.cs-results-banner-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.38) 100%
  );
}

/* CONTENT */
.cs-results-banner-content {
  position: relative;
  z-index: 2;

  height: 320px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
}

/* TITLE */
.cs-results-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 110%;

  color: #fff;

  margin-bottom: 18px;
}

/* SUBTEXT */
.cs-results-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;

  color: rgba(255, 255, 255, 0.88);

  margin: 0;
}

/* =========================================
   GRID
========================================= */

.cs-results-grid {
  margin-top: 70px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD */
.cs-results-card {
  position: relative;

  min-height: 390px;

  padding: 38px 34px;

  border-radius: 18px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  background: #050505;

  transition: 0.4s ease;

  overflow: hidden;
}

/* HOVER */
.cs-results-card:hover {
  transform: translateY(-8px);

  border-color: rgba(157, 208, 255, 0.24);

  box-shadow: 0 0 35px rgba(17, 99, 251, 0.12);
}

/* ICON WRAP */
.cs-results-icon-wrap {
  width: 48px;
  height: 48px;

  margin-bottom: 38px;
}

/* ICON */
.cs-results-icon {
  width: 100%;
  height: 100%;

  object-fit: contain;

  transition: 0.45s ease;
}

/* ICON SHINE */
.cs-results-card:hover .cs-results-icon {
  filter: drop-shadow(0 0 8px #9dd0ff) drop-shadow(0 0 16px #1163fb);

  transform: scale(1.08);
}

/* CARD TITLE */
.cs-results-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 145%;

  color: #fff;

  margin-bottom: 22px;
}

/* TEXT */
.cs-results-card-text,
.cs-results-card-text p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 185%;

  color: rgba(234, 233, 233, 0.9);

  margin: 0;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {
  .cs-results-title {
    font-size: 58px;
  }

  .cs-results-subtext {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .cs-results-section {
    padding-bottom: 80px;
  }

  .cs-results-banner {
    height: 260px;
  }

  .cs-results-banner-content {
    height: 260px;
  }

  .cs-results-title {
    font-size: 46px;
  }

  .cs-results-subtext {
    font-size: 18px;
  }

  .cs-results-grid {
    grid-template-columns: 1fr;
    gap: 24px;

    margin-top: 50px;
  }

  .cs-results-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .cs-results-banner {
    height: 220px;
  }

  .cs-results-banner-content {
    height: 220px;
    padding: 0 20px;
  }

  .cs-results-title {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .cs-results-subtext {
    font-size: 15px;
    line-height: 160%;
  }

  .cs-results-card {
    padding: 28px 24px;
    border-radius: 16px;
  }

  .cs-results-card-title {
    font-size: 22px;
  }

  .cs-results-card-text,
  .cs-results-card-text p {
    font-size: 15px;
    line-height: 175%;
  }
}
/* =========================================
   FINAL CTA SECTION
========================================= */

.cs-final-cta-section {
  background: #000;
  padding: 110px 0;
}

/* CARD */
.cs-final-cta-card {
  position: relative;

  width: 100%;
  max-width: 1218px;

  height: 433px;

  margin: 0 auto;

  background: #014787;

  border-radius: 0;

  overflow: hidden;

  display: grid;
  grid-template-columns: 1fr 520px;

  align-items: center;
}
/* =========================================
   LEFT CONTENT
========================================= */

.cs-final-cta-content {
  padding: 64px 58px;

  position: relative;
  z-index: 2;
}

/* TITLE */
.cs-final-cta-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;

  color: #fff;

  margin-bottom: 28px;

  max-width: 520px;
}

/* DESC */
.cs-final-cta-desc,
.cs-final-cta-desc p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;

  color: rgba(255, 255, 255, 0.86);

  margin-bottom: 36px;

  max-width: 520px;
}

/* BUTTON */
.cs-final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 52px;
  padding: 0 24px;

  border-radius: 10px;

  border: 1px solid rgba(255, 255, 255, 0.26);

  background: transparent;

  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;

  color: #fff;
  text-decoration: none;

  transition: 0.35s ease;
}

.cs-final-cta-btn:hover {
  background: #fff;
  color: #014787;

  border-color: #fff;
}

/* =========================================
   VIDEO SIDE
========================================= */

.cs-final-cta-video-wrap {
  position: relative;

  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  padding-right: 42px;
}

/* VIDEO */
.cs-final-cta-video {
  width: 520px;
  height: 310px;

  object-fit: cover;

  border-radius: 12px;

  border: 8px solid #b8d9ff;

  transform: rotate(-6deg);

  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);

  display: block;
}
.cs-final-cta-card::before {
  content: '';

  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 70% 40%,
    rgba(255, 255, 255, 0.08),
    transparent 60%
  );

  pointer-events: none;
}
/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {
  .cs-final-cta-card {
    grid-template-columns: 1fr 460px;
  }

  .cs-final-cta-title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .cs-final-cta-section {
    padding: 80px 0;
  }

  .cs-final-cta-card {
    height: auto;

    grid-template-columns: 1fr;

    padding-bottom: 42px;
  }

  .cs-final-cta-video {
    width: 100%;
    height: auto;

    max-width: 420px;
  }

  .cs-final-cta-content {
    padding: 54px 42px 24px;
  }

  .cs-final-cta-video-wrap {
    padding: 0 40px;
  }

  .cs-final-cta-title {
    font-size: 40px;
  }

  .cs-final-cta-desc,
  .cs-final-cta-desc p {
    font-size: 17px;
  }

  .cs-final-cta-video {
    transform: rotate(-4deg);
  }
}

@media (max-width: 767px) {
  .cs-final-cta-section {
    padding: 65px 0;
  }

  .cs-final-cta-card {
    border-radius: 16px;
  }

  .cs-final-cta-content {
    padding: 36px 24px 20px;
  }

  .cs-final-cta-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .cs-final-cta-desc,
  .cs-final-cta-desc p {
    font-size: 15px;
    line-height: 170%;

    margin-bottom: 28px;
  }

  .cs-final-cta-btn {
    height: 46px;
    padding: 0 18px;

    font-size: 14px;
  }

  .cs-final-cta-video-wrap {
    padding: 0 20px;
  }

  .cs-final-cta-video {
    transform: rotate(-2deg);
    border-radius: 14px;
  }
}
