/* Reset and Base Styles */
section{
  color: #38424c;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #f5faff;
}
.sponsorbanner {
  width: 100vw;
  width: 100%;
  max-height: 75vh;
  max-height: 750px;
    color: #38424c;
  overflow: hidden;
}
.sponsorbanner .knowMoreButton{
  margin: 50px 0;
}
.sponsorbanner .text span{
  color: #fff;
}
.gathSwiper {
}
.sponsorbanner .text {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);

  padding: 0 1rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  line-height: normal;
  text-align: left;
}
.sponsorbanner h3{
color: #fff;
}
.sponsorbanner h1 {
  font-size: 0.72rem;
  font-weight: 400;
  color: #fff;
}

/* Why Sponsor Section */
.why-sponsor,
.global-exhibition,
.reach-exhibition,.exhibitionFloor,.exhibitionWhat {
  padding: 100px 0 80px 0;
}

.section-header a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  padding-bottom: 16px;
  border-bottom: 1px solid #a1aeb7;
  position: relative;
  color: #38424c;
}
.section-header p{
  /* color: #646d77; */
}
.section-header a .cbArrRight {
  transition: transform 0.3s ease;
}
.section-header a:hover .cbArrRight {
  background-color: #fbbc04;
}
.section-header a:hover .cbArrRight:after {
  background-image: url(/images/Arrow_forward.svg);
}
.section-header a .cbArrRight:hover {
  transform: translateX(9px);
}
.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 66px;
  font-weight: 400;
  color: #38424c;
}

.learn-more-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #38424c;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.learn-more-link:hover {
  color: #ff6b35;
}

.learn-more-link img {
  width: 16px;
  height: 16px;
}

.learn-more-link .underline {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #38424c;
  transition: background-color 0.3s ease;
}

.learn-more-link:hover .underline {
  background-color: #ff6b35;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-card {
  background: #ffffff;
  padding: 36px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  width: 40px;
  height: 40px;
  /* background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    border-radius: 20px; */
  /* display: flex;
    align-items: center;
    justify-content: center; */
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.benefit-card .icon1,
.benefit-card .icon2,
.benefit-card .icon3 {
}
.benefit-card .icon1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(/images/esseo/icon-sponsor-why1.svg);
}
.benefit-card .icon2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(/images/esseo/icon-sponsor-why2.svg);
}

.benefit-card .icon3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(/images/esseo/icon-sponsor-why3.svg);
}

.icon-networking,
.icon-showcase,
.icon-media {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-networking svg,
.icon-showcase svg,
.icon-media svg {
  width: 24px;
  height: 24px;
  color: #ff6b35;
}

.benefit-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #38424c;
  margin-bottom: 16px;
  line-height: 1.3;
}

.benefit-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
}

/* Brand Exposure Section */
.brand-exposure {
  padding: 100px 0 80px 0;
  background: #fff;
}

.exposure-header {
  text-align: center;
  margin-bottom: 80px;
}

.exposure-header h2 {
  font-size: 18px;
  font-weight: 700;
  color: #38424c;
  margin-bottom: 16px;
  letter-spacing: 10px;
}

.exposure-subtitle {
  font-size: 18px;
  color: #666;
  font-weight: 400;
}

.exposure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Sponsorship Packages Section */
.packages {
  padding: 100px 0 80px 0;
}

.packages-header {
  text-align: center;
  margin-bottom: 60px;
}

.packages-header h2 {
  font-size: 18px;
  font-weight: 700;
  color: #38424c;
  margin-bottom: 16px;
  letter-spacing: 10px;
}

.packages-subtitle {
  font-size: 18px;
  color: #cccccc;
  font-weight: 400;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
}

/*exhibitionGather*/
.stats-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));

  margin-top: 60px;
}
.stats-card {
  width: 100%;
}
.stats-card img {
  margin: 0 60px;
}
.stats-card .text {
  width: 100%;
  padding: 10px 60px;
  font-size: 36px;
  font-weight: 400;
  border-right: 1px solid #E1EDF5;
}
.stats-card .text:last-child {
  border-right: none;
}
.stats-card .text-name {
  font-size: 20px;
  padding: 0 60px;
}
.stats-card sup {
  font-size: 20px;
  vertical-align: super;
}
.stats-card sub {
  font-size: 20px;
}
.reach-exhibition {
  background-color: white;
  text-align: center;
}
.global-exhibition .section-header p,
.reach-exhibition .reach-header p,.exhibitionFloor .content p,.exhibitionHow .content p {
  font-size: 20px;
  line-height: 32px;
  margin-top: 50px;
  font-weight: 300;
  /* color: #646d77; */
}
.reach-exhibition .reach-header p,.exhibitionFloor p {
  margin-top: 30px;
}
.reach-header h2,.exhibitionFloor h2,.exhibitionHow h2,.exhibitionWhat h2,.vistorsFloor h2,.vistorsLatest h2,.vistorsLookOut h2,.vistorsAsk h2,.newsPartnerMedia h2,.newsFrequentlyaskedquestions h2,.aboutAWARDS h2,.aboutOurActivities h2,.aboutExhibitionNotice h2{
  font-size: 18px;
  font-weight: 700;

  margin-bottom: 16px;
  letter-spacing: 10px;
}
.global-exhibition .section-header p{
  text-align: center;
  
}
.reach-header{
    text-align: center;
}
.reach-exhibition .knowMoreButton{
    margin: 60px auto 0 auto;
}
.reach-exhibition .reach-card {
  background: white;

  /* padding: 40px 0; */
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  /* border: 2px dotted #e1edf5; */
  margin-top: 60px;
}
.reach-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  text-align: left;
}
.reach-grid-card {
  padding: 40px 20px 40px 36px;
  border-bottom: 1px dotted #e1edf5;
  position: relative;
}
.reach-grid-card img{
   /* border: 2px dotted #38424C; */
   width: 40px;
   height: 40px;
}
.reach-grid-card .dotted {
  height: 24px;

  border-right: 1px solid #e1edf5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.reach-grid-card .dottedu {
  height: 24px;

  border-right: 1px solid #e1edf5;
  position: absolute;
  right: 0;
  top: 0;
}
.whyatsnec{
    background-color: transparent;
   text-align:left
}
.whyatsnec .exposure-grid,.key .key-grid{
    margin-top: 60px;
}
.whyatsnec .exposure-content{
    padding: 30px 20px;
    height: 150px;
}
.whyatsnec .exposure-grid .exposure-item,.key-grid .key-item{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.whyatsnec .exposure-image{
border-radius: 0;
}
.key-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
 }
.key-grid .key-item{
 display: flex;
text-align: left;
padding: 25px 25px;
}
.key-grid .key-item img{
   width: 46px;
   height: 46px;
  margin-right: 25px;
  height: auto;
}
.key-grid .key-content{
    padding: 0;
    height: 140px;
}
.key-grid .key-content h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 2;
}
.key-grid .key-content p{
    font-size: 20px;
   color:#5A636C;
   line-height: 1.4;
}
.key-grid .key-image{
    margin-right: 20px;
}
.exhibitionFloor .container,.exhibitionHow .container,.exhibitionWhat,.vistorsFloor,.vistorsLatest,.vistorsLookOut,.vistorsAsk,.newsPartnerMedia,.newsFrequentlyaskedquestions,.aboutAWARDS,.aboutOurActivities,.aboutExhibitionNotice{
    text-align: center;
}
.exhibitionFloor .cardButton,.exhibitionHow .knowMoreButton{
    margin: 0 auto;
}
.exhibitionWhat .swiper-slide{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.exhibitionWhat .swiper-slide {
    
    opacity: 0.6;
    background: #fbfbfb;
    display: flex;
   font-size: 20px;
   flex-direction: column;
  padding: 38px;
  min-height: 400px;
  margin-bottom: 50px;
  height: 650px;
}
.exhibitionWhat .swiper-slide .img{
    margin: 0 auto;
    width: 180px;
    height: 180px;
}
.exhibitionWhat .swiper-slide .img img{
    width:100%;
}
.exhibitionWhat .swiper-slide p{
  margin-bottom: 30px;
    font-size: 18px;
    height: 330px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.exhibitionWhat .swiper-slide span{
    font-weight: 600;
}
.exhibitionWhat .swiper-slide:hover{
   opacity: 1;
   background-color: #fff;   
}
.exhibitionFloor .tip{
    
    position: absolute;
    left: 66%;
    top:56%; 
    max-width:405px;
    max-height: 292px;
    padding: 18px 20px;
    background-color: #fff;
   /* box-shadow: 3px 9px 34.1px 0 rgba(59, 99, 167, 0.11); */
    border-radius: 15px;

}
.exhibitionFloor .tip p{
    margin: 0 ;
    line-height: 1.2;
}
.exhibitionFloor .tip .top{
    max-width:369px;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    gap:10px
}
.exhibitionFloor .tip .top .title{
   
    height: 68px;
    color:#747474;
    word-break: keep-all;
    word-wrap: break-word;
    
}

.exhibitionFloor .tip .top .bootNo{
    display: flex;
    align-items: center;
    justify-content: center;
    width:48px;
    height: 40px;
    background-color: #A80002;
    color:#fff; 
    border-radius: 6px;  
   
}
.exhibitionFloor .tip .content{
    font-size: 16px;
    line-height: 1.5;
    color: #5D5E5F;
    padding-bottom:0
}
.exhibitionFloorSwiper{
    margin-top: 60px;
}
.exhibitionFloor .exhibitionFloorSwiper,.exhibitionFloor .exhibitionFloorSwiper .img{
    max-width:1160px;
    max-height: 634px;
   position: relative;
}
.exhibitionFloorSwiper .swiper-slide{
    width:100% !important;
}
.exhibitionFloorSwiper .swiper-slide P{
    font-size: 18px;
    color: #747474;
    word-break: keep-all;
    word-wrap: break-word;

    text-align:initial;
    text-justify:auto;

}
.exhibitionFloorSwiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    
    content: '';
}
.exhibitionHow .knowMoreButton {
    margin: 110px auto;
}
.pic-scroll-lr{
    margin-top: 80px;
}
.exhibitionHow  .swiper{
    overflow: auto;
}


/*visitor*/
.vistorsWhy .key-grid .key-item{
    background-color: #fff;
}
.vistorsWhy .key-grid .key-content{
    height: 180px;

}
.vistorsWhy .key-content h3{
    display: flex;
    font-size: 20px;
      padding: 18px 0 0 0;
}
.vistorsWhy .key-content p{
  margin-top: 18px;
    font-size: 18px;
}
.vistorsFloor .benefits-grid{
    text-align: left;
}
.vistorsFloor .top{
    display: flex;
    justify-content: space-between;
}
.vistorsFloor .bootNo{
    width: 46px;
height: 40px;
border-radius: 6px;
color: #fff;
font-size: 24px;
line-height: 36px;
background: #A80002;
text-align: center;
}
.vistorsLatest .exposure-item{
    background: #F5FAFF;
    text-align: left;
}
.vistorsLookOut .marquee-container {
   
    width: 100%;
}
.vistorsLookOut .marqueeul {
    overflow: hidden;
    white-space: nowrap;
    position: relative;

    display: flex;
}

.vistorsLookOut .marqueeul li img {
    max-width: 360px;
    max-height: 92px;
}
.vistorsLatest .exposure-grid{
    text-align: left;
}
.newsMediaCoverage .section-header{
    margin-bottom: 80px;
}

.newsMediaCoverage .exposure-image{
    height: 269px;
   border-radius: 0;
}
.newsMediaCoverage .exposure-item {
    height: 508px;
     border-radius: 20px;
   
   
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
     overflow: hidden;
}
.newsMediaCoverage .exposure-content{
    padding: 24px 24px;
    position: relative;
}
.newsMediaCoverage .exposure-content h3 {
    /* line-height: 1.8;*/
} 
.newsMediaCoverage .exposure-content a {
    font-size: 16px;
    font-weight: 700;
   position: absolute;
   bottom: 0;
 transition: padding-right 0.3s ease-out; 
}
.newsMediaCoverage .exposure-content a:hover{
   color:#38424C;
   padding-right: 15px;
     
}


.newsMediaCoverage .exposure-content a span::after{
    content: "";
    position: absolute;
    top: 3px;
    right: -28px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(/images/Arrow_forward.svg);
    
}
.newslist{
    margin-top: 60px;
}
.newsMediaCoverage .benefit-card{
    padding: 20px;
}
.newslist li{
    height: 110px;
    border-bottom:1px solid #E6EBEF;
    padding: 20px 0;
    position: relative;
}
.newslist li::after{
     content: "";
    position: absolute;
    top: 34px;
    right: 0;
    width: 14px;
    height: 11px;
    background-size: contain;
    background-image: url(/images/esseo/arrowlistright.svg);
}
.newslist li a:hover{
    color: #183b52;
}
.newslist li .title{
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 96%;
}
.newslist li .date{
    font-size: 16px;
    
}
.newslist .setPageDiv {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.pagination {
    font-size: 18px;
margin-top: 20px;
}

.pagination a {
    text-decoration: none;
    border: 0px solid #AAE;
    color: #38424C;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 0 0.4em;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    
}

.pagination .current {
    background: #38424C;
    color: #fff;
    border: 0px solid #AAE;
}

.pagination a.prev,
.pagination a.next {

    font-weight: 600;
}

.pagination .current.prev,
.pagination .current.next {
    color: #999;
    /* border-color:#999; */
    background: #fff;

    font-weight: 600;
}
.left-scroll-marquee,
.right-scroll-marquee {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;

}

.left-scroll-marquee .textCont,
.right-scroll-marquee .textCont {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    overflow: hidden;
}

.left-scroll-marquee .textCont .logosSlide,
.right-scroll-marquee .textCont .logosSlide {

    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
        gap: 26px;
        margin: 20px 0;
}

.left-scroll-marquee .textCont ul,
.right-scroll-marquee .textCont .logosSlide {
    float: left;
    
}
.newsPartnerMedia .marquee-container {
   
    width: 100%;
}

.newsPartnerMedia .marqueeul {
    overflow: hidden;
    white-space: nowrap;
    position: relative;

    display: flex;
}

.newsPartnerMedia .marqueeul li img {
    max-width: 360px;
        max-height: 92px;
}

.newsPartnerMedia .marqueeulBig {
    margin: 0 auto;
    max-width: 1590px;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px
}

.newsPartnerMedia .marqueeulBig li img {
    max-width: 470px;
    max-height: 188px; 
}
.aboutfollowme{
    padding: 120px 0;
}
.aboutfollowme .container{
    display: flex;align-items: center;height:566px;
}
.aboutfollowme .package-card{
    max-width:844px;
    max-height: 360px;
}
.aboutfollowme h2{
    font-size: 56px;
   font-weight: 500;
}
.aboutfollowme p{
    max-height: 142px;
    font-size: 20px;
    overflow: hidden;
}
.aboutfollowme .package-card h3{
    font-size: 24px;
    line-height: 1.2;
}
.aboutfollowme .package-card p{
    font-size: 16px;
    line-height: 1.8;
}
.aboutfound{
    background: radial-gradient(50% 50% at 50% 50%, #1C3957 0%, #101B2F 100%);
  width:100%;
  max-height: 1034px;
  text-align: center;
  padding: 68px 0;
}
.aboutfound h2{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.aboutfound p{
    font-size: 18px;
    color: #E3E3E3;
    margin-top: 26px;
    font-weight:300px;
}
.aboutAWARDS .exposure-grid{
    gap:56px
}
.aboutAWARDS .exposure-grid img{
    max-width:475px;
    max-height:100px ;
}
.aboutAWARDS .line{
        border-bottom: 1px solid #E4E4E4;
    transform: rotate(90deg);
    width: 103px;
    position: relative;
    left: 45%;
    bottom: -124px;
}
.aboutOurActivities .content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.aboutOurActivities .content .cardButton {
    margin-top: 30px;
}
.aboutExhibitionNotice .content{
    max-width:1610px;
    padding: 0 20px;
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 0 auto;
}
.aboutExhibitionNotice .content .cardImg{
     height:253px;
}
.aboutExhibitionNotice .content .cardContent{
    padding: 10px 8px 50px 8px;
    height: 254px;
}
.aboutExhibitionNotice .content .cardContent .cardTitle{
    height: 75px;
}
.aboutExhibitionNotice .content .cardButton{
    max-width: 317px;
}
.aboutExhibitionNotice .content .cardImg img{
    height:253px;
}
.aboutAssociation .about-tab-box{
width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

 .aboutAssociation .titList {
        max-width: 1366px;
        margin-top: 100px;
    }

    .aboutAssociation .titList ul {
        display: flex;
        font-size: 32px;
        gap: 15px
    }
.aboutAssociation .titList ul li.on {
    color: #000;
    background-color: #FAFDFF;
    box-shadow: 3px 3px 6px -3px black;
}
    .aboutAssociation .titList ul li {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;

        width: 300px;
        height: 140px;
        color: #d6d6d6;
        background-color: #fafdff;
    }
    .aboutAssociation .abouttextCont {
    /* background-color: #fff; */
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutAssociation .abouttextCont ul {
    text-align: center;
    max-width: 1184px;
}

.aboutAssociation .abouttextCont ul .logo {
    margin: 0 auto;
    height: 76px;
    margin-top: 90px;
}

.aboutAssociation .abouttextCont ul h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    color: #38424c;
    
    padding: 45px 0;
}

.aboutAssociation .abouttextCont ul p {
    font-size: 18px;
    color: #747474;

}

.aboutAssociation .knowMoreButton {
    margin: 100px auto;
}
@media (max-width: 1195px) {
  .reach-grid-card .dottedu,
  .reach-grid-card .dotted {
    display: none;
  }
  .reach-grid-card {
    border: 0;
  }
  .reach-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}



.package-card {
  background: white;
  color: #333;
  padding: 40px;
  border-radius: 20px;

  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid #e9ecef;
}

.package-icon {
  height: 40px;
  width: 40px;
  position: relative;
  margin-right: 20px;
  /* margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.package-card .icon1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(/images/esseo/icon-sponsor-tw1.svg);
}
.package-card .icon2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(/images/esseo/icon-sponsor-tw2.svg);
}
.package-card .icon3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(/images/esseo/icon-sponsor-tw3.svg);
}

.package-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #38424c;
  display: flex;
  align-items: center;
}

.package-card p {
  font-size: 16px;
  line-height: 1.85;
  color: #666;
  margin-bottom: 25px;
}

.price {
  font-size: 46px;
  font-weight: 700;
  color: #38424c;
  margin: 20px 0;
  text-align: center;
}

.package-card .cta-button {
  background: #667eea;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.exposure-item {
  background: #ffffff;

  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.exposure-item:hover {
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
}

.exposure-image {
  height: 256px;
  border-radius: 20px;
  overflow: hidden;
}

.exposure-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exposure-item:hover .exposure-image img {
}

.exposure-content {
  padding: 30px 0px;
  height: 210px;
}

.exposure-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #38424c;
  margin-bottom: 16px;
  line-height: 1.3;
}

.exposure-content p {
  font-size: 16px;
  color: #38424c;
  line-height: 1.5;
}

/* Video Section */
.video-section {
  padding: 0 0 80px 0;
}

.video-header {
  text-align: center;
  margin-bottom: 60px;
}

.video-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.video-subtitle {
  font-size: 18px;
  color: #cccccc;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.video-container {
  max-width: 1200px;
  margin: 0 auto;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 45.52%; /*56.25%; /* 16:9 aspect ratio */
  height: 0;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* 将视频置于背景层 */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 增加背景透明度以便更好地看到内容 */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
  z-index: 1; /* 确保覆盖层在视频之上 */
}

.video-wrapper:hover .video-overlay {
  opacity: 0.8;
}

.video-content {
  text-align: center;
  color: white;
  max-width: 950px;
}

.video-content h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.video-content p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #d4ccc5;
  opacity: 0.9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.video-cta {
  background: rgba(255, 107, 53, 0.9);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.video-cta:hover {
  background: rgba(255, 107, 53, 1);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}
.cardBox{
       box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
} 
.cardBox:hover {
   /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
} 
/* Responsive Design */
@media (max-width: 1024px) {
  .container {
    padding: 0 16px;
  }
  .sponsorbanner .knowMoreButton{
    margin: 10px 0;
  }
   .packages-grid {
    grid-template-columns: 1fr;
  }
  .sponsorbanner,.pic-scroll-lr {
    margin-top: 50px;
  }
  
  .sponsorbanner{
    margin-top: 90px;
  }
  .why-sponsor,
  .brand-exposure,
  .packages,
  .global-exhibition,
  .reach-exhibition,.exhibitionFloor,.exhibitionWhat,.vistorsFloor,.vistorsLatest,.vistorsLookOut,.vistorsAsk,.newsPartnerMedia,.newsFrequentlyaskedquestions,.aboutAWARDS,.aboutOurActivities,.aboutExhibitionNotice{
    padding: 50px 0 40px 0;
  }

  .section-header a {
    text-align: left;
    margin-top: 40px;
  }
  .section-header .title{
   text-align: left;
  }
  .exposure-header h2,
  .packages-header h2,.reach-header h2,.exhibitionFloor h2,.exhibitionHow h2,.exhibitionWhat h2,.vistorsFloor h2,.vistorsLatest h2,.vistorsLookOut h2,.vistorsAsk h2,.newsPartnerMedia h2,.newsFrequentlyaskedquestions h2,.aboutAWARDS h2,.aboutOurActivities h2,.aboutExhibitionNotice h2 {
    letter-spacing: 0px;
  }

  .section-header {
    flex-direction: column;
    gap: 20px;
  }

  .section-header h2 {
    font-size: 28px;
    margin-bottom: 0;
    letter-spacing: 0;
    text-align: left;
    font-weight: 400;
  }
  .section-header p{
    margin-top:10px;
    text-align: left;
  }
    .vistorsFloor .section-header .title {
        text-align: left;
        font-size: 14px;
    }
     .vistorsFloor .section-header .title img{
        width: 14px;
     }
  .aboutfound{
    padding: 30px 0px;
  }
  .aboutfound h2{
    font-size: 16px;
  }
  .aboutfound p {
 font-size: 12px;
 margin-top: 10px;
  }
  .aboutfollowme{
    padding: 50px 20px;
   
  }
  .aboutfollowme .container{
     background-image: none !important;
     height: auto;
  }
  .aboutfollowme .package-card{
    width: 100% !important;
    padding: 20px;
   
  }
  .aboutfollowme h2{
    font-size: 20px;
  }
.aboutExhibitionNotice .section-header h2 {
    padding: 0 20px;
}
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .exposure-grid,.key-grid{
    grid-template-columns: 1fr;
  }
  .visual-grid {
    position: relative;
    top: 20px;
    right: 0;
    justify-self: center;
  }

  .video-section {
    padding: 0 0 60px 0;
  }

  .video-header h2 {
    font-size: 28px;
  }

  .video-subtitle {
    font-size: 12px;
    padding: 0 20px;
  }
  .video-content h3 {
    font-size: 20px;
  }
  .video-content p {
    font-size: 12px;
    padding: 0 10px;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .play-button svg {
    width: 24px;
    height: 24px;
  }
  .exposure-content p {
    line-height: 1.3;
  }
  .knowMoreButton {
    max-width: 350px;
    height: 30px;
    font-size: 11px;
    line-height: 22px;
    padding:3px 8px 3px 10px;
    margin: 10px auto ;
  }
  .reach-exhibition .knowMoreButton,.exhibitionHow .knowMoreButton{
    margin: 30px auto !important;
  }
  .kmArrRight {
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 15px;
  }
  .kmArrRight:after {
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
  }
  /* .exposure-grid {
    grid-template-columns: 1fr;
  } */
  .reach-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
  .reach-grid-card {
    padding: 20px 20px;
    text-align: center;
  }
  .reach-grid-card .dottedu,
  .reach-grid-card .dotted {
    display: none;
  }
  .reach-grid-card .text-name {
    font-size: 12px;
  }
  .global-exhibition .stats-grid{
           grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  .global-exhibition .stats-card .text{
    border-right: 0;
  }
   .exhibitionFloorSwiper .swiper-slide P{
    font-size: 12px;
  }
  .exhibitionFloor .tip .top{
    font-size: 20px;
  }
  .aboutAWARDS .line{
    display: none;
  }
  .aboutExhibitionNotice .content{
     display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
      .exhibitionFloor .tip{
    display: none;
  }
  .aboutAssociation .titList{
    margin-top: 50px;
  }
  .vistorsWhy .key-content p{
  margin-top: 0;
   
}
}

@media (max-width: 480px) {
  .section-header h2 {
    font-size: 24px;
  }

  .exposure-header h2 {
    font-size: 18px;
  }

  .benefit-card,
  .exposure-content {
    padding: 24px;
  }

  .video-section p {
    display: none;
  }

  .video-header h2 {
    font-size: 14px;
  }

  .play-button {
    width: 50px;
    height: 50px;
  }

  .play-button svg {
    width: 20px;
    height: 20px;
  }
  .vistorsWhy .key-content h3{
    line-height: 1;
  }
.global-exhibition .section-header p, .reach-exhibition .reach-header p, .exhibitionFloor p,.exhibitionHow p {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 30px;
    
}
.newsMediaCoverage .section-header {
    margin-bottom: 40px;
}
.global-exhibition .stats-card{
 text-align: center;
}
  .key-grid .key-content h3,.key-grid .key-content p{
        font-size: 18px;
        padding-top: 10px;
  }
   .global-exhibition .stats-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px;
    }
.aboutAWARDS .exposure-grid img{
    width: 100%;
}
.aboutOurActivities .content{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
 .aboutExhibitionNotice .content{
     display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  
.aboutAssociation .titList ul{
    gap:5px
}
.aboutAssociation .titList ul li{
    min-width: 80px;
    max-width: 120px;
    overflow: hidden;
    padding: 0 10px;
    height: 50px;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
}
}

/* Static styles - no animations */
