:root {
  --blue: #2479a5;
  --blue-dark: #1a5f84;
  --blue-light: #e8f4fb;
  --blue-mid: #d0e9f5;
  --black: #000;
  --gray: #555;
  --white: #fff;
  --border: #d6e8f4;
}

.insurence_banner {
  background-image: url(../images/services/insurence/insurence-tech.jpg);
}

.it_consulting_strategy {
  background-image: url(../images/services/new/it_consulting_strategy.png);
}

.digital_transformation_consulting {
  background-image: url(../images/services/new/digital_transformation_consulting.png);
}

.technology_assessment_audit {
  background-image: url(../images/services/new/technology_assessment_audit.png);
}

.software_consulting {
  background-image: url(../images/services/new/software_consulting.png);
}

.product_strategy_roadmapping {
  background-image: url(../images/services/new/product_strategy_roadmapping.png);
}

.enterprise_software_development {
  background-image: url(../images/services/new/enterprise_software_development.png);
}

.saas_development {
  background-image: url(../images/services/new/saas_development.png);
}

.mvp_development {
  background-image: url(../images/services/new/mvp_development.png);
}

.software_product_engineering {
  background-image: url(../images/services/new/software_product_engineering.png);
}

.legacy_application_modernization {
  background-image: url(../images/services/new/legacy_application_modernization.png);
}
.api_development_integration {
  background-image: url(../images/services/new/api_development_integration.jpg);
}
.cross_platform_development {
  background-image: url(../images/services/new/cross_platform_development.jpg);
}

.ai_machine_learning_development {
  background-image: url(../images/services/new/ai_machine_learning_development.jpg);
}

.data_analytics_business_intelligence {
  background-image: url(../images/services/new/data_analytics_business_intelligence.jpg);
}

.design_systems {
  background-image: url(../images/services/new/design_systems.jpg);
}

.iot_solutions {
  background-image: url(../images/services/new/iot_solutions.jpg);
}

.product_design {
  background-image: url(../images/services/new/product_design.jpg);
}

.user_research {
  background-image: url(../images/services/new/user_research.jpg);
}

/* .uxui_design {
  background-image: url(../images/services/new/uxui_design.jpg);
} */

.quality_assurance_testing{
  background-image: url(../images/services/new/quality-assurance-testing.jpg);
}
.devops_cicd{
  background-image: url(../images/services/new/devops-cicd.jpg);
}

.application_maintenance_support{
  background-image: url(../images/services/new/application-maintenance-support.jpg);
}

.security_testing_audits{
  background-image: url(../images/services/new/security_testing_audits.jpg);
}

.it_staff_augmentation{
  background-image: url(../images/services/new/it_staff_augmentation.jpg);
}

.dedicated_development_teams{
  background-image: url(../images/services/new/dedicated_development_teams.jpg);
}

.hire_developers_by_skill{
  background-image: url(../images/services/new/hire_developers_by_skill.jpg);
}

.banking_financial_services{
  background-image: url(../images/industries/banking_financial_services.jpg);
}

.health_care_industries{
  background-image: url(../images/industries/health_care_industries.jpg);
}

.insurance_insurtech{
  background-image: url(../images/industries/insurance_insurtech.jpg);
}

.retail_ecom_industries{
  background-image: url(../images/industries/retail_ecom_industries.jpg);
}

.edu_industries{
  background-image: url(../images/industries/edu_industries.jpg);
}

.industries_energy{
  background-image: url(../images/industries/industries_energy.jpg);
}

.industries_logistic{
  background-image: url(../images/industries/industries_logistic.jpg);
}

.industries_menufectering{
  background-image: url(../images/industries/industries_menufectering.jpg);
}

.industries_real_state{
  background-image: url(../images/industries/industries_real_state.jpg);
}

.industries_saas{
  background-image: url(../images/industries/industries_saas.jpg);
}

.insurance_insurtech{
  background-image: url(../images/industries/insurance_insurtech.jpg);
}

.industries_saas{
  background-image: url(../images/industries/industries_saas.jpg);
}

.industries_energy{
  background-image: url(../images/industries/industries_energy.jpg);
}

.industry__professilonal-a{
  background-image: url(../images/industries/industry__professilonal-a.jpg);
}

.our_technology_bg{
  background-image: url(../images/industries/our_technology_bg.jpg);
}

.travel_industries{
  background-image: url(../images/industries/travel_industries.jpg);
}


.new_banner {
  text-align: center;

  height: 600px;
  background-position: center;
  background-size: cover;
  background-color: rgb(0 0 0 / 40%);
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
}

.new_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-blend-mode: multiply;
  z-index: 1;
}

.new_banner > * {
  position: relative;
  z-index: 2;
}

.new_banner h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 36px;
  margin-top: 96px;
}
.new_banner p {
  max-width: 100%;

  font-size: 16px;
  color: #fff;
  line-height: 1.6em;
}

.new_banner a.btn {
  width: 220px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  background: #1f73b7;
  border: 1px solid #1f73b7;
}

.new_banner a.btn.btn03 {
  background: 0 0;
  border: 1px solid #fff;
}

.section-padd {
  float: none;
}
.card-header-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}
.dot-red {
  background: #ff5f57;
}
.dot-yellow {
  background: #febc2e;
}
.dot-green {
  background: #28c840;
}
.card-title-bar {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-left: auto;
}
.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}
.metric-box {
  background: var(--blue-light);
  border-radius: 8px;
  padding: 14px 16px;
  border: 1px solid var(--blue-mid);
}
.metric-box .mval {
  font-size: 1.5rem;
  color: var(--blue);
  display: block;
  line-height: 1;
}
.metric-box .mlbl {
  font-size: 0.72rem;
  color: var(--gray);
  font-weight: 500;
  margin-top: 3px;
}
.progress-section label {
  font-size: 0.78rem;
  color: var(--gray);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.progress-bar-custom {
  background: var(--blue-mid);
  border-radius: 20px;
  height: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: var(--blue);
  border-radius: 20px;
}
.hero-badge {
  position: absolute;
  bottom: -20px;
  right: -10px;
  background: var(--blue);
  color: var(--white);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(36, 121, 165, 0.35);
  line-height: 1.4;
}
.hero-badge span {
  font-size: 1.5rem;
  display: block;
  line-height: 1;
}

/* ── TRUSTED BY ── */
.trusted-bar {
  background: var(--blue-light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.trusted-bar p {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray);
  margin: 0;
}
.trusted-logos {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.trusted-logo-item {
  font-size: 0.95rem;
  color: var(--gray);
  opacity: 0.65;
  letter-spacing: -0.02em;
}

/* ── SECTIONS ── */
section {
  padding: 90px 0;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.section-sub {
  color: var(--gray);
  font-size: 1.05rem;
  max-width: 540px;
  line-height: 1.75;
}

/* ── PRODUCT CARDS ── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 50px;
}
.product-card {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 32px 28px;
  position: relative;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.2s;
  overflow: hidden;
}
.product-card:hover {
  border-color: var(--blue);
  box-shadow: 0 10px 36px rgba(36, 121, 165, 0.12);
  transform: translateY(-3px);
}
.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.product-card:hover::before {
  transform: scaleX(1);
}
.card-icon {
  width: 50px;
  height: 50px;
  background: var(--blue-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid var(--blue-mid);
}
.card-icon i {
  font-size: 1.3rem;
  color: var(--blue);
}
.product-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.product-card p {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 20px;
  line-height: 1.65;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  font-size: 0.84rem;
  color: var(--gray);
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  border-top: 1px solid var(--border);
}
.feature-list li:first-child {
  border-top: none;
}
.feature-list li i {
  color: var(--blue);
  font-size: 0.8rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ── WHO WE SERVE ── */
.who-section {
  background: var(--black);
}
.who-section .section-title {
  color: var(--white);
}
.who-section .section-label {
  color: #6db8d9;
}
.who-section .section-sub {
  color: #888;
}
.who-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 28px;
  transition:
    background 0.25s,
    border-color 0.25s;
  height: 100%;
}
.who-card:hover {
  background: rgba(36, 121, 165, 0.15);
  border-color: var(--blue);
}
.who-card i {
  font-size: 1.8rem;
  color: var(--blue);
  margin-bottom: 14px;
  display: block;
}
.who-card h4 {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.who-card p {
  color: #777;
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.6;
}

/* ── TECH SECTION ── */
.tech-section {
  background: var(--white);
}
.tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--black);
  margin: 6px;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.tech-pill i {
  color: var(--blue);
  font-size: 1rem;
}
.tech-pill:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.tech-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 24px;
  height: 100%;
}
.tech-block h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--black);
}
.tech-block p {
  color: var(--gray);
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.65;
}
.tech-block .tech-icon {
  width: 42px;
  height: 42px;
  background: var(--blue-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid var(--blue-mid);
}
.tech-block .tech-icon i {
  color: var(--blue);
  font-size: 1.1rem;
}

/* ── TIMELINES ── */
.timeline-section {
  background: var(--blue-light);
}
.timeline-item {
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 26px;
  margin-bottom: 14px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.timeline-item:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(36, 121, 165, 0.1);
}
.timeline-badge {
  background: var(--blue);
  color: var(--white);

  font-size: 0.95rem;
  border-radius: 6px;
  padding: 8px 14px;
  white-space: nowrap;
  min-width: 100px;
  text-align: center;
  flex-shrink: 0;
}
.timeline-item h5 {
  font-size: 1rem;
  margin: 0 0 3px;
}
.timeline-item p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--gray);
}

/* ── FAQ ── */
.faq-section {
  background: var(--white);
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:hover {
  border-color: var(--blue);
}
.faq-question {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: var(--white);
  transition: background 0.2s;
}
.faq-question:hover {
  background: var(--blue-light);
}
.faq-question h5 {
  margin: 0;
  font-size: 1rem;

  font-weight: 600;
  color: var(--black);
}
.faq-question i {
  color: var(--blue);
  transition: transform 0.25s;
}
.faq-question.active i {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 24px 20px;
  color: var(--gray);
  font-size: 0.92rem;
  line-height: 1.7;
  display: none;
}
.faq-item.open .faq-answer {
  display: block;
}
.faq-item.open .faq-question {
  background: var(--blue-light);
}

/* ── CTA ── */
.cta-section {
  background: var(--blue);
  padding: 90px 0;
}
.cta-section h2 {
  color: var(--white);

  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.cta-section h4 {
  color: var(--white);

  letter-spacing: -0.01em;
}
.cta-section p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
}
.btn-white {
  background: var(--white);
  color: var(--blue);
  border: none;
  padding: 15px 34px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.btn-white:hover {
  color: var(--blue-dark);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-white-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition:
    background 0.2s,
    color 0.2s;
}
.btn-white-outline:hover {
  background: var(--white);
  color: var(--blue);
  text-decoration: none;
}
.cta-contact {
  display: flex;
  gap: 28px;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 500;
}
.cta-contact-item i {
  color: #a8d8ef;
  font-size: 1.1rem;
}
.cta-contact-item a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.2s;
}
.cta-contact-item a:hover {
  border-bottom-color: var(--white);
}
.cta-features {
  display: flex;
  gap: 28px;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.cta-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
}
.cta-feature i {
  color: #a8d8ef;
}

/* ── FOOTER ── */
.footer {
  background: var(--black);
  color: #888;
  padding: 60px 0 30px;
}
.footer h5 {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer a {
  color: #666;
  font-size: 0.88rem;
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer a:hover {
  color: var(--blue);
}
.footer-brand {
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 10px;
}
.footer-brand span {
  color: var(--blue);
}
.footer-bottom {
  border-top: 1px solid #1a1a1a;
  margin-top: 50px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: #444;
}
.social-links a {
  display: inline-block;
  color: #555;
  font-size: 1rem;
  margin-left: 14px;
  transition: color 0.2s;
}
.social-links a:hover {
  color: var(--blue);
}

/* ── COMPLIANCE ── */
.compliance-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--black);
  margin: 5px;
}
.compliance-tag i {
  color: var(--blue);
}

/* ── DIVIDER ── */
.divider-blue {
  width: 50px;
  height: 3px;
  background: var(--blue);
  margin-bottom: 20px;
}

/* ── APPROACH SECTION ── */
.approach-section {
  background: var(--blue-light);
}
.approach-timeline {
  max-width: 800px;
  margin: 50px auto 0;
}
.approach-step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.approach-step:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(36, 121, 165, 0.1);
}
.step-number {
  background: var(--blue);
  color: var(--white);
  font-family: "DM Serif Display", serif;
  font-size: 1.1rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.approach-step h4 {
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.approach-step .duration {
  display: inline-block;
  font-size: 0.78rem;
  color: var(--blue);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.approach-step p {
  color: var(--gray);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.65;
}

/* ── DIFFERENTIATORS ── */
.diff-section {
  background: var(--white);
}
.diff-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 32px 28px;
  height: 100%;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.diff-card:hover {
  border-color: var(--blue);
  box-shadow: 0 6px 24px rgba(36, 121, 165, 0.1);
}
.diff-card i {
  font-size: 1.8rem;
  color: var(--blue);
  margin-bottom: 16px;
  display: block;
}
.diff-card h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.diff-card p {
  color: var(--gray);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.65;
}

/* ── WHO NEEDS SECTION ── */
.who-needs-section {
  background: var(--blue-light);
}
.need-item {
  display: flex;
  align-items: flex-start;
  /* height: 100%; */
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 12px;
  transition:
    border-color 0.2s,
    box-shadow 0.15s;
}
.need-item:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(36, 121, 165, 0.08);
}
.need-item i {
  color: var(--blue);
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.need-item p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--gray);
  line-height: 1.6;
}

/* ── PRICING SECTION ── */
.pricing-section {
  background: var(--white);
}
.pricing-card {
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 12px;
  padding: 36px 20px;
  text-align: center;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.pricing-card:hover {
  box-shadow: 0 12px 40px rgba(36, 121, 165, 0.15);
  transform: translateY(-4px);
}
.pricing-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 8px;
}
.pricing-amount {
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  color: var(--black);
  margin-bottom: 8px;
}
.pricing-desc {
  font-size: 0.88rem;
  color: var(--gray);
  margin-bottom: 20px;
  line-height: 1.6;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}
.pricing-features li {
  font-size: 0.88rem;
  color: var(--gray);
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pricing-features li i {
  color: var(--blue);
  margin-top: 3px;
  flex-shrink: 0;
}

/* ── SIGNS SECTION ── */
.signs-section {
  background: var(--black);
}
.sign-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 12px;
  transition:
    background 0.25s,
    border-color 0.25s;
}
.sign-item:hover {
  background: rgba(36, 121, 165, 0.15);
  border-color: var(--blue);
}
.sign-item i {
  color: var(--blue);
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.sign-item p {
  margin: 0;
  font-size: 0.92rem;
  color: #888;
  line-height: 1.6;
}

/* ── METRICS SECTION ── */
.metrics-section {
  background: var(--white);
}
.metric-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  height: 100%;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.metric-card:hover {
  border-color: var(--blue);
  box-shadow: 0 6px 24px rgba(36, 121, 165, 0.1);
}
.metric-card i {
  font-size: 1.8rem;
  color: var(--blue);
  margin-bottom: 12px;
  display: block;
}
.metric-card h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.metric-card p {
  color: var(--gray);
  font-size: 0.86rem;
  margin: 0;
  line-height: 1.6;
}

.wev_outer .section-padd.gimpbg,
.wev_outer .testimnbsorwp,
.wev_outer .certifcleinWrp {
  display: none;
}

#accordion .card-header a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.icon-mr-8 {
  margin-right: 8px;
}

.what-is-section {
  padding: 80px 0;
}
.what-is-intro {
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.what-is-list {
  list-style: none;
  padding: 0;
}
.what-is-list-item {
  padding: 8px 0;
  color: var(--gray);
  font-size: 0.92rem;
}
.what-is-list-icon {
  color: var(--blue);
  margin-right: 10px;
}
.roadmap-overview-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 32px;
}
.roadmap-overview-title {
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.roadmap-overview-intro {
  color: var(--gray);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.roadmap-overview-steps {
  background: var(--blue-light);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 12px;
}
.roadmap-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.roadmap-overview-steps .roadmap-step:last-child {
  margin-bottom: 0;
}
.roadmap-step-icon {
  color: var(--blue);
  font-size: 1.2rem;
  margin-top: 2px;
}
.roadmap-step-title {
  color: var(--black);
  font-size: 0.9rem;
}
.roadmap-step-text {
  margin: 0;
  color: var(--gray);
  font-size: 0.85rem;
}
.roadmap-overview-note {
  color: var(--gray);
  font-size: 0.85rem;
  margin: 0;
  font-style: italic;
}
.roadmap-overview-note-icon {
  color: var(--blue);
  margin-right: 6px;
}
.failures-title {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.failures-subtitle {
  color: #888;
  font-size: 1.05rem;
  line-height: 1.7;
}
.section-label-icon {
  margin-right: 6px;
}
.platform-service-card {
  background: var(--blue);
  border-color: var(--blue);
}
.platform-service-icon {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}
.platform-service-icon-i,
.platform-service-title {
  color: #fff;
}
.platform-service-text {
  color: rgba(255, 255, 255, 0.8);
}
.platform-service-li {
  border-top-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.platform-service-li-icon {
  color: #a8d8ef;
}
.deliverables-section {
  background: var(--blue-light);
  padding: 90px 0;
}
.deliverable-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px;
  height: 100%;
}
.deliverable-icon {
  font-size: 1.8rem;
  color: var(--blue);
  margin-bottom: 14px;
  display: block;
}
.deliverable-title {
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.deliverable-text {
  color: var(--gray);
  font-size: 0.86rem;
  margin: 0;
  line-height: 1.6;
}
.pricing-note-card {
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 32px;
  text-align: center;
}
.pricing-note-title {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: var(--black);
}
.pricing-note-text {
  color: var(--gray);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.7;
}
.faq-cta-card {
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 32px;
}
.faq-cta-icon {
  color: var(--blue);
  font-size: 1.8rem;
  margin-bottom: 16px;
  display: block;
}
.faq-cta-title {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.faq-cta-text {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.btn-primary-block {
  display: block;
  text-align: center;
  padding: 13px;
}

.itc-intro-section {
  background: #fff;
  padding: 80px 0;
}
.itc-highlight-card {
  background: var(--blue-light);
  border-radius: 10px;
  padding: 32px;
  border: 1px solid var(--border);
}
.itc-highlight-title {
  font-size: 1.15rem;
  margin-bottom: 16px;
  color: var(--black);
}
.itc-highlight-text {
  color: var(--gray);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.itc-highlight-note-box {
  background: var(--white);
  border-radius: 8px;
  padding: 20px;
  border: 1px solid var(--border);
}
.itc-highlight-note {
  margin: 0;
  color: var(--gray);
  font-size: 0.9rem;
  line-height: 1.65;
}
.itc-highlight-note-icon {
  color: var(--blue);
  margin-right: 10px;
  font-size: 1.2rem;
}
.cloud-product-card {
  background: var(--blue);
  border-color: var(--blue);
}
.cloud-card-icon-wrap {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}
.cloud-card-icon,
.cloud-card-title {
  color: #fff;
}
.cloud-card-text {
  color: rgba(255, 255, 255, 0.8) !important;
}
.cloud-card-li {
  border-top-color: rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.cloud-card-li-icon {
  color: #a8d8ef !important;
}
.pricing-note-box {
  background: var(--blue-light);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px;
  text-align: center;
}
.pricing-note-icon {
  color: var(--blue);
  margin-right: 8px;
  font-size: 1.1rem;
}
.faq-callout-card {
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 32px;
}
.faq-callout-icon {
  color: var(--blue);
  font-size: 1.8rem;
  margin-bottom: 16px;
  display: block;
}
.faq-callout-title {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.faq-callout-text {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.compliance-card {
  background: var(--blue);
  border-color: var(--blue);
}
.compliance-card-icon-wrap {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}
.compliance-card-icon,
.compliance-card-title {
  color: #fff !important;
}
.compliance-card-text {
  color: rgba(255, 255, 255, 0.8) !important;
}
.compliance-card-li {
  border-top-color: rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.compliance-card-li-icon {
  color: #a8d8ef !important;
}
.timeline-note-block {
  border-color: var(--blue);
  background: var(--blue-light);
}
.integration-ecosystem-label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 14px;
}
.btn-white-block {
  display: block;
  text-align: center;
  padding: 13px;
}
.expect-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.expect-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}
.expect-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.expect-step:last-child {
  margin-bottom: 0;
}
.expect-step-num {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "DM Serif Display", serif;
  color: #fff;
  font-size: 0.9rem;
}
.expect-step-title {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.expect-step-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

.change-card {
  background: var(--blue);
  border-color: var(--blue);
}
.change-card-icon-wrap {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}
.change-card-icon,
.change-card-title {
  color: #fff !important;
}
.change-card-text {
  color: rgba(255, 255, 255, 0.8) !important;
}
.change-card-li {
  border-top-color: rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.change-card-li-icon {
  color: #a8d8ef !important;
}
.metrics-note-box {
  background: var(--blue-light);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px;
  text-align: center;
}
.metrics-note-text {
  color: var(--gray);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.7;
}
.metrics-note-icon {
  color: var(--blue);
  margin-right: 8px;
  font-size: 1.1rem;
}
.pricing-phase-box {
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 32px;
  text-align: center;
}
.pricing-phase-title {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: var(--black);
}
.pricing-phase-text {
  color: var(--gray);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.7;
}

/* ── ANIMATIONS ── */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-in {
  animation: fadeInUp 0.6s ease both;
}
.delay-1 {
  animation-delay: 0.1s;
}
.delay-2 {
  animation-delay: 0.2s;
}
.delay-3 {
  animation-delay: 0.3s;
}
.delay-4 {
  animation-delay: 0.4s;
}


/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .new_banner {
    height: 100%;
    padding: 24px 0;
  }
  .new_banner .btn02 {
    margin-bottom: 12px;
  }
  .hero {
    padding: 60px 0 50px;
  }
  .hero-badge {
    display: none;
  }
  .hero-stats {
    gap: 20px;
  }
  .btn-outline-custom {
    margin-left: 0;
    margin-top: 12px;
  }
  section {
    padding: 60px 0;
  }
  .timeline-badge {
    min-width: 80px;
    font-size: 0.8rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .social-links a {
    margin: 0 7px;
  }
}
