.subheader__main h2 {
  font-family: var(--heading-font-family);
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding-left: 15px;
  border-left: 3px solid var(--secondary-color);
  margin-bottom: 20px;
}
.subheader__main p {
  font-family: var(--text-font-family);
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.aboutus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.why-choose-title {
  font-family: var(--heading-font-family);
  font-size: 60px !important;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0;
  margin-bottom: 20px;
}
.why-choose-text {
  letter-spacing: 0.6px;
  font-weight: 400;
  font-size: 25px;
  font-family: var(--text-font-family);
  color: var(--text-color);
}
.why-choose-box {
  background-color: var(--card-background-color);
  padding: 50px 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
  height: 250px;
  display: flex;
}
.vission-wrapper {
  padding: 60px 40px;
}
.vision-head{
 display: flex !important;
 justify-content: space-between;
 align-items: start;
 flex-wrap: wrap;
 gap: 30px;

}
.vission-box {
  flex-grow: 1;
  background-color: var(--card-background-color);
  padding: 60px 40px;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 30px;
  /* height: auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 280px; */
  margin-bottom: 20px;
  
}
.vission-img img {
  width: 90px;
  height: 90px;
  margin-top: -100px;
  margin-bottom: 30px;
}
.vission-title {
  font-family: var(--heading-font-family);
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
  margin-bottom: 20px;
}
.vission-text {
  font-family: var(--text-font-family);
  font-size: 25px;
  font-weight: 500;
  color: var(--text-color);
  margin: 0;
}

.custom-profile-card {
  background-color: #f5ebf7;
  padding: 30px;
  border-radius: 12px;
}

.profile-image-container {
  flex-shrink: 0;
}

.profile-image {
  margin-top: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 7px solid var(--primary-color);
}
.profile-name{
  font-family: var(--heading-font-family);
    font-size: 40px;
    font-weight: 700;
  
    letter-spacing: 0.6px;
    color: var(--primary-color);
}
.profile-title{
  font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 300;
   
    letter-spacing: 0.6px;
    color: var(--heading-color);
}
.profile-company{
  font-family: var(--heading-font-family);
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: var(--primary-color);
}
.profile-description{
  font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: var(--text-color);
}


/* exp-about-pro-css */
.why-attend-card img{
 width: 100%;
  height: auto;
  border-radius: 25px;
}
.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.event-card {
  background-color: var(--card-background-color);
  padding: 20px 20px;
  border-radius: 25px;
  margin-bottom: 30px;
}

.event-card img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.card-content {
  padding: 1.5rem;
}

.card-cnt h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-cnt ul {
  padding-left: 1.2rem;
  margin: 0;
}
.card-cnt strong {
  font-size: 20px;
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.card-cnt li {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.card-cnt li::marker {
  color: var(--primary-color) !important;
}
.why-shld-attend {
  padding: 60px 40px;
}
.why-attend-card {
  background-color: var(--card-background-color);
  padding: 20px 20px;
  border-radius: 25px;
  margin-bottom: 30px;
}
.why-card-cnt h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.why-card-cnt p {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.why-card-cnt li {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.why-card-cnt li::marker {
  color: var(--primary-color) !important;
}

/* exhibitor css */
.why-exhibit-card {
  background-color: var(--card-background-color);
  padding: 20px 20px;
  border-radius: 25px;
  margin-bottom: 30px;
  height: 550px;
}
.why-exhibit-card img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.why-exhibit-card p {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 20px;
}








@media (max-width: 1024px) {
  .meet-exhibitor {
    padding: 50px 30px;
  }

  .meet-exhibitor h2 {
    font-size: 40px;
  }

  .meet-exhibitor p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-exhibit-card{
    height: auto;
  }
  .why-choose-text {
    font-size: 18px;
  }
  .why-choose-title{
    font-size: 30px !important;
  }
  .why-card-cnt h3{
    font-size: 20px !important;
  }
  .why-card-cnt p {
    font-size: 16px;
  }
  .card-cnt h3{
    font-size: 20px;
  }
  .card-cnt li {
    font-size: 16px;
  }
  .card-cnt strong {
    font-size: 16px;
  }
  .main-subheading{
    font-size: 30px;
  }
  .main-about-text{
    font-size: 16px;
  }
  .main-heading{
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .card-container {
    grid-template-columns: 1fr;
  }
   .meet-exhibitor {
    padding: 40px 20px;
  }

  .meet-exhibitor h2 {
    font-size: 32px;
  }

  .meet-exhibitor p {
    font-size: 20px;
  }
  .vision-head{
    gap: 60px!important;
  }
  .vission-text{
    font-size: 16px;
  }
  .why-choose-box{
    height: fit-content;
        padding: 20px 20px;
  }
  .profile-name {
    font-size: 26px;
  }
  .why-choose-text{
    font-size: 16px;
    font-weight: 500;
  }
  .main-subheading{
    font-size: 30px;
    line-height: 30px;
  }
  .why-shld-attend {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .meet-exhibitor {
    padding: 30px 15px!important;
  }

  .meet-exhibitor h2 {
    font-size: 26px;
  }

  .meet-exhibitor p {
    font-size: 18px;
  }
}