.teamWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width:75%;
    margin:0 auto;
}
.teamMember {
    flex: 0 0 auto;
    width: 20%;
}
.imgWrapper img {
   
    width: 60%;
   
}
.breakdance img:focus{
 outline:0;
}
.imgWrapper {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
}
.imgWrapper:focus {
    border: 0;
    outline: 0;
}
.teamMember {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
	padding: 15px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.galleryContent h2 {
    font-size: 21px !important;
    color: #ea5104 !important;
}
.galleryContent h2 span {
    font-size: 43px;
    display: block;
    color: #1a345d;
}
.teamMember:hover{
 border: 1px solid #ea51041c;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.teamMember:hover img {
    transform: scale(1.05);
    
        
}
.teamContent p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.teamContent + hr {
    width: 30%;
    height: 3px;
    background: #424a5b;
}
.teamContent h3 {
font-size: 18px !important;

margin: 0;
padding: 0;
line-height: 28px !important;
}
.linkedinURL {
    display: flex;
    justify-content: center;
}
.linkedinURL a {
    text-decoration: none !important;
}
.linkedinURL a i {
    width: 30px;
    height: 28px;
    background: #0a66c2;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
}
.eventGrid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin: 40px 0;
}

.eventCard {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  display: block;
}

.eventCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.eventInfo h4 {
    font-size: 21px !important;
    line-height: 25px !important;
}

.eventImageWrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  display:flex;
  justify-content:center;
    overflow:hidden;
}

.eventImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}
.eventGrid a {
    text-decoration: none !important;
}
.playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px 14px;
  border-radius: 50%;
  font-size: 18px;
  pointer-events: none;
}

.eventInfo {
  padding: 15px;
  position:relative;
}

.eventInfo h4 {
  font-size: 18px;
  margin: 0 0 6px;
  line-height: 1.4;
}

.eventMeta {
  font-size: 14px;
  color: #777;
  margin: 2px 0;
}
.eventGrid a {
    text-decoration: none;
}
.eventInfo h4 {
    font-size: 21px;
    font-weight: 700;
}
.eventInfo p {
    font-size: 16px;
    font-weight: 400;
}
.eventInfo p:nth-of-type(1) {
    padding-bottom: 5px;
}
.slick-dots li button:before{
   width:15px !important;
   height:15px !important;
   background: #fff;
   border-radius: 50%;
   color:transparent !important;
}

.eventDesc{
  display:flex;
  justify-content:space-between;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    align-items:center;
 }
.eventDesc p {
    font-size: 10px !important;
    color: #ea5104;
    font-weight: 600;
        padding-bottom: unset !important;
}
a.visitBtn {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 0.3rem 1rem;
    transition: all 0.3s ease;
    border-radius: 5px;
}
a.visitBtn:hover {
    border-color: #ea51048c ;
    color: #ea51048c !important;
}
 /* Main container */
.event-card {
  display: flex;
  align-items: stretch;
 background: url(../../assets/img/listing-bg.png) no-repeat center/cover; 
  border-radius: 12px;

  gap: 20px;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.event-card .event-title {
    font-size: 24px !important;
    width: 90%;
    line-height: 32px;
}
div#eventFullWrapper {
    margin: 50px;
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
.event-card-content::after {
    content: '';
    width: 1px;
    height: 66%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 35px;
}
.event-location img {
    width: 25px;
    height: 25px;
}
/* Left image with clipped blue shape */
.event-card-image {
    position: relative;
    width: 410px;
    height: 250px;
    border: 3px solid #ea6a2d;
    border-radius: 12px;
    overflow: hidden;
    background: #173a6a;
    /* clip-path: polygon(0 0, 98% 0, 79% 100%, 0% 100%); */
}
.eventTitleWrapper p
 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #959595;
}
.event-card-image img

 {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    /* clip-path: polygon(0 0%, 98% 0, 57% 100%, 0% 100%); */
}

/* Content Area */
.event-card-content {
    flex: 0.95;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 10px 0 !important;
    position:relative;
}

/* Tags */
.event-tags span {
  display: inline-block;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid #ea6a2d;
  margin-right: 6px;
  background: #fff;
}

.event-date { color:#000; }
.event-booth { color:#173a6a; }

/* Title */
.event-title {
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0 10px;
  color: #111;
}

/* Location */
.event-location {
  font-size: 14px;
  color: #173a6a;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

/* Delegates */
.event-delegates {
  font-size: 14px;
  color: #444;
}

.delegate-avatars {
    display: flex;
    margin-top: 10px;
    gap: 20px;
    row-gap:10px;
    flex-wrap:wrap;
}

.delegate-avatars img {
    width: 60px;
    height: 60px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: -10px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
}
.event-delegates span {
    position: relative;
    padding-left: 12px;
    color: #959595;
    font-weight: 400;
}
.event-delegates span::before {
    content: '';
    width: 2px;
    height: 75%;
    position: absolute;
    background: #ea510491;
    left: 5px;
    top: 3px;
}
#eventPaginate {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5px;
    bottom:-45px;
}

#eventPaginate span,#eventPaginate  a {
    width: 25px;
    height: 25px;
}

#eventPaginate span {
    background: #cecece;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

#eventPaginate a {
    text-decoration: none;
    background: #173a6a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}
   .profile-slider {
      max-width: 800px;
      margin:20px auto 40px auto;
    }

    .profile-card {
      display: flex;
      align-items: flex-start;
      background: #fff;
      border-radius: 16px;
      padding: 20px 20px 5px 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      background: linear-gradient(145deg, #ffffff 0%, #e0f2f7 100%);
    }
.profileInnerContent{
  text-align:left;
}
   

    .profile-content {
      /* flex: 1; */
      display:grid;
      grid-template-columns:25% 75%;
      gap:20px;

    }
.profileInnerContent h3 {
    font-size: 28px !important;
}
.profileInnerContent a {
    font-size: 22px;
    text-decoration: none;
    font-weight: 800 !important;
    color: #959595 !important;
      text-decoration:none !important;  
}
    .profile-role {
      display: inline-block;
      background: #f15a29; /* orange background */
      color: #fff;
          font-size: 14px !important;
    font-weight: 400 !important;
   
      padding: 4px 12px;
      border-radius: 6px;
      margin-bottom: 10px;
    }
    .profileImgWrapper {
    width: 195px;
    height: 210px;
}
.profileImgWrapper img {
    width: unset!important;
    height: unset !important;
      border-radius: 8px;
      margin-right: 20px;
}
    .profile-name {
      font-size: 22px;
      font-weight: bold;
      margin: 5px 0;
      color: #0c2a52;
    }

    .profile-desc {
      font-size: 14px;
      line-height: 1.6;
      color: #444;
      font-weight:400;
      margin-bottom: 10px;
      padding-right:5%;
      margin-top:0;
    }

    .linkedin-link {
      display: flex;
      align-items: center;
      font-weight: bold;
         font-size:27px !important;
    margin:0;
      color:#6c6c6c;
      text-decoration: none;
    }
    .linkeDin {
    display: flex;
    align-items: center;
    gap: 6px;
 
}
.slick-dots{
bottom: -36px !important;
}
 
.slick-dots li.slick-active button:before
{
      color: #fff !important;
}
.links-wrapper a.active{
   font-weight:500 !important;
   color:#9e9e9e !important;
}
.linkeDin i {
    font-size: 35px;
    color: #6c6c6c;
    position: relative; 
    font-weight: 400;
}
    .linkedin-link img {
      width: 20px;
      margin-left: 5px;
    }

    /* Slick dots */
    .slick-dots li button:before {
      color: #fff;
      opacity: .5;
    }
    .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #fff;
    }
    .event-card-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.event-card-actions a {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px !important;
  color:#fff !important;
  text-decoration:none !important;
  width:unset;
  height:unset;
  transition:0.3s;
}
.event-card-actions a:last-child:hover {
    background: #233661;
}
.event-card-actions a:first-child:hover {
    background: #173a6a;
}
.btn-meeting { background:#ea5104; }
.btn-insights { background:#f36f45; }


.eventImgWrapper{
  max-width:100% !important;
}
.postid-14072 .eventImgWrapper{
  max-width:50% !important;
}

.galleryWrapper {
  display: flex;
  gap: 20px;
  height: 600px; /* adjust as needed */
}

.galleryContent {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  /* background: #f8f8f8; */
}

.gallerySlider {
  width: 70%;
  text-align:center;
}


.galleryNav button {
 padding: 10px 23px;
 font-size: 16px;
 cursor: pointer;
 background-color: transparent;
 color: #1b325e;
 border: 1px solid #1b325e47;
 border-radius: 5px;
 transition: all 0.3s ease;
 
}
.galleryNav {
    display: flex
;
    gap: 10px;
}
.galleryNav button:hover {
    background-color: #EA5104; 
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.swiper {
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper-slide img {
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.event-status p {
    color: #000;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.eventInfo-inner {
    display: flex;
    justify-content: center;
}
.event-status {
    position: absolute;
       top: -50px;
    background: #fff;
    width: 80px;
    height: 80px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 20;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #1c315e;
    border-bottom: 2px solid #ea5104;
    border-left: 2px solid #184382;
    border-right: 2px solid #ea5104;
}
.event-status.nsp {
    background: #1c315e;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #f7d700;
    border-bottom: 2px solid #f7d700;
}
.event-status.nsp p {
    color: #fff;
}
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  height: 30px;
  background: linear-gradient(302deg, rgba(234, 81, 4, 1) 0%, rgba(234, 123, 68, 1) 5.64%, rgba(191, 89, 38, 1) 33.84%, rgba(214, 92, 32, 0.92) 100%);
  position: fixed;
  z-index: 999;
  left: 0;
}

.marquee-track {
  display: flex;
  animation: scrollLeft 35s linear infinite;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  padding-right: 50px;
}

.marquee-content img {
  width: 18px;
  height: 18px !important;
  margin: 0 2px;
  vertical-align: middle;
  top: 0px;
  position: relative;
}

.marquee-content span {
  margin-right: 10px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-fade-left,
.marquee-fade-right {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-fade-left {
  left: 0;
  background: linear-gradient(to right,
    rgba(234, 81, 4, 1) 0%,
    rgba(234, 81, 4, 0) 100%);
}

.marquee-fade-right {
  right: 0;
  background: linear-gradient(to left,
    rgba(214, 92, 32, 0.92) 0%,
    rgba(214, 92, 32, 0) 100%);
}
.top-sticker{
  display:none;
}
@media(max-width:1366px)
{
.main-event-wrap {
    flex-direction: row !important;
}
.teamWrapper{
  width:100%;
}	
.teamMember{
   width:24%;
 }
  .galleryWrapper{
    grid-template-columns:100%;
    height:400px;
    
}
   .eventImgWrapper{
    max-width:100% !important;
}
	.main-hero .section-container {
    padding-top: 0 !important;
		padding-bottom: 0 !important;
}
.bde-columns.hero-main-sec {
    flex-direction: row !important;
}
.gallerySec .section-container{
  padding-bottom:220px !important;
}
.galleryScrollContainer {
    height: 460px;
}
.galleryWrapper{
       height: 450px;
}
.main-event-wrap > .bde-column {
    width: 100% !important;
}
}

@media(max-width:1028px)
{
.main-event-wrap {
    flex-direction: row !important;
}
.teamWrapper{
  width:100%;
}	
.teamMember{
   width:24%;
 }
  .galleryWrapper{
    grid-template-columns:100%;
    height:400px;
    
}
   .eventImgWrapper{
    max-width:100% !important;
}
	.main-hero .section-container {
       padding-top: 0 !important;
		padding-bottom: 0 !important;
}
.bde-columns.hero-main-sec {
    flex-direction: row !important;
}
.checkHeroCol{
    flex-direction:row !important;
    align-items:flex-start !important;
 }
  .topHeroSec .section-container {
    height: 285px !important;
}

}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
   .eventImgWrapper{
    max-width:100% !important;
}
	.main-hero .section-container {
    padding-top: 0 !important;
		padding-bottom: 0 !important;
}
.bde-columns.hero-main-sec {
    flex-direction: row !important;
}
.checkHeroCol{
    flex-direction:column !important;
    align-items:flex-start !important;
 }
 .checkHeroCol{
    flex-direction:row !important;
    align-items:flex-start !important;
 }
  .topHeroSec .section-container {
    height: 285px !important;
}
.main-event-wrap > .bde-column {
    width: 100% !important;
}
}
@media(min-width:974px) and (max-width:1025px)
{
   .event-card-content::after {
     display:none;
   }
}
@media(max-width:973px){
.event-card {
    flex-direction: column;
  }
  .event-card-image {
   
    width: 100%;
    height: 100%;
    clip-path: unset;
    border-radius: 10px 10px 0px 0px;
    border: none;
}
.event-card-content {
    padding: 23px !important;
}
.event-card-content::after {
  display:none;
}
.profile-card img{
   object-fit:fill;
}
.event-card-actions
 {
    width: 50%;
    margin: 0 auto;
  }
  .event-card-actions{
  padding-bottom:20px;
}
.event-card-image img{
    clip-path: unset;
}
.profile-content {
  
    grid-template-columns: 40% 60%;
    gap: 20px;
}
.profileInnerContent a {
    font-size: 22px;
}
.profileImgWrapper img {
    width: 100%;
    height: 100%;
}
.profileInnerContent h3 {
    font-size: 22px !important;
}
.profile-desc{

    font-size: 12px;
    padding-right: 15%;
    margin-top: 0;
}
.linkedin-link {
    font-size: 22px !important;  
}
    .event-card-actions {
        width: 100%;
       
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding:20px;
    }
       div#eventFullWrapper{
      margin:20px;
    }
}
@media(max-width:767px)
{
.event-card {
    flex-direction: column;
  }
  .event-card-image {
   
    width: 100%;
    height: 100%;
    clip-path: unset;
    border-radius: 10px 10px 0px 0px;
    border: none;
}
.event-card-content {
    padding: 23px !important;
}
.event-card-content::after {
  display:none;
}
.event-card-actions
 {
    width: 50%;
    margin: 0 auto;
  }
  .event-card-actions{
  padding-bottom:20px;
}
.event-card-image img{
    clip-path: unset;
}
.profile-content {
  
    grid-template-columns: 40% 60%;
    gap: 20px;
}
.profileInnerContent a {
    font-size: 22px;
}
.profileImgWrapper img {
    width: 100%;
    height: 100%;
}
.profileInnerContent h3 {
    font-size: 22px !important;
}
.profile-desc{

    font-size: 12px;
    padding-right: 15%;
    margin-top: 0;
}
.linkedin-link {
    font-size: 22px !important;  
}
    .event-card-actions {
        width: 100%;
       
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding:20px;
    }
       div#eventFullWrapper{
      margin:20px;
    }
}
@media(max-width:600px)
{
.event-card {
    flex-direction: column;
  }
  .event-card-image {
   
    width: 100%;
    height: 100%;
    clip-path: unset;
    border-radius: 10px 10px 0px 0px;
    border: none;
}
.event-card-content {
    padding: 23px !important;
}
.event-card-content::after {
  display:none;
}
.event-card-actions
 {
    width: 50%;
    margin: 0 auto;
  }
  .event-card-actions{
  padding-bottom:20px;
}
.event-card-image img{
    /* clip-path: polygon(0 0%, 98% 0, 65% 100%, 0% 100%); */
}
.profile-content {
  
    grid-template-columns: 40% 60%;
    gap: 20px;
}
.profileInnerContent a {
    font-size: 22px;
}
.profileImgWrapper img {
    width: 100%;
    height: 100%;
}
.profileInnerContent h3 {
    font-size: 22px !important;
}
.profile-desc{

    font-size: 12px;
    padding-right: 15%;
    margin-top: 0;
}
.linkedin-link {
    font-size: 22px !important;  
}
    .event-card-actions {
        width: 100%;
       
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding:20px;
    }
       div#eventFullWrapper{
      margin:20px;
    }

} 
@media(max-width:545px)
{
  .event-card-actions {
        width: 100%;
       
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding:20px;
    }
     div#eventFullWrapper{
      margin:20px;
    }
}
@media(max-width:480px)
{
	.event-card {
    flex-direction: column;
  }
  .event-card-image {
   
    width: 100%;
    height: 100%;
    clip-path: unset;
    border-radius: 10px 10px 0px 0px;
    border: none;
}
.event-card-content {
    padding: 23px !important;
}
.event-card-content::after {
  display:none;
}
.event-card-actions
 {
    grid-template-columns:100%;
    width: 100%;
    margin: 0 auto;
  }
  .event-card-actions{
  padding-bottom:20px;
}
.event-card-image img{
clip-path:unset;
}
.profile-content {
  
    grid-template-columns: 40% 60%;
    gap: 20px;
}
.profileInnerContent a {
    font-size: 22px;
}
.profileImgWrapper img {
    width: 100%;
    height: 100%;
}
.profileInnerContent h3 {
    font-size: 22px !important;
}
.profile-desc{

    font-size: 12px;
    padding-right: 15%;
    margin-top: 0;
}
.linkedin-link {
    font-size: 22px !important;  
}
 div#eventFullWrapper{
      margin:10px;
    }
}
@media(max-width:400px)
{
  
  .profileInnerContent h3{
     font-size: 18px !important;
  }

    div#eventFullWrapper{
      margin:10px;
    }
    .profile-role {
        font-size: 10px !important;
        margin-bottom: 5px;
            padding: 5px;
    }
        .profile-desc {
        font-size: 9px !important;
        margin-bottom: 4px;
        padding-right:unset;
    }
        .linkedin-link {
        font-size: 16px !important;
    }
    .linkeDin i {
    font-size: 25px;
 
}
.profile-content {
        grid-template-columns: 100%;
    }
        .profileImgWrapper img {
      
        height: 100px !important;
        object-fit: contain;
        background: #ccccc4;
    }
}

@media(max-width:380px)
{
  .delegate-avatars{
     flex-wrap:wrap;
     row-gap: 10px;
  }
  .event-card .event-title {
    font-size: 18px !important;
    width: 100%;
    line-height: 24px;
}
.event-tags span
{
 margin-bottom:5px; 
}
.profile-role {
        font-size: 9px !important;
        margin-bottom: 5px;
            padding: 5px;
    }
        .profile-desc {
        font-size: 9px !important;
        margin-bottom: 4px;
    }
        .linkedin-link {
        font-size: 16px !important;
    }
    .linkeDin i {
    font-size: 25px;
 
}
.profile-content {
        grid-template-columns: 100%;
    }
        .profileImgWrapper img {
      
        height: 94px !important;
        object-fit: contain;
        background: #ccccc4;
    }
}