: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: 1100px !important;
  margin: 0 auto;
  padding: 0px !important;
  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: 130px;
  padding-bottom: 130px;
  overflow: hidden;
  background: url("/wp-content/themes/unicon/assets/image/dfs_bannerbg.svg") 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;
}

.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);
  max-width: 545px;
}
.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;
}


.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;
}


@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%;
  }
}



.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;
    width: 800px;
}
.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: 270px;
}
.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: 20px;
    color: #fff;
    font-weight: 600;
}

.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: 18px;
}


/* .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.7;
  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%;
  }
}



.ww_content{
    max-width: 600px;
    color: #D1D5DB;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
}
.whatwedo_head h2{
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}

.ww_process_container {
      display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-top: 50px;
}
.ww_process_container .we_sec span{
    width: 45px;
    height: 25px;
    background: #178ECE;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.ww_process_container .we_sec h4{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
      margin-top: 10px;
}
.ww_process_container .we_sec p{
    color: #BBC2CE;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.data_reality{
    background: #161F30;
    border: 1px solid #374151;
    padding: 30px;
    margin-top: 50px;
    border-radius: 10px;
}
.data_reality_section{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-top: 10px;
}
.data_inn span{
  color: #FACC15;
  font-size: 20px;
  font-weight: bold;
}
.data_inn p{
  color: #BBC2CE;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.data_reality h4{
      font-size: 20px;
    font-weight: 600;
    color: #fff;
}


.platform-integration h3{
  font-size: 36px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.platform-integration p{
    text-align: center;
    font-size: 16px;
    width: 600px;
    margin: 10px auto;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 40px;
}

.platform-integration{
    background: url("/wp-content/themes/unicon/assets/image/logo_grid.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* MOBILE */
@media (max-width: 768px) {
  .ww_process_container {
    grid-template-columns: auto;
  }
  .data_reality_section{
    grid-template-columns: auto;
  }
}



.logo-slider-wrapper {
  padding: 60px 0;
}

.logo-slider .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  /* border: 1px solid #eee;
  background: #fff; */
}

.logo-slider .logo-item img {
  max-width: 140px;
  max-height: 60px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-slider .logo-item img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* Remove dots spacing */
.owl-theme .owl-dots {
  margin-top: 25px;
}

.owl-carousel .owl-item img{
  width: auto !important;
}


.clients-section {
  padding: 80px 0;
}

/* ONE SLIDE GRID */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  /* border-top: 1px solid #e6eef6;
  border-left: 1px solid #e6eef6; */
}
.logo-grid:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
    left: calc(50% - 500px);
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg, transparent, rgb(18 122 177) 50%, transparent);
    border-image-slice: 1;
    background: radial-gradient(43.9% 100% at 50% 0, rgba(157, 137, 255, .15) 0, rgba(1, 3, 20, 0) 100%);
}

/* EACH LOGO CELL */
.logo-box {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* border-right: 1px solid #e6eef6;
  border-bottom: 1px solid #e6eef6; */
}
.logo-box:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    border-right: 1px solid #2c3c62;
    right: 0;
}

.logo-box:nth-child(4):after{
  border: none;
}
.logo-box:nth-child(8):after{
  border: none;
}

.logo-box img {
  transition: 0.3s ease;
}


/* MOBILE */
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


.readiness-section {
  position: relative;
}
.data_readiness{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    padding-top: 40px;
}

.section-header {
    text-align: left;
    max-width: 430px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}

.section-header p {
  color: var(--text-gray);
  font-size: 16px;
  line-height: 1.5;
  padding-right: 30px;
}

.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: 35px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.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;
}

.imp_cardheader{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.imp_cardheader span{
  font-size: 16px;
  color: #178ECE;
  font-weight: 500;
}

@media (max-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}



.tech-stack {
  background: #0F172A;
  padding: 80px 0;
  color: #fff;
}

.tech-header {
  text-align: center;
  margin-bottom: 50px;
}

.tech-header h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.tech-header h2 span {
  color: #178ECE;
}

.tech-header p {
      color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
}

.tech-box {
  display: flex;
  gap: 50px;
  background: rgba(31, 41, 55, 0.5);
  border-radius: 20px;
  padding: 70px;
  border: 1px solid #374151;
}

.tech-left {
  width: 45%;
}

.tech-left h3 {
  font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
}

.tech-left h3 span {
  color: #178ECE;
}

.tech-left p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
}

.timeline-item {
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 2px solid #178ECE;
  width: 80%;
  position: relative;
}
.timeline-item::before{
      content: "";
    position: absolute;
    left: -9px;
    top: 0;
    width: 10px;
    height: 10px;
    border: 3px solid #178ECE;
    border-radius: 12px;
    background: #172031;
}
.timeline-item::after{
  content: "";
    position: absolute;
    left: -2px;
    top: 14px;
    width: 2px;
    height: 135%;
    background-color: #178ECE;
}
.timeline-item:last-child:after{
  display: none;
}
.timeline-item h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}

.timeline-item p {
  color: #bbb;
    font-size: 16px;
    line-height: normal;
}

.tech-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tech-item {
  position: relative;
  padding-left: 60px;
  width: 85%;
}

.tech-item .step {
  position: absolute;
  left: 0;
  top: 0;
  background: #334155;
  border-left: 3px solid #178ECE;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: bold;
}

.tech-item h4 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.tech-item p {
  font-size: 16px;
    color: #ccc;
    line-height: 24px;
}
.tech-item span{
  color: #178ECE;
  font-size: 16px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .tech-box {
    flex-direction: column;
  }

  .tech-left,
  .tech-right {
    width: 100%;
  }
}