@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --blue: #2f327d;
  --darkblue: #0d0a37;
  --blue: #2f327d;
  --darkblue: #0d0a37;
  --black: #000000;
  --white: #ffffff;
  --orange: #e8c63d;
  --thickblue: #002b3e;
  --lightblue: #d5f2ff;
  --lightblue2: #bdeaff;
  --black20: #202020;
}
.vlsiTitleCardContent {
  background-image: url("../images/vlsi/BG.jpg");
  height: 450px;
  width: 100%; /* takes full parent width */
  background-size: cover; /* scale to cover entire area */
  background-position: center; /* keep it centered */
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  justify-content: start;
  align-items: center;

  min-height: 450px; /* ensures minimum height but can grow */
  width: 100%; /* full width */
  background-size: cover; /* image covers whole section */
  background-position: center; /* keeps image centered */
}

.roundImg {
  height: 60px;
  width: 250px;
  margin-left: 10%;
}

.vlsiTitle {
  font-size: 70px;
  font-family: "Poppins";
}

#acceleratingContent {
  background-color: rgba(0, 43, 62, 1);
  height: auto;
  padding: 20px;
  padding-left: 10%;
  padding-right: 9%;
  display: block;
  background-size: cover;
  width: 100%;
  /* min-height: 400px; */
  /* padding: 50px 50px; */
  padding-top: 50px;
  padding-bottom: 50px;
}

.acceleratingText {
  font-size: 34px;
  color: rgba(232, 198, 61, 1);
  font-family: "Poppins";
  font-weight: 700;
}

.acceleratingtsxtContent1 {
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
  font-family: "Poppins";
  font-weight: 500;
}

.acceleratingtsxtContent2 {
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: "Poppins";
  font-weight: 200;
}

.quote-buttonProgress4GL {
  background-color: #ecc94b; /* yellow background */
  color: #363636; /* dark text */
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 24px;
  border: none;
  border-radius: 9999px; /* full pill shape */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.quote-buttonProgress4GL:hover {
  background-color: #ddb635; /* darker yellow on hover */
}

#coreCompetencies {
  background-color: rgba(14, 14, 14, 1); /* dark background */
  padding: 40px 10%;
}

.coreTitle {
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: rgba(232, 198, 61, 1); /* yellow heading */
  margin-bottom: 20px;
}

.competencyList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.competencyCard {
  padding: 18px 22px;
  border-radius: 8px;
  font-size: 18px;
  color: rgba(32, 32, 32, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.lightBlue {
  background-color: #e2f6ff;
}

.lightYellow {
  background-color: #fff3c2;
}
/*What we Offer Styles*/
#vlsiDesignWhiteLabelContainer {
  display: flex;
  background-size: cover;
  width: 100%;
  background-color: var(--white);
  padding: 20px 0px;
  color: #002b3e;
  font-size: 32px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
/*LeftRight ZigZag Content*/
#vlsiDesignServicesContainer .even-background {
  background-color: var(--lightblue);
}

#vlsiDesignServicesContainer .odd-background {
  background-color: var(--lightblue2);
}

#vlsiDesignServicesContainer .servicesimagetitletext {
  color: #0e0e0e;
  font-weight: 600;
  font-size: 28px;
  font-family: "Poppins";
  margin-top: 50px;
  padding-left: 40px;
}
#vlsiDesignServicesContainer .servicesimagebodytext {
  font-weight: 400;
  font-size: 24px;
  color: #0e0e0e;
  font-family: "Poppins";
  padding-left: 60px;
  padding-right: 50px;
  line-height: 40px;
}
#vlsiDesignServicesContainer .servicesimagesubtitletext {
  font-weight: 400;
  font-size: 24px;
  padding-top: 10px;
  color: #0e0e0e;
  font-family: "Poppins";
  padding-left: 40px;
}

#vlsiDesignServicesContainer.whiteDivider {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  z-index: 1;
  margin: 0;
}
#vlsiDesignServicesContainer img.img-fluid {
  width: 100%;
  height: 100%;
  display: block;
}

#vlsiDesignServicesContainer .mdm-description {
  text-indent: -15px;
}
/*Why Choose Us Styles*/
#vlsi-whyChooseUsSection {
  width: 100%;
  background-color: var(--orange);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1194px) {
  #vlsi-whyChooseUsSection {
    padding-bottom: 70px;
  }
}
#vlsi-whyChooseUsSection .title {
  color: #002b3e;
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins";
  padding-bottom: 20px;
}
#vlsi-whyChooseUsSection .why-section {
  display: flex;
  gap: 40px;
}
#vlsi-whyChooseUsSection .left-why-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#vlsi-whyChooseUsSection .left-why-image img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: fill;
}

#vlsi-whyChooseUsSection .right-why-texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

#vlsi-whyChooseUsSection .why-pointText {
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins";
}

#industriesWeServe {
  background-color: rgba(189, 234, 255, 1);
  padding: 40px 7%;
}

.industriesTitle {
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins";
  color: rgba(14, 14, 14, 1);
  margin-bottom: 20px;
}

.industriesList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.industryPill {
  /* padding: 12px 20px; */
  padding: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 20px;
  font-size: 17px;
  font-family: "Poppins";
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: default;
}

/* Color Variants */
.white {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(54, 54, 54, 1);
}

.darkBlue {
  background-color: rgba(0, 43, 62, 1);
  color: #ffffff;
}

.yellow {
  background-color: rgba(232, 198, 61, 1);
  color: rgba(54, 54, 54, 1);
}

.lightYellow {
  background-color: rgba(255, 243, 194, 1);
  color: rgba(54, 54, 54, 1);
}

@media (max-width: 768px) {
  #vlsi-whyChooseUsSection .why-section {
    flex-direction: column;
  }
}
