.file-upload-wrapper:after,
#website_link::placeholder,
.form-wizard,
#video_link::placeholder,
#alternative_email::placeholder {
  color: #757575bf !important;
  font-weight: normal !important;
}

#custom_fields input[name="btnSubmit"] {
  text-transform: capitalize;
}

.dash-card-text {
  font-size: 14px !important;
}

.aligncenter,
.generate-documnet-note {
  font-weight: unset;
  font-style: normal;
}

.dashboard .form-wizard .form-wizard-next-btn,
.dashboard .form-wizard .form-wizard-previous-btn,
#custom_fields input[name="btnSubmit"] {
  border: 2px solid #757575bf !important;
  color: #757575bf !important;
}

.awards .item-page img {
  float: none !important;
  /* width: auto !important; */
  padding: 0px !important;
}

.del2 {
  margin: 30px 40px 30px 0px !important;
}

.theme2 {
  width: 65% !important;
}

.about-us-pic2 {
  width: auto;
  height: 505px;
  overflow: hidden;
}

.blognew-indust-news h3 {
  margin-bottom: 5px;
  margin-top: 15px;
}

.blognew-indust-news .ind-news-img {
  width: auto !important;
  height: auto !important;
  float: none;
  margin-bottom: 20px;
}

.items-leading .ind-news-img {
  width: 200px !important;
  height: 110px !important;
  float: left;
}

/*==pastevents tabs starts==*/
.tabspe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabspe label {
  order: 1;
  //: ;
  Put the labels first: ;
  display: block;
  margin: 20px;
  margin: 20px;
  width: 145px;
  text-align: center;
  padding: 15px 10px;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  color: #7f132c;
  transition: background ease 0.2s;
  box-shadow: 0 4px 15px 1px rgb(180 64 62 / 20%);
}

.tabspe .tab-pe {
  order: 99; // Put the tabs last
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
}

.tabspe input[type="radio"] {
  display: none;
}

.tabspe input[type="radio"]:checked+label {
  background: #7f132c;
  color: #fff;
}

.tabspe input[type="radio"]:checked+label+.tab-pe {
  display: block;
}

@media (max-width: 45em) {

  .tabspe .tab-pe,
  .tabspe label {
    order: initial;
  }

  .tabspe label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

/*==pastevents tabs ends==*/

.ticket-combo-content h3 {
  background-color: transparent;
  padding: 25px 0;
}

.categories-and-criteria .awards_row_headiv p {
  display: none;
}

.price-buy,
.sold-out {
  width: 100%;

  color: #3b3b3b;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.categories-and-criteria .awards_row .rightdata {
  float: right;
  width: 311px;
  text-align: right;
  margin-top: 14px;
}

.categories-and-criteria .rightdata .button .btngrey {
  background: #606060 !important;
  border-color: #606060 !important;
  margin-left: 10px;
}

.categories-and-criteria .ldata .redtext {
  color: #b37929;
}

.categories-and-criteria .awards_row .rightdata a {
  background: linear-gradient(45deg, #d19e5f, #9f5e12) !important;
  color: #fff;
  border: 1px solid #d69444 !important;
}

.categories-and-criteria .left {
  font-size: 22px;
  line-height: 28px;
}

.categories-and-criteria .favslider .favs img {
  width: 100%;
  display: block;
}


.speakers-container {
  display: flex;
  flex-flow: wrap;
  justify-content: normal;
  align-items: start;
}

/*.favslider .favs > li{width: auto !important;}*/
p.footmenurow a {
  margin: 15px 5px 0;
  font-weight: normal !important;
}

.agenda .agenda-tabs li a {
  text-transform: capitalize !important;
}

.agenda .master_right.break {
  background: #7f132c;
  color: #fff;
  padding: 20px 20px 16px !important;
}

.location1 {
  color: #fff;
  font-size: 33px;
  line-height: 51px;
  font-weight: 600;
  margin-bottom: 48px;
  margin-left: 6px;
  margin-top: 120px;
}

.about-us-themes {
  width: 40% !important;
  background-color: #fff !important;
}

.zones .about-us-themes {
  width: 90% !important;
  background-color: #fff !important;
}

.call-for-papers .about-us-themes {
  width: 90% !important;
  background-color: #fff !important;
}

/*===Adding css agenda page===*/
.register1 {
  color: #fff;
  font-size: 33px;
  line-height: 51px;
  font-weight: 600;
  margin-bottom: 48px;
  margin-left: 0px;
  margin-top: 120px;
}

.agenda .ageboxes {
  margin-left: 100px;
  margin-top: -77px;
}

.agenda .evt_brochure.width33 {
  width: 25% !important;
  float: left;
}

.agenda .divinner {
  max-width: 1275px;
}

/* .page-header h2{display:none !important;}*/
.agenda .event-data {
  margin-top: -50px;
  position: absolute;
  /*z-index: 10;*/
}

.agenda .flexbox {
  width: 96%;
  position: absolute;
  margin: -30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* margin: 0 auto;*/
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.agenda .event-data .data-cell {
  background: #f8eeef;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.agenda .redtext {
  margin-top: 10px;
  color: #7f132b;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.agenda .blacky {
  color: #111 !important;
}

.agenda .flexbox .col4 {
  width: calc(20% - 20px);
}

/*newly added*/
.agenda .dayone {
  box-shadow: 5px -3px 5px #b1b1b1;
  padding: 7px;
  margin: 8px;
  float: left;
  background-color: #D9D9D9;
  width: 45%;
  display: inline-block;
  padding: 10px 20px 5px 20px;
  font-size: 16px;
}

.agenda .daytwo {
  background-color: #DFC4CA;
  box-shadow: 5px -3px 5px #b1b1b1;
  padding: 7px;
  margin: 8px;
  float: right;
  width: 45%;
  display: inline-block;
  padding: 10px 20px 5px 20px;
  font-size: 16px;
}

.agenda .dayshedng {
  margin-top: -67px;
  padding: 0px 6px;
  background-color: #d9d9d9;
  width: 125px;
  color: #7f132b;
  display: inline-block;
  /* color: #333; */
  font-size: 26px;
  font-weight: 900;
  line-height: 39px;
  font-size: 22px;
  position: absolute;
  /* margin: 20px; */
  font-weight: bold;
  z-index: -316;
  margin-left: -19px;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  box-shadow: 1px 3px 6px #a9a8a8;
}

.agenda .inspan {
  display: block;
  background-color: #FFF;
  padding: 15px;
  margin: 5px;
  box-shadow: 5px 5px 3px #adabab;
}

.agenda .wraperdiv {
  display: block;
  padding: 5px;
  min-height: 400px;
}

.tjpnts li {
  /*background: url(https://projectcontrolsinstitute.com/templates/conv_template/images/notesbullet.png) no-repeat; */
  padding: 0 10px 10px 1px;
  /* background-position: 0 7px; */
  width: 40%;
  list-style-type: disc;
  font-size: 17px;
  color: #7f132b !important;
  float: left;
  margin-left: 40px;
}

.agenda .tjpnts {
  display: block;
  margin-bottom: 14%;
}

.tjpnts ul {
  margin-top: -12px;
}

.agenda .ageboxes li {
  list-style-type: none !important;
  float: left;
}

.agenda .data-cell .col5 {
  background: #f8eeef;
  border-radius: 20px;
  text-align: center;
  padding: 22px;
  margin: 0px 25px;
  height: 171px;
  box-sizing: border-box;
  float: left;
  display: inline-block;
}

.agenda .col5 {
  display: inline-block;
  padding: 10px 22px;
  margin: -95px 15px 0px;
  background-color: #f8eeef;
  border-radius: 22px;
  text-align: center;
  width: 200px;
  height: 183px;
}

.agenda .ageboxes {
  margin-left: 100px;
}

.agenda .timing {
  color: #7f132b;
  font-weight: bold;
  margin-bottom: 8px;
}

.agenda .inspan h3 {
  margin-bottom: 0px;
}

.agenda .ep {
  /*margin-top: 12px; margin-bottom: -3px;*/
  text-align: center;
}

.agenda .page-header h2 {
  padding-top: 25px;
  margin-bottom: 62px;
}

.agenda .belobox {
  margin-top: 115px;
}

.agenda .spnfr {
  height: 49px;
  background-color: #F6F6F6;
}

.agenda .spntwo {
  height: 49px;
  background-color: #F6F6F6;
}

.agendabox-wrapper {
  z-index: 9;
  position: absolute;
}

.boxhd {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0px 10px;
}

/*newly added css over*/


/*==new agenda page css over==*/
/*===Agenda new page css===*/

@media screen and (min-width: 180px) and (max-width: 500px) {
  .theme2 {
    width: 100% !important;
  }

  inspan-tb {
    /* display: block; */
    background-color: #f6f6f6;
    padding: 15px;
    margin: 5px;
    box-shadow: 5px 5px 3px #adabab;
    /* height: 60px; */
    width: 99% !important;
    text-align: center;
  }

  .register1 {
    color: #fff;
    font-size: 15px;
    line-height: 51px;
    font-weight: 600;
    margin-bottom: 48px;
    margin-left: 39px;
    margin-top: 50px !important;
  }

  .agenda .ageboxes {
    margin-left: 15px;
    margin-top: -425px;
  }

  .agenda .col5 {
    display: inline-block;
    padding: 10px 10px;
    margin: 10px 3px 0px;
    background-color: #f8eeef;
    border-radius: 25px;
    text-align: center;
    width: 134px;
    height: 169px;
  }

  .agenda .dayone {
    width: 88%;
  }

  .agenda .daytwo {
    width: 88%;
    margin-top: 67px;
  }

  .boxm {
    height: 225px !important;
  }

  .agenda .belobox {
    margin-top: 140%;
  }

  .agenda .pinkbox {
    position: inherit !important;
  }

  .agenda .evt_brochure.width33 {
    width: 50% !important;
    float: left;
  }

  .tjpnts li {
    /* background: url(https://projectcontrolsinstitute.com/templates/conv_template/images/notesbullet.png) no-repeat; */
    padding: 0 10px 10px 1px;
    /* background-position: 0 7px; */
    width: 90%;
    list-style-type: disc;
    font-size: 17px;
    color: #7f132b !important;
    float: left;
    margin-left: 14px;
  }

  .agenda .inspan {
    display: block;
    background-color: #f6f6f6;
    padding: 15px;
    margin: 5px;
    box-shadow: 5px 5px 3px #adabab;
    height: 239px !important;
  }

  .agenda .spnfr {
    height: 75px !important;
  }

  .agenda .spntwo {
    height: 73px !important;
  }

  /*.agenda .dayshedng {position: initial;}*/
  .agenda .wraperdiv {
    margin-right: 10px;
    margin-left: -13px;
  }

  .agenda .daytwo {
    float: none;
  }

  .agendabox-wrapper {
    z-index: 9;
    position: absolute;
    margin-left: -13px;
  }

  .uk .slideshowtext h3 {
    color: white !important;
    font-size: 20px;
    margin-top: 20px;
  }

  .about-us-themes {
    width: 100% !important;
    background-color: #fff !important;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .theme2 {
    width: 100% !important;
  }

  .about-us-themes {
    width: 100% !important;
    background-color: #fff !important;
  }

  .register1 {
    color: #fff;
    font-size: 33px;
    line-height: 51px;
    font-weight: 600;
    margin-bottom: 48px;
    margin-left: -49px;
    text-align: center;
    margin-top: 10px !important;
  }

  .divinner .listres {
    color: white;
    font-size: 26px;
    font-weight: 400;
    line-height: 38px !important;
    margin-left: 175px !important;
    text-align: left;
    margin-top: -46px;
    list-style-type: disc;
  }

  .agenda .belobox {
    margin-top: 34% !important;
  }

  .agenda .col5 {
    display: inline-block;
    padding: 10px 19px;
    margin: 19px 6px 0px;
    background-color: #f8eeef;
    border-radius: 25px;
    text-align: center;
    width: 138px;
    /* margin: 0 auto; */
    height: 225px;
  }

  .agenda .ageboxes {
    margin-left: 0px;
    margin-top: -249px;
  }

  .agenda .dayone {
    width: 88%;
    float: none;
  }

  .agenda .daytwo {
    width: 88%;
    margin-top: 67px;
    float: none;
  }

  .boxm {
    height: 225px !important;
  }

  .agenda .belobox {
    margin-top: 100%;
  }

  .agenda .pinkbox {
    position: relative !important;
  }

  .agenda .evt_brochure.width33 {
    width: 50% !important;
    float: left;
  }

  .tjpnts li {
    /* background: url(https://projectcontrolsinstitute.com/templates/conv_template/images/notesbullet.png) no-repeat; */
    padding: 0 10px 10px 1px;
    /* background-position: 0 7px; */
    width: 90%;
    list-style-type: disc;
    font-size: 17px;
    color: #7f132b !important;
    float: left;
    margin-left: 14px;
  }

  .agenda .inspan {
    display: block;
    background-color: #f6f6f6;
    padding: 15px;
    margin: 5px;
    box-shadow: 5px 5px 3px #adabab;
    height: 239px !important;
  }

  .agenda .spnfr {
    height: 75px !important;
  }

  .agenda .spntwo {
    height: 73px !important;
  }

  .home .slideshowtext h3 {
    color: white !important;
    font-size: 20px;
    margin-top: 20px;
  }

}

/*.register1 {
  color: #fff;
  font-size: 33px;
  line-height: 51px;
  font-weight: 600;
  margin-bottom: 48px;
  margin-left: 0px;
  margin-top: 120px;}*/
.podlink-hp {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

.float-right,
.pull-right {
  float: right;
}

.past-winners-finalists ul.pasteventsul1 li {
  float: left;
  width: 33%;
}

.agenda .centertext a {
  display: none !important;
}

.ticket-combo-content h3 span {
  display: block !important;
  font-size: 17px;
  color: #fff !important;
  text-transform: none !important;
  font-weight: 400;
  line-height: 21px;
  padding: 0 18px;
  min-height: 40px;
  vertical-align: middle;
}

.vat {
  font-size: 15px;
  font-weight: 400;
  display: block !important;
  margin-top: 5px !important;
}

.categories-and-criteria .awards_row .rightdata {
  float: right;
  width: 310px;
  text-align: right;
}

.file_main {
  display: block;
}


.acc_header {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  line-height: 14px;
}

.acc_sub_header {
  font-size: 18px;
  font-weight: bold;
  color: #7f132b;
  line-height: 14px;
}

.acc_sub_header2 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 14px;
}

.buy_now_bullet1 {
  list-style-type: square;
}

.acc__panel {
  width: 95%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  box-shadow: 1px 2px 3px 0px #7f132b;
  overflow: hidden;
  margin: 10px auto;
}

.vat {
  display: inline !important;
  margin-left: 1px;
}

.speaker-podcasts-div {
  display: none;
}

.agenda-tabs li.active::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  content: '';
  background: linear-gradient(to right, #7A1A35, #7f132c) !important;
  height: 6px;
  width: 80%;
  transform: translate(-50%, 0px);
}

/*event program page code start*/
.padbot {
  padding-bottom: 30px;
}

.images-venue-main-container {
  display: flex;
  flex-wrap: wrap;
  margin: 21px 0px 0px 0px;
}

.evt_brochure1.width33 {
  width: 20%;
  float: left;
}

.evt_brochure1 {
  text-align: center;
}

.line-3 {
  height: 1px;
  background: black;
  margin-right: -27px;
  margin-right: 48px;
  margin-left: 48px;
  margin-top: 7px;
}

.vertical {
  border-left: 1px solid black;
  height: 20px;
  margin-left: 122px;
}

.evt_brochure1.width33 {
  width: 20%;
  float: left;
}

.line-2 {
  height: 1px;
  background: black;
  margin-left: 17px;
  margin-top: 7px;
}

.vertical1 {
  border-left: 1px solid black;
  height: 20px;
  margin-left: -234px;
}

.line-1 {
  height: 1px;
  background: black;
  margin-right: -27px;
  margin-top: 7px;
}

.line-4 {
  height: 1px;
  background: black;
  margin-top: 7px;
  margin-right: 35px;
}

.ns {
  margin: -78px;
  font-size: 14px;
  margin-left: -765px;
}

@media screen and (max-width: 480px) {
  .evt_brochure1.width33 {
    width: 100%;
    float: left;
  }

  .evt_brochure1.width33 {
    width: 100% !important;
  }

  .images-venue-main-container {
    display: block !important;
  }

  .vertical {
    margin-left: 190px !important;
  }

  .vertical1 {
    margin-left: 193px !important;
  }

  .ns {
    margin-left: 0 !important;
  }

  .vertical1 {
    margin-left: 133px !important;
  }

  .line-3_adj,
  .line-1 {
    margin-left: 61px !important;
    margin-right: 63px !important;
  }

  .line-4 {
    margin-bottom: 72px;
    margin-right: 35px;
  }
}

@media (min-width: 750px) and (max-width: 850px) {
  .line-3_adj {
    margin-top: 29px !important;
  }

  .vertical {
    margin-left: 76px !important;
  }

  .ns {
    margin-left: -686px !important;
  }
}

/*event program page code end*/

.categories-and-criteria .main {
  display: flex;
  justify-content: center;
  align-items: normal !important;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, 100px);
  grid-template-rows: repeat(2, 100px);
}

.categories-and-criteria .vp-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left !important;
}

.standalone-tickets,
.package-deals {
  height: 430px;
}

.people1 {
  float: left;
  width: 33%;
}

.people {
  float: left;
  width: 100%;
}

/* Awards form CSS Sanket */
.awards-joint-partner .redtext {
  font-weight: bold;
  color: #919090;

}

.award_reg_form .awards-joint-partner {
  background: none;
  padding: 10px;
  margin: 10px 10px 20px 10px;
  text-align: left;
  font-size: 1.2rem;

}

.form-partner-fields {
  margin: 10px 0px -20px 0px;
  color: #606060;
}

.award-module .toppad {
  text-transform: uppercase;
}

.gcore-line-tr .people {
  width: 100%;
}

/* Awards form CSS Sanket  */


/* uk Start */

.uk .tweetlook .divinner #twitterfeed {
  display: none;
}

.uk .tweetlook .divinner {}

.uk .tweetlook .divinner #lookback {
  /* width: 50%;
margin-left: 110px; */
}

.uk .tweetlook .divinner #newsfeed {
  width: 50%;
}

.uk .tweetlook .divinner #newsfeed:after {
  display: none;
}

@media only screen and (min-width: 180px) and (max-width: 500px) {
  .uk .tweetlook .divinner #newsfeed {
    width: 100%;
  }
}

@media only screen and (min-width: 180px) and (max-width: 500px) {
  .uk .tweetlook .divinner #newsfeed>.moduletable {
    height: auto;
    margin-bottom: 10px;
  }
}

.homepage #newsfeed h3,
#twitterfeed h3 {
  text-transform: initial !important;
}

/* uk Ends */
.award-module .toppad {
  text-transform: unset;
}

.categories-and-criteria .awards_row .rightdata {
  display: block !important;
}

.awards_row_headiv h3 {
  color: #7d7a86;
  javascript: ;
  text-decoration: none;
}

input.please-fill-in-and-return-the-below-documents-when-applicable {
  display: none;
}

.form-group .float-right {
  display: block;
}

ul.delegate_li {
  margin: 10px 40px;
  overflow: hidden;
}

.termsofuse h3,
.privacypolicy-page h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
}

/* Partner Dashboard Sanket */

.dash-doc-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.dash-doc-card {
  width: 590px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #ddd; */
  padding: 10px 10px 10px 0px;
  font-size: 1.1rem;
  margin: 0;
}

.dash-card-btn-cont button {
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  position: relative;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  background: #7f132c;
  color: #fff;
  border: 1px solid #7f132c;
}

.dash-card-text {
  color: #000;
}

.wizard-fieldset table.table tr th {
  text-align: left;
  width: 70%;
  color: #000;
}

.generate-documnet-note {
  text-align: left;
}

.form-group label {
  color: #000;
}

.dashboard-custom-form .tooltip-td {
  color: #000;
}

.dashboard .button,
.dashboard button {
  text-transform: uppercase;
}

.dashboard .form-wizard .form-wizard-next-btn,
.dashboard .form-wizard .form-wizard-previous-btn {
  color: #000;
  background-color: #fff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
  border: 2px solid #000;
}

#custom_fields input[name="btnSubmit"] {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.wizard-fieldset table.table tr th,
.wizard-fieldset table.table tr td {
  border: none;
}

/* Partner Dashboard Sanket */
#please-ensure-to-attach-the-following-collaterals-which-are-compulsory-for-submitting-your-application {
  display: none;
}

.inner_imggg {}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #7f132c;
}

::selection {
  color: white;
  background: #7f132c;
}

/*new news css*/
#newsfeed li {
  border-bottom: 0px solid #333 !important;
  padding: 0px 0 !important;
}

.uk #newsfeed {
  width: 100% !important;
}

#newsfeed li {
  border-bottom: 0px solid #333 !important;
  padding: 0px 0 !important;
  width: 20%;

  padding-right: 10px !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.latestnews {
  display: flex;
  gap: 22px;
  height: auto;

}

.latestnews li p {
  margin: 0px !important;
}

.moduletable {
  background-color: unset !important;
  padding: 0px;
  padding-bottom: 0px;
}

#newsfeed,
#twitterfeed {
  width: 25%;
  padding: 0px !important;
  box-sizing: border-box;
  background-color: #fff !important;
  float: left;
  margin-right: 8px;
}

.tweetlook {
  width: 100%;
  float: left;
  background-color: #fff !important;
}

.podlink-hp {

  position: relative !important;
  /* right: 30px; */
  /* bottom: 25px; */
  /* position: relative; */
  /* right: -11px; */
  top: 25px;
  left: 0px;

}

.new-news-section-image {
  width: 100%;

}

#newsfeed li:last-child {
  border-bottom: 0;
  border-right: 0px;
}

@media only screen and (max-width: 600px) {
  #newsfeed li a {
    font-size: 14px;
    text-align: left !important;
  }

  #newsfeed>.moduletable {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 0px;
    overflow-x: scroll !important;
  }

  .latestnews {

    display: flex;
    gap: 18px;
    height: auto;
    overflow: hidden;
    width: 500% !important;
  }

  #newsfeed li {
    border-bottom: 0px solid #333 !important;
    padding: 0px 0 !important;
    width: 100% !important;
    border-left: 1px solid #7F132B;

    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

.section-container {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}

.new-news-sec-btn {
  border: 1px solid;
  padding: 10px 15px;
  border-radius: 30px;
  background: #096e3c;
  color: white;

}

.new-news-sec-head {
  font-size: 40px;
}

#newsfeed li a {
  text-align: left !important;
  font: normal normal normal 16px / 24px Lato !important;
  color: #7F132B !important;
}


.section-container {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}

.new-news-sec-btn {
  border: 1px solid;
  padding: 12px 40px;
  border-radius: 30px;
  background: #7f132c;
  color: white;

}

.new-news-sec-head {
  font-size: 35px;
}

/*uk partner new css*/
.button,
button {
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  s padding: 10px 15px;
  s position: relative;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  background: #7f132c;
  color: #fff;
  border: 1px solid #7f132c;
  border-radius: 30px;
}

.partner_login_btn {
  margin: -5px 40px;
  border-radius: 20px;
}

#filter-form {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: auto;
}

#filter-form .inputbox {
  width: 400px;
  margin-right: 10px;
  box-shadow: none;
  border-radius: 7px;
}

#filter-form button {
  border-radius: 5px;
  margin-right: 10px;
  overflow: initial;
  border-radius: 20px;
}

.btn-default {
  box-shadow: none !important;
}

.btn-default {
  box-shadow: none !important;
  border: 1px solid #606060 !important;
  border-radius: 10px;
  background: #FFEFF1 !important;
}

.filter-btn li:hover {
  background: #7f132c !important;
  color: #fff;
}

.filter-btn {
  background: #FFEFF1 !important;
}

.filter-btn li.active {
  background: #7f132c !important;
  color: #fff;
}

/*uk partner new css ends*/
/*uk agenda new css*/
.agenda .tabs_wrapper>ul>li>a,
.agenda .presentation_wrapper>ul>li>a,
.agenda .presentation_wrapper>ul>span>a {
  display: block;
  margin: 10px 11px 15px;
  /* padding: 15px 10px; */
  border-radius: 30px;
  padding-left: 24px;
  text-align: left;
  -webkit-box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7);
  -moz-box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7);
  /* box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7); */
  box-shadow: 0 4px 15px 1px rgb(56 57 56 / 78%);
  padding-top: 8px;
}

.just-center {
  justify-content: flex-start;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

ul.agenda-tabs {
  justify-content: flex-start;
  margin-top: 25px;
}

.agenda-tabs li {
  padding: 10px;
  position: relative;
  border: 1px solid gray;
  border-radius: 14px;
}

@media screen and (min-width: 1025px) {
  .agenda .tabs_wrapper>ul>li>a {
    margin: 10px 10px 15px;
    height: 40px !important;
    box-shadow: none !important;
    border: 1px solid #4A4A4A !important;
  }

  .presentation_wrapper>ul>li>a {
    margin: 10px 10px 15px;

    box-shadow: none !important;
    border: 1px solid #4A4A4A !important;
    border-radius: 30px;
  }
}

.past-events .tabs_wrapper>ul>li {
  float: left;
  margin: 0;
  cursor: pointer;
  width: 25%;
  text-align: center;
}

.agenda-tabs li.active::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  content: '';
  /* background: #383938; */
  height: 6px;
  width: 0% !important;
  transform: translate(-50%, 0px);
}

.agenda-tabs li.active {
  background: #FFDFE3;
  border: 1px solid #7F132C;
}

.main-tab {
  padding: 0 0px !important;
}

.agenda .faqpage.tabs_wrapper>ul>li>a,
.agenda .presentation_wrapper>ul>li>a,
.agenda .presentation_wrapper>ul>span>a {
  display: block;
  margin: 10px 11px 15px;
  /* padding: 15px 10px; */
  border-radius: 30px;
  padding-left: 24px;
  text-align: center;
  -webkit-box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7);
  -moz-box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7);
  /* box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7); */
  box-shadow: 0 4px 15px 1px rgb(56 57 56 / 78%);
  padding-top: 8px;
}

.submit-your-paper {
  margin-top: 20px;
  text-align: center;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.button-technical-papers {
  width: 300px;
  background-color: #383938;
  color: white;
  padding: 15px 35px 15px 35px;
  font-size: 18px;
  margin-bottom: 5px;
  border-radius: 40px;
}

/* cccSmall devices (portrait tablets and large phones, 600px and up) */


/* Medium devices (landscape tablets, 768px and up) */


/*new responsive kunal*/
@media screen and (max-width: 480px) {
  @media screen and (min-width: 180px) and (max-width: 896px) {
    .tickets-combo-container {
      flex-wrap: wrap !important;
    }

    .agenda .master_right.break {
      background: #FFDFE3;
    }

    .break p strong {
      color: #4a4a4a;
    }

    .why-desk {
      display: none;
    }

    .why-mobile {
      display: block !important;
    }

    .three-head {
      padding: 0px !important;
    }

    .event-main-title {
      font-size: 1.4rem;
      text-transform: capitalize;
      font-family: lato;
    }

    .package_combo_div h3.pageheading {
      text-transform: capitalize;
      font-weight: 600;
      font-size: 1.4rem;
    }

    h2 {
      font-size: 1.4rem;
      margin: 6px 0px !important;
      line-height: 1.2;
    }

    .faq #header .divinner {
      display: none !important;
      margin: 0;
    }

    .faq #footer {
      display: none;
    }

    .faq rs-fullwidth-wrap {
      display: none !important;
    }

    a.price-buy[data-is_table_of_ten="1"] {
      width: 40% !important;
    }

    .main-cont {
      flex-direction: column;
      height: unset !important
    }

    .categories-and-criteria .left-text-section {
      width: 100% !important;
    }

    .video-sec-awards {
      width: 100% !important;
      height: 215px !important;
    }

    /* div#footer {

      margin-top: 45px;
    } */

    .down-slide {
      display: block !important;
    }

    .event-sch {
      padding-left: 2px;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .bottom-2 {
      padding: 17px 17px !important;
      margin-bottom: 58px !important;
    }

    .partners #reset {
      background: #7f132c !important;
    }

    .partners .moduletable h3 {
      font-size: 32px;
      padding-left: 10px;
      text-transform: capitalize;
      color: #7f132c;
    }

    #newsfeed li {
      padding: 0px 0 !important;
      width: 100% !important;
      border-left: 1px solid #7f132c;
      padding-left: 10px !important;
      display: flex;
      flex-direction: column;
      gap: 20px;
      text-align: center;
      border-right: unset !important;
    }

    .latestnews {
      display: flex;
      gap: 18px;
      height: auto;
      overflow: hidden;
      width: 500% !important;
    }

    #newsfeed>.moduletable {
      background-color: #fff;
      padding: 10px;
      padding-bottom: 0px;
      overflow-x: scroll !important;
    }

    .new-news-section-image {
      width: 100%;
      height: 200px !important;
    }

    .uk .tweetlook .divinner #newsfeed>.moduletable {
      margin-bottom: -1px !important;
    }

    #newsfeed li a {
      text-align: left !important;
      font: normal normal normal 16px / 24px Lato !important;
      color: #7f132c !important;
    }

    .uk .text-contain-p {
      line-height: 1.4 !important;
    }



    .speak-at-expo .first-collage {
      display: flex;
      overflow-x: scroll;
      white-space: nowrap;
      flex-wrap: nowrap;
      flex-direction: unset !important;
    }

    .speak-at-expo .date-text {
      font: normal normal bold 16px/24px Lato !important;
      letter-spacing: 0px;
      color: #7f132c;
    }

    .speak-at-expo .data-text {
      font: normal normal normal 16px / 20px Lato !important;
      letter-spacing: 0px;
      color: #000000;
    }

    .speak-at-expo .break-hide {
      display: block !important;
    }

    .speak-at-expo .card .card-body .navbar li a {
      width: 111px;
      height: 70px;
      display: flex;
      align-items: center;
      text-align: left;
      border-radius: 12px;
      border: unset;
      background: #F8C2C9;
      color: #000000;
      font: normal normal 600 16px / 20px Lato;
    }

    .speak-at-expo .card .card-body .navbar {
      overflow-x: scroll;
      white-space: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-start !important;
      max-width: 1264px;
      margin: 0 auto;
      padding: 20px;
    }

    .speak-at-expo .zone-cont {
      width: 100vw;
      position: relative;
      left: 50%;
      margin-left: -50vw;
      background: #FFDFE3;
    }

    .speak-at-expo .zone-cont-inner {
      max-width: 1264px;
      margin: 0 auto;
      padding: 20px;
    }

    .speak-at-expo .card .card-body .navbar li a.active {
      background-color: white;
      border: 1px solid #7f132c;
      color: #7f132c;
    }

    .speak-at-expo .card .tab-content {
      border-top: unset;
    }

    .speak-at-expo .card .tab-content .tab-pane p {
      font: normal normal normal 16px/24px Lato;
    }

    .speak-at-expo .h-22 {
      font: normal normal 600 21px / 29px Lato !important;
      color: #7f132c;
    }

    .speak-at-expo .left-text p {
      font: normal normal normal 16px / 24px Lato;
    }

    .speak-at-expo .button-technical-papers {
      width: 200px;
      padding: 8px 22px 8px 22px;
      font-size: 16px;
    }

    .speak-at-expo .submit-your-paper {
      padding: 0px;
      align-items: baseline;
      margin-bottom: 3px !important;
    }

    .speak-at-expo .bottom-1 {
      margin-bottom: 22px;
    }

    .ticket-combo-content {
      width: 100% !important;
      margin-bottom: 15px;
    }

    .standalone-tickets,
    .package-deals {
      height: 480px;
      background-color: #FFDFE3;
    }

    .title_eb_workshop {
      background: #A93D4B;
      border-radius: 12px;
      border-bottom: 2px dashed;
    }

    .standalone-tickets:nth-of-type(1) {
      background: #FFDFE3 !important;
      border-radius: 16px;
    }

    .title-price-container {
      width: 90%;
      margin: 16px auto;
      border-radius: 16px;
      display: flex;
    }

    .pack-title {
      padding: 0 4px;
      font-size: 20px;
      display: flex;
      justify-content: center;
      color: #7f132c;
    }

    .ticket-combo-content .packs-details {
      width: 90%;
      margin: 0 auto;
    }

    .standalone-tickets .packs-details p:nth-of-type(1) {
      background-color: transparent;
      color: black;
      display: flex;
      justify-content: center;
      font-size: 17px;
      font-weight: 600;
      border-bottom: 2px solid #ffff;
    }

    .ticket-combo-content .packs-details p:last-child {
      border-bottom: 0;
      color: black;
      display: flex;
      justify-content: center;
      font-size: 17px;
      font-weight: 600;
      background: transparent;
      /* border-bottom: 2px solid #ffff; */
    }

    .buy-info-container {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      gap: 10px;
    }

    .price-buy,
    .sold-out {
      width: 40%;
      color: white;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500;
      display: inline-block;
      boder-radis: 20px;
      border-radius: 20px;
      font-weight: 400;
      background: #7f132c;
    }

    .ticket-combo-content h3 {
      background: #A93D4B;
      border-radius: 12px;
      border-bottom: 2px dashed;
      font-size: 32px;
      text-transform: capitalize;
      display: flex;
      flex-direction: column;
      gap: 7px;
      padding: 30px 0px;
    }

    .price {
      font-size: 35px;
      color: #7f132c;
    }

    .ticket-combo-content h3 span {
      font-size: 18px;
    }

    .standalone-tickets:nth-of-type(2) {
      background: #FFDFE3 !important;
      border-radius: 16px;
    }

    .standalone-tickets:nth-of-type(3),
    .standalone-tickets:nth-of-type(4),
    .cannot-attend-physically-book-virtual-access {
      height: 480px;
      background: #FFDFE3 !important;
      border-radius: 16px;
    }

    .ticket-combo-content.package-deals {
      height: 430px;
      border-radius: 16px;
      background: #FFDFE3;
    }

    .package-deals .packs-details p:nth-of-type(1) {
      /* background-color: transparent; */
      border-bottom: 2px solid white;
      color: black;
      display: flex;
      justify-content: center;
      font-size: 17px;
      font-weight: 600;
      background: transparent;
    }

    .package_combo_div h3.pageheading {
      text-transform: capitalize;
      font-weight: 900;
      font-size: 21px;
      color: #7f132c;
    }

    .pageheading:after {
      display: none;
    }

    .pageheading:before {
      display: none;
    }

    .moduletable h3:after,
    .moduletable h3:before {
      display: none;
    }

    .agenda .master_row .master_left h3 {
      margin: 0px;
      padding: 0px;
      padding-left: 5px;
      font: normal normal bold 14px / 19px Lato !important;
      height: 40px;
    }

    .agenda .master_row .master_left h3 span {
      font: normal normal bold 14px / 19px Lato !important;
    }

    .agenda .master_row .master_left h6 {
      font: normal normal normal 14px / 19px Lato;
      color: #7f132c;
      font-weight: 600;
      border-left: 2px solid;

      position: relative;
      left: 0px;

      padding-left: 5px;
    }

    .master_right {
      width: 92%;
      padding: 15px 15px 15px 15px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 0px 6px #0000003D;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
    }

    .speakerimg a {
      border: 1px solid #FFDFE3;
      opacity: 1;
    }

    .master_right p strong {
      font: normal normal bold 15px / 24px Lato;
      color: #7f132c;
    }

    .tab_content a {
      text-decoration: none;
      font: normal normal bold 16px / 24px Lato;
    }

    .designation {
      font: normal normal normal 16px / 24px Lato;
      color: #000000;
    }

    .speaker_detail {
      margin: 0;
    }

    p.speaker_text {
      margin-top: 0px;
    }

    .speaker_detail.morespeaker {
      margin-left: 0px;

    }

    .master_right p {
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .nav-tabs {
      overflow-x: scroll;
      white-space: nowrap;
      flex-wrap: nowrap !important;
      padding: 10px !important;
      background: #FFDFE3;
    }

    .agenda-tabs li.active {
      background: white !important;
      border: 1px solid #7f132c !important;
    }

    .agenda-tabs li {
      padding: 10px;
      position: relative;
      border: none;
      border-radius: 14px;
      background: white;
      border: none !important;
    }

    .agenda-tabs li a {
      text-transform: none;
      font: normal normal 600 13px / 20px Lato;
      letter-spacing: 0px;
      color: #000000;
    }

    .nav-tabs .active a {
      color: #7f132c;
    }

    .main-tab {
      padding: 0 0px !important;
      padding: 0 0px !important;
      /* overflow-x: scroll; */
      white-space: nowrap;
      flex-wrap: nowrap !important;
      margin: 19px;
      padding: 29px;
      justify-content: center;
      margin: 10px 44px !important;
    }

    .tabs_wrapper>ul>li {
      width: 48%;
    }

    .tabs_wrapper>ul li.active>a {
      background: white;
      color: #7f132c;
      border: none;
      box-shadow: none;
      border-bottom: 2px solid #7f132c !important;

      padding: 0px;
      font-size: 12px;
      border-radius: unset;
    }

    .tabs_wrapper>ul>li>a span {
      min-height: 0px;
    }

    .tabs_wrapper>ul>li>a {
      background: white;
      background: white;
      color: dimgrey;
      border: none !important;
      box-shadow: none !important;
      border-bottom: 2px solid #FFDFE3 !important;
      margin: 0px !important;
      padding: 0px !important;
      border-radius: unset !important;
      font-size: 13px;
    }

    .partners .marginleft40 {
      margin-left: 0;
      margin-top: -19px !important;
    }

    .partners .pull-right {
      float: none !important;
      position: relative;
      left: 51%;
      top: 296px;
    }

    .partners .marginleft40 p {
      font-size: 16px;

    }

    .partners .partner_login_btn {
      border-radius: 28px;
      padding: 12px 26px;
    }

    .partners .become_a_partner {
      cursor: pointer;
      border: 0px solid;
      padding: 10px 20px;
      border-radius: 51px;
      background: #7f132c;
      color: white;
      font-size: 16px;
    }

    .partners #filter-form {

      flex-wrap: NOWRAP;
      gap: 8px;

    }

    .partners #filter-form button {
      border-radius: 19px;
      margin-right: 0px;

    }

    .partners #filter-form .inputbox {
      margin-bottom: 0;
      width: 48%;
      margin-right: 0;
      border-radius: 22px;
      border: 2px solid #7f132c;

    }

    body.partnerspage.shortlisted ul.filter-btn {
      overflow-x: scroll;
      white-space: nowrap;
      flex-wrap: nowrap;
      padding: 10px !important;
      background: #FFDFE3;
    }

    body.partnerspage.shortlisted ul.filter-btn li {
      padding: 20px 17px;
      margin: 8px;
      font-size: 16px;
      width: calc(100% / 1 - 25px) !important;
      border-radius: 12px;
      background: #F8C2C9 !important;
      border: none !important;
    }

    body.shortlisted ul.filter-btn li.active,
    body.shortlisted ul.filter-btn li:hover {
      background: white !important;
      color: #000000;
      border: 1px solid #7f132c !important;
    }

    .partners #all>ul.filter-btn>li:nth-child(1) {
      background: #F8C2C9 !important;
      color: #000000;
      border: 1px solid #7f132c;

    }

    .partners .page-header h2:after,
    .page-header h2:before {
      display: none;
    }

    body.partnerspage .item-page .page-header h2 {

      font: normal normal 600 32px / 39px Lato;
      text-transform: none;
      color: #7f132c;
      margin-bottom: 5px;
    }

    .list-age {
      display: block !important;
    }

    .spea {
      display: none;
    }

    .fade {
      display: block;
      height: 100px;
      padding: 2px;
    }
  }
}

.list-age {
  display: none;
}

/* usa agenda  top css start */
.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 41%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
} */

/* Caption text */
.agenda .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active, .dot:hover {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.down-slide {
  display: none;

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

@media only screen and (max-width: 768px) {
  .frontt {
    display: none;
  }

  .down-slide {
    display: block;
  }

  .three-head {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }

  .spea {
    width: 109% !important;
  }
}

.agenda .ul-1 {
  font-size: 18px;
  line-height: 1.4;
  color: #7f132c;
}

.ul-1 li {
  list-style: none;
  list-style: none;
  position: absolute;
  padding-left: 30px;
  padding-top: 5px;
  position: relative;
  padding-bottom: 9px;
}

.three-head {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.frontt {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #7f132c;
}

.front-inner {
  display: flex;
  max-width: 1246px;
  gap: 20px;

  justify-content: space-between;
  margin: 0 auto;
  width: 100v;
  padding: 30px;
  width: 100%;
  background: #7f132c;
  flex-wrap: wrap;
}

.front-inner-in {
  border-left: 3px solid white;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px;
}

.span-upper-text {
  font-size: 40px;
  color: white;
}

.span-lower-text {
  font-size: 22px;
  color: white;
  font-weight: bold;
}

.down-slide-inner {
  background: #FFDFE3;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.myslides-inner {
  text-align: center;
  display: flex;
  justify-content: center;
  /* width: inherit; */
  height: 100px;
  align-items: center;
  /* border-left: 1px solid black; */
}

.myslides-inner-cont {
  height: 100px;
  */ max-width: 1264px;
  height: 100px;
  height: 60px;
  /* border-left: 2px solid white; */
  /* border-right: 2px solid white; */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  color: black;
  text-align: left;
  font-size: 24px;
  flex-direction: row;
  padding-left: 24px;
  padding-right: 24px;
  gap: 36px;
}

.myslides-inner-upper-text {
  font: normal normal bold 32px / 23px Lato;
}

.text-apart {
  display: flex;
  flex-direction: column;
  gap: 17px;
  border-left: 2px solid;
  padding-left: 14px;
}

.lower-text-slid {
  font: normal normal normal 16px / 19px Lato;
}

/* usa agenda  top css end */
/* usa home top css end */
.frontt-new {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #7f132c;
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 5px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
} */

/* Caption text */
/* .text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
} */

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active, .dot:hover {
background-color: #717171;
} */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.down-slide {
  display: none;

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

@media only screen and (max-width: 600px) {
  .text-home {
    font-size: 12px !important;
  }

  .frontt-new {
    display: none;
  }

  .new-news-sec-btn {
    border: 1px solid;
    padding: 10px 29px !important;
    border-radius: 30px;
    background: #7f132c;
    color: white;
    margin-left: 11px !important;
  }

  /* #areainner {
    margin-bottom: -31px !important;
  } */

  .new-news-sec-head {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }

  .text-contain-1 {
    display: flex;
    height: unset !important;
    margin-bottom: 1rem !important;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .uk .text-contain-out {
    width: 100% !important;
    padding: 3px;
  }

  .uk .venue-map {
    width: 100% !important;
    height: 215px !important;
  }

  .uk .frontt-new {
    display: none;
  }

  .uk.down-slide {
    display: block;
  }
}

.venue-main {
  display: flex;
  margin-top: 48px;
}

.uk .venue-text {
  width: 50%;
  display: flex;
  flex-direction: column;

  padding: 11px;
  color: black;
  height: 388px;
}

.uk .venue-map {
  width: 50%;
}

.uk .why-project {
  margin: 20px 0;
}

.uk .text-contain-1 {
  display: flex;
  height: 310px;
  margin-bottom: 50px;
}

.uk .text-contain-out {
  width: 62%;
  padding: 3px;

}

.uk .venue-map {
  width: 50%;
}

.uk .front-inner {
  padding: 15px;
}

/* usa hometop css end */
#newsfeed li {
  border-bottom: 0px solid #333 !important;
  width: 20%;
  border-right: 1px solid #FFB3BC;
  padding-right: 10px !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.new-news-section-image {
  width: 100%;
  height: 130px;
}

#newsfeed>div>ul>li:nth-child(5)>p.inds1 {
  display: none;
}

.form-wizard .form-wizard-steps {
  margin: 30px 0;
  width: 100%;
  position: relative;
  float: left;
  margin-left: 135px;
}

ul.partner_ul img {
  border: 1px solid #DEBB4E6E;
  border-radius: 11px;
  padding: 5px 5px 5px 5px;
  max-width: 90% !important;
}

.sitr {
  width: 122px !important;
  height: 52px !important;
}

.footer-location .country-selected {
  border: 1px solid !important;
}

.left-text-section {
  width: 50%;
  padding: 3px;
}

.text-sec {
  font-size: 20px;
  line-height: 1.7;
  color: #4A4A4A;
}

.video-sec-awards {
  width: 50%;
}

.containerx {
  margin: auto;
  position: relative;
  width: 102%;
  display: grid;
  place-items: flex-start;
  overflow: hidden;
}

.slide-track {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 70px;
}

.contentx {
  height: 210px;
  width: 170px;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
}

.slide-track a {
  text-align: center;
  color: black;
  font-size: 17px;
  font-weight: bold;
}

.inner-img {
  border-radius: 50%;
  background: #e4e4e4;
  margin-bottom: 18px;
}

.main-cont {
  display: flex;
  height: 310px;
  margin-bottom: 50px;
  padding: 20px;
}

.speak-at-expo .break-hide {
  display: none;
}

.b24-widget-button-popup-description {
  margin: 4px 0 0 0;
  font: 20px "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  color: #424956;
  position: relative;
  top: 7px;
}

#headerleft>a:nth-child(3)>img {
  display: none;
}

.pack-title {
  font-size: 21px;
  font-weight: 600;
  color: #444;
  position: relative;
  margin-bottom: 0px;
  flex-basis: 100%;
  padding: rem;
}

.uk .text-contain-p {
  font-size: 18px;
  line-height: 1.4;
  padding-right: 10px;
  text-align: justify;
}

.package_combo_div {
  margin-bottom: 80px;
}

.tickets-combo-container {
  flex-wrap: nowrap;
}

.standalone-tickets:nth-of-type(2) h3.title_eb_workshop,
.standalone-tickets:nth-of-type(3) h3.title_eb_workshop,
.standalone-tickets:nth-of-type(4) h3.title_eb_workshop,
.standalone-tickets:nth-of-type(5) h3.title_eb_workshop {
  padding-bottom: 64px !important;
}

/* ptc form css kunal*/

/* ptc form css kunal end*/

#register-table tbody tr.three-row {
  width: 48% !important;
  margin-right: 17px;
}

.ticket_list .tickets h4 {
  font-size: 22px;
  font-weight: 800;
}

.ticket_list .tickets {
  padding: 20px;
  background: #ffe1e9;
  box-sizing: border-box;
  border-radius: 20px;
}

.more-details-popup .ticket_list .tickets .ticket_price {
  background: #ffe1e9 !important;
}

.button.green-btn {
  border-color: #7f132c !important;
}

.checkout-section {
  border: 3px solid #ffe1e9;
}

.checkout-section .summary.border-bottom {
  border-bottom-color: #ffe1e9;
}

.checkout-section .summary.total_amt {
  background: #ffe1e9;
}

@media screen and (min-width: 180px) and (max-width: 500px) {
  .venue_date {
    background: #FFB3BC !important;
    display: inline-block;
    max-width: 240px;
    padding: 7px 10px;
    margin-left: 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 9px !important;
    line-height: 10px !important;
    box-sizing: border-box;
    vertical-align: middle;
  }
}

/*new homepage css*/
.action-button::after {
  content: "→";
  font-size: 1.1rem;
  color: #F8EDEA;
  transition: transform 0.3s;
}

.uk .tweetlook .divinner #newsfeed {
  width: 100%;
  margin-bottom: 50px;
}

.new-news-sec-head {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 2.5rem;
  text-align: center;
}

.uk h1 {
  font-size: 2.5rem;
  padding: 20px 0px 20px 0px;
  margin: 0px;
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100vw !important;
  padding: 15px 0;
  font-weight: 600;
  left: 50% !important;
  margin-left: -50vw !important;
  color: white !important;
  background: #C13738 !important;
}

.marquee {
  width: unset !important;
  justify-content: center;
}

.fullscreen-container {
  width: 100vw;
  height: 116vh;
  overflow: hidden;
  left: 50%;
  margin-left: -50vw;
  POSITION: RELATIVE;
  background: #212121;
}

.fullscreen-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.logo-card img {
  width: 80%
}

.logos-container {
  display: flex;
  transition: transform 0.6s ease-in-out;
  gap: 0px;
  padding: 0 10px;
}

#areainner>div.main-wrapper>div.features-grid>div:nth-child(3)>div.feature-details>p {
  margin-bottom: 52px
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Top Statistics Section */
.top-stats {
  background-color: white;
  padding: 10px 0;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-top: 10px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-size: 2.813rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1;
}

.stat-label {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  color: #333;
}

/* Main Section */
.main-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #7F132C;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.main-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="0.5" fill="%23ffffff" opacity="0.03"/><circle cx="30" cy="25" r="0.3" fill="%23ffffff" opacity="0.02"/><circle cx="60" cy="15" r="0.4" fill="%23ffffff" opacity="0.025"/><circle cx="80" cy="35" r="0.2" fill="%23ffffff" opacity="0.015"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.main-content {
  position: relative;
  z-index: 1;
  max-width: 1246px;
  margin: 0 auto;
}

.main-title {
  font-size: 2.25rem;
  /* font-size: clamp(2rem, 4vw, 3.5rem); */
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
  background: #FFB3A6;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.main-description {
  max-width: 100%;
  /* margin: 0 auto 60px; */
  text-align: left;
  /* font-size: clamp(1rem, 2vw, 1.125rem); */
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 1.25rem;
}

/* Bottom Statistics */
.bottom-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  margin-top: 40px;
}

.bottom-stat-item {
  text-align: left;
  padding: 0px 18px 0px;
  border-left: 4px solid white;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.bottom-stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.bottom-stat-item:hover {
  transform: translateY(-5px);
}

.bottom-stat-number {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  color: #FFB3A6;
  margin-bottom: 12px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.bottom-stat-title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 16px;
  color: white;
  position: relative;
  z-index: 1;
}

.bottom-stat-description {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .fullscreen-container {
    height: 27vh;
  }

  .uk h1 {
    font-size: 1.5rem;
    padding: 9px 0px 10px 0px;
    margin: 0px;
    line-height: 32px;
  }

  .top-stats {
    padding: 40px 0;
  }

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

  /* Make top stats horizontal scrollable */
  .stats-grid {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 0 20px;
    margin: 20px -20px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .stats-grid::-webkit-scrollbar {
    display: none;
  }

  .stat-item {
    flex: 0 0 150px;
    scroll-snap-align: center;
  }

  /* Make bottom stats horizontal scrollable */
  .bottom-stats {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 0 20px;
    margin: 40px -20px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .bottom-stats::-webkit-scrollbar {
    display: none;
  }

  .bottom-stat-item {
    flex: 0 0 280px;
    padding: 30px 20px;
    text-align: center;
    scroll-snap-align: center;
  }
}

@media (max-width: 480px) {
  .fullscreen-container {
    height: 27vh;
  }

  .uk h1 {
    font-size: 1.5rem;
    padding: 9px 0px 10px 0px;
    margin: 0px;
    line-height: 32px;
  }

  .expo-wrapper {
    padding: 0 16px;
  }

  .main-title {
    margin-bottom: 30px;
  }

  .main-description {
    margin-bottom: 40px;
  }

  /* Adjust horizontal scroll for smaller screens */
  .stats-grid {
    margin: 20px -16px 0;
    padding: 0 16px;
  }

  /* .stat-item {
    flex: 0 0 130px;
  } */

 

  
}

/* Add scroll indicators for mobile */
@media (max-width: 768px) {
  .scroll-container {
    position: relative;
  }

  .scroll-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.7;
    animation: pulse 2s infinite;
  }

  .scroll-indicator.left {
    left: 10px;
  }

  .scroll-indicator.right {
    right: 10px;
  }

  @keyframes pulse {

    0%,
    100% {
      opacity: 0.7;
    }

    50% {
      opacity: 1;
    }
  }
}

/* Animation */
.stat-item,
.bottom-stat-item {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.stat-item:nth-child(1) {
  animation-delay: 0.1s;
}

.stat-item:nth-child(2) {
  animation-delay: 0.2s;
}

.stat-item:nth-child(3) {
  animation-delay: 0.3s;
}

.stat-item:nth-child(4) {
  animation-delay: 0.4s;
}

.stat-item:nth-child(5) {
  animation-delay: 0.5s;
}

.bottom-stat-item:nth-child(1) {
  animation-delay: 0.3s;
}

.bottom-stat-item:nth-child(2) {
  animation-delay: 0.5s;
}

.bottom-stat-item:nth-child(3) {
  animation-delay: 0.7s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-title,
.main-description {
  opacity: 0;
  animation: fadeIn 0.8s ease 0.2s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*exciting section*/
.feature-image div img {
  width: 100%;
}

.main-wrapper {
  padding-bottom: 50px !important;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 20px 0;
  position: relative;
  background: #F8EDEA;
}

.page-header {
  text-align: center;
  margin-bottom: 20px;
}

.page-header h1 {
  font-size: 2.5rem;
  color: #2d3748;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.features-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1264px;
  margin: 0 auto;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: none;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
  padding: 0 20px;
}

.carousel-item {
  flex: 0 0 280px;
  min-width: 280px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.dot-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(30, 64, 175, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot-indicator.current {
  background: #1e40af;
  transform: scale(1.2);
}

.uk .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #B4E6F8;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.control-button {
  background: rgba(30, 64, 175, 0.1);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #1e40af;
  font-size: 18px;
  font-weight: bold;
}

.control-button:hover {
  background: rgba(30, 64, 175, 0.2);
  transform: scale(1.1);
}

.control-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

.feature-box {
  background-image: url("https://projectcontrolexpo.s3.eu-west-1.amazonaws.com/assets/user_assets/2025/Subtraction+4.png");
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  width: 280px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.feature-image {
  width: fit-content;
  object-fit: cover;
  display: block;
  padding: 11px;
}

.feature-details {
  padding: 30px 25px;
  padding-top: 10px;
}

.feature-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 15px;
  line-height: 1.3;
}

.feature-text {
  color: #718096;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.action-button {
  background: #7F132C;
  color: white;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.action-button:hover {
  transform: translateX(2px);
}


.action-button:hover::after {
  transform: translateX(3px);
}

/* Conference image styling */
/* .training-bg {
        background: url('https://projectcontrolexpo.s3.eu-west-1.amazonaws.com/assets/user_assets/usa/2025/home/SZK_5722.png')
          center/cover;
      } */

/* .expertise-bg {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 180"><rect fill="%23f1f5f9" width="400" height="180"/><circle fill="%23475569" cx="120" cy="70" r="25"/><circle fill="%23475569" cx="200" cy="70" r="25"/><circle fill="%23475569" cx="280" cy="70" r="25"/><rect fill="%23cbd5e0" x="50" y="110" width="300" height="40" rx="6"/><rect fill="%234299e1" x="80" y="120" width="80" height="20" rx="10"/><rect fill="%2348bb78" x="180" y="120" width="80" height="20" rx="10"/><rect fill="%23ed8936" x="280" y="120" width="60" height="20" rx="10"/></svg>')
          center/cover;
      }

      .presentation-bg {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 180"><rect fill="%23f7fafc" width="400" height="180"/><rect fill="%23374151" x="30" y="30" width="340" height="120" rx="10"/><circle fill="%234299e1" cx="100" cy="90" r="20"/><circle fill="%23fff" cx="200" cy="90" r="20"/><circle fill="%23fff" cx="300" cy="90" r="20"/><rect fill="%234299e1" x="50" y="130" width="100" height="20" rx="10"/><rect fill="%23e2e8f0" x="200" y="130" width="150" height="20" rx="10"/></svg>')
          center/cover;
      }

      .celebration-bg {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 180"><rect fill="%23fef5e7" width="400" height="180"/><circle fill="%23f6ad55" cx="100" cy="60" r="30"/><circle fill="%23ed8936" cx="200" cy="70" r="25"/><circle fill="%23dd6b20" cx="300" cy="50" r="35"/><rect fill="%23744210" x="50" y="130" width="300" height="15" rx="7"/><circle fill="%23ffd700" cx="150" cy="40" r="8"/><circle fill="%23ffd700" cx="250" cy="35" r="8"/><circle fill="%23ffd700" cx="320" cy="25" r="8"/></svg>')
          center/cover;
      } */

/* Responsive Design */
@media (max-width: 1200px) {
  .features-grid {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .page-header h1 {
    font-size: 2rem;
  }

 
  .carousel-wrapper {
    display: block;
  }

  .carousel-item {
    flex: 0 0 calc(100vw - 80px);
    min-width: calc(100vw - 80px);
    max-width: 320px;
  }

  .carousel-track {
    padding: 0 40px;
  }
}

@media (max-width: 480px) {
  .page-header h1 {
    font-size: 1.75rem;
  }

  .feature-details {
    padding: 30px 25px;
    padding-top: 10px;


  }

  .action-button {
    width: 100%;
    justify-content: center;
  }
}

.showcase-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 40px;
  font-weight: 600;
}

.slider-frame {
  overflow: hidden;
  width: 100%;
}

.slides-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 400%;
}

.profile-group {
  width: 25%;
  /* 100% ÷ 4 slides */
  display: flex;
  justify-content: center;
  /* ← centers 4 speakers */
  align-items: flex-start;
  gap: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.profile-tile {
  gap: 2vh;
  flex: 1;
  max-width: calc(25% - 15px);
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column-reverse;
  box-sizing: border-box;
}

.profile-details {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 20px;
}

.person-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 5px;
}

.organization-label {
  font-size: 0.95rem;
  color: #636e72;
  font-weight: 500;
}

.profile-photo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.navigation-indicators {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 30px;
}

.indicator-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #B4E6F8;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator-circle.current {
  background-color: #7F132C;
  transform: scale(1.2);
}

.indicator-circle:hover {
  background-color: #74b9ff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  .profile-group {
    gap: 10px;
    padding: 0 5px;
  }

  .profile-tile {
    min-height: 0px !important;
  }

  .person-title {
    font-size: 1.1rem;
  }

  .organization-label {
    font-size: 0.85rem;
  }

  .profile-photo {
    width: 100px;
    height: 100px;
  }
}

/*logo css*/
.sponsors-container {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding-bottom: 30px;
}

.sponsors-title {
  color: black;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.logo-card {
  flex: 0 0 200px;
  height: 60px;
  /* border: 2px solid #F8EDEA; */
  display: flex;
  /* align-items: center; */
  justify-content: start;
  color: white;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navigation-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

#newsfeed li {
  border-bottom: 0px solid #333 !important;
  padding: 0px 0 !important;
  width: 20%;
  /* border-right: 1px solid #DCE8FF; */
  padding-right: 0px !important;
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
  height: 16rem;
  background: #F8EDEA;
  border-radius: 10px;
}

#newsfeed li a {
  color: #333;
  font-weight: 600;
  transition: .5s ease;
  padding: 10px;
}

.new-news-section-image {
  width: 100%;
  height: 130px;
  border-radius: 10px;
}

/*footer data*/
.home-page-bottom {
  display: flex;
  margin-top: 20px;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #D4646F;
  position: fixed;
  bottom: 0;
}

.content-with-download-btn {
  display: flex;
  max-width: 1246px;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  width: 100v;
  padding: 10px;
  width: 100%;
  flex-wrap: wrap;
}

.close-home-page-bottom {
  font-size: 17px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: auto 19px;
  padding-bottom: -10px;
  cursor: pointer;
}

.view-agn p {
  margin: auto 0;
  color: white;
  padding: 7px 0px;
}

.download-info-btn-container button {
  background: #FFB3A6;
  color: #7F132C;
  font-size: 14px;
  font-weight: 600;
  border: none;
}

#areainner>div.main-wrapper>div.features-grid>div:nth-child(4)>div.feature-details>p {
  margin-bottom: 3.5rem;
}

@media (max-width: 480px) {
  .content-with-download-btn {
    flex-wrap: nowrap;
  }
}

.venue_date {
  background: #F8EDEA !important;
}

.build-package-page-bottom {
  height: 75px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #D4646F;
  z-index: 9999;
  /* padding: 10px 0; */
}

.build-package-inner {
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* centers content+button as a group */
  gap: 16px;
  flex-wrap: wrap;
  /* wraps nicely on small screens */
}

.build-package-bottom-content h3 {
  color: #fff;
  margin: 0;
  text-align: center;
}

form#build-package-form .button {
  border-radius: 8px;
  padding: 14px 30px;
  line-height: 20px;
  box-sizing: border-box;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 18px;
  background: #FFB3A6 !important;
  color: #7F132C;
  font-weight: 600;
}

form#build-package-form {
  padding: 15px 0;
  text-align: center;
}
.lets-go-block{
display:none
}
.venue {
    margin-bottom: 0px !important;
}
/* responsive 2026 */
@media only screen and (max-width: 460px),
only screen and (max-width: 460px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 460px) and (min-resolution: 288dpi),
only screen and (max-width: 360px),
only screen and (max-width: 360px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 360px) and (min-resolution: 288dpi) {
  .lets-go{
    display: none !important;
  }
  /* lets go css */
   .lets-go-block {
display:block !important;
    width: 100%;
    max-width: 420px;
padding-bottom: 5vh;
padding-top: 5vh;
  }

  .lets-go-image {
    width: 100%;
    display: block;
  }

  .expo-card {
    display: block;
    background: #7f132c;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    margin-top: clamp(10px, 3vw, 14px);
    padding: clamp(20px, 5vw, 24px) clamp(20px, 5vw, 24px) clamp(24px, 6vw, 28px);
  }

  .expo-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }

  .expo-card__label {
    font-size: 23pt !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.95;
  }

  .expo-card__arrow {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }

  .expo-card__title {
    font-size: 45pt !important;
    line-height: 1.15 !important;
    font-weight: 800;
    margin: 0;
color:white;
  }

  /* lets go css end */
  .master_right {
            width: 92%;
            padding: 15px 15px 15px 15px;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: unset !important;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            border: 1px solid #7f132c !important;
        }
  span{
    font-size: 13pt !important;
  }
  .tweetlook .divinner #newsfeed {
    margin-bottom: 9vh;
}
  /* .podlink-hp {

   top: 5px !important;

} */
  .uk .podlink-hp a {
    font-size: 13pt !important;
    padding: 15px 25px 15px 25px !important;
  }
  /* .marquee-wrapper {
    height: 52px;
}
  .scroll-items {
    margin-top: 1vh;
} */
  .mobile-slide-group {
    padding-top: 18px;
}
  .showcase-wrapper {
    margin: 36px 0px 36px 0px;
}
  .page-header {
    padding-left: 1rem;
}
  .bottom-stat-item {
    flex: 0 0 260px;
    padding: 5px 16px;
  }
   .bottom-stats {
    margin: 40px -16px 18px;
    padding: 0 16px;
  }
  #areainner > div.main-wrapper > div:nth-child(2){
    overflow-x: scroll;
  }
  .features-grid{
        width: fit-content;
    margin-left: 20px;
    flex-wrap: nowrap !important;
    margin-left: 20px;
    margin-right: 20px;
    max-width: none !important;
    justify-content: flex-start !important;
  }
  .feature-image div img {
    width: 274pt !important;
}
  .feature-box{
    width: 76vw !important;
  }
   body #cssmenu #menu-button {
        height: 41px !important;
        margin-bottom: -9px !important;
        width: 48px !important;
    }
    #cssmenu #menu-button {
  margin: 0px !important;
    background-size: 40px 48px !important;
}
  p {
    font-size: 13pt !important;
    font-family: lato !important;
    line-height: 20pt !important;
    font-weight: 500;
    padding-left: 5px;
  }

  .main-section {
    padding: 0px 0px !important;
  }

  .uk h1 {
    font-size: 20pt !important;
    padding: 9px 5px 10px 5px;
    margin: 0px;
    line-height: 25pt;
    text-align: left;
  }
h2{
  font-size: 20pt !important;
  line-height: 40pt !important;
  padding-left: 5px;
}
  .bottom-stat-item {
    text-align: left !important;
  }

  h3 {
    font-size: 20pt !important;
    padding-left: 5px;
    text-align: left !important;
  }

  .new-news-sec-head {
    margin-top: 2vh !important;
    margin-bottom: 1vh !important;
  }

  li {
    font-size: 16pt !important;
    font-family: lato !important;
    font-weight: 500;
  }

  #newsfeed li a {
    padding: 0px 0px 4vh 1vh !important;
  }
#newsfeed li{
height: auto !important;
}
  .tweetlook {
    margin-bottom: -6vh !important;
  }

  .expo_tickets .pageheading {
    margin-top: 2vh !important;
  }

  .agenda .main-tab {
    border-bottom: 0px solid !important;
  }

  .agenda .agenda-tabs li {
        border: 1px solid #FFB3A6;
        min-width: auto !important;
        white-space: normal !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        width: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 auto;
        padding: 10px 10px 10px 10px;
  }

  .partnerteam-left {
    display: flex;
    gap: 5vw;
    align-items: center;
  }

  .item-page.partnerpopup .page-header h2 {
    margin: -4px 0 -5px !important;
    text-align: left !important;
  }

  .event-data-container {
    padding: 10px;
  }

  * {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .uk .expo-wrapper {
    padding: 2vh 2vh;
  }

  .item-page.partnerpopup .partnerteam-left img {
    width: 40% !important;
  }
.stat-number{
  font-size: 42pt !important;
}
.stat-label {
  font-size: 16pt !important;
}
.stat-item {
        flex: 0 0 43vw;
    }
  .uk .top-stats {
    background-color: white;
    padding: 0px !important;
    text-align: center;
    margin-bottom: 18px;
  }
         .uk div#footer {
            margin-top: 10vh !important;
        }
        .lets-go{
          margin-bottom: 6vh !important;
        }
    .venue .images-venue-main-container h1 {
    margin-top: 1vh !important;
    font-size: 1.75rem !important;
    margin-bottom: 2vh !important;
}
.venue .flag {
        width: fit-content !important;
        height: 8vh !important;
    }
       .venue .title {
        font-size: 1.5rem !important;
        line-height: 4vh !important;
    }
   .venue .frontt {
        display: block ;
    }
    #contentarea > div > div > div > p:nth-child(12){
      margin-bottom: 6vh !important;
    }
   .venue h1 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1vh;
    font-weight: 600;
}
.carousel-track {
        padding: 0 10px !important;
    }
   .uk .main-wrapper {
           padding-bottom: 36px !important;
        padding-top: 36px;
}
.sponsors-container {
    padding-bottom: 1vh !important;
}
/* new global uk css */
 .sticky {
    margin-top: 0px !important;
    padding: 0px !important;
}
   .marquee {
    display: flex;
    width: fit-content;
    animation: scroll-left 20s linear infinite !important;
}
       body div#header {
        margin-top: -20px;
        margin-bottom: 0px !important;
    }
 .country-selected {
        width: 90vw !important;
    }
    .location-list li a{
        padding: 10px 10px !important;
    }
        div#footer p {
        text-align: left !important;
        margin-bottom: 2px;
        display: flex;
        flex-basis: 100%;
        justify-content: center;
    }
    div#footer .footer-menu p >a {
    display: inline-block;
    width: calc(50% - 20px);
    text-align: left;
    margin: 5px 10px 5px 10px !important;
    margin: 5px;
    vertical-align:  top;
}
.menu-mobile-close{
    border: 2px solid white;
    padding: 1px 5px 2px 5px;
    border-radius: 50%;
}
.section h2 {
    font-size: 1.5rem !important;
}
.section p:last-child {
    margin-bottom: 3vh !important;
}
.blognew-indust-news .page-header h1 {
        font-size: 1.2rem !important;
        line-height: 24px !important;
        margin-bottom: 0px !important;
        margin-top: 10px !important;
        text-align: left !important;
    }
.blognew-indust-news .ind-news-img {
    width: stretch !important;
    height: auto !important;
    margin: 0px !important;
    background: none !important;
    padding: 0px !important;
}
.page-header h1:after, .page-header h3:after, .moduletable h3:after, .pageheading:after {
  display: none !important;
    content: "";
    position: absolute;
    bottom: -3px;
    margin-bottom: -3px;
    left: 0;
    height: 6px;
    width: 80px;
    z-index: 5;
    background-color: #7f132c;
}
.home-page-bottom {
    display: none !important;
}
}

/* 768 viewport */
@media (min-width: 768px) and (max-width: 1024px) {
  .feature-box{
    background-color: white !important;
    background-image: none !important;
  }
  .profile-photo {
        width: 100% !important;
        height: 100% !important;
    }
    .fullscreen-container {
        height: 43vh !important;
    }
    .latestnews {
    flex-wrap: wrap !important;
}
#newsfeed li {
    width: 30vw !important;
   
}
div#footer p {

        display: inline-block !important;
    }
    .main-content {
    padding: 20px !important;
}
.main-section {
        padding: 1vh 0 !important;
    }
    .nopadding{
      display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px; /* Adjust this value for spacing between cards */
    }
    .mdl-cell.ticket_box {
        width: 100% !important;
        margin: 0 !important; 
    }
    #contentarea > div > div.mdl-grid.nopadding > p{
      display: none !important;
    }
    .mdl-cell--6-col{
      width: 100% !important;
    }
    .ticket_price {
    flex-wrap: nowrap !important;
}
    .align-right {
        text-align: end !important;
    }
    .agenda .tabs_wrapper>ul>li>a {
    box-shadow: none !important;
}
.flex-row {
    flex-direction: column !important;
}
.w-\[16rem\] {
    width: 100% !important;
}
#mainnav #cssmenu ul.nav li > a {
        color: white !important;
        background: #333333 !important;
    }
    .sp-tier-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .bottom-text-heading {
    font-size: 20px !important;
}
}

/* iphone 17 pro devices */
/* ============================================
   iPhone 17 Pro Max — 440px, 3x pixel ratio
   Screen: 440 x 956 logical pixels
   ============================================ */
@media only screen and (min-width: 431px) and (max-width: 440px),
only screen and (min-width: 431px) and (max-width: 440px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 431px) and (max-width: 440px) and (min-resolution: 288dpi) {

  /* p {
    font-size: 1.05rem !important;
    font-family: lato !important;
    line-height: 1.6 !important;
    font-weight: 500;
  } */

  .main-section {
    padding: 0px 0px !important;
  }

  /* .uk h1 {
    font-size: 1.85rem !important;
    padding: 9px 0px 10px 0px;
    margin: 0px;
    line-height: 34px;
  } */

  .bottom-stat-item {
    text-align: left !important;
  }

  /* h3 {
    font-size: 1.5rem !important;
  } */

  .new-news-sec-head {
    margin-top: 2vh !important;
    margin-bottom: 1vh !important;
  }

  /* li {
    font-size: 1.05rem !important;
    font-family: lato !important;
    font-weight: 500;
  } */

  #newsfeed li a {
    padding: 0px 0px 4vh 1vh !important;
  }

  #newsfeed li {
    height: auto !important;
  }

  .tweetlook {
    margin-bottom: -6vh !important;
  }

  .expo_tickets .pageheading {
    margin-top: 2vh !important;
  }

  .agenda .main-tab {
    border-bottom: 0px solid !important;
  }

  .agenda .agenda-tabs li {
    border: 1px solid #FFB3A6;
    min-width: auto !important;
  }

  .partnerteam-left {
    display: flex;
    gap: 5vw;
    align-items: center;
  }

  .item-page.partnerpopup .page-header h2 {
    margin: -4px 0 -5px !important;
    text-align: left !important;
  }

  .event-data-container {
    padding: 12px;
  }

  * {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .uk .expo-wrapper {
    padding: 2vh 2.5vh;
  }

  .item-page.partnerpopup .partnerteam-left img {
    width: 40% !important;
  }

  .uk .top-stats {
    background-color: white;
    padding: 0px !important;
    text-align: center;
  }

  .uk div#footer {
    margin-top: 6vh !important;
  }

  .lets-go {
    margin-bottom: 6vh !important;
  }

  .venue .images-venue-main-container h1 {
    margin-top: 1vh !important;
    font-size: 1.85rem !important;
    margin-bottom: 2vh !important;
  }

  .venue .flag {
    width: fit-content !important;
    height: 8vh !important;
  }

  .venue .title {
    font-size: 1.5rem !important;
    line-height: 4vh !important;
  }

  .venue .frontt {
    display: block;
  }

  #contentarea > div > div > div > p:nth-child(12) {
    margin-bottom: 6vh !important;
  }

  .venue h1 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1vh;
    font-weight: 600;
  }

  .carousel-track {
    padding: 0 12px !important;
  }

  .uk .main-wrapper {
    padding-bottom: 3vh !important;
  }

  .sponsors-container {
    padding-bottom: 1vh !important;
  }

  .sticky {
    margin-top: 0px !important;
    padding: 0px !important;
  }

  .marquee {
    display: flex;
    width: fit-content;
    animation: scroll-left 20s linear infinite !important;
  }

  body.uk div#header {
    margin-top: -20px;
  }

  .country-selected {
    width: 90vw !important;
  }

  .location-list li a {
    padding: 10px 10px !important;
  }

  div#footer p {
    text-align: left !important;
    margin-bottom: 2px;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
  }

  div#footer .footer-menu p > a {
    display: inline-block;
    width: calc(50% - 20px);
    text-align: left;
    margin: 5px 10px 5px 10px !important;
    vertical-align: top;
  }

  .menu-mobile-close {
    border: 2px solid white;
    padding: 1px 5px 2px 5px;
    border-radius: 50%;
  }

  .section h2 {
    font-size: 1.6rem !important;
  }

  .section p:last-child {
    margin-bottom: 3vh !important;
  }

  .blognew-indust-news .page-header h1 {
    font-size: 1.25rem !important;
    line-height: 26px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    text-align: left !important;
  }

  .blognew-indust-news .ind-news-img {
    width: stretch !important;
    height: auto !important;
    margin: 0px !important;
    background: none !important;
    padding: 0px !important;
  }

  .page-header h1:after,
  .page-header h3:after,
  .moduletable h3:after,
  .pageheading:after {
    display: none !important;
    content: "";
    position: absolute;
    bottom: -3px;
    margin-bottom: -3px;
    left: 0;
    height: 6px;
    width: 80px;
    z-index: 5;
    background-color: #7f132c;
  }

  .home-page-bottom {
    display: none !important;
  }
}

/* Speaker slider homepage fix */
/* mobile view :open */
        /* ========================================= */
/* DISPLAY TOGGLE LOGIC                      */
/* ========================================= */

/* Mobile wrapper is hidden by default on large screens */
.mobile-wrapper {
  display: none;
}

/* On screens 768px and below: Hide Desktop, Show Mobile */
@media (max-width: 768px) {
  .desktop-wrapper {
    display: none !important;
  }
  .mobile-wrapper {
    display: block !important;
  }.slides-container{
    display: none;
  }
  .nav-3{
    display: none !important;
  }
}

/* ========================================= */
/* MOBILE SLIDER SPECIFIC STYLES             */
/* ========================================= */

.mobile-track {
  display: flex;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}
    .desktop-wrapper {
        display: none !important;
    }

.mobile-slide-group {
  flex: 0 0 100%; /* Each slide takes up the full width */
  display: flex; /* Forces the two items inside to sit side-by-side */
  justify-content: space-between;
  gap: 15px; /* Space between the two speakers */
  box-sizing: border-box;
}

.mobile-slide-group .profile-tile {
  flex: 0 0 calc(50% - 7.5px); /* Exactly half width minus the gap */
  width: calc(50% - 7.5px);
  max-width: 50%;
  flex-direction: column;
}

.mobile-slide-group .profile-photo {
  width: 100%;
  height: auto;
  border-radius: 8px; /* Matches your screenshot */
}

/* Make sure indicators center properly */
.navigation-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}
        /* mobile view close */
         .top-stats {
            background-color: white;
            padding: 20px !important;
            text-align: center;
        }

        .uk .stats-grid {
            margin-top: 0px;
        }

        @media (max-width: 480px) {
            .content-with-download-btn {
                flex-wrap: nowrap;
            }
        }

        #areainner>div.main-wrapper>div.features-grid>div:nth-child(4)>div.feature-details>p {
            margin-bottom: 0.5rem !important;
        }

        #areainner>div.main-wrapper>div.features-grid>div:nth-child(3)>div.feature-details>p {
            margin-bottom: 25px !important;
        }


        .features-grid {
            justify-content: center !important;
        }

        .feature-box {
            display: flex;
            flex-direction: column;
        }

        .feature-details {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .feature-text {
            flex: 1;
        }

        .action-button {
            width: fit-content;
        }
        
/* Speaker slider homepage fix close */
/* sponsor ship slider */
/* ========================================= */
/* SPONSOR TOGGLE LOGIC                      */
/* ========================================= */

.sponsors-mobile-wrapper {
    display: none;
}

@media (max-width: 768px) {
    .sponsors-desktop-wrapper {
        display: none !important;
    }
    .sponsors-mobile-wrapper {
        display: block !important;
    }
}

/* ========================================= */
/* MOBILE SPONSOR SLIDER STYLES              */
/* ========================================= */

.sponsors-mobile-track {
    display: flex;
    width: 100%;
    transition: transform 0.4s ease-in-out;
    flex-wrap: nowrap; /* Forces horizontal sliding */
}

.mobile-logo-group {
    flex: 0 0 100%; /* Each slide group takes 100% of the screen width */
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    padding: 18px 10px;
}

.mobile-logo-group .logo-card {
    flex: 0 0 calc(50% - 10px); /* Exactly half width */
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.mobile-logo-group img {
    width: 174px !important;
    height: auto;
    object-fit: contain;
    height: 70px;
}

/* Center dots below the slider */
.mobile-sponsor-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 18px;
}