.breadcrumb_wrapper {
    background-color: var(--blue-color);
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid transparent !important;
}

.exhibiton_banner {
    background-image: url('../images/moto2.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.exhibiton_img img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 10px;
    /* border: 1px solid #ccc; */
}
.exh_content p{
        font-size: 23px;
    margin-top: 16px;
    line-height: 1.75;
}

.breadcrumb_wrapper__content h2 {
    font-size: 52px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
}

.breadcrumb_wrapper__content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px !important;
    color: var(--white-color);
    max-width: 1000px;
    margin: 0 auto;
}


/* counter_wrapper */
.counter_wrapper {
    background-color: var(--blue-color);
    padding: 50px 0;
}

.counter_wrapper__content {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 3rem;

}

.counter_box {
    /*background-color: var(--white-color);*/
    padding: 1rem 2rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.counter_box h3 {
    font-size: 3rem;
    font-weight: 700;
    /*color: var(--blue-color);*/
    color:#fff;
}

.counter_box p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.why_center {
    margin: 0 50%;
    width: 100%;
    margin-top: 16px !important;
}


.conf_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.conf_img img {
   
    height: 317px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;

}
.my--about p{
    font-size: 19px;
    margin-top: 16px;
    line-height: 1.87;
}

.conf-text p {
    text-align: center;
}


/* moto */

.moto_img,
.moto_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80%;
}

.moto_img img {
  width: 98%;
    height: 450px;
    object-fit: contain;
    transition: .9s ease all;
    margin: -7px 4px;
}

.moto_img {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.myimgs img {
    object-fit: cover;
}
.myimgs{
    background-color: transparent !important;
    border: 1px solid transparent !important;\
        justify-content: space-between !important;
    height: 89%;

}
.myimgs img {
    object-fit: cover;
    object-position: top;
    height: 85% !important;
    border-radius: 10px;
        margin: 0;
}
.myMap ifram{
    width: 100%;
    height: 300px !important;
}
.myMap{
    margin-top: 1rem;
}

/* .moto_img:hover img {
    transform: scale(1.1);
    transition: .5s ease all;
} */

.moto_content {
    padding: 2rem;
    /*border: 1px solid #ccc;*/
}

.moto_content p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 12px;
}

.moto_content h3 {
    font-size: 52px;
    font-weight: 700;
}



/* exhibit_box__content */
.exhibit_box__content ul {
    padding-left: 2rem !important;
}

.exhibit_box__content ul li {
    margin-bottom: 12px;
    font-size: 18px;
    list-style: disc !important;
}

.exhibit_box__img img {
    width: 100%;
    /* border: 1px solid #ccc; */
    padding: 3px;
    /* background-color: var(--white-color); */
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.ech--img img{
    height: 396px;
}

.conference_img__content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* member_box__img */
/*.member_box__img img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*}*/

/*.member_box {*/
/*    background-color: whitesmoke;*/
/*    border: 1px solid #ccc;*/
/*    padding: 1rem;*/
/*    margin-bottom: 24px;*/
/*}*/

/*.member_box__content {*/
/*    text-align: center;*/
/*}*/

/*.member_box__content h3 {*/
/*    font-size: 22px;*/
/*    font-weight: 700;*/
/*    color: var(--green-color);*/
/*    margin-top: 12px;*/
/*}*/

/*.member_box__content p {*/
/*    margin-top: 5px;*/
/*    font-size: 16px;*/
/*}*/


.member_wrapper .col-sm-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.member_box {
  width: 100%;
  /* background-color: #ffffff; */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  /* padding: 1rem; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* margin-bottom: .5rem; */
}

.member_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.member_box__img {
  position: relative;
  overflow: hidden;
}

.view-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  background: rgba(12, 13, 17, 0.75); /* semi-glass */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.member_box__img:hover .view-details {
  opacity: 1;
}

/* Glass shine effect - one-time on hover */
.view-details::before,
.view-details::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 250%;
  background: rgba(92, 92, 92, 0.2);
  transform: skew(45deg) translateX(-100%);
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 0;
}

.member_box__img:hover .view-details::before,
.member_box__img:hover .view-details::after {
  transform: skew(45deg) translateX(0);
  opacity: 0.7;
}

.member_box__img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.member_box__content {
  text-align: center;
  background: #035fa1;
  height: 100%;
}

.member_box__content h3 {
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 0 0.3rem;
  color: var(--white-color); /* deep blue */
}

.member_box__content p {
  margin: 4px 0;
  font-size: 12px;
  color: #555;
}

.member_box__content p.company {
  font-weight: 500;
  color: #888;
  font-size: 14px;
}

@media (min-width: 1400px) {
  .member_box__img img{
    height: 200px;
  }
  .member_box__content {
    padding: .3rem 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .member_box__img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .member_box__img img {
    height:140px;
  }
}
@media (min-width: 450px) and (max-width: 575px) {
  .member_box__content h3{
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .flex_class{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .member_box__img {
    position: relative;
    overflow: visible;
  }
  .member_box {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .col-sm-4{
    display: flex;
    justify-content: center;
  }
  .member_box {
    width: 60% !important;
  }
  .member_box__img img {
    height: 100%;
  }
  .member_box__content h3{
    padding: 1rem .4rem !important;
  }
  .member_box__content {
    height: 100%;
  }
}



.broucher_wrapper__content {
    background-color: whitesmoke;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2rem;
}

.broucher_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.broucher_form input,
.broucher_form .form-select {
    width: 100%;
    border: 1px solid #ccc !important;
    outline: none !important;
    padding: 12px;
    color: var(--black-color);
    background-color: white;
    box-shadow: none !important;

}

.broucher_form input::placeholder {
    color: var(--black-color);
}
@media (max-width:1440px){
    .conf_img img {
        height: 360px;
    }
    .counter_wrapper__content {
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
    }
}

@media(max-width:992px) {

    .moto_wrapper__flex,
    .contact_flex,
    .delegate_flex {
        flex-direction: column-reverse;
    }

    .contact_flex {
        gap: 1rem;
    }

    .associate_box h3 {
        font-size: 20px;
    }

    .associate_box p {
        font-size: 14px;
    }
}

@media(max-width:768px) {
        .conf_img img,.exhibiton_img img {
        height: auto;
    }
    .breadcrumb_wrapper {
        padding: 30px 0;
    }

    .conference_img__content img {
        height: auto;
    }

    .breadcrumb_wrapper__content h2 {
        font-size: 30px;
    }

    .counter_wrapper__content {
        gap: 18px;
    }

    .counter_box h3 {
        font-size: 28px;
    }

    .counter_box p {
        font-size: 16px;
    }

    .associate_box {
        margin-bottom: 1rem;
        height: auto;
        padding: 1rem;
    }

    .team_img {
        margin-bottom: 1rem;
    }

    .moto_content {
        padding: 1.5rem 1rem;
    }

    .moto_content h3 {
        font-size: 22px;
    }

    .moto_content p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 25px;
    }

    .studies_details__content p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 7px;
    }

    .studies_details__content h3 {
        font-size: 20px;
    }

    .counter_wrapper {
        padding: 30px 0;
    }

    .counter_box {
        padding: 1rem;
    }

    .why_center {
        margin: 0;
        margin-top: 0 !important;
        width: auto;
        margin-bottom: 1rem;
    }

    .breadcrumb_wrapper__content p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 7px !important;
    }

    .exhibit_box__content ul {
        margin: 1rem 0 !important;
    }

    .exhibit_box__content ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .broucher_wrapper__content {
        padding: 1.2rem;
    }

    .broucher_form {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .broucher_form input,
    .broucher_form .form-select {
        font-size: 14px;
    }
}

@media(max-width:576px) {
    .moto_img img {
        height: 330px;
    }
}