/* company styling started  */
.company {
  padding: 20px;
}
.company-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-title h4 {
  font-size: 200px;
  font-weight: 400;
  font-family: var(--font-changa);
  color: var(--base-color);
  text-transform: uppercase;
  line-height: 50px;
  pointer-events: none;
  margin-top: 2.8rem;
}
.company-para p {
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 500;
  color: var(--base-color);
  line-height: 30px;
  margin-top: 20px;
  width: 30%;
  margin: auto;
  text-align: center;
  line-height: 22px;
  margin-top: 4.5rem;
}
.company-bg {
  max-width: 100%;
  max-height: 360px;
  overflow: hidden;
}
.company-bg img {
  width: 100%;
  height: 100%;
}
.company-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 3rem;
}
.company-container {
  width: 70%;
  margin: auto;
}
.company-nav .title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-roboto);
  color: var(--black-color);
  margin-right: 4rem;
}
.company-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-list li {
  position: relative;
  padding: 10px 0px;
  margin-right: 4rem;
}
.company-list li a {
  font-family: var(--font-changa);
  font-size: 16px;
  color: var(--black-color);
}
.company-list li .activeLink {
  position: absolute;
  top: 95%;
  left: 0%;
  background-color: var(--base-color);
  height: 3px;
  width: 100%;
}

/* values styling started  */
.values {
  padding: 20px 40px;
  margin-bottom: 5rem;
}
.values-para {
  font-size: 17px;
  font-family: var(--font-roboto);
  font-weight: 500;
  text-align: justify;
  width: 40%;
  margin: auto;
}
.value-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  margin-top: -1.5rem;
}
.value-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--light-gray);
  padding: 10px 10px 5px;
  width: 600px;
}
.value-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.value-title p {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-roboto);
  color: var(--base-color);
  margin-right: 0.3rem;
  margin-bottom: -0.2px;
}
.value-list h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-roboto);
  color: var(--black-color);
  text-transform: uppercase;
}
.value-circle {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: var(--base-color);
}
.value-space:hover {
  background-color: var(--base-color);
  cursor: pointer;
}
.value-space:hover .value-circle {
  background-color: #fff;
}
.value-space:hover .value-title p,
.value-space:hover h4 {
  color: #fff;
}
.value-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  margin-top: 3rem;
}
.value-card {
  display: flex;
}
.value-card img {
  width: 50%;
  height: 100%;
}
.value-card p {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--font-roboto);
  color: var(--gray-color);
  width: 50%;
  margin-left: 1.5rem;
}

/* History Styling Started  */
.history {
  padding: 20px 200px 5rem 80px;
  margin: 5rem 0rem 2rem;
}
.history-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.history-data {
  position: relative;
}
.vertical-line {
  position: absolute;
  top: 0%;
  left: 0.5%;
  height: 100%;
  width: 2px;
  background-color: var(--base-color);
}
.history-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 130px;
}
.history-content p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-color);
  font-family: var(--font-roboto);
  width: 250px;
}
.history-circle {
  border-radius: 50px;
  width: 8px;
  height: 8px;
  background-color: var(--base-color);
}
.line-circle-1 {
  position: absolute;
  top: 30%;
  left: -0.3%;
}
.line-circle-2 {
  position: absolute;
  top: 45%;
  left: -0.3%;
}
.line-circle-3 {
  position: absolute;
  top: 47%;
  left: -0.3%;
}
.year {
  font-size: 23px;
  font-weight: 500;
  color: var(--base-color);
  font-family: var(--font-roboto);
}
.year-1 {
  position: absolute;
  top: 27%;
  left: 4%;
}
.year-2 {
  position: absolute;
  top: 47%;
  left: 4%;
}
.year-3 {
  position: absolute;
  top: 47%;
  left: 4%;
}
.history-data img {
  width: 600px;
  height: 65%;
  object-fit: cover;
}
.history-tagline {
  padding: 0px 10px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-roboto);
  line-height: 1.4;
}
.history-heading {
  position: absolute;
  top: 90%;
  right: 1%;
  width: 800px;
}
.history-heading h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-roboto);
}
/* Leadership Styling Started  */
.leadership-title {
  margin-bottom: 3rem;
}
.leadership-title-para {
  width: 70%;
  margin: auto;
  margin-top: 0.7rem;
}
.leadership-title-para p {
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
  font-family: var(--font-changa);
  color: var(--black-color);
}
.leadership {
  padding: 20px 100px;
  margin-bottom: 0rem;
}
.leadership-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1.5rem;
}
.leadership-card img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.leadership-card-data h4 {
  font-size: 28px;
  font-weight: 500;
  font-family: var(--font-roboto);
  text-transform: uppercase;
  color: var(--black-color);
}
.leadership-card-data .designation {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-roboto);
  color: var(--gray-color);
  margin-bottom: 1rem;
}
.leadership-card-data p {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-roboto);
  color: var(--black-color);
  margin-bottom: 0.8rem;
}
.leadership-social {
  padding: 15px 0px;
  border-top: 2px dashed var(--base-color) !important;
  border-bottom: 2px dashed var(--base-color) !important;
  font-family: var(--font-roboto);
  margin-top: 1.5rem;
}
.learn-more {
  padding: 10px 20px;
  background-color: var(--base-color);
  background: var(--main-background);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-roboto);
  border-radius: 5px;
  cursor: pointer;
  width: fit-content;
  margin-right: 1rem;
}
.learn-more i {
  margin-right: 0.5rem;
}
.social-icon {
  padding: 10px 13px;
  background-color: var(--base-color);
  background: var(--main-background);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-roboto);
  border-radius: 5px;
  cursor: pointer;
  width: fit-content;
  margin-right: 1rem;
}

/* Team Styling Started  */
.team {
  padding: 20px 100px;
  margin-bottom: 3rem;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  margin-top: 1rem;
}
.team-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.team-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  border-top: 2px dashed var(--base-color) !important;
  border-bottom: 2px dashed var(--base-color) !important;
  font-family: var(--font-roboto);
}
.team-data h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--black-color);
  margin-bottom: 3px;
}
.team-data p {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-color);
}
.team-social i {
  color: var(--base-color);
  font-size: 25px;
  margin-left: 0.5rem;
}

/* Location Styling Started  */
.location-bg {
  max-width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.location-bg iframe {
  width: 100%;
  height: 400px;
}
.location {
  padding: 0px 35px 2rem;
}
.location-main {
  width: 50%;
  margin: auto;
}
.location .title {
  text-align: center;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 30px;
  font-family: 500;
  font-family: var(--font-changa);
}
.location .sub-title {
  text-align: start;
  font-size: 22px;
  font-family: var(--font-changa);
  color: var(--gray-color);
}
.location-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  color: var(--black-color);
}
.location-card img {
  width: 250px;
  height: 250px;
  margin-right: 1rem;
}
.location-data {
  width: 35%;
}
.location-data .card-title {
  font-size: 35px;
  line-height: 55px;
  font-family: var(--font-changa);
}
.location-data .data {
  font-family: var(--font-changa);
  font-size: 18px;
  line-height: 23px;
}

/* Faq styling started  */
.faq {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 35px 0rem;
}
.faq .faq-title {
  font-family: var(--font-changa);
  font-size: 40px;
  font-weight: 500;
}
.faqs {
  padding: 0px 20px;
  padding-top: 50px;
  margin-bottom: 5rem;
  width: 70%;
}
.drop-title {
  position: relative;
  border-top: 1px solid var(--light-gray);
  padding: 15px 20px;
  font-family: var(--font-roboto);
  width: 100%;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-roboto);
  text-transform: capitalize;
}
.drop-title:after {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  content: "\2795";
  font-size: 13px;
  color: var(--black-color);
  float: right;
  margin-left: 5px;
}
.drop-title.active:after {
  content: "\2796";
}
.faq-panel {
  font-family: var(--font-roboto);
  font-size: 18px;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  max-height: 0;
}
.faq-panel.show {
  opacity: 1;
  max-height: 850px;
  padding: 0px 20px 20px;
}

@media only screen and (max-width: 1506px) {
  .company-title h4 {
    font-size: 100px;
  }
}
/* Add responsive styles for company pages */
@media only screen and (max-width: 991px) {
  .company-title h4 {
    font-size: 100px;
    margin-top: 1.5rem;
  }

  .company-para p {
    width: 100%;
    margin-top: 2rem;
  }

  .company-container {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .company-nav .title {
    display: none;
  }

  .company-list {
    margin-top: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .company-list li {
    margin: 10px 20px 10px 0;
  }

  .company-list li .activeLink {
    position: absolute;
    top: 115%;
    left: 0%;
  }

  .values {
    padding: 20px 15px;
  }

  .values .info-title {
    margin: 0px 0px 10px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-list {
    margin-top: 30px;
  }

  .value-list li {
    width: 90vw;
  }

  .value-space {
    width: 100%;
  }

  .values-para {
    font-size: 17px;
    font-family: var(--font-roboto);
    font-weight: 500;
    text-align: justify;
    width: 100%;
    margin: auto;
  }

    .history {
        padding: 20px 200px 0rem 80px;
        margin: 0rem 0rem;
    }

  .history-grid {
    grid-template-columns: 1fr;
  }

  .history-data img {
    width: 100%;
    height: auto;
  }

  .history-heading {
    position: relative;
    width: 100%;
    margin-top: 30px;
    right: 0;
    top: 0;
  }

  .history-content p {
    margin-left: 5.5rem;
  }

  .history-heading h4 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-roboto);
  }

  .year-1 {
    top: 38%;
  }
  .year-2 {
    top: 40%;
  }
  .year-3 {
    top: 40%;
  }

  .leadership {
    padding: 20px 15px;
  }

  .leadership-grid {
    grid-template-columns: 1fr;
  }

  .leadership-title-para {
    width: 90%;
  }

  .leadership-title-para p {
    font-size: 20px;
    line-height: 24px;
    text-align: center !important;
  }

  .team {
    padding: 20px 15px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq {
    padding: 0px 15px 0rem;
  }

  .faq .faq-title {
    font-size: 22px;
  }

  .faqs {
    padding: 0px;
  }

  .location {
    padding: 0px 15px 2rem;
  }

  .location .title {
    font-size: 30px;
    line-height: 30px;
  }

  .location .sub-title {
    text-align: center;
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .company-title h4 {
    font-size: 65px;
  }

  .company-para p {
    width: 100%;
    margin-top: 1rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .faq-title {
    font-size: 28px;
  }

  .faqs {
    width: 100%;
    padding-top: 30px;
  }

  .value-card {
    flex-direction: column;
  }

  .value-card img {
    width: 100%;
    height: auto;
  }

  .value-card p {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .location-grid {
    flex-direction: column;
  }

  .location-data {
    width: 100%;
    margin-top: 20px;
  }

  .location-main {
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .company-title h4 {
    font-size: 45px;
    margin-top: 0rem;
  }

  .company-list li {
    margin: 9px 10px 10px 10px;
  }
  .company-title{
      margin-top:4rem;
  }
  .company-list li a {
    font-size: 14px;
  }

  .listing-title {
    font-size: 32px;
    line-height: 35px;
  }

  .listing-red {
    font-size: 30px;
    line-height: 33px;
  }

    .history {
        padding: 20px 15px 5rem 15px;
    }

  .leadership-card-data h4 {
    font-size: 22px;
  }

  .leadership-card-data .designation {
    font-size: 16px;
  }

  .location-data .card-title {
    font-size: 28px;
    line-height: 40px;
  }

  .drop-title {
    font-size: 13px;
    padding: 12px 15px;
  }

  .faq-panel {
    font-size: 13px;
  }

  .faq-panel.show {
    padding: 0px 15px 20px;
  }
}
