/* Banner Section */
.updated_banner {
  color: #fff;
}

.updated_banner .vady_content p {
  font-size: 1.3rem;
  line-height: 1.2;
}

.demo-btn {
  background: #297bff;
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: 0.75em 2em;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 0.5em 2em rgba(79,63,240,0.2);
  margin: 2rem 0;
}

.demo-btn:hover {
  background: #6c5ce7;
}

/* Why Enterprises Need VADY Section */
.enterprise-vady {
  background: #fff;
  margin-bottom: 8vh;
  padding: 6vh 0;
  width: 100%;
}

.enterprise-vady h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.enterprise-vady .subheading {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 0.65em;
  width: 80%;
  line-height: 1.2;
}

.enterprise-vady-container {
  display: flex;
  justify-content: space-between;
  gap: 4vw;
  margin-top: 4vh;
}

.enterprise-cards {
  display: flex;
  gap: 2vw;
  align-items: center;
  justify-content: right;
}

.enterprise-card {
  min-width: 16em;
  max-width: 22vw;
  aspect-ratio: 6/7;
  background: #12244a;
  border-radius: 1.2em;
  padding: 2em 1.5em;
  box-shadow: 0 1.2em 2.5em rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: transform 0.4s, box-shadow 0.4s;
}

.enterprise-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2em;
  height: 100%;
  background: linear-gradient(180deg, #1e90ff 0%, #297bff 100%);
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}

.enterprise-card:hover {
  box-shadow: 0 2em 3em rgba(0, 0, 0, 0.25);
  transform: scale(1.06);
  cursor: pointer;
}

.enterprise-card .card-title {
  line-height: 1.4;
  color: #ffffff;
  font-size: 1.1rem;
}

.enterprise-card .card-icon {
  align-self: end;
  position: relative;
  right: 1em;
}

.card-icon img {    
  width: 8vw;
  height: auto;
  opacity: 0.9;
}

.card-right {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

/* Decision Intelligence Section */
.decision-intelligence {
  background: linear-gradient(90deg, rgba(77, 16, 143, 1) 0%, rgba(30, 26, 93, 1) 50%, rgba(17, 30, 61, 1) 100%);
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 7em;
}

.decision-intelligence__wrapper {
  width: 95%;
  position: relative;
  bottom: 10vh;
}

.decision-intelligence__container {
  background: #ffffff;
  display: grid;
  grid-template-columns: 45% 1fr;
  box-shadow: 0 5vh 8vh rgba(15, 23, 42, 0.18);
  border-radius: 2.8vw;
  padding: 6vw 5vw;
  gap: 2vw;
  width: 100%;
}

.decision-intelligence__intro {
  width: 90%;
}

.decision-intelligence__title {
  color: #0f172a;
  font-size: 3rem;
  padding-bottom: 1rem;
  line-height: 1.2;
}

.decision-intelligence__description {
  line-height: 1.2;
  color: #475569;
  font-size: 1.3rem;
}

/* RIGHT */
.decision-intelligence__features {
  display: flex;
  flex-direction: column;
}

.decision-intelligence__feature {
  display: flex;
  gap: 3vw;
  padding: 2vw 0;
}

.decision-intelligence__icon {
  width: 3vw;
  min-width: 2vw;
  height: 3vw;
  min-height: 2vw;
  flex-shrink: 0;
  margin-top: 0.5vw;
}

.decision-intelligence__text {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  font-size: 1.1rem;
}

.decision-intelligence__text h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.decision-intelligence__text p {
  color: #475569;
  margin-bottom: 0.5vw;
  max-width: 40vw;
  line-height: 1.2;
}

.decision-intelligence__text a {
  color: #333;
  text-decoration: none;
}

.decision-intelligence__text a:hover {
  text-decoration: none;
}

/* Divider line */
.decision-intelligence__divider {
  height: 0.3vw;
  background: #e5e7eb;
}

.decision-intelligence__divider-vertical {
  background: #e5e7eb;
  width: 0.3vw;
}

/* Enterprise Ready Section */
.enterprise-ready-section {
  background: linear-gradient(90deg, rgba(77, 16, 143, 1) 0%, rgba(30, 26, 93, 1) 50%, rgba(17, 30, 61, 1) 100%);
  color: #fff;
  padding: 6em 0 7em 0;
  width: 100%;
}

.enterprise-ready-section-wrapper {
  position: relative;
  z-index: 2;
}

.enterprise-ready-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.enterprise-ready-subtitle {
  text-align: center;
  font-size: 1.3rem;
  color: #d1d5db;
  margin-bottom: 3vh;
}

.enterprise-ready-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  max-width: 80vw;
  margin: 0 auto;
}

.enterprise-ready-card {
  background: linear-gradient(300deg, #3d1e74 0%, #12244a 100%);
  border-radius: 1.5em;
  box-shadow: 0 2vh 4vh rgba(18, 36, 74, 0.55), inset 0 0 0 0.1em rgba(255, 255, 255, 0.3);
  flex: 1 1 22vw;
  min-width: 18em;
  max-width: 20vw;
  min-height: 16em;
  padding: 2em 1.5em 1.5em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
  position: relative;
}

.enterprise-ready-card:hover {
  transform: scale(1.06);
  box-shadow: 0 2vh 4vh rgba(18, 36, 74, 0.55), inset 0 0 0 0.1em rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.enterprise-ready-icon {
  width: 4em;
  height: 4em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #6f7cf6 0%, #4b5bdc 100%);
  border-radius: 0.8em;
}

.enterprise-ready-icon img {
  width: 3em;
  height: 3em;
  object-fit: contain;
  opacity: 0.93;
}

.enterprise-ready-card-text {
  text-align: center;
  font-size: 1.1em;
  color:  #d1d5db;
  line-height: 1.2;
  margin-top: 0.5em;
}


.Business_VADY_content p {
  font-size: 1.1rem;
  color: #d1d5db;
}
.Security_hadding_box  p{
  color: #d1d5db;
}
.Integrations_hadding p {
  color: #d1d5db;
}
.data_security_content p {
  color: #d1d5db;
}

.WORDS_FROM_OUR_CLIENTS_hadding h5 {
  font-size: 3rem;
}

.Comma_Icon {
  width: 100%;
  /* background-color: red; */
}
.Comma_Icon_flex{
  display: flex;
  justify-content: normal;
  align-items: center;
}
.coma_box{
  width: 5%;
  position: relative;
}
.coma_box_line{
  width: 93%;
  margin-left: 2%;
}
.coma_box_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px; /* Border thickness */
  background-color: #ccc; /* Border color */
  margin-top: 10px; /* Space between the element and the new border */
}

/* Responsive for Tablet and Mobile Screens */
@media (max-width: 900px) {
  .updated_banner {
    padding: 4vh 0;
    min-height: 50vh;
  }
  .updated_banner .vady_content h1 {
    font-size: 2rem;
  }
  .updated_banner .vady_content p {
    font-size: 1rem;
    margin: 2vh 0;
  }
  .enterprise-vady {
    padding: 4vh 0;
    margin-bottom: 6vh;
  }
  .enterprise-vady h2 {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 0.5rem;
  }
  .enterprise-vady .subheading {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 2vh;
  }
  .enterprise-vady-container {
    flex-direction: column;
    gap: 3vh;
    margin-top: 2vh;
  }
  .enterprise-vady-container-left,
  .enterprise-cards {
    width: 100%;
    min-width: 0;
  }
  .enterprise-cards {
    flex-direction: column;
    gap: 2vh;
  }
  .enterprise-card {
    width: 100%;
    aspect-ratio: 6/7;
    padding: 6vw 4vw;
  }
  .decision-intelligence__wrapper {
    width: 100%;
    bottom: 0;
  }
  .decision-intelligence__container {
    grid-template-columns: 1fr;
    padding: 4vw 2vw;
  }
  .decision-intelligence__intro {
    width: 100%;
  }
  .decision-intelligence__title {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 0.5rem;
  }
  .enterprise-ready-title {
    font-size: 1.7rem;
    margin-bottom: 1vh;
  }
  .enterprise-ready-subtitle {
    font-size: 1rem;
    margin-bottom: 2vh;
  }
  .enterprise-ready-cards {
    max-width: 96vw;
    gap: 3vw;
  }
  .enterprise-ready-card {
    max-width: 48vw;
    min-width: 14em;
    min-height: 14em;
    padding: 2em 1em;
  }
  .enterprise-ready-icon {
    width: 2.5em;
    height: 2.5em;
    margin-bottom: 1vw;
  }
  .enterprise-ready-icon img {
    width: 1.5em;
    height: 1.5em;
  }
  .enterprise-ready-card-text {
    font-size: 1em;
  }
}

@media (max-width: 600px) {
  .updated_banner {
    padding: 2vh 0;
    min-height: 30vh;
  }
  .enterprise-vady {
    padding: 2vh 0;
    margin-bottom: 3vh;
  }
  .card-icon img{
    width: 20vw;
  }
  .decision-intelligence__container {
    padding: 5vw;
  }
  .enterprise-ready-title {
    font-size: 1.1rem;
  }
  .enterprise-ready-cards {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    max-width: 100vw;
    padding: 0 2vw;
  }
  .enterprise-ready-card {
    min-height: 10em;
    padding: 1.5em 0.8em;
  }
}