@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body{
    font-family: "Rubik", sans-serif;
}  
.experience-block, .expertise-block {
    margin-bottom: 2rem;
    background: var(--bg-light);
    border-radius: 16px;
    transition: 0.3s;
}
.companies-section h3 {
    font-size: 0.875rem;
    color: var(--text-light);
    opacity: 0.7;
    margin-bottom: 2rem;
    font-family: var(--font-primary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.text-accent {
    font-family: var(--font-primary);
    font-weight: 500;
    color: var(--text-light);
    opacity: 0.8;
}
.companies-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.logo-container {
    flex: 1 1 0%;
    padding: 1rem 0rem;
    transition: 0.3s;
}
.logo-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) contrast(0.8) brightness(1.2);
}
.yellow-bg {
    background: rgb(255, 215, 0);
}
.card-image {
    height: 200px;
    border-radius: 0px;
    margin: 1rem 0px;
    overflow: hidden;
}
.custom-bg-1{
    background-color: #f4fefe !important
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color:#fff;
    background-color:#059891;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #077a75;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-link:hover{
    color: #045955;
}
.prime-color{
    color: #077a75;
}
.btn-outline-success {
    --bs-btn-color: #077a75;
    --bs-btn-border-color: #077a75;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #077a75;
    --bs-btn-hover-border-color: #077a75;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #077a75;
    --bs-btn-active-border-color: #077a75;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #077a75;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #077a75;
    --bs-gradient: none;
}
.btn{
    border-radius: 4px;
}
.border-prime {
    border: 1px solid #d7f5f4;
}
.nav-link:focus, .nav-link:hover {
    color: #077a75;
}

.philosophy-quote {
    padding-left: 1rem;
    opacity: 0.9;
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 2rem 0px 3rem;
    border-left: 4px solid #0f0e0e;
}
.vimm-model {
    margin-top: 2rem;
}
.vimm-card {
    height: 100%;
    position: relative;
    background: var(--bg-light);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 16px;
    padding: 2rem;
    transition: 0.3s;
    overflow: hidden;
}
.vimm-letter {
    font-size: 8rem;
    font-weight: 700;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    opacity: 0.1;
    transition: 0.3s;
}
.vimm-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}
.vimm-card p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}
.principles {
    margin-top: 1.5rem;
    background: rgba(0, 0, 0, 0.03);
    padding: 1.5rem;
    border-radius: 12px;
}
.principles h5 {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    opacity: 0.7;
    font-family: var(--font-primary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.principles ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.principles li {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    line-height: 1.5;
}
.principles strong {
    color: var(--text-light);
    opacity: 0.9;
}
.case-study {
    background: #f4fefe;
    border-radius: 18px;
    box-shadow: 0 2px 16px 0 rgba(5,152,145,0.07);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    transition: box-shadow 0.2s;
    position: relative;
  }
  .case-study:hover {
    box-shadow: 0 4px 32px 0 rgba(5,152,145,0.14);
  }

/* ========== UX Process Section Styles ========== */
#process {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.process-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #059891;
  letter-spacing: -1px;
}
.process-intro {
  font-size: 1.15rem;
  color: #333a;
  margin-bottom: 2.5rem;
  max-width: 700px;
}
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-bottom: 2.5rem;
}
.process-step{
  display: flex;
  align-items: flex-start;
  background: #f4fefe;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(5,152,145,0.07);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  transition: box-shadow 0.2s;
  position: relative;
}
.process-step:hover {
  box-shadow: 0 4px 32px 0 rgba(5,152,145,0.14);
}
.step-number {
  min-width: 54px;
  height: 54px;
  background: #059891;
  color: #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  box-shadow: 0 2px 8px 0 rgba(5,152,145,0.11);
  flex-shrink: 0;
  letter-spacing: -1px;
}
.step-content h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #059891;
}
.step-content p {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  color: #222b;
}
.step-content ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}
.step-content ul li {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #444c;
  position: relative;
  padding-left: 1.1em;
  list-style: none;
}
.step-content ul li:before {
  content: '\2022';
  color: #059891;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0.05em;
}
/* Ethos Block */
.ethos-block {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(255,215,0,0.09);
  margin-top: 2.5rem;
  text-align: left;
}
.ethos-block h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #bfa100;
  margin-bottom: 1.1rem;
  letter-spacing: 0.01em;
}
.ethos-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2.2rem;
}
.ethos-list li {
  font-size: 1.07rem;
  font-weight: 500;
  color: #000000;
  background: #f7f7f5;
  border-radius: 10px;
  padding: 0.5em 1.2em;
  box-shadow: 0 1px 4px 0 rgba(255,215,0,0.08);
  margin-bottom: 0.3em;
}
/* Responsive Design */
@media (max-width: 700px) {
  .process-steps {
    gap: 1.2rem;
  }
  .process-step {
    flex-direction: column;
    align-items: stretch;
    padding: 1.2rem 0.8rem 1rem 0.8rem;
  }
  .step-number {
    margin-bottom: 0.7rem;
    margin-right: 0;
    align-self: flex-start;
  }
}