.hero-bg {
  background-image: url("./img/landing/LandingBGgraphic.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 700px;
  width: 100%;
}
.hero-img{
  background-image: url('./img/landing/AI.svg');
  background-repeat: no-repeat;
  background-position: center;
}

#card {
  background-image: url("./img/TechnologyStacks/stack.webp  ");
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.horizontal-expansion-body {
  position: relative;
  left: -10px;
  top: 0;
  bottom: 0;
  height: 360px;
  width: 0px !important;
  border-radius: 12px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px !important;
}

#services .show {
  height: 360px;
  width: 280px !important;
  padding: 2rem !important;
}
.vertical-expansion-body {
  position: relative;
  top: -10px;
  left: 0;
  right: 0;
  width: 380px;
  height: 0px !important;
  border-radius: 12px;
  border: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px !important;
}
.vShow {
  height: 180px !important;
  max-height: 600px !important;
  padding: 3rem 2rem !important;
}
.card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  width: 350px;
  overflow: hidden;
}

.side-bar {
  padding: 20px;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.side-bar:hover {
  background: var(--green-gradient);
  color: #101010;
}

.title {
  margin-top: 10px;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  padding: 0 20px;
}

#partner {
  background-image: url("./img/Landing-BG-graphic-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 135vh;
}

#partner .card {
  background-color: #3b3128;
  border-radius: 16px;
  width: 220px;
  height: 550px;
  transition: all 0.3s;
}

#we-offer .card {
  background-color: #27231d;
  border-radius: 10px;
  transition: all 0.3s;
}
.stories-bg {
  background-image: url("./img/AI-Products.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  gap: 50px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.stories-bg .card {
  width: 350px;
  height: 500px;
  border-radius: 16px;
  flex-shrink: 0;
  animation: autoScroll 10s linear infinite;
}

#process .card {
  height: 260px;
  width: 220px;
  border-radius: 16px;
}

.transform-rotate-90 {
  transform: rotate(-90deg);
}

#weoffer .card {
  height: 300px;
  width: 300px;
  transition: all 0.2s;
  
}
#weoffer .card:hover {
  transform: translatey(-3%);
}
hr {
  opacity: 1 !important;
}
#process .card {
  transition: all 0.3s;
}
#process .card:hover {
  transform: translatey(-3%);
}

#blogs .card {
  transition: all 0.3s;
}

#blogs .card:hover {
  transform: translatey(-3%);
}

/* #stack .container-fluid {
  background-image: url("./img/TechnologyStacks/stack.webp");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
} */

.accordion-button {
  border-bottom: 2px solid #fbffff !important;
}
.accordion-button:not(.collapsed) {
  border-bottom: none !important;
  box-shadow: none !important;
}
.accordion-body {
  border-bottom: none !important;
}
.accordion-collapse.show .accordion-body {
  border-bottom: 2px solid #20b04b !important;
}


.accordion-item {
  border: none !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-plus ' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'%3E%3C/path%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}
.accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 768px) {
  .hero-bg {
    height: 700px;
  }
  .hero-content {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  #partner {
    background-image: none;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  #card {
    background-image: none;
    background-color: #101010;
    height: auto;
    padding-top: 10px;
  }
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 28px !important;
  }

  #stack p {
    font-size: 10px !important;
  }
  .partner-text {
    margin-top: 50px !important;
  }
  #partner .card {
    margin-top: 0px !important;
  }
  #process .container-fluid {
    justify-content: center !important;
  }
  #stack .container-fluid {
    background-image: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0px !important;
  }
}

@media (max-width: 576px) {
  .hero-bg{
    height: 70%;
  }
  .hero-content {
    padding-top: 10px !important;
  }
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  p {
    font-size: 14px !important;
  }
  #services {
    text-align: start;
  }
  #card {
    padding: 0px !important;
  }
  #partner {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  #partner .card {
    height: 480px;
  }
  #partner .card-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .partner-text {
    margin-top: 0px !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
  }

  #stack .container-fluid .row {
    margin-left: 0px !important;
  }
  #weoffer .card {
    width: 150px !important;
    height: 150px !important;
    padding-top: 25px !important;
  }
  #weoffer .card img {
    width: 50px !important;
    height: 50px !important;
    align-self: center;
  }
  #weoffer .card h3 {
    font-size: 14px !important;
  }
 

  .vertical-expansion-body {
    width: 85vw !important;
  }
  #card button {
    width: 85vw !important;
  }
  
  #process .card {
    width: 155px !important;
    height: 210px !important;
    padding: 10px !important;
  }
  #process .card h5 {
    font-size: 16px !important;
  }
  .stories-bg .card {
    width: 300px;
    height: 400px;
  }
  #text {
    padding: 0 50px;
  }
}
@media (max-width: 960px) {
  #partner {
    height: auto;
  }
}

@media (max-width: 1200) {
  #card {
    width: auto !important;
    height: auto !important;
  }
  #partner {
    height: auto;
  }
}

.carousel-container {
  position: relative;
}

.custom-buttons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

.custom-buttons .btn {
  margin-left: 0.5rem;
  padding: 0.1rem !important;
}

.custom-buttons .btn:hover {
  border: none !important;
  color: #20b04b !important;
  transform: scale(1.1) !important;
}
