
/* /src/assets/style.css */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12%);
  }
}

#lovable-badge {
  display: none !important;
}

.text-gold {
  color: #afa78f;
}

header .ih-8 {
  height: 51px;
}

header .ih-7 {
  height: 40px;
}

#hero {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  background-color: #0c1030;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

#hero .slide {
  z-index: 2;
  color: #fff;
  align-items: end;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

#hero .imgBGWrapper {
  z-index: 0;
  background-color: #0c1030;
  width: 177.4vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-mask-image: linear-gradient(270deg, #fff, #0000);
  mask-image: linear-gradient(270deg, #fff, #0000);
}

#hero .imgBGWrapper .imgBG {
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

#hero .imgBGWrapper img {
  -o-object-position: right center;
  object-position: right center;
  -o-object-fit: cover;
  object-fit: cover;
  flex: 0 0 100%;
  width: 100%;
  height: 100vh;
}

.journeyList li {
  background-color: #0f1932;
  min-height: 120px;
  padding-top: 20px;
  position: sticky;
  top: calc(50vh - 60px);
}

.journeyList li:before {
  content: "";
  background-color: #333a4f;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.lineheight-min {
  line-height: .3;
}

.overflow-unset {
  overflow: unset;
}

.logoAnimWrapper {
  overflow: hidden;
}

.logoAnim {
  display: flex;
}

.yellowColor {
  color: #afa78f;
}

.orchestraHub {
  z-index: 9;
}

#whyus {
  position: relative;
  overflow: hidden;
}

#whyus > .mx-auto {
  z-index: 1;
  position: relative;
}

#whyus:before {
  content: "";
  filter: blur(4vw);
  opacity: .1;
  background-color: #0c1030;
  border-radius: 13vw;
  width: 25vw;
  height: 25vw;
  animation: 3s ease-in-out infinite float;
  position: absolute;
  top: 10%;
  left: 4%;
}

#whyus:after {
  content: "";
  filter: blur(4.5vw);
  opacity: .1;
  background-color: #afa78f;
  border-radius: 15vw;
  width: 30vw;
  height: 30vw;
  animation: 3.2s ease-in-out infinite float;
  position: absolute;
  bottom: 12%;
  right: 20%;
}

.card-cover-image {
  width: 100%;
  height: 100%;
}

.card-cover-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sticky-heading-top {
  z-index: 3;
  position: sticky;
  top: 90px;
}

.caseStudyCard h3 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.caseStudyCard p {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.caseStudyCard:not(:hover) .arrowIcon {
  color: #fff;
}

.caseStudyCard .text-gold {
  text-align: right;
}

.leaderImage {
  float: left;
  width: 342px;
  height: auto;
  margin: 0 30px 30px 0;
}

.leaderImageWrapper {
  float: left;
  width: 342px;
  height: auto;
  margin: 0 30px 4px 0;
  position: relative;
  overflow: hidden;
}

.leaderImageWrapper:hover .overLay {
  opacity: 1;
  transform: translateY(0);
}

.leaderImageWrapper img {
  width: 100%;
  height: auto;
}

.teamCard .bg-secondary {
  max-width: 300px;
}

.postfix {
  position: relative;
}

.postfix:after {
  content: attr(data-post-fix);
  margin-left: 5px;
  font-size: .5em;
  display: inline-block;
}

.img-sq {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img-2-1 {
  aspect-ratio: 2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img-4-3 {
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#ribbonSection {
  display: block;
}

#ribbonSection p {
  white-space: nowrap;
  width: max-content;
}

.serviceCard .stext {
  gap: 40px;
  display: flex;
}

.serviceCard .stext > .icon {
  background-color: #efebe4;
  border-radius: 75px;
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  padding: 20px;
}

.serviceCard .stext > .icon img {
  width: 100%;
  height: auto;
}

.serviceCard ul.iconList {
  -moz-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
  display: grid;
}

#about {
  position: relative;
}

#about:before {
  content: "";
  filter: blur(5px) saturate(.3);
  opacity: .5;
  background-image: url("https://images.pexels.com/photos/5504311/pexels-photo-5504311.jpeg");
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 0 1px #0c1030;
  -webkit-mask-image: radial-gradient(#fff 0%, #0000 70%);
  mask-image: radial-gradient(#fff 0%, #0000 70%);
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
}

.leadership-card .aspect-\[1\/1\] {
  border-radius: 50%;
  max-width: 150px;
  margin: 25px auto 0;
}

#our_approach .titleSticky {
  position: sticky;
  top: 100px;
}

#our_approach .cardSticky {
  position: sticky;
  top: 301px;
}

#our_approach .approachCard {
  margin-top: 20px;
  position: relative;
}

#our_approach .approachCard:before {
  content: "";
  background-color: var(--foreground);
  width: 100%;
  height: 1px;
  position: absolute;
  top: -43px;
  left: 0;
}

#our_approach .approachCard:first-child:before {
  width: 50%;
  left: 50%;
}

#our_approach .approachCard:last-child:before {
  width: 50%;
}

#our_approach .approachCard:not(:last-child):after {
  content: "";
  color: var(--foreground);
  font-family: "Font Awesome 7 Free";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -48px;
  left: calc(100% + 7px);
}

#our_approach .approachCard .icon {
  border: 1px solid var(--foreground);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
}

.logo-img {
  opacity: 1;
  transition: opacity .3s;
}

.logo-img:hover {
  opacity: .7;
}

.serviceWrapper {
  scroll-margin-top: 96px;
}

select.w-full.bg-background.border.border-border.px-4.py-3.text-sm.focus\:outline-none.focus\:border-foreground.transition-colors {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  padding-right: 36px;
}

@media (width <= 1230px) and (width >= 1024px) {
  .headerCustom .max-w-\[1400px\] a {
    font-size: 12px;
  }

  .headerCustom nav {
    gap: 16px;
  }

  .headerCustom .logo-img {
    width: 155px;
    height: auto;
  }
}

@media (width <= 1280px) {
  .serviceCard .stext {
    gap: 20px;
  }
}

@media (width <= 1024px) {
  #about .lg\:col-span-4 {
    order: -1;
  }

  #about .lg\:col-span-4 .logoAnimWrapper {
    max-width: 400px;
  }

  #orchestration > .mx-auto > .space-y-8 {
    order: 2;
  }

  #our_approach .approachCard {
    margin-top: 0;
    padding-left: 76px;
  }

  #our_approach .approachCard:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 33px;
  }

  #our_approach .approachCard:first-child:before {
    width: 1px;
    height: 50%;
    top: 50%;
    left: 33px;
  }

  #our_approach .approachCard:last-child:before {
    width: 1px;
    height: 50%;
  }

  #our_approach .approachCard:not(:last-child):after {
    content: "";
    font-size: 15px;
    top: calc(100% + 3px);
    left: 27px;
  }

  #our_approach .approachCard .icon {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media (width <= 991px) {
  #hero .imgBGWrapper {
    width: 100vw;
    height: 80vw;
    -webkit-mask-image: linear-gradient(#fff, #0000);
    mask-image: linear-gradient(#fff, #0000);
  }

  #hero .imgBGWrapper .imgBG, #hero .imgBGWrapper .imgBG img {
    height: 80vw;
  }
}

@media (width <= 767px) {
  .journeyList li:before {
    display: none;
    left: 6px;
  }

  .absolute.left-6.md\:left-1\/2.top-0.bottom-0.w-px.bg-cream\/15 {
    z-index: 9;
    left: 23px;
  }

  .sticky-heading-top {
    z-index: 10;
  }

  #service-matrix .rounded-2xl.overflow-hidden.border.border-border.bg-card {
    background-color: #0000;
    border: none;
    border-radius: 0;
  }

  #service-matrix .rounded-2xl.overflow-hidden.border.border-border.bg-card > .grid:not(.hidden) {
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 25px;
    gap: 10px;
    margin-top: 0;
    padding: 20px;
  }

  #service-matrix .rounded-2xl.overflow-hidden.border.border-border.bg-card > .grid:not(.hidden) .bg-card {
    padding: 0;
  }

  #service-matrix .rounded-2xl.overflow-hidden.border.border-border.bg-card > .grid:not(.hidden):not(:last-child) {
    margin-bottom: 24px;
  }

  #our_approach .cardSticky > .grid {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #our_approach .cardSticky .img-4-3 {
    aspect-ratio: 1;
    border-radius: 100px;
    max-width: 200px;
    margin-bottom: -80px;
    margin-left: auto;
    margin-right: 32px;
    display: block;
  }
}

@media (width <= 576px) {
  .headerCustom {
    background-color: #fdf6f8;
    border: 1px solid #fdf6f8;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .headerCustom .logo-img {
    filter: none;
    width: auto;
    height: 28px;
  }

  .headerCustom .navButton {
    color: var(--foreground);
  }

  #hero h1 {
    font-size: 36px;
  }

  #hero .imgBGWrapper {
    top: 73px;
  }

  .text-lg {
    font-size: 16px;
  }

  .case-study-details {
    aspect-ratio: unset;
  }

  .case-study-details .absolute.inset-0.flex.items-end.p-10.lg\:p-14 {
    position: relative;
  }

  #about {
    padding-top: 50px;
  }

  #about .fade-up {
    margin-bottom: 10px;
  }

  #framework .min-h-\[480px\], #values .min-h-\[220px\] {
    min-height: auto;
  }

  .leaderImage {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }

  section > .gap-14 {
    gap: 24px;
  }

  section > .mx-auto > .mb-20, section > .mx-auto > .mb-16 {
    margin-bottom: 24px;
  }

  #businessModal .grid.gap-6 .p-10 {
    padding-top: 30px;
  }

  #caseStudyOverview {
    padding-top: 56px;
  }

  .serviceCard .stext {
    flex-direction: column;
  }

  .serviceCard ul.iconList {
    grid-template-columns: 1fr;
  }

  #orquestraa-infographic {
    transform: scale(.9);
  }
}

@media (width <= 500px) {
  #our_approach .titleSticky {
    position: unset;
  }

  #our_approach .cardSticky {
    top: 83px;
  }
}

@media (width <= 480px) {
  #our_approach .cardSticky .img-4-3 {
    width: calc(100% - 32px);
    max-width: 150px;
    margin-bottom: 20px;
    margin-right: auto;
  }
}
