:root {
  --primary-blue: #178ece;
  --dark-bg: #0f172a;
  --text-white: #ffffff;
  --text-gray: #9ca3af;
  --text-dark: #222222;
  --card-border: rgba(255, 255, 255, 0.2);
  --font-main: 'Inter', sans-serif;
}

* {
  box-sizing: border-box;
}

/* body {
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  background-color: var(--dark-bg);
  color: var(--text-white);
  overflow-x: hidden;
} */

.text-highlight{
    color: #4fa5e4;
}
img,
svg {
  display: block;
  max-width: 100%;
}
.fw600{
    font-weight: 600;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.section-padding {
  padding: 80px 24px;
}

/* Utility for gradients and effects */
.elsai_fountry_banner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 1100px;
    margin: 0px auto;
}
.elsai_fountry_banner .stats-row{
    width: 400px;
    background: #1F2937;
    border-radius: 20px;
    padding: 40px 20px;
    border: 1px solid #374151;
}
.elsai_fountry_banner .stat-block{
    min-width: 150px;
}
.glass-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.46) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid var(--card-border);
  box-shadow: inset 0px 4px 17.6px 0px rgba(255, 255, 255, 0.06);
}

.btn {
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn:hover {
  opacity: 0.9;
}

.dfs_hero-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  background: url("/wp-content/themes/unicon/assets/image/els_foundry_bg.png") no-repeat;
  background-position: top center;
  background-size: cover;
}

.dfs_hero-glow {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 475px;
  height: 340px;
  z-index: 0;
  pointer-events: none;
}

.glow-img {
  filter: blur(150px);
  width: 100%;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.logo-img {
  opacity: 0.7;
  filter: blur(0.5px); /* Slight blur from design */
}

.dfs_hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin: 0 auto;
}

.tag-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  padding: 6px 16px;
  border-radius: 9999px;
}

.tag-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.dfs_hero-title {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #ffffff;
  /* background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.dfs_hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-gray);
}
.focus_outcomes{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    margin: 15px 0px 40px 0px;
    line-height: normal;
}

.dfs_hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.dfs_stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.1);
}

.dfs_hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-primary {
  background-color: var(--primary-blue);
  border: none;
  border-radius: 40px;
  padding: 10px 10px 10px 25px;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  box-shadow:
    0px 4px 6px -4px rgba(88, 28, 135, 0.5),
    0px 10px 15px -3px rgba(88, 28, 135, 0.5);
}

.btn-icon-circle {
  width: 30px;
  height: 30px;
}

.btn-secondary {
  background-color: #1f2937;
  border: 1px solid #374151;
  border-radius: 34px;
  padding: 16px 32px;
  color: white;
  font-weight: 600;
}

.dfs_hero-bg-decoration {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .dfs_hero-title {
    font-size: 40px;
  }
  .dfs_hero-stats {
    flex-direction: column;
    gap: 16px;
  }
  .stat-divider {
    display: none;
  }
  .elsai_fountry_banner{
    width: 100%;
  }
}

.readiness-section {
  position: relative;
}
.data_readiness{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    /* padding-top: 40px; */
    width: 1100px;
    margin: 0px auto;
}

.section-header {
    text-align: left;
    max-width: 430px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff;
}

.section-header p {
  color: var(--text-gray);
  font-size: 16px;
  line-height: 1.5;
  padding-right: 30px;
}

.platform_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0px auto;
}

.platform_grid_1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 20px auto;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 670px;
}
.cards-grid .usp-card:first-child {
    border-radius: 12px 0px 0px 0px;
} 
.cards-grid .usp-card:nth-child(2) {
    border-radius: 0px 12px 0px 0px;
} 
.cards-grid .usp-card:nth-child(3) {
    border-radius: 0px 0px 0px 12px;
} 
.cards-grid .usp-card:nth-child(4) {
    border-radius: 0px 0px 12px 0px;
} 
.usp-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid rgba(255,255,255, .1);
  padding: 30px;
  /* border-radius: 12px; Approximated from visual style */
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dfs_card-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-circle {
  background-color: var(--primary-blue);
  width: 50px;
  height: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dfs_card-header h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.card-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .data_readiness{
    width: 100%;
  }
}

.barriers-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}
.barriers-header h2 {
font-size: 36px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #fff;
}
.sub-header {
    margin-bottom: 5px;
    font-weight: 500;
}
.sub-header p{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.barriers-desc {
  color: var(--text-gray);
  line-height: 1.6;
      font-size: 16px;
    padding: 0px 25px;
}

.barriers-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1000px;
    margin: 0px auto;
}
.barriers-grid .barrier-card:nth-child(2){
    background: rgba(255, 255, 255, .1);
}

.barrier-card {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid #313f5e;
  border-radius: 12px;
  width: 320px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  min-height: 325px;
}
.barrier-card .btn{
      width: fit-content;
    margin-top: 20px;
    position: relative;

}
.ex_data{
    color: #178ECE;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    padding-left: 15px;
    position: absolute;
    bottom: 50px;
    padding-right: 10px;
    height: 20px;
}
span.ex_data:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 2px solid #178ECE;
    width: 20px;
    height: 100%;
}

.barrier-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}

.barrier-content {
  position: relative;
  z-index: 1;
}

.barrier-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.barrier-title-row h3{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.icon-pill {
  background-color: var(--primary-blue);
  border-radius: 20px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
      color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.icon-pill img{
    max-height: 20px;
}


/* .which_program .icon-pill{
  padding: 0px 20px;
} */

.barrier-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.barrier-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #e4e4e4;
}

.barrier-list li img {
  margin-top: 3px;
}

.framework-section {
  background-color: #0F172A;
  color: var(--text-dark);
  padding: 80px 24px;
  border-radius: 10px;
  margin: 0px auto;
  max-width: 1440px;
  position: relative;
}
.framework-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 300px;
    background: url("/wp-content/themes/unicon/assets/css/blue_grid.png");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: top center;
}

.framework-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.framework-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(59, 130, 246, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  color: #60a5fa;
  font-weight: 500;
}

.framework-header h2 {
  font-size: 36px;
  margin-bottom: 20px;
      color: #fff;
    font-weight: 500;
}

.framework-header p {
    color: #9CA3AF;
    line-height: 1.6;
    font-size: 16px;
}

.framework-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 60px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px 10px 0px 0px;
    width: 1070px;
    margin: 0px auto;
    padding: 20px 20px;
}
.data_access_bottom{
    width: 1070px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    margin: 0px auto;
    padding-top: 20px;
}

.framework-col {
  border-radius: 0;
  padding: 10px;
}

.col-header h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--text-dark);
  font-weight: 600;
}

.col-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

 /* .f-card {
 border-left: 1px solid var(--primary-blue);
  padding-left: 12px;
} */

.f-card-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 4px;
}
.f-card-head img{
    margin-top: 2px;
}

.f-card-head h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
      margin-bottom: 5px;
}

.f-card p {
  font-size: 16px;
  color: #222;
  line-height: 1.4;
      font-weight: 500;
}

.platform-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 30px;
  padding-top: 20px;
}

.logo-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666666;
  font-weight: 500;
}

.framework-footer {
  text-align: center;
}
.framework-footer h3 {
  color: var(--primary-blue);
  margin-bottom: 10px;
      font-size: 20px;
    font-weight: 600;
}
.framework-footer p {
  color: var(--text-dark);
      font-size: 16px;
}

@media (max-width: 900px) {
  .framework-grid {
    grid-template-columns: 1fr;
  }
  .elsai_fountry_banner .stat-block{
    max-width: 120px;
    min-width: inherit;
  }
  .elsai_fountry_banner{
    flex-wrap: wrap;
    padding: 40px;
  }
  .data_readiness{
    flex-wrap: wrap;
  }
  .section-padding{
    padding-top: 0px;
  }
  .elsai_fountry_banner .stats-row{
    width: 100%;
  }
}

.enables-header {
  text-align: center;
  margin-bottom: 60px;
}
.enables-header h2 {
  font-size: 36px;
  margin-bottom: 16px;
color: #fff;
font-weight: 500;
}
.enables-header p {
  color: var(--text-white);
  font-size: 18px;
}

.enables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
      width: 1060px;
    margin: 0px auto;
}

/* .enable-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 30px;
} */

.enables-section{
    background: url("/wp-content/themes/unicon/assets/image/enables_bg.png") no-repeat;
    background-position: center;
    background-size: contain;
}
.enable-icon-wrapper {
  margin-bottom: 15px;
}
.enable-icon {
  background-color: var(--primary-blue);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enable-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #f3f4f6;
      font-weight: 600;
}

.enable-desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  line-height: 1.5;
}

.requirements-box {
  padding: 30px;
  border-radius: 10px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
border: 1px solid rgba(255, 255, 255, .1);
}

.requirements-box h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #ffffff;
  font-weight: 600;
}

.enables-header p{
    font-size: 18px;
    margin: 0px auto;
    width: 45%;
    line-height: normal;
}

.requirements-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.requirements-box li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
      padding-left: 20px;
}
.requirements-box li::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 3px solid #178ECE;
    left: 0;
    top: 6px;
    border-radius: 10px;
}

@media (max-width: 768px) {
  .enables-grid {
    grid-template-columns: 1fr;
  }
}

.expertise-header {
  text-align: center;
  margin-bottom: 80px;
}
.expertise-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
    font-weight: 500;
}
.expertise-header p {
  color: var(--text-gray);
      font-size: 16px;
}

.expertise-content {
  display: flex;
    flex-direction: row;
    gap: 70px;
    align-items: center;
}

.stats-row {
  display: grid;
  justify-content: space-between;
  gap: 40px;
      grid-template-columns: repeat(2, 1fr);
    width: 460px;
    position: relative;
}
.stats-row::before{
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    top: 0px;
    background: #0F172A;
background: linear-gradient(180deg, rgba(15, 23, 42, 1) 0%, rgba(23, 142, 206, 1) 50%, rgba(15, 23, 42, 1) 100%);
}
.stats-row::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #0F172A;
    background: linear-gradient(90deg, rgba(15, 23, 42, 1) 0%, rgba(23, 142, 206, 1) 50%, rgba(15, 23, 42, 1) 100%);
    
}
.stat-block {
  flex: 1;
  min-width: 200px;
  padding-left: 20px;
}

.stat-num {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-blue);
      margin-bottom: 5px;
    line-height: 24px;
}

.stat-label {
    font-size: 14px !important;
    color: #ffffff !important;
    line-height: 22px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 680px;
}
.partners-grid .partner-card:first-child{
    border-radius: 12px 0px 0px 0px;
}
.partners-grid .partner-card:nth-child(2){
    border-radius: 0px 12px 0px 0px;
}
.partners-grid .partner-card:nth-child(3){
    border-radius: 0px 0px 0px 12px;
}
.partners-grid .partner-card:nth-child(4){
    border-radius: 0px 0px 12px 0px;
}
.partner-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid var(--card-border);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.partner-icon {
  background-color: var(--primary-blue);
  width: 50px;
  height: 35px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.partner-icon img{
    max-height: 16px;
}

.partner-card h4 {
      font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.partner-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 900px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
  .stats-row {
    flex-direction: column;
  }
}

.results-section{
    position: relative;
        padding: 60px 0px 0px 0px;
}
/* .results-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 300px;
    background: url("/wp-content/themes/unicon/assets/css/blue_grid.png");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: top center;
} */

.results-header {
  text-align: center;
  margin-bottom: 60px;
}
.results-header p{
    font-size: 18px;
    color: BBC2CE;
}
.results-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
color: #fff;
font-weight: 500;
}

.results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.result-card {
  background: linear-gradient(90deg, #d3ecff 0%, #ffffff 68%);
  border-radius: 10px;
  padding: 30px;
  color: var(--text-dark);
}

.result-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 20px;
}

.result-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 85%;
}
.proven_head{
    width: 100%;
}
.result-icon img{
    max-height: 50px;
}
.proven_head .tag-pill{
        width: fit-content;
    padding: 2px 12px;
    margin-bottom: 10px;
    background: #178ece;
    border-color: #178ece;
}

.result-title-row h3 {
  font-size: 24px;
  font-weight: 600;
}

.btn-small {
  background-color: #4fa5e4;
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 500;
  letter-spacing: normal;
}

.result-desc {
    color: #222222;
    line-height: 24px;
    font-size: 16px;
    max-width: 75%;
}

/* .result-metrics {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
} */

.metric h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222222;
      font-weight: 600;
}

.metric-items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  
}

.m-item {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.m-val {
  font-size: 18px;
  font-weight: 600;
  color:#222222;
  line-height: normal;
  margin-bottom: 5px;
}

.m-valdata {
  font-size: 20px;
  font-weight: 700;
  color:#178ECE;
  line-height: normal;
}
.m-label {
  font-size: 14px;
width: 90%;
color: #222222;
line-height: normal;
}

/* .footer-cta {
  background-color: #0f172a;
  padding: 0px 0px 80px 0px;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  max-width: 1132px;
  margin: 0 auto;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
}

.cta-content p {
  color: var(--text-white);
  margin-bottom: 40px;
  font-size: 18px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .cta-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .cta-content h2,
  .cta-content p {
    max-width: 600px;
  }
} */

.ai_contact_form{
  padding-left: 100px;
  padding-right: 100px;
}
.ss_footer-section {
    padding: 70px 0px 70px 0px;
    background: url("/wp-content/themes/unicon/assets/image/logo_grid.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* border-top: 1px solid #202c47; */
}

.ss_footer-content {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  grid-template-columns: 1.2fr 1fr;
  width: 1000px;
    margin: 0px auto;
}
.ss_footer-content p{
    font-size: 18px;
    padding-top: 15px;
    color: #fff;
    line-height: normal;
}

.ss_footer-text h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
}

.ss_footer-text p {
  color: var(--text-gray);
  font-size: 16px;
  line-height: normal;
}

.ss_footer-actions {
  display: flex;
  gap: 20px;
}
.ss_footer-actions .btn{
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 37px;
}

@media (max-width: 768px) {
  .ss_footer-content {
    flex-direction: column;
    text-align: center;
  }
  .ss_footer-actions {
    flex-direction: column;
    width: 100%;
  }
  .btn {
    width: 100%;
  }
  .ai_contact_form{
    padding-left: 0;
    padding-right: 0;
  }
}


#platform_architecture{
    padding: 60px 0px 40px 0px;
}

#platform_architecture h2{
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    color: #fff;
}
#platform_architecture p{
    font-size: 16px;
    text-align: center;
    color: #BBC2CE;
    margin-bottom: 60px;
}
#platform_architecture .cards-grid{
        margin: 0px auto;
    gap: 20px;
    min-width: 1000px;
}   
#platform_architecture .icon-circle{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
#platform_architecture  p.card-desc{
    text-align: left;
    margin-bottom: 0px !important;
        font-weight: 500;
}

#platform_architecture .usp-card{
    background: url("/wp-content/themes/unicon/assets/image/left_gird_bg.svg") !important;
    background-repeat: no-repeat !important;
    border-radius: 12px !important;
    background-size: 70% !important;
}
#platform_architecture .dfs_card-header{
    flex-direction: column;
    align-items: flex-start;
}

#platform_architecture .dfs_card-header h3{
    font-weight: 600;
}


#why_es_fountry{
    padding: 80px 0px;
}

#why_es_fountry h2{
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    color: #fff;
}

.es_section{
    background-color: rgba(31, 41, 55, .5);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #374151;
        width: 1000px;
    margin: 20px auto;
        position: relative;
    min-height: 214px;
}
.es_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.es_head h3{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.es_body_sec{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.blue_txt{
    color: #60A5FA;
}
.green_txt{
    color: #4ADE80;
}
.es_body_sec p{
    color: #D1D5DB;
    font-size: 16px;
    line-height: normal;
    margin-top: 5px;
}
.es_body_sec h4{
    font-size: 16px;
    font-weight: 500;
}
.es_head .tag-pill{
        background: #283349;
    border-color: #2c3c5a;
}
#why_es_fountry .dfs_hero-subtitle{
        text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
}
#why_es_fountry .ex_data{
    bottom: 30px;
}


.deploy_container{
    width: 1000px;
    margin: 0px auto;
}

.deploy{
    padding: 0px 0px 60px 0px;
}
.deploy_head{
        margin-bottom: 40px;
}
.deploy_body{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    max-width: 900px;
    margin-top: 20px;
}
.deploy_body .usp-card{
    /* background: linear-gradient(90deg, #d3ecff 0%, #ffffff 68%); */
    border-radius: 0px;
    padding: 20px;
    color: var(--text-dark);
    gap: 5px;
}
.deploy_body .usp-card:first-child{
  border-top-left-radius: 10px;
}
.deploy_head h2{
    text-align: left;
    font-weight: 500;
    font-size: 36px;
    color: #fff;
}
.deploy_body .dfs_card-header{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.deploy_body .dfs_card-header h3{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.deploy_body .dfs_card-header p{
    font-size: 16px;
    color: #222;
    font-weight: 500;
}
.deploy_body  .card-desc{
        color: #D1D5DB;
}

.deploy_body .icon-circle{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .deploy_container{
        width: 100%;
        max-width: 100%;
    }
}



/*enterprise css*/


.case-studies-section {
  padding: 80px 0 0 0;
  color: var(--white);
  position: relative;
}
#case-studies .container{
  position: relative;
}

.case-studies-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: var(var(--dark-bg));
  z-index: 0;
}
.light-text {
  color: var(--white);
}
.light-text-muted {
  color: #d1d5db;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.case-card {
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
  padding: 32px;
  color: var(--text-gray);
      border: 1px solid #CCCCCC;
}

.case-card p{
  font-size: 14px;
    color: #222;
    line-height: 22px;
}

.case-card ul li{
  font-size: 14px;
    color: #222;
    line-height: 22px;
}
.case-card .blue-title{
  font-weight: 600 !important;

}
.case-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.case-logo {
  width: 64px;
  height: 64px;
  background: var(--primary-blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
      min-width: 64px;
}

.case-header h3 {
    font-size: 22px;
    color: #4fa5e4;
    line-height: 30px;
    letter-spacing: normal;
    font-weight: 600;
}

.case-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blue-title {
  color: var(--primary-blue);
    font-size: 20px;
    margin-bottom: 8px;
    line-height: normal;
        font-weight: 500;
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.result-item {
  display: flex;
  flex-direction: column;
}
.result-val strong{
  color: var(--primary-blue);
  font-weight: 600;
}

.result-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
  font-weight: 600;
}

.result-val {
    font-size: 18px;
    color: #000;
    line-height: normal;
}

.tech-stack-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.tech-badge {
  background: var(--primary-blue);
  color: white;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 13px;
}

.section-title {
  text-align: center;
  margin-bottom: 16px !important;
  font-size: 40px;
  color: var(--white);
  line-height: normal;
      font-weight: 600;
    color: #fff;
}

.section-subtitle {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 50px;
    color: #BBC2CE;
    font-size: 18px;
    line-height: 30px;
}


.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #ffffff;
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
}
.case-grid .avatar {
  min-width: 50px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.tag {
        background-color: #172031;
    border: 1px solid #435371;
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 12px;
    color: #b0b0b0;
    display: inline-block;
}

.barrier-list span{
      font-size: 16px;
    color: #9CA3AF;
    line-height: 26px;
}
.power_transform{
  background: url("/wp-content/themes/unicon/assets/css/blue_grid.png") no-repeat;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center top;
}
.power_transform .barrier-content{
      min-height: 290px;
}
@media (max-width: 768px) {
  .case-grid {
    grid-template-columns: 1fr;
  }
}


.apps-section {
  padding: 80px 0px 0px 0px;
  /* background: url("/wp-content/themes/unicon/assets/css/blue_grid.png") no-repeat;
  background-size: 80%;
  background-position: top center; */
}
/* #applications .service-slider{
  margin: 0px auto;
} */
.apps-section h2.section-title{
  text-align: center;
      margin-bottom: 60px !important;
}
/* .case-study-item{
  width: 350px !important;
} */
.short-notes{
  min-height: inherit !important;
}
#why_es_fountry .service-slider {
    margin: 0px auto;
}

.view_all_btn{
  display: flex;
  justify-content: center;
}
.view_all_btn .btn{
  padding: 10px 25px;
}