@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: var(--font-family2, "Inter", sans-serif);
}

:root {
  --font-family1: "Plus Jakarta Sans", sans-serif;
  --font-family2: "Inter", sans-serif;
  --white: #ffffff;
  --black: #000000;
  --fun-green: #660aff;
  --lilac: #eba8f3;
  --canary: #d3beff;
  --eminence: #200253;
  --alto: #d9d9d9;
  --mako: #41464c;
  --gradient: linear-gradient(
    180deg,
    rgba(203, 252, 88, 0) 68.63%,
    #d3beff 100%
  );
}

.container-fluid {
  padding: 0px 120px;
}
ul {
  margin-bottom: 0px;
  padding-left: 0px;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: var(--black, #000000);
}

/* button */
.button {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.5px;
  padding: 8px 8px 8px 30px;
  background: var(--fun-green, #03652b);
  display: flex;
  align-items: center;
  color: var(--white, #ffffff);
  border-radius: 44px;
  border: 1px solid var(--fun-green, #03652b);
  transition: 0.3s;
}
.button .icon {
  margin-left: 16px;
  background: var(--white, #ffffff);
  padding: 15px 12px;
  border-radius: 100px;
  display: flex;
  transition: 0.3s;
}
.button:hover .icon {
  transform: rotate(320deg);
}
.button.lilac {
  background: var(--lilac, #eba8f3);
  color: var(--eminence, #692671);
  border-radius: 44px;
  border: 1px solid var(--lilac, #eba8f3);
  transition: 0.3s;
}
.button.lilac .icon svg path {
  stroke: var(--eminence, #692671);
  transition: 0.3s;
}
.button .icon svg {
  width: 18px;
  height: 13px;
  transition: 0.3s;
}
.button .icon svg path {
  stroke: var(--fun-green, #03652b);
  transition: 0.3s;
}
.button-2 {
  border: 1px solid #c9cccf;
  background: var(--white, #ffffff);
  color: #0a0d0b;
}
.button-2 .icon {
  background: linear-gradient(
    180deg,
    rgba(242, 242, 242, 0.2) 0%,
    rgba(215, 215, 215, 0.2) 100%
  );
  border: 1px solid #f2f2f2;
}
.button-2 .icon svg path {
  stroke: #0a0d0b;
}
.button:hover {
  background: var(--canary, #cbfc58);
  color: var(--fun-green, #03652b);
  border: 1px solid var(--canary, #cbfc58);
}
.button-2:hover .icon {
  background: var(--white, #ffffff);
}
.button .icon svg {
  width: 18px;
  height: 13px;
}
.button:hover .icon svg path {
  stroke: var(--fun-green, #03652b);
}
/* section space */
.padding-96 {
  padding: 96px 0px;
}

/* font */
h1 {
  font-family: var(--font-family1, "Plus Jakarta Sans", sans-serif);
  font-size: 82px;
  font-weight: 700;
  line-height: 88.8px;
  letter-spacing: -2.5px;
  text-align: center;
  color: #0a0d0b;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--mako, #41464c);
}
.hero-paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.5px;
  color: var(--mako, #41464c);
}
.section-title {
  display: block;
  font-family: var(--font-family1);
  font-size: 24px;
  font-weight: 700;
  line-height: 30.24px;
  color: #fe4101;
  margin-bottom: 12px;
}
h2 {
  font-family: var(--font-family1);
  font-size: 46px;
  font-weight: 700;
  line-height: 57.96px;
  color: var(--black, #000000);
}
h3 {
  font-family: var(--font-family1);
  font-size: 24px;
  font-weight: 700;
  line-height: 30.24px;
  color: #213343;
}

/* SUBMENU POSITION (DESKTOP) */

.dropdown-menu {
  border: 0;
  box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
  border-radius: 0;
}
.dropdown-menu li {
  border-bottom: 1px solid #e8dbff;

  margin-right: 0 !important;
}

.dropdown-menu li:nth-last-child(1) {
  border-bottom: 0;
}

.dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-item.dropdown-toggle li:hover a {
  background: var(--fun-green);
  color: #fff !important;
}
.dropdown-menu li a:hover {
  color: #fff;
}

.dropdown-item {
  color: #000;
  font-weight: 500;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background: var(--fun-green);
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 95%;
  margin-left: 0;
  width: 24 0px;
}

/* SHOW ON HOVER (DESKTOP ONLY) */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    min-width: 240px !important;
    width: 240px !important;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
  }
}
@media (max-width: 991px) {
  /* FULL SCREEN MENU */
  #mainNavbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    height: 100%;
    background: #f5f5f5;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
    transition: 0.3s;
  }

  #mainNavbar.show {
    left: 0;
  }

  /* CLOSE BUTTON */
  .menu-close {
    font-size: 24px;
    text-align: right;
    cursor: pointer;
    margin-bottom: 20px;
  }

  /* MENU STYLE */
  .navbar-nav {
    flex-direction: column;
    gap: 15px;
  }

  .nav-link {
    font-size: 16px;
    font-weight: 500;
  }

  /* DROPDOWN RESET */
  .dropdown-menu {
    position: static;
    display: none;
    background: transparent;
    border: none;
    padding-left: 15px;
  }

  .dropdown-menu.show {
    display: block;
  }

  /* SUBMENU */
  .dropdown-submenu .dropdown-menu {
    padding-left: 15px;
  }

  /* REMOVE CARET DEFAULT */
  .dropdown-toggle::after {
    float: right;
  }

  /* HIDE DESKTOP CTA */
  #eventify-template-primary-button {
    display: none !important;
  }
}
header {
  padding: 10px 0px;
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: var(--white);
}
.nav-link {
  font-weight: 500;
  color: #000;
}
header nav ul li {
  margin-right: 25px;
}
header nav ul li:last-child {
  margin-right: 46px;
}
header nav ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: left;
}
header nav ul li a:hover {
  color: var(--fun-green, #03652b);
}
header nav ul a.button {
  font-weight: 700;
  border: 1px solid var(--canary, #cbfc58);
  padding-left: 32px;
}
header nav ul a.button .icon {
  margin-left: 24px;
}
.logo {
  width: 200px;
}
.logo img {
  width: 100%;
}

/* hero slide */
.hero-slide {
  background: linear-gradient(180deg, #ffffff 63.12%, #d3beff 100%);
  /* padding: 158px 0px; */
  display: flex;
  align-items: center;
  height: 90vh;
}
.hero-slide .hero-slide-inner {
  position: relative;
}
.hero-slide-inner .design-1 img {
  width: 120px;
}
.hero-slide-inner .design-2 img {
  width: 120px;
}
.date.subdate {
  padding: 3px 10px;
  border: 1px solid var(--canary, #cbfc58);
  display: inline-block;
  text-align: center;
  border-radius: 24px;
  margin-bottom: 24px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.5px;
}
.date.subdate .icon {
  margin-right: 4px;
}
.hero-slide .hero-slide-inner p {
  margin: 24px 0px 42px 0px;
}
.hero-slide .hero-slide-inner .hero-button a {
  margin-right: 24px;
}
.hero-slide .hero-slide-inner .hero-button a:last-child {
  margin-right: 0px;
}
.hero-slide .hero-slide-inner .design-1 {
  position: absolute;
  top: -86px;
  left: 0px;
}
.hero-slide .hero-slide-inner .design-2 {
  position: absolute;
  bottom: -86px;
  right: 0px;
}

/* logo slider */
.logo-slider {
  padding: 20px 0px;
  height: 115px;
  display: flex;
  align-items: center;
}

/* about section */
.about-section h2 {
  margin-bottom: 32px;
}
.about-section p {
  margin-bottom: 20px;
}
.about-section p:last-child {
  margin-bottom: 0px;
}

/* reasons join section */
.reasons-join-section h2 {
  margin-bottom: 64px;
}
.reasons-join-section .join-box {
  /* background: var(--white, #ffffff); */
  transition: 0.3s;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  cursor: pointer;
}
.reasons-join-section .join-box:hover {
  background: #f8f4ff;
}
.reasons-join-section .join-box .image-icon {
  margin-bottom: 64px;
}
.reasons-join-section .join-box h3 {
  margin-bottom: 12px;
}
.reasons-join-section .join-box p {
  margin-bottom: 0px;
}

.join-box h3 {
  font-size: 22px;
}
.reasons-join-section .charge-revolution {
  background: var(--fun-green, #03652b);
  padding: 36px 42px 75px 42px;
  margin-top: 64px;
  position: relative;
}
.reasons-join-section .charge-revolution h2 {
  color: var(--white, #ffffff);
  margin-bottom: 24px;
}
.reasons-join-section .charge-revolution p {
  margin-bottom: 25px;
  color: var(--white, #ffffff);
}
.reasons-join-section .charge-revolution a.button {
  margin-right: 15px;
}
.reasons-join-section .charge-revolution a.button:last-child {
  margin-right: 0px;
}
.reasons-join-section .charge-revolution .right-side-design {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
#aboutExpo .video-container video {
  border-radius: 20px;
}
.video-container {
  position: relative;
  max-width: 900px;
  width: 90%;
}

.close-video {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 35px;
  color: white;
  cursor: pointer;
}
/* event agenda */
.event-agenda {
  background: #f5f6f9;
}
.event-agenda h2 {
  margin-bottom: 64px;
}
.agenda_icon {
  height: 20px;
}
.event-agenda ul {
  background: var(--eminence, #692671);
  border-radius: 16px;
  padding: 8px;
  white-space: nowrap;
  overflow-x: scroll;
}
.event-agenda ul::-webkit-scrollbar {
  /* height: 4px; */
  display: none;
}
/* .event-agenda ul::-webkit-scrollbar-track {
    background: #C9CCCF; 
}
.event-agenda ul::-webkit-scrollbar-thumb {
    background: #98A2B3; 
}
.event-agenda ul::-webkit-scrollbar-thumb:hover {
    background: var(--lilac); 
} */
.event-agenda ul li .dates {
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
}
.event-agenda ul li.active .dates {
  background: var(--lilac, #eba8f3);
  padding: 12px 24px;
  border-radius: 12px;
  color: var(--eminence, #692671);
}
.event-agenda ul li .dates .day {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.47px;
  color: var(--white, #ffffff);
  margin-bottom: 4px;
}
.event-agenda ul li .dates .sessions {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.36px;
  color: var(--white, #ffffff);
}
.event-agenda ul li.active .dates .day,
.event-agenda ul li.active .dates .sessions {
  color: var(--eminence, #692671);
}

/* .event-agenda .search-sessions {
  margin: 24px 0px 36px 0px;
} */
.event-agenda .search-sessions form {
  position: relative;
}
.event-agenda .search-sessions form svg {
  position: absolute;
  top: 20px;
  left: 24px;
}
.event-agenda .search-sessions form input {
  padding: 21px 24px 24px 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  color: #57585c;
  outline: none;
  border-radius: 16px;
  border: none;
  background: var(--white, #ffffff);
}
.event-agenda .search-sessions form input::placeholder {
  color: #a4a7b1;
}
.event-agenda .search-sessions .filter select {
  padding: 21px 50px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  /* text-align: center; */
  border-radius: 12px;
  cursor: pointer;
  appearance: none;
}
.event-agenda .search-sessions .filter select::-ms-expand {
  display: none;
}
.event-agenda .search-sessions .filter .icon-1 {
  top: 20px;
  left: 18px;
  cursor: pointer;
}
.event-agenda .search-sessions .filter .icon-2 {
  top: 19px;
  right: 18px;
  cursor: pointer;
}
.date-event.date {
  font-size: 20px !important;
}
.event-agenda .day-preview .date {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: var(--black, #000000);
  margin: 36px 0;
}
.event-agenda .day-preview .asiacalcutta {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--mako, #41464c);
}

.green {
  color: var(--fun-green, #03652b);
  background: var(--canary, #cbfc58);
  padding: 6px 16px;
  border-radius: 116px;
  margin-right: 24px;
}
.event-agenda .day-preview .agenda-box {
  border-radius: 16px;
  padding: 24px;
  background: var(--white, #ffffff);
  transition: 0.3s;
}

.event-agenda .day-preview .agenda-box:hover {
  background: #f2ebff;
}
.session-detials .agenda-box:hover {
  background: #ffffff !important;
}
.event-agenda .day-preview .agenda-box .date {
  margin-bottom: 0px;
  margin-top: 20px;
}

.profile.d-flex {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}
.event-agenda .day-preview .agenda-box .profile-agenda .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  color: var(--mako, #41464c);
  margin-bottom: 8px;
}
.event-agenda .day-preview .agenda-box .profile-agenda p {
  color: var(--black, #000000);
}
.event-agenda .day-preview .agenda-box .profile-agenda .profile {
  margin-right: 24px;
}
.event-agenda .day-preview .agenda-box .profile-agenda .profile:last-child {
  margin-right: 0px;
}

.contact.topic {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #660aff;
}

.contact.name {
  font-weight: 500;
  font-size: 18px;
  border-top: 1px solid #e5dcf4;
  padding-top: 10px;
}
.contact.email {
  font-size: 14px;
  border: 1px solid #b2b2b2;
  width: fit-content;
  padding: 5px 15px;
  background: #fff;
  border-radius: 64px;
  color: #660aff;
}
.contact.email:hover {
  background-color: #660aff;
  color: #fff;
  border: 1px solid transparent;
}
.contact.phone:hover {
  background-color: #660aff;
  color: #fff;
  border: 1px solid transparent;
}
.contact.phone {
  font-size: 14px;
  border: 1px solid #b2b2b2;
  width: fit-content;
  padding: 5px 15px;
  background: #fff;
  border-radius: 64px;
  color: #660aff;
}
.contact.position {
  font-size: 14px;
  /* font-style: italic; */
}
/* speakers-section */
.speakers-section h2 {
  margin-bottom: 50px;
}

.linkdin:hover svg path {
  fill: #0a66c2;
}
.twitter:hover svg path {
  fill: #242e36;
}
.speakers-section .speakers-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 48px 24px;
}
.speakers-section .speakers-inner .box .image {
  position: relative;
}
.speakers-section .speakers-inner .box .image img {
  border-radius: 16px;
}
.speakers-section .speakers-inner .box .image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: var(--gradient);
  border-radius: 16px;
  transition: 0.3s;
}
.speakers-section .speakers-inner .box:hover .image::before {
  background-color: #650cfe57;
}
.speakers-section .speakers-inner .box .icon {
  margin-right: 10px;
}
.speakers-section .speakers-inner .box .icon:last-child {
  margin-right: 0px;
}
.speakers-section .speakers-inner .box .speaker-name {
  margin: 24px 0px 8px 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  color: var(--black, #000000);
}
.speakers-section .speakers-inner .box p {
  color: var(--black, #000000);
  margin-bottom: 5px;
}

/* collaborate-section */
.collaborate-section {
  background: var(--eminence, #692671);
  position: relative;
  height: 452px;
  overflow: hidden;
}
.collaborate-section .image {
  position: absolute;
  top: 0px;
  right: -150px;
}
.collaborate-section h2 {
  margin-bottom: 24px;
  color: var(--white, #ffffff);
}
.collaborate-section .counter-inner span {
  color: var(--white, #ffffff);
  font-family: var(--font-family1);
  font-size: 36px;
  font-weight: 700;
  line-height: 45.36px;
  letter-spacing: -0.004em;
}
.collaborate-section .counter-inner p {
  color: #ffffffcc;
}
.collaborate-section .counter-inner .count-button {
  margin-top: 32px;
}

/* sponsors-section */
.sponsors-section h2 {
  margin-bottom: 64px;
}
.sponsors-section .premium-box {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: var(--black, #000000);
}
.sponsors-section .premium-coloum {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #b8bcc3;
}
.sponsors-section .premium-coloum:last-child {
  margin-bottom: 60px;
  padding-bottom: 0px;
  border-bottom: none;
}
.sponsors-section .main-channels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.sponsors-section .main-channels .box {
  background: #f4f6f9;
  height: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  transition: 0.3s;
  padding: 0px 23px;
}

.sponsors-section .main-channels .box img {
  width: 180px;
}

.sponsors-section .main-channels a:hover .box {
  background-color: #f2ebff;
}

/* secure-spot-section */
.box.popular {
  position: relative;
}
.secure-spot-section h2 {
  margin-bottom: 64px;
}
.secure-spot-section .box .box-inner {
  background: #f3ecff;
  border-radius: 16px;
  position: relative;
}
.secure-spot-section .box .top {
  padding: 20px 20px 10px 20px;
}
.secure-spot-section .box .top .icon {
  top: -1px;
}
.secure-spot-section .box .bottom .icon {
  bottom: -1px;
}
.secure-spot-section .box .bottom {
  padding: 36px 20px 32px 20px;
}
.secure-spot-section .box .top::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22364%22%20height%3D%222%22%20viewBox%3D%220%200%20364%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%220.5%22%20y1%3D%221%22%20x2%3D%22363.5%22%20y2%3D%220.999968%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%2210%2010%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -2px;
  height: 2px;
  z-index: 1;
}
.secure-spot-section .box .icon-design {
  margin-bottom: 15px;
}
.secure-spot-section .box .plan-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -1px;
  color: #0a0d0b;
  margin-bottom: 12px;
  margin-top: 12px;
}
.secure-spot-section .box p {
  color: var(--eminence, #692671);
  margin-bottom: 0px;
}
.secure-spot-section .box .prize {
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  letter-spacing: -2px;
  color: #0a0d0b;
}
.secure-spot-section .box .rupee-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.5px;
  color: #0a0d0b;
  margin-left: 4px;
}
.secure-spot-section .box .plane-prize {
  margin-bottom: 30px;
}
.secure-spot-section .box ul {
  margin-bottom: 30px;
  /* padding-left: 20px; */
}
.secure-spot-section .box ul li {
  list-style: none;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d6c2fa;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.last-tbox li {
  border-bottom: none !important;
}

.strikePrice {
  color: #413f3f;
  font-size: 23px;
  font-weight: 600;
  line-height: 44.8px;
  letter-spacing: -2px;
  /* padding-left: 7px; */
}
.strike {
  height: 2px;
  background: #ff0000db;
  width: 85px;
  position: absolute;
  top: 48%;
  left: 0;
}
.original-prize {
  text-align: center;
  width: 80px;
}

/* faq-section */

.faq-section .accordion h2 {
  margin-bottom: 0px;
}
.faq-section .accordion button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
  background: #f4f6f9;
  color: #1d1f1e;
}

.faq-section .accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%205.7002V18.3002%22%20stroke%3D%22%231D1F1E%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M5.69922%2012H18.2992%22%20stroke%3D%22%231D1F1E%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.faq-section .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.faq-section .accordion-button {
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #1d1f1e;
  padding: 24px 32px;
  background: #f4f6f9;
  border-radius: 16px !important;
}
.faq-section .accordion-item {
  border: none;
  margin-bottom: 16px;
}
.faq-section .accordion-item:last-child {
  margin-bottom: 0px;
}

.faq-section .accordion button:focus,
.accordion-button:not(.collapsed) {
  border-radius: 16px 16px 0px 0px !important;
  /* border-bottom: 1px solid var(--white); */
}
.faq-section .accordion-body {
  background: #f2ebff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #1d1f1e;
  padding: 24px 32px;
  border-radius: 0 0 16px 16px;
}
.faq-section .still-question .left-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: var(--canary, #cbfc58);
  border-radius: 8px;
  margin-right: 32px;
}
.faq-section .still-question {
  margin-top: 46px;
}
.faq-section .still-question .right-box .question-headding {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #1d1f1e;
  margin-bottom: 16px;
}

#faqSubHead h2 {
  font-size: 38px !important;
}

/* aboutwhoweare */

.aboutwhoweare h2 {
  margin-bottom: 64px;
}
.aboutwhoweare p {
  margin-bottom: 64px;
  color: var(--black);
}

.aboutwhoweare .blog-top-text {
  font-family: var(--font-family1);
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #1d1f1e;
  margin: 24px 0px;
}

/* news-section */

.news-section .title-top {
  margin-bottom: 64px;
}

.news-section .blog-top-text {
  font-family: var(--font-family1);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.01em;
  color: #1d1f1e;
  margin: 24px 0px;
}

.news-section .date.subdate {
  margin-bottom: 0px;
  font-size: 13px;
}
.news-section .right .blog-top-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  color: #1d1f1e;
  margin-bottom: 12px;
  margin-top: 0px;
}

.news-box img {
  border-radius: 16px;
}
.news-section .right .image {
  margin-right: 32px;
  width: 40%;
}
.news-section .right .image img {
  border-radius: 16px;
}
.news-section .right .news-box {
  margin-bottom: 50px;
}
.news-section .right .news-box:last-child {
  margin-bottom: 0px;
}

.news-box .box-inner-content {
  width: 60%;
}

/* gallery-section */
.gallery-section {
  background: #f2ecff;
  overflow: hidden;
}
/* .gallery-section .section-title {
  color: var(--fun-green, #03652b);
} */
.gallery-section h2 {
  margin-bottom: 12px;
}
.gallery-section p {
  /* color: var(--fun-green, #03652b); */
  margin-bottom: 46px;
}
.gallery-section .button:hover {
  border: 1px solid var(--fun-green, #03652b);
  background: var(--eminence, #692671);
  color: var(--white, #ffffff);
}
/* .gallery-section .image {
  margin-bottom: 24px;
} */
.gallery-section .image img {
  border-radius: 0px;
}
/* .gallery-section .view-gallery {
  margin-bottom: 110px;
} */

/* footer */
footer {
  padding-top: 73px;
  background: #ffffff;
}
footer .footer-top-section h2 {
  margin-bottom: 30px;
}
footer .footer-top-section {
  margin-bottom: 100px;
}

footer .footer-bottom-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  margin-bottom: 65px;
}
footer .footer-bottom-section .box .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #4e545f;
  margin-bottom: 16px;
}
footer .footer-bottom-section .box li {
  margin-bottom: 8px;
}
footer .footer-bottom-section .box li:last-child {
  margin-bottom: 0px;
}
footer .footer-bottom-section .box li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black, #000000);
  transition: 0.3s;
}
footer .footer-bottom-section .box li a:hover {
  color: var(--fun-green, #03652b);
  padding-left: 5px;
}
footer .copyright-footer {
  padding: 30px 0px 40px 0px;
  border-top: 1px solid #e4e7ec;
}
footer .copyright-footer {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #4e545f;
}

/* NEW FOOTER */

/* FOOTER BASE */
.footer-section {
  padding: 80px 0 30px;
}

.footer-text {
  color: #565656;
  margin-bottom: 20px;
  max-width: 400px;
}

/* SUBSCRIBE */
.subscribe-box {
  display: flex;
  overflow: hidden;
  max-width: 400px;
}

.subscribe-box input {
  flex: 1;
  padding: 12px;
  background: transparent;
  color: #000;
  border: 1px solid #d3d3d3;
}

.subscribe-box input::placeholder {
  color: #777;
}

.subscribe-box button {
  padding: 12px 20px;
  background: var(--fun-green);
  border: none;
  color: #fff;
}

/* LINKS */
.footer-section h6 {
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: #565656;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-section ul li a:hover {
  color: var(--fun-green, #03652b);
}

/* DIVIDER */
.footer-section hr {
  border-color: #222;
  margin: 40px 0;
}

/* BOTTOM */
.footer-bottom h5 {
  font-weight: bold;
}

/* SOCIAL */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #e4e4e4;
  color: #000;
  margin-left: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}

.social-icons a:hover {
  background: #eee4ff;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-bottom {
    gap: 20px;
  }

  .subscribe-box {
    flex-direction: column;
    gap: 10px;
  }

  .subscribe-box button {
    width: 100%;
  }
}

.mobile-view-icon {
  /* border: 1px solid #c9cccf; */
  padding: 8px;
  border-radius: 44px;
  margin-left: 24px;
  cursor: pointer;
}
.mobile-view-icon .icon {
  background: linear-gradient(
    180deg,
    rgba(242, 242, 242, 0.2) 0%,
    rgba(215, 215, 215, 0.2) 100%
  );
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 24px;
}

/* inner page hero slide */
.inner-page-header {
  background: var(--fun-green, #03652b);
  padding: 94px 0px 48px 0px;
  position: relative;
}
.inner-page-header .desing {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}
.inner-page-header h2 {
  color: var(--white, #ffffff);
}

.speakers-section .search-sessions {
  margin: 24px 0px 36px 0px;
}
.speakers-section .search-sessions form {
  position: relative;
}
.speakers-section .search-sessions form svg {
  position: absolute;
  top: 20px;
  left: 24px;
}
.speakers-section .search-sessions form input {
  padding: 21px 24px 24px 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  color: #57585c;
  outline: none;
  border-radius: 16px;
  border: none;
  background: var(--white, #ffffff);
  border: 1px solid var(--alto, #d9d9d9);
}
.speakers-section .search-sessions form input::placeholder {
  color: #a4a7b1;
}
.speakers-section .search-sessions .filter select {
  padding: 21px 50px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  /* text-align: center; */
  border-radius: 12px;
  cursor: pointer;
  appearance: none;
  border: 1px solid var(--alto, #d9d9d9);
}
.speakers-section .search-sessions .filter select::-ms-expand {
  display: none;
}
.speakers-section .search-sessions .filter .icon-1 {
  top: 20px;
  left: 18px;
  cursor: pointer;
}
.speakers-section .search-sessions .filter .icon-2 {
  top: 19px;
  right: 18px;
  cursor: pointer;
}

/* 
.speakers-section-details .speakers-inner .image{
    position: relative;
}
.speakers-section-details .speakers-inner .image .image::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: var(--gradient);
    border-radius: 16px;
    transition: 0.3s;
}
.speakers-section-details .speakers-inner .image:hover .image::before{
    background-color: #cbfc5889;
} */
.speakers-section-details .speakers-inner .profile-details h2 {
  margin-bottom: 12px;
}
.profile p {
  font-size: 14px;
  line-height: 1.4em;
}
.speakers-section-details .speakers-inner .profile-details .subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
  margin-bottom: 16px;
}
.speakers-section-details .speakers-inner .profile-details .subtitle span {
  color: var(--eminence);
}
.speakers-section-details .speakers-inner .profile-details .follow-icon {
  margin-bottom: 16px;
}
.speakers-section-details .speakers-inner .profile-details .session {
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white, #ffffff);
  background: var(--eminence, #692671);
  margin-bottom: 16px;
}

.speakers-section .day-preview .date {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: var(--black, #000000);
  margin-bottom: 36px;
}
.speakers-section .day-preview .asiacalcutta {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--mako, #41464c);
}

.green {
  color: var(--fun-green, #03652b);
  background: var(--canary, #cbfc58);
  padding: 6px 16px;
  border-radius: 116px;
  margin-right: 24px;
}
.speakers-section .day-preview .agenda-box {
  border-radius: 16px;
  padding: 24px;
  background: var(--white, #ffffff);
  transition: 0.3s;
}
.speakers-section .day-preview .agenda-box:hover {
  background: #fbffe9;
}
.speakers-section .day-preview .agenda-box .date {
  margin-bottom: 8px;
  margin-top: 16px;
}
.speakers-section .day-preview .agenda-box .profile-agenda .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  color: var(--mako, #41464c);
  margin-bottom: 8px;
}
.speakers-section .day-preview .agenda-box .profile-agenda p {
  color: var(--black, #000000);
}
.speakers-section .day-preview .agenda-box .profile-agenda .profile {
  margin-right: 24px;
}
.speakers-section .day-preview .agenda-box .profile-agenda .profile:last-child {
  margin-right: 0px;
}
.event-agenda-details {
  background: transparent;
}
.event-agenda-details .day-preview .date {
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.73px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black, #000000);
  margin: 12px 0px;
}

.detail-text {
  color: #692671;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 12px;
}
.event-agenda-details .tags-details ul {
  background: transparent;
  padding: 0px;
  border-radius: 0px;
}
.event-agenda-details .tags-details ul li {
  padding: 6px 16px;
  border: 1px solid var(--alto, #d9d9d9);
  border-radius: 24px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black, #000000);
}
.event-agenda-details .day-preview .agenda-box .top .box span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.event-agenda-details .day-preview .agenda-box .top .box strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.event-agenda-details .day-preview .agenda-box .top .box .span-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--mako, #41464c);
}

.product-list-section.news-section .right .news-box {
  margin-bottom: 0px;
}

.product-list-section.news-section .right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 32px;
}
.product-list-section.news-section .right .image {
  margin-right: 0px;
  margin-bottom: 32px;
}
.product-details-section .main-section h2 {
  font-family: Plus Jakarta Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1d1f1e;
  margin-top: 24px;
  margin-bottom: 0px;
}
.product-details-section .main-section .subdate {
  margin-bottom: 32px;
}

/* Gallery page */

.gallery-tabs {
  list-style: none;
  gap: 20px;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
}

.gallery-tabs li {
  cursor: pointer;
  padding: 10px 25px;
  background: #f0f0f0;
  font-weight: 400;
  border: 1px dotted #9f6bf6;
  color: #000;
}

.gallery-tabs li.active {
  background: #660aff;
  color: white;
  font-weight: 600;
}

/* RightGlass */

.right-glass {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
  color: #fff;
  position: relative;
}

#glass-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
}

/* VIDEO MOdal */

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  width: 70%;
  margin: 8% auto;
  position: relative;
}

.close-video {
  position: absolute;
  right: -35px;
  top: -35px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* Exhibitor Form */

.exhibitor-form {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 0px 68px -20px rgb(0 0 0 / 11%);
  border: 1px solid #c19cff;
}

.exhibitor-form h3 {
  font-size: 26px;
  margin-bottom: 5px;
}

.form-subtitle {
  color: #777;
  margin-bottom: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full {
  grid-column: span 2;
}

label {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}

input,
select {
  padding: 12px 14px;
  border: 1px solid #c19cff;
  font-size: 14px;
  transition: all 0.25s ease;
  width: 100%;
  color: #757575;
}

textarea {
  padding: 12px 14px;
  border: 1px solid #c19cff;
  font-size: 14px;
}

.checkbox-grid input {
  width: auto;
}

input:focus,
select:focus {
  border-color: #6c2bd9;
  box-shadow: 0 0 0 3px rgba(108, 43, 217, 0.1);
  outline: none;
}

.form-section {
  margin-top: 20px;
}

.form-footer {
  margin-top: 30px;
  text-align: center;
}
/* Checkbox */
.checkbox-grid {
  display: flex;
  gap: 8px 15px;
  flex-wrap: wrap;
}

.checkbox-grid label {
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 0;
}
.section-title-form {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
/* Error */
.error-text {
  color: var(--fun-green);
  font-size: 13px;
  margin-top: 5px;
}
.submit-btn {
  margin-top: 20px;
  background: linear-gradient(135deg, #6c2bd9, #8c4bff);
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(108, 43, 217, 0.3);
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-group.full {
    grid-column: span 1;
  }

  .exhibitor-form {
    padding: 30px;
    z-index: 9;
    position: relative;
  }
}

/* -------------------------Sponsor Page-------------------------- */

.header-container {
  height: 100%;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
}

.hero-head-main h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 800;
}

.why-box {
  padding: 65px 30px 30px;
  background: #fff;
  position: relative;
  transition: all 0.3s;
  /* box-shadow: 0 20px 5px -10px #e8e8e8; */
  border: 1px solid #c19cff;
}
.why-box p {
  margin: 15px 0;
}
.why-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 5px -10px #e8e8e8;
}

.why-iconBox img {
  width: 35px;
}

.why-iconBox {
  background: #ffffff;
  width: fit-content;
  padding: 15px;
  border-radius: 100px;
  position: absolute;
  top: -35px;
  box-shadow: 0px 10px 20px -10px #0000002e;
  border: 1px solid #c19cff;
}

.pill-card {
  border: 1px solid #660aff;
  background-color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 44px 20px 40px 30px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 500;
}
.pill-card:hover {
  transform: translateY(-10px);
}

.margin-96 {
  margin: 100px 0;
}

#sponsorPage h1 {
  font-size: 50px;
  line-height: 1.2em;
  text-align: start;
}

#sponsorPage h2 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 50px;
}

.partner-sponsor .row {
  width: 85%;
  margin: auto;
}

.heroP {
  width: 70%;
  margin: auto;
}

#whyPartner .row {
  margin: auto;
  text-align: center;
}

.partners-section {
  padding: 80px 0;
  background: #f8f8fb;
  overflow: hidden;
}

.partners-section h2 span {
  color: #660aff;
}

/* marquee */
.logo-marquee {
  overflow: hidden;
  margin-top: 40px;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.logo-marquee.reverse .logo-track {
  animation: scroll-reverse 25s linear infinite;
}

/* logos */
.Clogo {
  width: 180px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  background: #ffffff;
}

.Clogo img {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  /* opacity: 0.7; */
  transition: 0.3s;
}

/* hover */
.Clogo:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}

/* animations */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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

/* responsive */
@media (max-width: 768px) {
  .logo {
    width: 160px;
  }

  .logo img {
    max-width: 160px;
  }
}

.showCard {
  border-radius: 16px;
  padding: 24px;
  background: var(--white, #ffffff);
}
.showCard img {
  margin-bottom: 30px;
  height: 70px;
}

.text-marquee-section {
  background: #fff;
  padding: 14px 0;
  overflow: hidden;
}
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 18s linear infinite;
}

.marquee-track span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-right: 60px;
  margin-left: 60px;
  white-space: nowrap;
  text-transform: uppercase;
}

/* animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.text-marquee-section2 {
  background: var(--fun-green);
  padding: 14px 0;
  overflow: hidden;
}

.marquee-track2 {
  display: flex;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.marquee-track2 span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-right: 60px;
  margin-left: 60px;
  white-space: nowrap;
  text-transform: uppercase;
}

#sibscribeH2 {
  font-size: 42px;
  line-height: normal;
}
.whyApparelBox {
  border: 1px solid #eee;
  box-shadow: 0 0 13px -3px #0000001c;
}

@media (max-width: 576px) {
  .mob-reverse {
    flex-direction: column-reverse;
  }
}

/* IMAGE SLIDER */

.gallery-section .image {
  display: block;
  overflow: hidden;
  /* border-radius: 10px; */
}

.gallery-section img {
  transition: 0.4s;
}

.gallery-section .image:hover img {
  transform: scale(1.08);
}

/* VIDEO TESTIMONIALS */

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnails {
  position: absolute;
  top: 0;
  border-radius: 20px;
  border: 2px solid black;
}
.video-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.video-container .thumbnails {
  height: 100%;
}

.video-container video {
  height: 511px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
}

.section-title span {
  color: #660aff;
}

.content-item {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
}

.content-item:last-child {
  border-bottom: none;
}

.number {
  font-size: 48px;
  font-weight: 700;
  color: #dcdcdc;
  min-width: 60px;
}

.content-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.content-item p {
  margin: 0;
  color: #666;
}

/* IMAGE */
.theme-image img {
  border-radius: 8px;
}

#journey {
  background: #f8f8fb;
  z-index: 0;
  position: relative;
}

.str {
  width: 75%;
}
.sticky-top {
  position: sticky;
  top: 150px;
  align-self: flex-start;
}
.panel-group .panel {
  margin-bottom: 15px;
  border-radius: 20px;
  background: #ffe5e5;
}
#journey h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
}
.sec-p {
  font-size: 18px;
  line-height: 1.6em;
  color: #000;
  margin-bottom: 0;
}
.heading {
  font-style: normal;
  line-height: 1.1em;
  letter-spacing: 0px;
  margin-top: 0;
}

.ticket .program-fee-box {
  border-radius: 20px;
  /* border: 1px solid #9f3eff; */
  row-gap: 6px;
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  margin-bottom: 17px;
  background: linear-gradient(90deg, #660aff, #d5c1ff);
}
.ticket p.program-fee {
  color: #ffe4e4;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.ticket p.program-fee-price {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
.panel-group .panel {
  margin-bottom: 15px;
  border-radius: 20px;
  background: #ffe5e5;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #ddd;
}
.panel-heading {
  padding: 25px 20px !important;
}
.panel-title > a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: 500;
}
.panel-heading p {
  margin-bottom: 0;
}
.engageBox {
  background: #f4edff;
  border-radius: 16px;
  padding: 35px !important;
  height: 320px;
}

.asw-logo-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
}

.asw-logo-track {
  display: flex;
  width: max-content;
  animation: aswMarquee 25s linear infinite;
}

.asw-logo-row {
  display: flex;
  gap: 15px;
  align-items: center;
}

.asw-logo-box img {
  width: 180px;
  height: auto;
  object-fit: contain;
  transition: 0.3s ease;
}

.asw-logo-box img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Animation */
@keyframes aswMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.asw-logo-marquee:hover .asw-logo-track {
  animation-play-state: paused;
}

/* Fade edges (premium look) */
.asw-logo-marquee::before,
.asw-logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}

.asw-logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.asw-logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.asw-logo-box {
  background: #f4f6f9;
  height: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  transition: 0.3s;
  padding: 0px 23px;
}

/* _______________________landing page-------------------------- */

.design-3 {
  position: absolute;
  top: -55px;
  left: 0px;
  z-index: 0;
}

.design-3 img {
  width: 85px;
}

.design-4 {
  position: absolute;
  bottom: -86px;
  right: 10%;
  z-index: 0;
}

.design-4 img {
  width: 95px;
}
.design-3-form {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 0;
}

.design-3-form img {
  width: 55px;
}

.design-4-form {
  position: absolute;
  bottom: -50px;
  right: 10%;
  z-index: 0;
}

.design-4-form img {
  width: 60px;
}

#landingLogo {
  height: 45px;
}

.landingPage h1 {
  font-size: 40px;
  line-height: normal;
}

.container-custome1 {
  max-width: 1140px;
  margin: auto;
}
.mainHead {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 0;
}
#landingList li {
  /* list-style-type: disc; */
  margin-bottom: 10px;
  border-top: 1px solid #ccadff;
  padding-top: 10px;
  font-size: 14px;
}

.fee-box {
  background: #fff;
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}
.fee-title {
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.fee-price {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  color: #340680;
}
.fee-desc ul {
  padding-left: 20px;
}
.fee-desc li {
  list-style: disc;
  margin-bottom: 10px;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}
.pass-btn {
  background: var(--canary, #cbfc58);
  color: var(--fun-green, #03652b);
  border: 1px solid var(--canary, #cbfc58);
}
.about-left-text p {
  font-size: 18px;
}

.video-container video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}

#trackh5 {
  text-align: center;
  margin-bottom: 40px;
  width: 65%;
  margin: auto;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  opacity: 0.8;
}
.theme-image-slider {
  position: relative;
}

.theme-image-slider img {
  width: 100%;
  border-radius: 10px;
}

/* DOTS */
.theme-image-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.theme-image-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: 600;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: #c6c6c6;
  color: #fff;
  border: none;
  /* padding: 12px 16px; */
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  display: none;
  transition: all 0.3s ease;
  height: 40px;
  width: 40px;
  line-height: normal;
}

#scrollTopBtn:hover {
  background: var(--fun-green);
  transform: translateY(-3px);
}
.navbar-toggler {
  padding: 0;
  border: none;
}
.newss-card h2 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
  font-weight: 600;
}
.newss-data {
  padding: 20px;
  height: 170px;
  position: relative;
}

.newss-excerpt-box {
  position: absolute;
  bottom: 20px;
  width: 90%;
}
.newss-excerpt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.newss-card {
  transition: 0.3s;
  box-shadow: 0px 5px 40px 5px #0000000d;
}
.newss-title a:hover {
  color: var(--fun-green);
}
.newsletter-boxx {
  background: #f1e9ff;
  padding: 20px;
}

.newss-detail-title h2 {
  font-size: 35px;
  line-height: normal;
  margin: 20px 0;
  font-weight: 600;
}
.newss-detail-excerpt {
  font-size: 14px;
}
.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.topic-tag {
  background: var(--fun-green);
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 13px;
}
.topic-tag:hover {
  background: var(--canary);
}
.enquiry-contact-box {
  background: #f8f4ff;
  display: flex;
  gap: 20px;
  z-index: 9;
  position: relative;
  padding: 20px;
}
@media (max-width: 991px) {
  #mainNavbar {
    display: none !important;
  }
}
/* HIDE DESKTOP MENU ON MOBILE */
@media (max-width: 991px) {
  #mainNavbar {
    display: none !important;
  }
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  padding: 20px;
  transform: translateX(-100%);
  transition: 0.3s;
  overflow-y: auto;
}

.mobile-menu.active {
  transform: translateX(0);
}

/* HEADER */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.mobile-menu-header img {
  width: 160px;
}

.mobile-menu-header span {
  font-size: 22px;
  cursor: pointer;
}

/* MENU */
.mobile-menu-list {
  list-style: none;
  padding: 0;
}

.menu-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0;
}

.menu-link {
  /* font-weight: 600; */
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-right: 12px;
}

/* SUBMENU */
.submenu {
  display: none;
  padding-left: 10px;
  /* padding-top: 15px; */
  padding-bottom: 15px;
  margin-top: 10px;
}

.submenu.active {
  display: block;
}

.submenu li {
  padding: 12px 0;
  border-bottom: 1px solid #e2e2e2;
}

.submenu li:last-child {
  border-bottom: none;
}

/* OVERLAY */
body.menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline-wrapper {
  position: relative;
  padding-top: 40px;
}

.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #caa8ff;
  z-index: 0;
}

.step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #caa8ff;
  margin: 0 auto;
  transition: 0.3s;
  border: 12px solid #fff;
}

.step.active .dot {
  background: #660aff;
  box-shadow: 0 0 10px #caa8ff;
}
.step.active h6 {
  color: #660aff;
  font-weight: 600;
}

.step.active small {
  color: #000;
}

.step small {
  letter-spacing: 0.5px;
  font-size: 14px;
}

.label {
  margin-top: 20px;
}

.label h6 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #a5a5a5;
}

.label small {
  color: #a5a5a5;
}

.policies_content h4 {
  margin-top: 20px !important;
}
.policies_content ul {
  line-height: 40px;
}

.asw-tab-btn {
  cursor: pointer;
  padding: 10px 25px;
  background: #f0f0f0;
  font-weight: 400;
  border: 1px dotted #9f6bf6;
  color: #000;
}

.asw-tab-btn.active {
  background: var(--fun-green);
  color: #fff;
  font-weight: 600;
}

.asw-tab-content {
  display: none;
}

.asw-tab-content.active {
  display: block;
}

.asw-tab-content td {
  padding: 20px;
}
.pressReleaseCard {
  padding: 80px 20px 20px 20px;
  border: 1px solid #e2e2e2;
  position: relative;
  height: 220px;
  transition: 0.3s;
  background: #f2ecff;
}
.pressReleaseCard:hover {
  box-shadow: 0px 9px 29px 4px #00000012;
}

.pressTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.pressTitle a:hover {
  color: var(--fun-green);
}
.releaseDate {
  font-size: 13px;
  color: #5a5a5a;
}
.pbtn {
  position: absolute;
  left: 20px;
  bottom: 10%;
  font-size: 13px;
}
.pbtn a:hover {
  color: var(--fun-green);
}
.releaseDate {
  position: absolute;
  left: 20px;
  top: 10%;
  background: #f2ecff;
  border: 1px solid #660aff91;
  color: #000000;
  padding: 3px 8px;
  font-weight: 500;
}
.PressContent {
  width: 65%;
  margin: auto;
}
.PressContent h2 {
  font-size: 25px;
  line-height: 1.4em;
}
.PressContent h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.PressContent p {
  line-height: 1.8em;
}
.date-badge {
  background: #f4edff;
  color: #660aff;
  padding: 5px 10px;
  width: fit-content;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.nextBtn {
  display: flex;
  align-items: center;
  /* border: 1px solid #b2b2b2; */
  padding: 10px 20px;
  width: 140px;
  line-height: normal;
  width: 150px;
  justify-content: center;
  gap: 5px;
  background: #f2ecff;
}
.border-prev {
  height: 20px;
  width: 1px;
  background: #a2a2a2;
}
.prevBtn {
  display: flex;
  align-items: center;
  /* border: 1px solid #b2b2b2; */
  padding: 10px 20px;
  justify-content: center;
  gap: 5px;
  width: 150px;
  background: #f2ecff;
}
.prevBtn:hover,
.prevBtn a:hover {
  background-color: var(--fun-green);
  color: #fff;
}
.nextBtn:hover,
.nextBtn a:hover {
  background-color: var(--fun-green);
  color: #fff;
}
#contactPage .accordion {
  width: 70%;
  margin: auto;
}
.venue-section-custom {
  padding: 80px 0;
  background: #f5f5f5;
}

.venue-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
  align-items: stretch;
}

/* LEFT CARD */
.venue-card-custom {
  flex: 1;
  padding: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;

  background: #660aff;
}

/* glass overlay effect */
.venue-card-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/images/hotel.jpg") center/cover;
  opacity: 0.15;
}

.venue-content-custom {
  position: relative;
  z-index: 2;
}

.venue-item {
  margin-bottom: 30px;
}

.venue-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.venue-item p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.venue-link-custom {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

/* MAP */
.venue-map-custom {
  flex: 1.5;
  overflow: hidden;
  min-height: 350px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .venue-container {
    flex-direction: column;
  }

  .venue-card-custom::after {
    display: none;
  }
}
.allcontact {
  background: #f3ecff;
  color: #000;
  padding: 30px;
}
.allcontact p {
  font-size: 14px;
  color: #000000;
  line-height: normal;
}
.allcontact h3 {
  font-size: 25px;
  text-transform: uppercase;
}
.allcontact h5 {
  margin-bottom: 22px;
  text-transform: uppercase;
  color: var(--fun-green);
}
.allcontact p a:hover {
  color: var(--fun-green);
}
.faq-section.conTact h2 {
  font-size: 38px;
}
.contactPersonBox .CPname {
  margin-bottom: 10px !important;
}
.newss-title.youmay h2 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
}
.numberBox {
  text-align: center;
  background: #fff;
  padding: 30px;
  height: 260px;
}
.achievementNum {
  color: #660aff;
  font-weight: 900;
  font-size: 50px;
}
.coreValue h5 {
  color: var(--fun-green);
}
.coreValue p {
  margin-bottom: 0;
}
.coreValue {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 30px;
}
#popupForm {
  padding: 30px;
}
.programmeBenefits li {
  margin-bottom: 15px;
  list-style: disc;
  margin-left: 20px;
}
.newsletter-boxx.deckBox {
  padding: 30px;
}
.newsletter-boxx.deckBox h3 {
  font-size: 30px;
  color: var(--fun-green);
}

.custom-form-wrapper {
  max-width: 1100px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.custom-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.form-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group label span {
  color: red;
}

/* FULL WIDTH SECTION */
.form-full {
  grid-column: span 2;
  margin-top: 20px;
}

.checkbox-title {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
}

.programmeSteps {
  background: #eadeff;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 500;
  color: #660aff;
  border: 1px solid #660aff;
  margin-bottom: 20px;
}
.programmeBox {
  background: #f4edff;
  border-radius: 16px;
  padding: 35px !important;
  height: 320px;
}
.programmeBox p {
  font-size: 16px;
}

.interStep {
  background: #f4edff;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 30px;
  border: 1px solid #660aff;
  font-weight: 500;
  color: #660aff;
  margin: 20px 0;
}
.checkbox-grid.buyer label {
  margin-bottom: 8px;
}
.gslide-image img {
  min-width: 600px;
}
#buyerPrevileges {
  line-height: normal;
  text-align: center;
  background: var(--fun-green);
  color: #fff;
  padding: 10px;
  font-size: 30px;
}
.buyerList .coreValue p {
  font-size: 14px;
  line-height: 1.5em;
}
#buyerTerms {
  background: #ebebeb;
  padding: 10px;
  color: #575757;
  border: 1px solid #e5e5e5;
  font-weight: 600;
  font-size: 30px;
}
.team-buyers {
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
}
.team-buyers ul li {
  font-size: 13px;
  border: 1px solid #e5e5e5;
  padding: 7px 10px;
  color: #626262;
}
.buyerPrevilege .coreValue {
  padding: 16px;
}
.exhibitor-form.buyer {
  padding: 35px;
}

#thank-you {
  height: 100vh;
  display: flex;
}

.design-3-thanku {
  position: absolute;
  top: 15%;
  left: 25%;
  z-index: 0;
}

.design-3-thanku img {
  width: 100px;
}
.design-4-thanku {
  position: absolute;
  bottom: 15%;
  right: 20%;
  z-index: 0;
}
.design-4-thanku img {
  width: 100px;
}
.redirectingPage {
  background-color: #ffffff;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #e400ff;
}

.mobile-cta {
  background: #f3ecff;
  border-radius: 16px;
  padding: 20px;
  margin-top: 200px;
}
.digitalPass {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px !important;
}
.digitalPass ul li {
  white-space: nowrap;
}
.digitalPass ul {
  margin-bottom: 0 !important;
}
.otp-wrapper {
  text-align: center;
  padding: 30px 20px;
}

.otp-wrapper h4 {
  margin-bottom: 20px;
  font-weight: 500;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.otp-inputs input {
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  text-align: center;
  font-size: 22px;
  outline: none;
  background: #fff;
}

.otp-inputs input:focus {
  border-color: #007bff;
}

.resend-otp {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.resend-otp:hover {
  text-decoration: underline;
}
.representative {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
}

/* Table */
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #cfcfcf;
}

.table-header {
  font-weight: 600;
}

.text-end {
  text-align: right;
}

/* Coupon */
.coupon-box input {
  padding: 12px 20px;
  border: 1px solid #cfcfcf;
  outline: none;
}

.btn-group {
  margin-top: 15px;
  display: flex;
  gap: 20px;
}

.btn {
  padding: 10px 30px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
}

.btn.primary {
  background: linear-gradient(90deg, #7b2ff7, #5f0fff);
}

.btn.secondary {
  background: linear-gradient(90deg, #5f0fff, #7b2ff7);
}

/* Summary */
.summary-box {
  min-width: 300px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.summary-row.total {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

/* Pay Button */
.pay-btn {
  margin-top: 30px;
  padding: 15px 40px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(90deg, #7b2ff7, #5f0fff);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  float: right;
}
/* Desktop Table */
/* Default Desktop */
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  padding: 15px 0;
}

.table-header {
  font-weight: 600;
}

.text-end {
  text-align: right;
}

/* ✅ Mobile Fix */
@media (max-width: 768px) {
  /* 🔴 Hide header completely */
  .table-header {
    display: none !important;
  }

  .table-row {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }

  .table-row div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 15px;
  }

  /* 🔥 Show label on left */
  .table-row div::before {
    content: attr(data-label);
    font-weight: 600;
    color: #000;
  }
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.full-width {
  grid-column: span 2;
}

/* Mobile */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .full-width {
    grid-column: span 1;
  }
}

/* Multi Select */
.multi-select {
  position: relative;
}

.select-box {
  border: 1px solid #ccc;
  padding: 12px;
  cursor: pointer;
  background: #fff;
}

.checkbox-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 99;
}

.checkbox-dropdown label {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
}

.checkbox-dropdown label:hover {
  background: #f5f5f5;
}

.asw-multi-select {
  position: relative;
}

.asw-select-box {
  cursor: pointer;
  background: rgb(255, 255, 255);
  border: 0;
  color: rgb(117, 117, 117);
  font-size: 14px;
  padding: 12px 5px 12px 14px;
  border: 1px solid #c19cff;
  border-radius: 0;
}

.asw-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 999;
}

.asw-dropdown label {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 12px;
  margin: 0;
}

.asw-dropdown label:hover {
  background: #f5f5f5;
}
.asw-dropdown input {
  width: auto;
}