/* Custom CSS Feb24 */


.form-control { 
    padding: 12px;
    font-size: 14px;
  }


.foodafair-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  /*    background-color: #ffffff;*/
  background-color: #ececec;
  padding: 5px;
  position: relative;
  z-index: 1;
  border-radius: 25px;
}
.foodafair-primary-btn .btn_inner {
  position: relative;
  z-index: 1;
  padding: 11px 19px 13px 50px;
  width: 100%;
  text-align: center;
}

.btn_inner {
  padding: 12px 20px 9px 50px;
}
.foodafair-primary-btn .btn_inner .btn_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  color: #000;
  text-shadow: 0 23px 0 currentColor;
}
.foodafair-primary-btn:hover .btn_inner .btn_text {
  color: #fff;
}
.foodafair-primary-btn .btn_inner .btn_text > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.foodafair-primary-btn:hover .btn_inner .btn_text > span {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}

.foodafair-primary-btn.sm-btn .btn_inner::before {
  width: 42px;
}
.foodafair-primary-btn .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: #ec2028;
  border-radius: 25px;
  /* -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);*/
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.foodafair-primary-btn:hover .btn_inner::before {
  width: 100%;
  /*-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);*/
  border-radius: 25px;
}
.foodafair-primary-btn.sm-btn .btn_inner .btn_icon {
  min-width: 42px;
}
.foodafair-primary-btn .btn_inner .btn_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 50px;
  height: 100%;
  z-index: 2;
  font-size: 72%;
  line-height: 1;
  color: #fff;
}
.foodafair-primary-btn .btn_inner .btn_icon > span {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}

.foodafair-primary-btn .btn_inner .btn_icon > span i:first-child,
.foodafair-primary-btn .btn_inner .btn_icon > span i:last-child {
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.foodafair-primary-btn:hover .btn_inner .btn_icon i:first-child {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}
.foodafair-primary-btn .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  font-size: 18px;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.foodafair-primary-btn:hover .btn_inner .btn_icon i:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.frameimg {
 /* margin: -4px 12px 0px 0px;
  width: 25px;*/
  margin: 8px 12px 0px 0px;
    width: 35px;
}
.location-date span{
  font-size: 31px;
    font-weight: bold;
    line-height: 45px;
        text-shadow: 1px 1px 1px rgb(0 0 0 / 25%);
}
.tagsec {
  line-height: 48px;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}
.text-color {
  color: #ec2028;
}
.tagsec1 {
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  color: #ec2028;
}
.pa-4 {
  padding: 45px;
}
.ml-34 {
  margin-left: -34px;
}
.countertitle {
  color: #ec2028 !important;
  font-size: 68px !important;
  font-weight: 900 !important;
  padding-bottom: 40px;
}
.countertitle1 {
  color: #ec2028;
  font-size: 42px;
  font-weight: 600;
}

.cases-section {
  position: relative;
}

.case-block {
  position: relative;
  margin-bottom: 30px;
}

.case-block .inner-box {
  position: relative;
}

.case-block .inner-box .image {
  position: relative;
}

.case-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 150px;
}

.case-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;

  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.case-block .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.case-block .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 150px;
  /*background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #1C2C52));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #1C2C52 100%);*/
  background-image: -ms-linear-gradient(
    top,
    rgb(250 31 31 / 75%) 0%,
    #ee0f2e 100%
  );
  background-image: -moz-linear-gradient(
    top,
    rgb(250 31 31 / 75%) 0%,
    #ee0f2e 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgb(250 31 31 / 75%) 0%,
    #ee0f2e 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(100, #1c2c52)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #1c2c52 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgb(250 31 31 / 75%) 0%,
    #ee0f2e 100%
  );
}

.case-block .inner-box .image .overlay-box .search-icon:hover {
  background-color: #0060ff;
  color: #ffffff;
}

.case-block .inner-box .image .overlay-box .content {
  position: absolute;
  padding: 80px 40px;
  z-index: 1;
  color: #fff;
  top: 50px;
}

.case-block .inner-box .image .overlay-box .content p {
  position: relative;
  line-height: 25px;
  text-align: center;
}

.case-block .inner-box .image .overlay-box .content p a {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-block .inner-box .image .overlay-box .content p a:hover {
  color: #f1f1f1;
}

.case-block .inner-box .image .overlay-box .content .category {
  position: relative;
  margin-top: 5px;
  color: #ffffff;
}

.headtitle span {
  color: #ec2028;
}
.textred {
  color: #ec2028 !important;
}
.text-highlight {
  color: #ec2028;
  font-weight: 600;
  font-size: 22px;
}
.grocerybox2 {
  height: 390px !important;
}
.content-area p {
  font-size: 23px;
  line-height: 36px;
  color: #000;
}
.brand-box1 img {
  padding: 25px;
}
.heading3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 48px;
  margin-bottom: -95px;
}
.heading3 span {
  color: #db2025;
}
.heading3 .textcolor {
  color: #f6911e;
}
.footer-social-box .contact-item {
  padding-left: 32px;
  margin-bottom: 20px;
}
.contact-item {
  position: relative;
  padding-left: 20px;
}
.contact-item i {
  position: absolute;
  top: 6px;
  left: 0px;
  font-size: 20px;
  color: #ec2028;
}
.footer-social-box .contact-item h6 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0px 0px 4px;
  color: #000;
}
.footer-social-box .contact-item p,
.footer-social-box .contact-item a {
  font-size: 17px;
  margin: 0px;
  color: #000;
}
.footer7-sertion-area img {
  border-radius: 16px;
}
#myVideo {
  width: 100%;
  min-height: 100%;
}
.bannercontent {
  position: absolute;
  bottom: 0;
  width: 100%; 
  top: 140px;
}
.bannercontent img {
  width: 100%;
  opacity: 0.8;
}
.bannercontent h1 {
  font-size: 78px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  width: 75%;
  padding: 20px 35px;
  position: absolute;
/*  bottom: 33px;*/
bottom: 0px;
}
.bannercontent h1 span {
  font-size: 35px;
  font-weight: 600;
}

.about3-section-area {
/*  margin-top: -7px;*/
}
.abouttext {
  font-size: 45px;
  font-weight: 900;
  color: #ec2028;
}
.pr-5 {
  padding-right: 50px;
}

.factstable .rowbg td {
  background-color: #efefef;
}
.tdatawidth {
  width: 300px;
  font-weight: bold !important;
  font-size: 18px !important;
}
.pageheading h3 {
  font-weight: bold;
}
.organiser-content p {
  padding-bottom: 16px;
  font-size: 19px;
  padding-left: 40px;
}

.venuebox {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
}
.venuebox img {
  width: 200px;
  margin: 0 auto 20px;
}
.venuebox p {
  font-size: 17px;
  font-weight: 500;
  color: #262626;
  margin: 0;
  line-height: 30px;
}
.partners {
  border: 1px solid #dbd2d2;
  padding: 20px 135px;
  border-radius: 16px;
}
.partner-title h4 {
  text-align: center;
  padding-top: 24px;
  font-size: 25px;
}

.exhibitor-profile-area {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.exhibitor-profile-area .memory-boxarea {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
}
.exhibitor-profile-area .memory-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.exhibitor-profile-area .memory-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.exhibitor-profile-area .memory-boxarea .content-area {
  border-radius: 16px;
  padding: 0px 15px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  bottom: 15px;
  transition: all 0.6s;
  background: rgba(7, 7, 7, 0.62);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.1px);
  -webkit-backdrop-filter: blur(9.1px);
  border: 1px solid rgba(7, 7, 7, 0.16);
}
.exhibitor-profile-area .memory-boxarea .content-area p {
  color: #fff;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  line-height: 24px;
}
.exhibitor-profile-area .memory-boxarea .content-area h5 {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 12px;
}

.spacesec {
  display: inline-block;
}
.input-area {
  margin-right: 15px;
}
.hrstyle {
  padding: 10px 28px 10px 12px;
}
.form_group_box {
  padding-bottom: 20px;
}
.form_group_box input[type="checkbox"] {
  background-color: #dfe2ec !important;
  border: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: 8px;
  margin-bottom: 8px;
  vertical-align: middle;
}
.form_group_box label {
  font-size: 17px;
  padding-left: 12px;
}
.space-request p {
  font-size: 20px;
  line-height: 35px;
  padding-bottom: 20px;
}
.pbg {
  background-color: #fde9d2;
  color: #ba6518;
  padding: 8px 15px;
  margin-top: 38px;
  border-radius: 20px;
}

.category-container {
  display: flex;
  flex-wrap: wrap; /* Wrap to a new line if needed */
  gap: 12px; /* Spacing between pills */
  margin: 30px 0px 0px;
}

/* Individual category wrapper */
.categorybox {
  position: relative;
  display: inline-block;
}

/* Hide the default checkbox */
.categorybox input[type="checkbox"] {
  display: none;
}

/* Base pill styling */
.categorybox input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 25px;
  cursor: pointer;
  color: #333;
  background-color: #fff;
  transition: all 0.3sease;
  margin-right: 8px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* The small square box inside the pill (left side) */
.categorybox input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
}

/* The checkmark (hidden by default) */
.categorybox input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  left: 17px; /* Adjust so the checkmark sits inside the box */
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
}

/* Hover effect (optional) */
.categorybox input[type="checkbox"] + label:hover {
  border-color: #888;
}

/* Checked state: pill turns red, text white */
.categorybox input[type="checkbox"]:checked + label {
  border-color: #e20606;
  color: #d61616;
}

/* Checked state: small box border becomes white */
.categorybox input[type="checkbox"]:checked + label::before {
  border-color: #fff;
  background-color: #d92626;
}

/* Checked state: checkmark becomes visible in white */
.categorybox input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.terms-box {
  width: 100%;
  float: left;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 2px 7px 7px rgb(233 233 233 / 57%);
  height: 250px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
  padding: 10px 25px 30px;
  overflow-x: auto;
}
.terms-box .head-title {
  font-size: 16px;
  line-height: 27px;
}
.terms-box .terms_title {
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
}
.terms-box div {
  font-size: 14px;
  line-height: 27px;
}

.btnstyle {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* text-transform: uppercase; */
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 15px 30px;
  background: #ec2028;
  overflow: hidden;
  border: none;
}
.btnstyle:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.btnstyle::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #2c2c2c;
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.btnstyle:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.btnstyle1 {
  color: #474747;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* text-transform: uppercase; */
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 15px 30px;
  background: #ddd;
  overflow: hidden;
  border: none;
}
.btnstyle1:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.btnstyle1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #2c2c2c;
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.btnstyle1:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}
.input-area-btn {
  margin-right: 15px;
  display: inline-flex;
}
.text-right {
  text-align: right;
}

/* Exhibitor search CSS */

.filter-container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-btn {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
  font-weight: bold;
}
.filter-btn.active {
  background-color: red;
  color: white;
  border-color: red;
}
.search-bar {
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #ccc;
  outline: none;
  background-color: #fbfbfb;
}
.advanced-search-btn {
  background-color: #ed1b24;
  color: white;
  border: none;
  padding: 15px 45px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.advanced-search-btn:hover {
  background-color: darkred;
}
.advanced-search-container {
  display: none; /* Hidden by default */
  margin-top: 15px;
  padding: 15px;
  /*border: 1px solid #ccc;
            border-radius: 5px;
            background: #f9f9f9;*/
}

.advanced-search-container .input-area input {
  width: 100%;
  color: #9d9d9d;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgb(126 126 126 / 58%);
  background: rgb(255 255 255);
  padding: 12px;
  margin-top: 7px;
  margin-bottom: 28px;
}
.advanced-search-container .select-area {
  width: 100%;
  color: #9d9d9d;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  border-radius: 8px;
  border: 1px solid rgb(126 126 126 / 58%);
  background: rgb(255 255 255);
  padding: 12px;
  margin-top: 7px;
  margin-bottom: 28px;
  height: 45px;
}

/* Radio btns Styles */
.radiosec {
  display: inline-block;
  margin-right: 10px;
  position: relative;
      margin-bottom: 25px;
}

/* Hide the native checkbox */
.radiosec input[type="radio"] {
  display: none;
}

/* Pill styling for the label */
.radiosec input[type="radio"] + label {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px 9px 40px;
  border: 2px solid #ccc;
  border-radius: 24px; /* Pill shape */
  cursor: pointer;
  color: #020202;
    background-color: #fff;
    position: relative;
    font-weight: 500;
  transition: all 0.3s ease;
}

/* The unfilled circle on the left (using ::before) */
.radiosec input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

/* Checked (selected) state: border & text turn red */
.radiosec input[type="radio"]:checked + label {
  border-color: red;
  color: red;
}

/* Checked (selected) state: circle border turns red */
.checkbox-container input[type="radio"]:checked + label::before {
  border-color: red;
  background-color: #ec2028;
}

.radiosec input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 16px;
  width: 10px;
  height: 9px;
  border-radius: 50%;
  background: red;
  border: 2px solid #ec2028;
}
.radiosec input[type="radio"]:checked + label::before {
  border-color: red;
}

/* Table customization */
.exhibitor-table thead th {
  background-color: #ed1b24;
  font-weight: 600;
  color: #fff;
  padding: 17px;
  border: 1px solid #a0a0a0;
}
.exhibitor-table td,
.exhibitor-table th {
  vertical-align: middle;
  padding: 4px 15px;
}

/* Action link styling */
.request-meeting {
  color: red;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.request-meeting:hover {
  text-decoration: none;
    color: #c7171e;
}

/* Pagination styling to match the screenshot */
.custom-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  float: right;
}
.custom-pagination li {
  margin: 0;
}
.custom-pagination a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.custom-pagination a:hover {
  background-color: #f1f1f1;
}


/* Active page: red background, white text */
.custom-pagination .active a {
  background-color: red;
  color: #fff;
  border-color: red;
}
 .step-indicator {
    color: #e31c24;
    font-weight: 700;
    font-size: 35px;
      margin-bottom: 0.5rem;
    }
     .step-indicator span{
    color: #000;
    font-weight: 700;
    font-size: 35px;
      margin-bottom: 0.5rem;
    }


    /* INSTRUCTIONS PARAGRAPH */
    .form-instructions {
          font-size: 19px;
    color: #2b2b2b; 
    line-height: 32px;
    }

    
    .contact4-boxarea .input-area .required::after {
      content: " *";
      color: #e31c24; /* red asterisk */
    }

/* Reg-2 CSS */

    /* Pink Section Heading */
    .section-heading {
      background-color: #fde7e7; 
    padding: 12px 16px;
    border-radius: 8px 8px 0px 0px;
    font-weight: 600;
    color: #e42127;
    margin-bottom: 22px;
    font-size: 19px;
    }
    .section-heading span {
      font-weight: 500;
      color: #222;
      margin-left: 5px;
      font-size: 16px;
    }

    /* Inline Radios with spacing */
    .radio-group .form-check {
      margin-right: 20px;
      margin-bottom: 10px;
    }

    /* Make the selected radio button red */
    .form-check-input[type="radio"]:checked {
      background-color: #e31c24; 
      border-color: #e31c24;
    }

    .radiobox{
     border: 1px solid #ececec;
    border-radius: 8px 8px 16px 16px;
    margin-bottom: 30px;
    }

/*   Reg-4 CSS */
/* Left Column: Headings & Text */
    .badge-preview-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }
    .badge-preview-instructions {
          font-size: 17px;
    color: #2d2d2d;
    line-height: 28px;
    margin-bottom: 1.5rem; 
    }
    .information-btn .form-label{
      font-size: 17px;
    color: #2d2d2d;
    line-height: 28px;
    font-weight: bold;
    }
    .information-btn1 .form-check{
      display: inline-flex;
          gap: 10px;
    margin-right: 22px;
    }

     

    /* Radio Buttons in Red when checked */
    .form-check-input[type="radio"]:checked {
      background-color: #e31c24;
      border-color: #e31c24; display: inline-block;
    }

    /* Badge Container */
    .badge-container {
      
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      margin: 0 auto; /* Center horizontally */
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    /* Top Section (Logo) */
    .badge-header {
      text-align: center;
      padding: 10px 0;
    }
    .badge-header img { 
      max-height: 60px;
    margin: 6px;
    }

    /* Red Event Bar */
    .badge-event {
      background-color: #e31c24; /* Red */
      color: #fff;
      text-align: center;
          padding: 12px;
    font-weight: 500;
    font-size: 17px;
    }

    /* Middle Section (Name, Title, Company, QR) */
    .badge-body {
      text-align: center;
      padding: 15px;
    }
    .badge-body .name {
      font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
    }
    .badge-body .job {
      font-size: 15px;
      margin-bottom: 5px;
    }
    .badge-body .company {
      font-size: 16px;
      margin-bottom: 15px;
    }
    .badge-body .qr {
      width: 140px;
      height: 140px;
      margin: 0 auto;
      background: #ccc url('qr-code.png') center/cover no-repeat; 
      /* Replace 'qr-code.png' with your actual QR image */
      border-radius: 4px;
    }

    /* Bottom Red Bar */
   /* .badge-footer {
      background-color: #e31c24;  
      color: #fff;
      text-align: center;
      padding: 10px;
      font-weight: 600;
      font-size: 16px;
    }*/

/*   Thank you msg */
/* Container to hold the icon + text in one row */
    .success-message { 
      align-items: flex-start; /* icon and text top-aligned */
      gap: 10px;
      margin-bottom: 20px;
    }
    /* Large red circle with a white checkmark */
    .check-icon {
      width: 40px;
      height: 40px;
      background-color: #e31c24; /* red */
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 20px;
      flex-shrink: 0; /* icon doesn't shrink when text is long */
    }
    /* Optional styling for the text block */
    .message-text {
         line-height: 32px;
    padding-top: 20px;
    font-size: 19px;
    } 

/* Reg 3 Indidual radio btn CSS - March 4 */

  .indidual-radiobox{
   /*  border: 1px solid #ececec;
    border-radius: 8px 8px 16px 16px;*/
    margin: 30px 0px;
    }
.indidual-category-container {
/*  display: flex;*/
  flex-wrap: wrap; /* Wrap to a new line if needed */
  gap: 12px; /* Spacing between pills */
  margin: 30px 0px 0px;
}

/* Individual category wrapper */
.indidual-categorybox {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Hide the default checkbox */
.indidual-categorybox input[type="checkbox"] {
  display: none;
}

/* Base pill styling */
.indidual-categorybox input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 25px;
  cursor: pointer;
  color: #333;
  background-color: #fff;
  transition: all 0.3sease;
  margin-right: 8px;
  margin-bottom: 30px;
  font-weight: 500;
  width: 100%;
}

/* The small square box inside the pill (left side) */
.indidual-categorybox input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
}

/* The checkmark (hidden by default) */
.indidual-categorybox input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  right: 30px; /* Adjust so the checkmark sits inside the box */
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
}

/* Hover effect (optional) */
.indidual-categorybox input[type="checkbox"] + label:hover {
  border-color: #888;
}

/* Checked state: pill turns red, text white */
.indidual-categorybox input[type="checkbox"]:checked + label {
  border-color: #e20606;
  color: #d61616;
}

/* Checked state: small box border becomes white */
.indidual-categorybox input[type="checkbox"]:checked + label::before {
  border-color: #fff;
  background-color: #d92626;
}

/* Checked state: checkmark becomes visible in white */
.indidual-categorybox input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

/* Contact Page Css March4 */
 
 
.contact-area  img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 12px;
}

.contact-area .img1 {
    background-color: #ec2028;
    border-radius: 38px;
}
.contact-area .content-area p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding-top: 10px;
}
.contact-area .content-area {
    border-radius: 8px;
    background: #F1F0F0;
        padding: 20px 30px !important;
    height: 185px;
}
.visitorlogin-img{
   padding: 20px;
}
.visitorlogin-img img{ 
   border-radius: 22px;

}
 .remember-forgot{
   padding-right: 25px;
    margin: 10px 0px;
  } 
    .remember-forgot label {
      display: inline-flex;
      align-items: center;
      cursor: pointer;
    }
    .remember-forgot label input[type="checkbox"] {
      margin-right: 6px;
    }
    .remember-forgot a {
      color: red;
      text-decoration: none;
      font-weight: 500;
      float: right;
    }
    .remember-forgot a:hover {
      text-decoration: underline;
    }
    .btnstyle2{
      width: 100%;
      color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    /* text-transform: uppercase; */
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    padding: 15px 30px;
    background: #ec2028;
    overflow: hidden;
    border: none;
    }
    .btnstyle2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: #2c2c2c;
    z-index: -1;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
}
.btnstyle2:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
    .btnstyle3{
     width: 100%;
      color: #ec2028;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* text-transform: uppercase; */
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    padding: 15px 15px; 
    overflow: hidden;
        background: transparent;
    border: 1px solid #ec2028 !important;
    }
.visitorlogin-box{
  background-color: #fafafa;
    border-radius: 16px;
    padding: 20px;
}
.custom-list {
  margin-left: 25px;
}
.custom-list li{
  list-style-type: disc !important;
        /* list-style-position: inside; */
    padding-left: 7px;
    line-height: 1.8;
    font-size: 19px;
    color: #000000;
    padding-bottom: 5px;
}
.brand-person-boxarea{
      position: relative;
    z-index: 1;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: all 0.4s;
    padding: 28px;
    margin-bottom: 30px;
    height: auto;
}
.brand-person-boxarea:hover {
    border-radius: var(--rounded-lg, 8px);
    background: #fce9e9;
    transition: all 0.4s;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}
.brand-person-titles {
  line-height: 30px;
}
.brand-person-titles span{
  padding-bottom: 15px;
}
.brand-person-boxarea .content-area p {
        line-height: 34px;
    font-size: 19px;
  }
  .brand-person-titles .title4 {
           line-height: 25px;
    font-size: 14px !important;
    font-weight: bold;
  }
   .pl-0{
    padding-left: 0px;
   }
   .testi-cnt{
    padding-right: 40px;
   }


 .btnstyle-submit {
  color: #474747;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* text-transform: uppercase; */
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 15px 30px;
  background: #f6911e;
  overflow: hidden;
  border: none;
}
.btnstyle-submit:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.btnstyle-submit::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #2c2c2c;
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.btnstyle-submit:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}
 
 
/* ==========Sticky sidebar============== */
 
 
.social-sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
}
 
.social-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.social-sidebar ul li {
  margin: 5px 0;
}
 
.social-sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 5px 0 0 5px;
  transition: all 0.3s ease;
}
 
.social-sidebar ul li a:hover {
  background: #f04e23;
  color: #fff;
  transform: translateX(5px);
}
 
.social-sidebar ul img {
  margin: 0px 0;
   padding: 7px;
   }
 
/* --- SPECIAL FOR EXHIBITOR IMAGE --- */
.social-sidebar ul li.exhibitor-item a {
 
  padding: 0;
 
 
  height: auto;
  width: auto;
}
 
.social-sidebar ul li.exhibitor-item img {
  display: block;
  width: 45px;
  height: auto;
}
 
 
.social-sidebar ul li.exhibitor-item {
  margin-bottom: 75px;
}
 
 .cheflink i{
 border: 2px solid #151515; 
 color: #151515;
  border-radius: 50px;
  font-size: 15px;
  line-height: 30px;
  width: 31px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  animation: arrowScroll 1.5s infinite;
 }

 @keyframes arrowScroll {
  0% { transform: translateX(0); }
  50% { transform: translateX(6px); } /* Move right */
  100% { transform: translateX(0); }
}
.chefs-description p{
  font-size: 16px;
  line-height: 25px;
}
.chefs-description .pl-30{
  padding-left: 30px;
}
.chefs-description .pr-30{
  padding-right: 30px;
}
.tca-cnt{
 font-size: 18px;
    line-height: 30px;;
}

.input-area input[type="checkbox"] {
  margin-right: 6px;
  accent-color: #4b2ad1; /* purple tone */
}

.input-area label {
  font-size: 15px;
  color: #333;
}
.competition-text{
      font-size: 20px;
    line-height: 30px;
    text-align: center;
}


.caption{
     background-color: #ec20282b;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
  }
  
   
 .members.image,
img.members,
img.image {
  display: block;            /* avoid inline spacing issues */
  max-width: 100%;           /* never overflow cell */
  height: auto !important;   /* keep aspect ratio */
  object-fit: cover;         /* crop nicely if container smaller */
  border-radius: 6px;
}

/* set a preferred fixed visual size on desktop/tablet */
@media (min-width: 768px) {
  .members.image,
  img.members,
  img.image {
    width: 90px;             /* adjust as needed */
    max-width: 90px;
  }
}

/* smaller size on phones */
@media (max-width: 767px) {
  .members.image,
  img.members,
  img.image {
    width: 56px !important;  /* small mobile icon */
    max-width: 56px !important;
  }

  /* let table cells wrap text and not force a huge min-width */
  .table th, .table td {
    white-space: normal;     /* allow wrapping */
    font-size: 13px;
    vertical-align: middle;
  }

  /* ensure the responsive wrapper allows horizontal scroll if needed */
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Helpful: ensure images inside TD won't push row height too large */
.table td img {
  line-height: 0;
  vertical-align: middle;
}

/* If some other CSS is overriding, this will help during testing */
.debug-force img.members, .debug-force .members.image {
  max-width: 100% !important;
  height: auto !important;
}

 