@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
:root {
  --primary-blue: #178ece;
  --dark-bg: #0f172a;
  --text-dark: #0a1f44;
  --text-gray: #4b5563;
  --text-light: #d1d5db;
  --white: #ffffff;
  --bg-light: #f6f9fc;
}

#page-title{
    display: none;
}

* {
  box-sizing: border-box;
}

body {
  /* font-family: 'Montserrat', sans-serif !important; */
  margin: 0;
  padding: 0;
  background-color: var(--dark-bg);
  color: var(--text-gray);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--text-dark);
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
.wpb_content_element{
  margin-bottom: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-highlight {
      color: #178ece;
}

.wpb_row{
  margin-bottom: 0;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 38px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
    gap: 15px;
}

.btn-primary {
  background-color: var(--primary-blue);
  color: var(--white);
  border: 1px solid var(--primary-blue);
}
.btn-primary:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}
.btn-outline:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.btn-outline {
background-color: var(--white);
    color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
}

.btn-outline-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.section-title {
  text-align: center;
  margin-bottom: 16px !important;
  font-size: 40px;
  color: var(--white);
  line-height: normal;
      font-weight: 500;
    color: #fff;
}

.section-subtitle {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 50px;
    color: #BBC2CE;
    font-size: 18px;
    line-height: 30px;
}

.tag {
  background-color: transparent;
  border: 1px solid #4b5262;
  border-radius: 100px;
    padding: 4px 12px !important;
    font-size: 12px !important;
    color: #c2c2c2 !important;
  display: inline-block;
}

.ai_agument_hero-content-section {
  padding: 0;
  overflow: hidden;
  position: relative;
      background: url("/wp-content/themes/unicon/assets/image/global_scalebanner.svg");
    background-repeat: no-repeat;
    background-position: center top;
        background-size: contain;
}

.ai_agument_hero-content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ai_agument_hero-content-content {
  flex: 1.2;
  max-width: 600px;
  z-index: 2;
}

.ai_agument_hero-content-content h1 {
  font-size: 50px;
  line-height: 1.4;
  color: var(--text-dark);
  margin-bottom: 24px;
      text-align: left;
    color: #fff;
    font-weight: 600;
}
.ai_agument_hero-content-content h1 span {
  color: var(--primary-blue);
}

.ai_agument_hero-content-desc {
  font-size: 16px;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.6;
  text-align: left;
}

.ai_agument_hero-content-actions {
  display: flex;
  gap: 16px;
}

.ai_agument_hero-content-visual {
  flex: 1;
  position: relative;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai_agument_hero-content-bg-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  opacity: 0.5;
  z-index: 1;
}

.ai_agument_hero-content-character-group {
  position: relative;
  width: 450px;
  height: 500px;
  z-index: 3;
}

.character-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/unicon/assets/image/global_scale_banner.png") no-repeat;
  background-position: center;
}

.char-part {
  position: absolute;
}

.char-1 {
  width: 411px;
  height: 411px;
  left: 0;
  top: 0;
}
.char-2 {
  width: 270px;
  height: 405px;
  right: 0;
  bottom: 0;
}
.char-3 {
  width: 401px;
  height: 401px;
  left: 20px;
  top: 20px;
}

.floating-card {
  position: absolute;
  background: white;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  z-index: 4;
      width: 180px;
}

.card-years {
  top: 50%;
  right: -20px;
  background: var(--primary-blue);
  color: white;
}

.card-days {
  bottom: 40px;
  left: -40px;
}

.card-content_aiagument {
  display: flex;
  flex-direction: column;
}

.card-number {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.card-text {
  font-size: 14px;
      line-height: 22px;
    font-weight: 500;
}

.blue-text {
  color: var(--primary-blue);
}
.dark-text {
  color: var(--text-dark);
}

.blur-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  z-index: 0;
}

.blur-1 {
  width: 384px;
  height: 384px;
  background: rgba(59, 130, 246, 0.1);
  top: 10%;
  right: 10%;
}

.blur-2 {
  width: 384px;
  height: 384px;
  background: rgba(6, 182, 212, 0.1);
  bottom: 10%;
  left: 10%;
}

@media (max-width: 1024px) {
  .ai_agument_hero-content-container {
    flex-direction: column;
    text-align: center;
  }

  .ai_agument_hero-content-content {
    max-width: 100%;
  }

  .ai_agument_hero-content-actions {
    justify-content: center;
  }

  .ai_agument_hero-content-visual {
    width: 100%;
    height: 500px;
  }
}


.readiness-section {
  position: relative;
  padding-bottom: 60px;
  padding-top: 30px;
}
.data_readiness{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    padding-top: 40px;
    flex-direction: column;
}

.section-header {
    text-align: center;
    max-width: 1000px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}

.section-header p {
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 30px;
}
.effort_text span{
  color: #178ece;
  font-weight: 600;
}
.usp-card h5{
    color: #178ECE;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.usp-card ul{
    margin-left: 15px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.usp-card ul li{
  color: #fff;
    font-size: 14px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1000px;
}
.cards-grid .usp-card:first-child {
    border-radius: 12px 0px 0px 12px;
} 
/* .cards-grid .usp-card:nth-child(2) {
    border-radius: 0px 12px 12px 0px;
}  */
.cards-grid .usp-card:nth-child(3) {
    border-radius: 0px 12px 12px 0px;
} 
/* .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: flex-start;
    gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
}

.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;
}

.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;
  }
}



.expertise-section {
  padding: 80px 0;
  background-color: var(--dark-bg);
}

.pathway_subhead{
  margin-top: 30px;
}
.pathway_subhead h3{
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.pathway_subhead p{
  color: #BBC2CE;
  font-weight: 500;
  font-size: 16px;
}
.expertise-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
      margin-bottom: 20px;
}

.expertise-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.cd_content{
  color: #BBC2CE;
}

.expertise-card {
  /* background: var(--white);
  border: 1px solid #e5e7eb; */
  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);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 250px;
}
.expertise-card span.tag{
  font-size: 14px;
  font-weight: 500;
  color: #c5c5c5;
  line-height: normal;
  background: #212b44;
}

.ai_agucard-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 50px;
}

.avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
    background-color: var(--primary-blue);
    color: var(--white);
    border: 1px solid #ffffff2e;
}
.case-grid .avatar {
  min-width: 50px;
}

/* .avatar-blue {
  background-color: var(--primary-blue);
} */

.header-info h3 {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 2px !important;
  font-weight: 600;
}

.header-info p {
  font-size: 14px;
  color: var(--primary-blue);
  font-weight: 500;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-grow: 1;
  margin-top: 10px;
}


.section-block h4 {
  font-size: 16px;
  color: var(--white);
  /* margin-bottom: 15px !important; */
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: normal;
  font-weight: 500;
}
.card-body h4 {
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 600;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.highlights-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.highlights-list li {
    /* display: flex;
    align-items: center;
    gap: 8px; */
    font-size: 14px;
    color: #c2c2c2;
    font-weight: 500;
    line-height: normal;
    list-style: disc;
    margin-left: 15px;
}

.certs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  color: #000;
}

.card-footer {
  display: flex;
  gap: 12px;
}
.card-footer p{
  color: #f8f8f8;
    line-height: 22px;
}
.card-footer .btn{
      padding: 5px 20px !important;
    font-size: 14px;
    flex: none;
}

.full-width {
  flex: 1;
}

@media (max-width: 1024px) {
  .expertise-row {
    flex-direction: column;
  }
}

.why-section {
    background: url("/wp-content/themes/unicon/assets/css/blue_grid.png") no-repeat;
    background-size: 75%;
    background-position: center top;
    padding: 60px 0px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  width: 880px;
  margin: 0px auto;
}

.feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0px;
    padding: 25px;
    transition: transform 0.2s;
    border: 1px solid rgba(255, 255, 255, .1);
}

/* .feature-card:hover {
  transform: translateY(-5px);
} */

.feature-icon {
    width: 50px;
    height: 30px;
    border-radius: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #178ece;
}
.feature-icon img{
  max-height: 13px;
}

/* .icon-yellow {
  background: linear-gradient(135deg, #fde047 0%, #f97316 100%);
  box-shadow: 0 4px 6px #fef08a;
}
.icon-green {
  background: linear-gradient(135deg, #4ade80 0%, #10b981 100%);
  box-shadow: 0 4px 6px #bbf7d0;
}
.icon-blue {
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%);
  box-shadow: 0 4px 6px #bfdbfe;
}
.icon-purple {
  background: linear-gradient(135deg, #c084fc 0%, #9333ea 100%);
  box-shadow: 0 4px 6px #e9d5ff;
}
.icon-pink {
  background: linear-gradient(135deg, #f472b6 0%, #ef4444 100%);
  box-shadow: 0 4px 6px #fbcfe8;
}
.icon-cyan {
  background: linear-gradient(135deg, #22d3ee 0%, #0891b2 100%);
  box-shadow: 0 4px 6px #a5f3fc;
} */

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--white);
    line-height: normal;
    font-weight: 600;
}

.feature-card p {
    color: #BBC2CE;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.engagement-section {
  padding: 80px 0;
  background-color: var(--dark-bg);
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.engagement-card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #e5e7eb;
}

.model-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  border: 1px solid var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.engagement-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
      line-height: normal;
  color: var(--text-dark);
}

.engagement-card p {
  color: var(--text-gray);
  font-size: 16px;
}

@media (max-width: 768px) {
  .engagement-grid {
    grid-template-columns: 1fr;
  }
}

.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-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: 20px;
    color: #222;
    line-height: 30px;
    letter-spacing: normal;
    font-weight: 500;
}

.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;
}

@media (max-width: 768px) {
  .case-grid {
    grid-template-columns: 1fr;
  }
}

.cta-section {
  background-color: var(var(--dark-bg));
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.cta-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cta-content {
  flex: 1;
  color: var(--white);
  text-align: center;
}

.cta-content h2 {
  color: var(--white);
  font-size: 32px;
  /* margin-bottom: 20px; */
}

.cta-content p {
  color: var(--text-light);
  font-size: 16px;
  max-width: 600px;
}

.cta-actions {
display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}
.cta-actions p{
    color: #d1d1d1;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.cta-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .cta-actions .btn {
    width: 100%;
  }
}
/* .ai_contact_form{
      padding: 80px 0px;
    border-top: 1px solid #303E5F;
}

.en_ai_form{
  width: 800px;
}
.ai_form-head span{
  background: #178ECE;
  font-size: 16px;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 32px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
.ai_form-head h2{
    color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
}
.ai_form_inn{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ai_form_inn .form-group input{
    background: transparent !important;
    border: 1px solid #4A546E;
    border-radius: 4px;
}
.ai_form_inn textarea{
      max-height: 100px;
    background-color: transparent !important;
    border: 1px solid #4A546E;
}
.ai_contact_form .wpcf7-form .wpcf7-submit{
      background: #178ece;
}
.ai_form_inn .form-group label{
  color: #fff;
}
@media (max-width: 768px) {
  .en_ai_form{
    max-width: 100%;
  }
} */
