:root {
  --font-size: 16px;
  --color-white: #fff;
  --color-white2: #F6F2ED;
  --color-white3: #FEFAF5;
  --color-white4: #F8F6F3;
  --color-btn: #F6F2ED4D;
  --color-btn1: #F6F2ED1A;
  --text-color: #616161;
  --primary-color: #f0c05a;
  --title-color: #13140E;
  --color-black1: #1E1E1E;
  --color-black2: #030404;
  --color-black3: #000000;
  --color-gray: #696969;
  --color-gray2: #282828;
  --color-border5: rgb(194 243 97 / 5%);
  --color-border15: rgb(194 243 97 / 15%);
  --black-op3: rgb(15 12 25 / 3%);
  --black-op5: rgb(15 12 25 / 5%);
  --black-op10: rgb(15 12 25 / 10%);
  --black-op15: rgb(15 12 25 / 15%);
  --black-op20: rgb(15 12 25 / 20%);
  --black-op60: rgb(15 12 25 / 60%);
  --black-op80: rgb(15 12 25 / 80%);
  --white-op3: rgb(255 255 255 / 3%);
  --white-op5: rgb(255 255 255 / 5%);
  --white-op7: rgb(255 255 255 / 7%);
  --white-op10: rgb(255 255 255 / 10%);
  --white-op15: rgb(255 255 255 / 15%);
  --white-op20: rgb(255 255 255 / 20%);
  --white-op25: rgb(255 255 255 / 25%);
  --white-op50: rgb(255 255 255 / 50%);
  --white-op60: rgb(255 255 255 / 60%);
  --white-op70: rgb(255 255 255 / 70%);
  --white-op90: rgb(255 255 255 / 90%);
  --primary-op30: rgb(194 243 97 / 30%);
  --transition: 500ms ease-in-out;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-semibold: 600;
  --font-weight-medium: 500;
  --title-font: "Inter", sans-serif;
  --container-width: 1400px;
  --bg-color1: #FCFEF7;
  --bg-color2: #F1F5E6;
  --bg-color3: #F1FFD4;
  --bg-color4: #F8FEE7;
  --color-gradient-1: linear-gradient(180deg, #212121 0%, #171717 100%);
  --border-grdient-1: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%)
}

body,
html {
  overflow-x: hidden;
  width: 100%;
  overflow-x: clip;
  background: #080705;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  width:100%;
    height:100%;
  background: radial-gradient(circle at 15% 10%, rgba(214, 164, 65, .22), transparent 28%), radial-gradient(circle at 85% 12%, rgba(255, 221, 132, .1), transparent 26%), linear-gradient(135deg, #050403 0, #141108 50%, #050403 100%)
}

body:after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .16;
  width:100%;
    height:100%;
  background-image: url('../images/black-felt.png')
}

::-webkit-scrollbar-track {
  background-color: var(--title-color);
  border-left: 1px solid var(--title-color)
}

::-webkit-scrollbar {
  width: 7px;
  background-color: var(--title-color)
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color)
}

body {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--title-font);
  margin: 0
}

div[id],
section[id] {
  scroll-margin-top: 85px
}

p {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--title-font);
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 40px;
  line-height: 50px;
  color: var(--title-color);
  font-weight: 700;
  font-family: var(--title-font);
  font-style: normal;
  -webkit-transition: .5s;
  transition: .5s;
  margin: 0
}

h1 {
  font-size: 50px
}

h2 {
  font-size: 35px
}

h3 {
  font-size: 30px
}

h4 {
  font-size: 24px
}

h5 {
  font-size: 20px
}

h6 {
  font-size: 18px
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  color: var(--text-color)
}

.btn:focus,
a:focus {
  text-decoration: none;
  outline: 0
}

a:focus,
a:hover {
  text-decoration: none;
  text-decoration: none
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  -webkit-transition: .5s;
  transition: .5s
}

ul {
  margin: 0;
  padding: 0
}

ul li {
  list-style: none
}

button:focus,
input:focus {
  outline-color: transparent;
  border: 1px solid transparent
}

textarea:focus {
  border-color: var(--text-color);
  outline-color: var(--title-color)
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400
}

a,
address,
cite,
dfn,
em,
i,
li,
ol,
ul,
var {
  font-style: normal;
  font-weight: 400;
  list-style: none
}

.white {
  color: #fff !important
}

figure {
  margin: 0
}

img {
  max-width: 100%
}

.container {
  max-width: 1200px
}

.header {
  float: left;
  width: 100%;
  position: fixed;
  left: 0;
  top: 15px;
  z-index: 999;
  padding: 0 15px
}

.navigation .logo {
  max-width: 220px;
  max-height: 80px;
  padding: 10px;
  aspect-ratio: 29/15;
  border-radius: 50px;
  background: rgba(5, 4, 3, .75);
  backdrop-filter: blur(18px);
  border: 1px solid rgb(255 215 120 / 18%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25), 0 4px 12px rgba(0, 0, 0, .15);
  transition: max-width .5s cubic-bezier(.4, 0, .2, 1), transform .5s cubic-bezier(.4, 0, .2, 1), padding .5s cubic-bezier(.4, 0, .2, 1), background .5s cubic-bezier(.4, 0, .2, 1)
}

.navigation .logo img {
  height: 100%;
  width: 100%;
  aspect-ratio: 29/15;
  object-fit: contain;
  object-position: center
}

.navigation .logo.logo2 {
  /* background: rgba(255, 255, 255, .85);
  border: 1px solid rgb(255 215 120 / 18%);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25), 0 4px 12px rgba(0, 0, 0, .15); */
  max-width: 220px;
  padding: 8px;
  max-height: 85px
}

.header.stricky-fixed .logo:first-child {
  transform: translateX(20px)
}

.header.stricky-fixed .logo.logo2 {
  transform: translateX(-20px)
}

.navigation {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.navigation button.toggle_menu {
  float: right;
  width: 40px;
  height: 40px;
  background: 0 0;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  display: none;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 99;
  padding: 5px;
  position: relative;
  transform: rotate(0);
  transition: .5s ease-in-out;
  cursor: pointer
}

.navigation button.toggle_menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 15%;
  transform: rotate(0);
  transition: .25s ease-in-out
}

.navigation button.toggle_menu span:first-child {
  top: 8px
}

.navigation button.toggle_menu span:nth-child(2),
.navigation button.toggle_menu span:nth-child(3) {
  top: 18px
}

.navigation button.toggle_menu span:nth-child(4) {
  top: 28px
}

.navigation button.toggle_menu.open span:first-child {
  top: 18px;
  width: 0%;
  left: 50%
}

.navigation button.toggle_menu.open span:nth-child(2) {
  transform: rotate(45deg)
}

.navigation button.toggle_menu.open span:nth-child(3) {
  transform: rotate(-45deg)
}

.navigation button.toggle_menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%
}

.navigation .menu {
  display: block;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(5, 4, 3, .75);
  backdrop-filter: blur(18px);
  border: 1px solid rgb(255 215 120 / 18%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25), 0 4px 12px rgba(0, 0, 0, .15)
}

.home .header.stricky-fixed .navigation button.toggle_menu {
  display: none
}

.home .header.stricky-fixed .navigation .cs_show {
  display: block !important;
  right: 0
}

.navigation .menu ul {
  padding: 0;
  width: 100%;
  margin: 0;
  justify-content: end
}

.navigation_bar.stricky-fixed .navigation .menu ul {
  float: left
}

.navigation .menu ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff
}

.navigation .menu ul li a {
  padding: 8px 12px;
  display: block;
  color: #fff;
  text-transform: inherit;
  font-size: 16px;
  background: 0 0;
  position: relative;
  transition: .5s;
  font-weight: 400
}

.navigation .menu ul li:last-child a {
  border: none
}

.navigation .menu ul li a.active,
.navigation .menu ul li:hover a {
  color: #ead187;
  background: 0 0
}

.navigation .menu ul li ul.cs-dropdown {
  top: 100%;
  left: 0;
  text-align: left
}

.navigation .menu ul li:hover ul.cs-dropdown {
  display: block
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
  left: 100%;
  margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
  left: -100%;
  margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
  display: block
}

.navigation .menu ul li ul.cs-dropdown {
  position: absolute;
  width: 220px;
  display: none;
  z-index: 999;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .4);
  margin: 0;
  padding: 0;
  background: rgba(5, 5, 5, .9);
  border: 1px solid rgb(215 168 63 / 24%);
  backdrop-filter: blur(14px);
  border-radius: 12px;
  overflow: hidden
}

.navigation .menu ul li:last-child ul.cs-dropdown {
  left: -80%
}

.navigation .menu ul li ul.cs-dropdown li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #222;
  width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
  border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li a {
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  line-height: normal
}

.navigation .menu ul li.cs-submenu a {
  padding-right: 5px
}

.navigation .menu ul li.cs-submenu {
  padding-right: 5px
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
  color: #222;
  background: #ead187
}

.navigation ul li.cs-submenu a button {
  border: 0;
  background: 0 0;
  outline: 0;
  padding: 0;
  margin: 0 0 0 5px;
  color: #fff
}

.navigation ul li.cs-submenu a button svg {
  width: 16px;
  height: 16px
}

.navigation ul li.cs-submenu:hover svg {
  transform: rotateZ(180deg);
  color: #ead187
}

.hero-section {
  float: left;
  width: 100%;
  padding: 130px 0 27px;
  background: linear-gradient(360deg, #fff 0, #d4f772 100%);
  position: relative;
  z-index: 1;
  margin: 0
}

.hero-section:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .75) 40%, rgba(0, 0, 0, .35) 100%), url(../images/banner-background.webp);
  background-size: cover;
  background-position: bottom center;
  z-index: 1
}

.hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px
}

.hero_content {
  position: relative;
  z-index: 3
}
.presents{
  font-size: 16px;
  color: #fff;
  margin: 0 0 10px;
}

.hero-top-title {
  position: relative;
  display: inline-block
}

.hero-top-title::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 5%;
  top: 16px;
  background: #000;
  border-radius: 50%;
  z-index: 99
}

.hero-top-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 5%;
  top: 17px;
  background: #000;
  border-radius: 50%
}

.hero-sub {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  border-radius: 30px;
  margin-left: 13px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(90deg, rgba(0, 222, 225, .3) 0, rgba(0, 10, 10, .3) 100%);
  background: linear-gradient(135deg, #f8e49d, #c78c22);
  display: inline-block;
  color: #000;
  padding: 4px 38px 5px;
  border-radius: 4px;
  position: relative;
  margin: 0 0 25px;
  line-height: 29px
}

.hero-sub::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1.5px solid transparent;
  background: linear-gradient(90deg, rgba(0, 10, 10, .1) 0, rgba(0, 222, 225, .1) 100%) border-box;
  -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude
}

.hero-sub-title {
  padding: 0 20px 0 5px;
  border-radius: 30px;
  height: 44px;
  width: 270px;
  line-height: 74px;
  border: 1px solid #13140E1A;
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px
}

.hero_content h1 {
  color: #fff;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 46px;
  line-height: normal
}

.hero_content h1 span {
  color: #f0c05a
}

.lead {
  font-size: 18px;
  color: #fff;
  max-width: 850px
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 12px;
  border-radius: 30px;
  border: 1px solid rgb(255 215 120 / 18%);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-weight: 400;
  line-height: normal;
  font-size: 14px
}

.heroPresentedBy {
  max-width: 100%
}

.heroPresentedTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px
}

.heroPresentedTitle span {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .15)
}

.heroPresentedTitle h6 {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d6a642;
  font-weight: 700
}

.heroPresentedLogos {
  display: flex;
  align-items: stretch;
  gap: 10px
}

.heroLogoItem {
  height: auto;
  width: 155px;
  padding: 10px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;
  aspect-ratio: 5/2
}

.heroLogoTitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  color: #f4b64d;
  margin-bottom: 6px;
  line-height: 1;
  white-space: nowrap
}

.heroLogoItem:hover {
  transform: translateY(-3px);
  border-color: #f4b64d
}

.heroLogoItem img {
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: 5/2
}

.btn1 {
  background: linear-gradient(135deg, #f8e49d, #c78c22);
  color: #100c05;
  border: 0;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 40px rgba(215, 168, 63, .22);
  transition: transform .4s cubic-bezier(.4, 0, .2, 1), box-shadow .4s cubic-bezier(.4, 0, .2, 1)
}

.btn1:hover {
  box-shadow: 0 25px 50px rgba(215, 168, 63, .35)
}

.btn1 .btnTextWrap {
  position: relative;
  height: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.btn1 .btnTextWrap span {
  height: 24px;
  line-height: 24px;
  display: block;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}

.btn1:hover .btnTextWrap span {
  transform: translateY(-100%)
}

.btn1 svg {
  width: 18px;
  height: 18px
}

.btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
  transform: skewX(-25deg);
  transition: .8s
}

.btn1:hover::before {
  left: 150%
}

.btn2 {
  border: 1px solid #f8e49d;
  color: #f8e49d;
  background: 0 0;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 40px rgba(215, 168, 63, .22);
  transition: transform .4s cubic-bezier(.4, 0, .2, 1), box-shadow .4s cubic-bezier(.4, 0, .2, 1)
}

.btn2:hover {
  box-shadow: 0 25px 50px rgba(215, 168, 63, .35)
}

.btn2 .btnTextWrap {
  position: relative;
  height: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.btn2 .btnTextWrap span {
  height: 24px;
  line-height: 24px;
  display: block;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}

.btn2:hover .btnTextWrap span {
  transform: translateY(-100%)
}

.btn2 svg {
  width: 20px;
  height: 20px
}

.btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
  transform: skewX(-25deg);
  transition: .8s
}

.btn2:hover::before {
  left: 150%
}

.hero-video-box {
  position: relative;
  z-index: 3;
  padding: 14px;
  border-radius: 26px;
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(214, 166, 66, .45);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .45);
  backdrop-filter: blur(12px);
  height: 365px;
  margin-bottom: 25px
}

.hero-video-box .ratio {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
 border: 1px solid rgba(255, 255, 255, .08);
}

.hero-video-box iframe {
  border: 0;
  width: 100%;
  height: 100%
}

.video-badge {
  position: absolute;
  top: -18px;
  left: 28px;
  z-index: 2;
  background: linear-gradient(135deg, #d6a642, #f3d27a);
  color: #111;
  padding: 9px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35)
}

.video-badge i {
  margin-right: 6px
}

.countdown {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center
}

.countdown .date {
  min-width: 90px;
  text-align: center;
  padding: 10px;
  border-radius: 16px;
  background: rgba(0, 0, 0, .45);
  border: 1px solid rgba(214, 166, 66, .4);
  backdrop-filter: blur(10px);
  position: relative
}

.countdown .date:after {
  content: ":";
  font-size: 48px;
  position: absolute;
  right: -18px;
  top: 10px;
  line-height: 100%;
  width: 15px;
  color: #fff;
  font-weight: 400
}

.countdown .date:last-child:after {
  content: none
}

.countdown .time {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #d6a642;
  line-height: 1;
  margin-bottom: 0
}

.countdown .date span:last-child {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px
}

.glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .04));
  border: 1px solid rgb(255 215 120 / 18%);
  backdrop-filter: blur(18px);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35)
}

.stat {
  padding: 20px;
  border-right: 1px solid rgb(255 215 120 / 18%)
}

.stat b {
  font-size: 34px;
  color: #ffe08a;
  display: block
}

.stat span {
  color: #fff;
  font-weight: 700
}

.section {
  float: left;
  width: 100%;
  padding: 60px 0;
  position: relative
}

.section-title {
  font-size: 36px;
  line-height: 1.04;
  margin: 16px 0;
  color: #fff;
  overflow: hidden
}

.text-effect.white {
  color: #fff
}

.section-sub {
  color: #cfc6a8;
  font-size: 18px;
  max-width: 760px
}

.section-sub p {
  color: #cfc6a8;
  font-size: 18px
}

.premium-card>* {
  position: relative
}

.premium-card {
  height: 100%;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
  border: 1px solid rgb(255 215 120 / 18%);
  transition: .35s;
  position: relative;
  overflow: hidden
}

.premiumTitle {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  font-size: 22px
}

.premium-card p {
  color: #cfc6a8
}

.premium-card:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 221, 123, .55);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .35)
}

.premium-card:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(circle at top right, rgba(215, 168, 63, .22), transparent 34%);
  opacity: 0;
  transition: .35s
}

.premium-card:hover:before {
  opacity: 1
}

.icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f8e49d, #b47a1a);
  color: #100c05;
  font-size: 26px;
  margin-bottom: 20px
}

.icon svg {
  width: 30px;
  height: 30px
}

.beSmallTitle {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 16px;
  background: rgba(244, 182, 77, .1);
  color: #f4b64d;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase
}

.participateSec {
  float: left;
  width: 100%;
  position: relative;
  padding: 70px 0;
  background: radial-gradient(circle at 12% 18%, rgba(214, 166, 66, .18), transparent 30%), radial-gradient(circle at 90% 80%, rgba(214, 166, 66, .1), transparent 30%), linear-gradient(180deg, #060606 0, #100d08 55%, #050505 100%);
  background: #000;
  background: linear-gradient(135deg, rgba(215, 168, 63, .09), rgba(255, 255, 255, .025)), url('../images/background-4.webp') center/cover fixed
}

.participateSec:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(214, 166, 66, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(214, 166, 66, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  background: #000;
  opacity: .8;
  pointer-events: none
}

.participateSec .container {
  position: relative;
  z-index: 2
}

.participateWrap {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 42px;
  align-items: flex-start
}

.participateIntro {
  position: sticky;
  top: 110px;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(214, 166, 66, .3);
  box-shadow: 0 30px 85px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px)
}

.participateTag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(214, 166, 66, .16);
  border: 1px solid rgba(214, 166, 66, .35);
  color: #f4ce72;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px
}

.participateIntro h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 36px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -1.3px
}

.participateIntro p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.7
}

.participateMiniStats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 26px
}

.participateMiniStats div {
  padding: 18px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(214, 166, 66, .22)
}

.participateMiniStats strong {
  display: block;
  color: #f4ce72;
  font-size: 28px;
  font-weight: 900;
  line-height: 1
}

.participateMiniStats span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700
}

.participateIntro .btn1 {
  width: 100%;
  justify-content: center
}

.participateContent {
  display: grid;
  gap: 26px
}

.participateBlockHead {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px
}

.participateBlockHead span {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4ce72, #b47a1a);
  color: #1b1307;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 15px 40px rgba(214, 166, 66, .22)
}

.participateBlockHead h3 {
  margin: 0;
  color: #f4b64d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2
}

.categoryPills,
.industryCloud {
  list-style: none;
  margin: 20px 0 8px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px
}

.categoryPills span,
.industryCloud span {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease
}

.categoryPills span:before {
  content: "🏆";
  margin-right: 8px;
  font-size: 14px
}

.industryCloud span:before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4ce72, #b47a1a);
  color: #1b1307;
  font-size: 10px;
  font-weight: 900
}

@media (max-width:991px) {
  .participateSec {
    padding: 70px 0
  }

  .participateWrap {
    grid-template-columns: 1fr
  }

  .participateIntro {
    position: relative;
    top: auto
  }
}

@media (max-width:575px) {
  .participateSec {
    padding: 50px 0
  }

  .participateBlock,
  .participateIntro {
    padding: 22px 5px;
    border-radius: 24px
  }

  .participateIntro h2 {
    font-size: 34px
  }

  .participateBlockHead {
    align-items: flex-start
  }

  .participateBlockHead h3 {
    font-size: 22px
  }

  .categoryPills span,
  .industryCloud span {
    width: 100%;
    border-radius: 14px;
    min-height: 42px
  }

  .categoryPills,
  .industryCloud {
    grid-template-columns: 1fr;
    gap: 0
  }
}

.investBiharSec {
  float: left;
  width: 100%;
  position: relative;
  padding: 70px 0;
  background: linear-gradient(135deg, rgba(215, 168, 63, .09), rgba(255, 255, 255, .025)), url('../images/background-2.webp') center/cover fixed
}

.investBiharSec:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, .95) 0, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .1) 100%);
  z-index: 0
}

.investBiharWrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 45px
}

.investBiharTag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(215, 168, 63, .13);
  border: 1px solid rgba(215, 168, 63, .35);
  color: #f4ce72;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase
}

.investBiharTitle {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.06;
  font-weight: 800;
  color: #fff
}

.investBiharTitle span {
  background: linear-gradient(135deg, #fff7d1 0, #f4ce72 45%, #b47a1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.investBiharText {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .86)
}

.investBiharContent .investBiharTitle_2 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  display: block
}

.investBiharContent ul {
  list-style: none;
  margin: 20px 0 8px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px
}

.investBiharContent ul li {
  position: relative;
  padding-left: 34px;
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
  color: #fff
}

.investBiharContent ul li:before {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z"/></svg>');
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4b64d;
  border-radius: 5px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .18)
}

@media (max-width:767px) {
  .investBiharContent ul {
    grid-template-columns: 1fr
  }
}

.investPolicyList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px
}

.investPolicyList span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(215, 168, 63, .2);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 700
}

.investCtaBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045));
  border: 1px solid rgba(215, 168, 63, .28);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .25);
  backdrop-filter: blur(16px)
}

.investCtaBox h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal
}

.investCtaBox p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.55
}

.buttons {
  display: flex;
  gap: 5px
}

.buttons .btn1,
.buttons .btn2 {
  padding: 10px 15px;
  font-size: 14px;
  gap: 8px
}

.buttons .btn1 svg {
  width: 25px;
  height: 25px
}

.investBiharVisual {
  position: sticky;
  top: 90px;
  align-self: flex-start;
  padding: 15px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .045));
  border: 1px solid rgba(215, 168, 63, .3);
  box-shadow: 0 38px 100px rgba(0, 0, 0, .42);
  backdrop-filter: blur(18px)
}

.biharImageSwiper {
  width: 100%;
  max-width: max-content;
  border-radius: 34px;
  overflow: hidden
}

.biharImageSwiper .swiper-slide {
  height: auto
}

.biharImageSwiper .investImageCard {
  margin: 0
}

.biharImageSwiper .investImageCard img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block
}

.biharSliderDots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px !important;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 8px
}

.biharSliderDots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, .55);
  opacity: 1
}

.biharSliderDots .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d6a642, #f4d27a)
}

.investImageCard img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  border-radius: 26px
}

.investImageOverlay {
  margin-top: 15px;
  padding-bottom: 25px
}

.investImageOverlay .investImageOverlayTitle {
  margin: 0;
  color: #f4b64d;
  font-size: 24px;
  font-weight: 700;
  line-height: normal
}

.investImageOverlay p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 14px
}

.investFloatCard {
  position: absolute;
  z-index: 5;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(18, 18, 18, .78);
  border: 1px solid rgba(215, 168, 63, .35);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .35);
  backdrop-filter: blur(14px)
}

.investFloatCard strong {
  display: block;
  margin-bottom: 0;
  color: #f4b64d;
  font-size: 16px;
  font-weight: 600
}

.investFloatCard span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 600
}

.investFloatOne {
  left: -60px;
  top: 12%
}

.investFloatTwo {
  right: -60px;
  top: 30%
}

.investFloatThree {
  right: 25px;
  bottom: 80px
}

@media (max-width:991px) {
  .investBiharSec {
    padding: 70px 0;
  }

  .investBiharWrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px
  }

  .investFloatCard {
    display: none
  }
}

@media (max-width:767px) {

  .investHighlightGrid,
  .investStats {
    grid-template-columns: repeat(2, 1fr)
  }

  .investCtaBox {
    flex-direction: column;
    align-items: flex-start
  }

  .investBtn {
    width: 100%
  }
}

@media (max-width:575px) {
  .investBiharSec {
    padding: 52px 0
  }

  .investBiharTitle {
    letter-spacing: -1px
  }

  .investBiharText {
    font-size: 15px
  }

  .investHighlightCard {
    padding: 18px
  }

  .investImageCard {
    padding: 10px;
    border-radius: 24px
  }

  .investImageOverlay {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 16px
  }

  .investImageOverlay h3 {
    font-size: 19px
  }
}

.why-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px
}

.why-stats>div {
  min-width: 160px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(214, 166, 66, .25);
  backdrop-filter: blur(10px);
  transition: all .3s ease;
  position: relative;
  overflow: hidden
}

.why-stats>div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(214, 166, 66, .8), transparent)
}

.why-stats>div:hover {
  transform: translateY(-5px);
  border-color: rgba(214, 166, 66, .6);
  box-shadow: 0 15px 40px rgba(214, 166, 66, .15)
}

.why-stats h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #d6a642
}

.why-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px
}

.glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035));
  border: 1px solid rgb(215 168 63 / 24%);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
  transition: .35s
}

.text-gold {
  color: #fff0b1
}

.glass:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 240, 177, .55);
  box-shadow: 0 26px 80px rgba(215, 168, 63, .13)
}

.biharPolicyFaqSec {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0
}

.biharPolicyFaqSec:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(214, 166, 66, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(214, 166, 66, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .35;
  pointer-events: none
}

.biharPolicyFaqSec .container {
  position: relative;
  z-index: 2
}

.policyFaqWrap {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  margin-top: 42px;
  align-items: flex-start
}

.policyFaqIntro {
  position: sticky;
  top: 110px;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035));
  border: 1px solid rgba(214, 166, 66, .3);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 85px rgba(0, 0, 0, .32)
}

.policyFaqIntro>span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(214, 166, 66, .14);
  border: 1px solid rgba(214, 166, 66, .35);
  color: #f4ce72;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase
}

.policyFaqIntro .policyFaqIntroTitle {
  margin: 0 0 14px;
  color: #fff;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 700
}

.policyFaqIntro p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.7
}

.policyQuickStats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px
}

.policyQuickStats div {
  padding: 16px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(214, 166, 66, .2)
}

.policyQuickStats strong {
  display: block;
  color: #f4ce72;
  font-size: 23px;
  line-height: 1;
  font-weight: 900
}

.policyQuickStats span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700
}

.policyFaqIntro .btn1 {
  width: 100%;
  justify-content: center
}

.policyFaqList {
  display: grid;
  gap: 14px
}

.policyFaqItem {
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .025));
  border: 1px solid rgba(214, 166, 66, .24);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .24);
  overflow: hidden
}

.policyFaqQuestion {
  width: 100%;
  padding: 12px 15px;
  border: 0;
  background: 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  cursor: pointer
}

.policyFaqQuestion span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4ce72, #b47a1a);
  color: #1b1307;
  font-size: 15px;
  font-weight: 600
}

.policyFaqQuestion strong {
  flex: 1;
  color: #f4b64d;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700
}

.policyFaqQuestion:after {
  content: "+";
  color: #f4ce72;
  font-size: 26px;
  line-height: 1;
  font-weight: 500
}

.policyFaqItem.active .policyFaqQuestion:after {
  content: "−"
}

.policyFaqAnswer {
  display: none;
  padding: 20px;
  border-top: 1px solid rgba(214, 166, 66, .18)
}

.policyFaqItem.active .policyFaqAnswer {
  display: block
}

.policyFaqAnswer p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.65
}

.policyFaqAnswer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px
}

.policyFaqAnswer ul li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.45
}

.policyFaqAnswer ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4ce72, #b47a1a);
  color: #1b1307;
  font-size: 10px;
  font-weight: 900
}

.policyObjective {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(214, 166, 66, .18);
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.55
}

.policyObjective strong {
  color: #f4ce72
}

@media (max-width:991px) {
  .policyFaqWrap {
    grid-template-columns: 1fr
  }

  .policyFaqIntro {
    position: relative;
    top: auto
  }
}

@media (max-width:575px) {
  .biharPolicyFaqSec {
    padding: 52px 0
  }

  .policyFaqIntro {
    padding: 22px;
    border-radius: 24px
  }

  .policyFaqIntro h3 {
    font-size: 28px
  }

  .policyFaqQuestion {
    padding: 16px;
    gap: 12px
  }

  .policyFaqQuestion strong {
    font-size: 16px
  }

  .policyFaqAnswer {
    padding: 0 16px 18px 16px
  }

  .policyFaqAnswer ul {
    grid-template-columns: 1fr
  }
}

.objective-orbit {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: radial-gradient(circle at center, rgba(214, 166, 66, .16), transparent 38%), linear-gradient(135deg, #050505, #101010);
  overflow: hidden
}

.objective-orbit h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin: 12px 0
}

.objective-orbit p {
  color: rgba(255, 255, 255, .68);
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px
}

.orbit-wrap {
  position: relative;
  max-width: 920px;
  min-height: 560px;
  margin: 55px auto 0
}

.orbit-wrap:after,
.orbit-wrap:before {
  content: "";
  position: absolute;
  inset: 55px 120px;
  border: 1px solid rgba(214, 166, 66, .22);
  border-radius: 50%
}

.orbit-wrap:after {
  inset: 110px 230px;
  border-color: rgba(255, 255, 255, .08)
}

.orbit-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 200px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 210, 122, .28), rgba(214, 166, 66, .08) 55%, rgba(0, 0, 0, .75));
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(214, 166, 66, .45);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 80px rgba(214, 166, 66, .18);
  z-index: 2
}

.orbit-center span {
  font-size: 15px;
  color: #d6a642;
  text-transform: uppercase;
  letter-spacing: 2px
}

.orbit-center strong {
  font-size: 46px;
  line-height: 1;
  color: #fff
}

.orbit-center small {
  color: rgba(255, 255, 255, .65);
  margin-top: 8px
}

.orbit-item {
  position: absolute;
  width: 170px;
  min-height: 118px;
  text-align: center;
  color: #fff
}

.orbit-item .icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 15px 40px rgba(214, 166, 66, .22)
}

.orbit-item h4 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  line-height: 1.35;
  color: #fff
}

.item-1 {
  left: 50%;
  top: 25px;
  transform: translateX(-50%)
}

.item-2 {
  right: 88px;
  top: 115px
}

.item-3 {
  right: 65px;
  bottom: 115px
}

.item-4 {
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%)
}

.item-5 {
  left: 40px;
  bottom: 115px
}

.item-6 {
  left: 88px;
  top: 115px
}

.participateSection {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: #000 url(../images/background-3.webp) no-repeat center center;
  background-size: cover;
  overflow: hidden
}

.participateSection::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .92), rgba(0, 0, 0, .7), rgba(0, 0, 0, .92))
}

.participateSection::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(214, 166, 66, .08);
  filter: blur(120px)
}

.participateSection .container {
  position: relative;
  z-index: 2
}

.eyebrow {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(90deg, rgba(0, 222, 225, .3) 0, rgba(0, 10, 10, .3) 100%);
  background: linear-gradient(135deg, #f8e49d, #c78c22);
  display: inline-block;
  color: #000;
  padding: 6px 38px 6px;
  border-radius: 4px;
  position: relative;
  margin: 0 0 10px
}

.eyebrow:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 10%;
  top: 16px;
  background: #000;
  border-radius: 50%;
  z-index: 99
}

.eyebrow:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 10%;
  top: 17px;
  background: #000;
  border-radius: 50%
}

.titleSection {
  display: block;
  text-align: center;
  margin-bottom: 35px
}

.participateTitle {
  font-size: 32px;
  line-height: 1.04;
  margin: 0 0 15px;
  color: #fff;
  text-align: center
}

.titleSection p {
  font-size: 16px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto
}

.participation-card {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgb(214 164 65 / 26%);
  background: rgba(255, 255, 255, .04);
  height: 100%;
  transition: .28s
}

.participation-card:hover {
  background: linear-gradient(180deg, rgba(214, 164, 65, .15), rgba(255, 255, 255, .035));
  transform: translateY(-7px)
}

.participation-card .participationTitle {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px
}

.icon-gold {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255, 221, 132, .18), rgba(214, 164, 65, .06));
  border: 1px solid rgb(214 164 65 / 26%);
  color: #ffdd84;
  font-size: 1.55rem
}

.icon-gold svg {
  width: 30px;
  height: 30px
}

.participation-card .participationTitle {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px
}

.participation-card .participationTitle2 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px
}

.participation-card p {
  color: #cfc5b3;
  font-size: 16px;
  text-align: left
}

.participation-card ul {
  padding-left: 18px;
  color: #cfc5b3;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 1rem
}

.participation-card ul li {
  list-style: disc
}

.participation-card .btn2 {
  width: 100%;
  background: 0 0;
  border: 1px solid rgb(214 164 65 / 26%);
  border-radius: 12px;
  text-align: center;
  justify-content: center
}

.awardCategoriesSection {
  float: left;
  width: 100%;
  padding: 60px 0;
  position: relative;
  background: radial-gradient(circle at 20% 20%, rgba(214, 166, 66, .13), transparent 35%), linear-gradient(135deg, #050505, #111)
}

.award-category-wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 55px
}

.award-visual {
  position: relative;
  border-radius: 32px;
  padding: 14px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(214, 166, 66, .35);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
  overflow: hidden
}

.award-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  transition: .5s ease
}

.local-video-box video {
  width: 100%;
  aspect-ratio: 9/14;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  object-position: center
}

.award-visual:after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, .82), transparent 55%)
}

.visual-tag {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111;
  padding: 9px 16px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 13px
}

.visual-content {
  position: absolute;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, .95), transparent);
  padding: 10px 20px 10px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  text-align: center;
  line-height: normal;
  border-radius: 0 0 24px 24px
}

.visual-content .visualTitle {
  color: #f4b64d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal
}

.visual-content p {
  color: rgba(255, 255, 255, .78);
  margin: 0
}

.award-content .beTitle {
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 18px
}

.award-content .beTitle span {
  color: #f4b64d
}

.award-content p {
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  max-width: 100%;
  text-align: left
}

.award-content ul {
  list-style: none;
  margin: 20px 0 8px;
  padding: 0;
  display: grid;
  gap: 10px
}

.award-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
  font-size: 16px;
  color: #fff;
  line-height: 1.35;
  position: relative;
  padding-left: 30px
}

.award-content ul li:before {
  position: absolute;
  left: 0;
  background: #f4b64d;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
  padding: 5px;
  border-radius: 4px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z"/></svg>');
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px
}

.category-tags ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 25px;
  padding-left: 18px;
  margin: 0
}

.category-tags ul li {
  list-style: disc;
  color: #fff;
  line-height: 1.6
}

.category-tags span {
  color: #fff;
  padding: 10px 17px;
  border-radius: 50px;
  border: 1px solid rgba(214, 166, 66, .32);
  background: rgba(255, 255, 255, .055);
  font-size: 14px;
  transition: .3s ease
}

.category-tags span:hover {
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111;
  transform: translateY(-3px)
}

.beBiharSec {
  float: left;
  width: 100%;
  position: relative;
  padding: 95px 0;
  background: radial-gradient(circle at 8% 12%, rgba(210, 34, 45, .1), transparent 32%), radial-gradient(circle at 92% 80%, rgba(17, 24, 39, .08), transparent 34%), linear-gradient(135deg, #fff8f2 0, #f7f8fc 48%, #fff 100%);
  overflow: hidden
}

.beBiharSec::before {
  content: "BIHAR";
  position: absolute;
  right: -20px;
  bottom: -35px;
  font-size: 170px;
  line-height: 1;
  font-weight: 900;
  color: rgba(17, 24, 39, .035);
  letter-spacing: 8px;
  pointer-events: none
}

.beBiharWrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 55px;
  align-items: center;
  z-index: 1
}

.beBiharTag {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 8px 16px;
  background: rgba(210, 34, 45, .1);
  color: #c51f2b;
  border: 1px solid rgba(210, 34, 45, .14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px
}

.beBiharTitle {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  color: #111827;
  letter-spacing: -1.6px
}

.beBiharTitle span {
  display: block;
  color: #d2222d
}

.beBiharIntro {
  margin: 0 0 26px;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.75;
  color: #4b5563
}

.beBiharStats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 26px
}

.beBiharStats div {
  padding: 18px 14px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(17, 24, 39, .07);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .06)
}

.beBiharStats strong {
  display: block;
  font-size: 25px;
  line-height: 1;
  color: #d2222d;
  font-weight: 900
}

.beBiharStats span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #555
}

.bePolicyGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 22px
}

.bePolicyCard {
  position: relative;
  padding: 22px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(17, 24, 39, .07);
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .07);
  transition: all .3s ease
}

.bePolicyCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .1)
}

.bePolicyCard i {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(210, 34, 45, .1);
  border-radius: 14px;
  font-style: normal;
  font-size: 23px
}

.bePolicyCard h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  color: #111827
}

.bePolicyCard p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #5b6472
}

.bePolicyList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px
}

.bePolicyList span {
  padding: 10px 14px;
  background: #fff;
  color: #252525;
  border: 1px solid rgba(210, 34, 45, .12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .05)
}

.beBiharCtaBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
  background: linear-gradient(135deg, #111827, #2b1013);
  border-radius: 24px;
  box-shadow: 0 25px 70px rgba(17, 24, 39, .18)
}

.beBiharCtaBox h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 21px;
  font-weight: 900
}

.beBiharCtaBox p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.6
}

.beBiharBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 0 24px;
  background: linear-gradient(135deg, #e02b36, #a90f18);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(210, 34, 45, .35);
  transition: all .3s ease
}

.beBiharBtn:hover {
  color: #fff;
  transform: translateY(-3px)
}

.beBiharVisual {
  position: relative
}

.beBiharImageCard {
  position: relative;
  padding: 14px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 32px;
  box-shadow: 0 35px 90px rgba(20, 20, 40, .15);
  overflow: hidden
}

.beBiharImageCard img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 24px
}

.beVisualInfo {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  padding: 22px;
  color: #fff;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .72));
  backdrop-filter: blur(10px)
}

.beVisualInfo strong {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 900
}

.beVisualInfo span {
  font-size: 14px;
  color: rgba(255, 255, 255, .85)
}

.beBiharFloat {
  position: absolute;
  z-index: 3;
  padding: 14px 18px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .15);
  backdrop-filter: blur(12px)
}

.beBiharFloat strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
  font-size: 15px;
  font-weight: 900
}

.beBiharFloat span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: 700
}

.beBiharFloatOne {
  top: 12%;
  left: -28px
}

.beBiharFloatTwo {
  top: 45%;
  right: -28px
}

.beBiharFloatThree {
  left: 28px;
  bottom: 15%
}

@media (max-width:991px) {
  .beBiharSec {
    padding: 65px 0
  }

  .beBiharWrap {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .beBiharStats {
    grid-template-columns: repeat(2, 1fr)
  }

  .beBiharImageCard img {
    min-height: 380px
  }

  .beBiharFloat {
    display: none
  }
}

@media (max-width:575px) {
  .beBiharSec {
    padding: 48px 0
  }

  .beBiharSec::before {
    font-size: 90px;
    right: -10px
  }

  .beBiharTitle {
    letter-spacing: -1px
  }

  .beBiharIntro {
    font-size: 15px
  }

  .bePolicyGrid {
    grid-template-columns: 1fr
  }

  .beBiharCtaBox {
    flex-direction: column;
    align-items: flex-start
  }

  .beBiharBtn {
    width: 100%
  }

  .beBiharImageCard {
    padding: 9px;
    border-radius: 24px
  }

  .beBiharImageCard img {
    min-height: 280px;
    border-radius: 18px
  }

  .beVisualInfo {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px
  }

  .beVisualInfo strong {
    font-size: 19px
  }
}

.whyParticipateSection {
  float: left;
  width: 100%;
  padding: 70px 0
}

.titleSection_2 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 45px;
  text-align: center
}

.titleSection_2 span {
  color: #d6a642;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 13px
}

.titleSection_2 .title_2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 12px 0;
  line-height: normal
}

.titleSection_2 p {
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.7
}

.audienceBox {
  border: 1px solid rgba(214, 166, 66, .28);
  border-radius: 34px;
  background: rgba(255, 255, 255, .045);
  padding: 28px;
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35)
}

.audienceTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px
}

.audienceTabs button {
  border: 1px solid rgba(214, 166, 66, .28);
  background: rgba(0, 0, 0, .35);
  color: #fff;
  border-radius: 50px;
  padding: 12px 22px;
  font-weight: 600;
  transition: .3s
}

.audienceTabs button.active,
.audienceTabs button:hover {
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111
}

.audienceContent {
  display: none
}

.audienceContent.active {
  display: block
}

.audienceIntro {
  max-width: 100%;
  margin-bottom: 30px
}

.audienceIntro span {
  color: #d6a642;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px
}

.audienceIntro h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px
}

.benefitGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.benefitGrid>div {
  padding: 24px;
  border-radius: 24px;
  background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(214, 166, 66, .18);
  transition: .3s
}

.benefitGrid>div:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 166, 66, .55);
  box-shadow: 0 18px 45px rgba(214, 166, 66, .1)
}

.benefitGrid svg {
  color: #f4d27a;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  display: block
}

.benefitGrid .benefitGridTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px
}

.benefitGrid p {
  color: rgba(255, 255, 255, .66);
  margin: 0;
  line-height: 1.6;
  font-size: 14px
}

.speakersSection {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: radial-gradient(circle at 20% 20%, rgba(214, 166, 66, .16), transparent 34%), linear-gradient(135deg, #050505, #101010);
  background: #000
}

.speakersWrap {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
  align-items: stretch
}

.chiefGuestCard {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  border-radius: 34px;
  border: 1px solid rgba(214, 166, 66, .35);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
  background: rgba(5, 5, 5, .1);
  backdrop-filter: blur(14px);
}

.chiefImg {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  /* background: linear-gradient(135deg, rgba(248, 228, 157, .08), transparent) */
}

.chiefImg::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 228, 157, .35), transparent 70%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.chiefImg img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(248, 228, 157, .25)
}

.chiefContent {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.chiefContent span {
  color: #d6a642;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 13px
}

.chiefContent h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 12px 0;
  line-height: normal
}

.chiefContent p {
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  line-height: 1.7
}

.guestHighlights {
  margin: 15px 0 0;
  padding: 0;
  list-style: none
}

.guestHighlights li {
  display: block;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400
}

.guestHighlights li strong {
  color: #e7aa45
}

.guestHighlights li i {
  color: #e7aa45;
  font-size: 18px;
  width: 20px
}

.guestHighlights li svg {
  width: 20px;
  height: 20px
}

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

.speakerMini {
  padding: 26px;
  border-radius: 26px;
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(214, 166, 66, .22);
  transition: .3s;
  backdrop-filter: blur(5px);
}

.speakerMini:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 166, 66, .6)
}

.speakerMini svg {
  color: #f4d27a;
  width: 35px;
  height: 35px;
  margin-bottom: 18px;
  display: block
}

.speakerMini .speakerMiniTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 15px
}

.speakerMini p {
  color: rgba(255, 255, 255, .65);
  margin: 0
}

.comingSoon {
  margin-top: 35px;
  text-align: center
}

.gold-btn {
  display: inline-flex;
  width: max-content;
  min-height: 48px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111;
  font-weight: 800;
  text-decoration: none;
  margin-top: 15px
}

.eventScheduleSection {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0;
  background: radial-gradient(circle at 15% 20%, rgba(214, 166, 66, .14), transparent 35%), radial-gradient(circle at 85% 85%, rgba(214, 166, 66, .08), transparent 32%), linear-gradient(135deg, #050505, #0d0d0d);
  overflow: hidden
}

.eventScheduleSection:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: .45;
  pointer-events: none
}

.eventScheduleSection .container {
  position: relative;
  z-index: 2
}

.eventTimeline {
  position: relative;
  max-width: 980px;
  margin: 60px auto 0
}

.eventTimeline:before {
  content: "";
  position: absolute;
  left: 170px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(214, 166, 66, .95), transparent)
}

.timelineItem {
  position: relative;
  display: grid;
  grid-template-columns: 135px 70px 1fr;
  align-items: start;
  margin-bottom: 28px
}

.timelineTime {
  color: #f4d27a;
  font-size: 18px;
  font-weight: 900;
  text-align: right;
  padding-top: 35px;
  white-space: nowrap
}

.timelineDot {
  position: relative;
  width: 70px;
  height: 70px
}

.timelineDot:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 28px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d6a642;
  box-shadow: 0 0 0 9px rgba(214, 166, 66, .14), 0 0 35px rgba(214, 166, 66, .85);
  z-index: 2
}

.timelineDot:after {
  content: "";
  position: absolute;
  top: 32px;
  left: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(214, 166, 66, .55);
  animation: pulseDot 1.8s infinite
}

@keyframes pulseDot {
  0% {
    transform: scale(.7);
    opacity: 1
  }

  100% {
    transform: scale(1.8);
    opacity: 0
  }
}

.timelineContent {
  position: relative;
  min-height: 150px;
  padding: 28px 32px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
  border: 1px solid rgba(214, 166, 66, .28);
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
  overflow: hidden;
  transition: .35s ease
}

.timelineContent:before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 160px;
  height: 160px;
  background: rgba(214, 166, 66, .13);
  filter: blur(35px);
  border-radius: 50%
}

.timelineContent:hover {
  transform: translateX(8px);
  border-color: rgba(244, 210, 122, .75);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .45), 0 0 40px rgba(214, 166, 66, .1)
}

.timelineContent span {
  position: absolute;
  right: 24px;
  top: 18px;
  color: rgba(255, 255, 255, .055);
  font-size: 64px;
  line-height: 1;
  font-weight: 900
}

.timelineContent .timelineItemTitle svg {
  color: #f4d27a;
  width: 35px;
  height: 35px;
  display: block
}

.timelineContent .timelineItemTitle {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px
}

.timelineContent p {
  color: rgba(255, 255, 255, .66);
  line-height: 1.65;
  margin: 0;
  max-width: 620px
}

@media(max-width:767px) {
  .eventScheduleSection {
    padding: 65px 0
  }

  .eventTimeline {
    margin-top: 40px
  }

  .eventTimeline:before {
    left: 25px
  }

  .timelineItem {
    display: block;
    padding-left: 60px;
    margin-bottom: 24px
  }

  .timelineTime {
    text-align: left;
    padding-top: 0;
    margin-bottom: 8px;
    font-size: 15px
  }

  .timelineDot {
    position: absolute;
    left: 0;
    top: 22px
  }

  .timelineDot:before {
    left: 18px
  }

  .timelineDot:after {
    left: 12px
  }

  .timelineContent {
    padding: 24px;
    border-radius: 22px
  }

  .timelineContent h3 {
    font-size: 23px
  }

  .timelineContent span {
    font-size: 48px
  }
}

.brandEmpowerSection {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0
}

.brandEmpowerSection:after {
  content: "BRAND EMPOWER";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 120px;
  font-weight: 900;
  color: rgba(255, 255, 255, .01);
  pointer-events: none
}

.achievementGrid {
  padding: 35px 30px;
  border-radius: 30px;
  border: 1px solid rgb(214 164 65 / 26%);
  background: rgba(255, 255, 255, .04);
  height: 100%;
  transition: .28s;
  text-align: center
}

.achievementGrid:hover {
  background: linear-gradient(180deg, rgba(214, 164, 65, .15), rgba(255, 255, 255, .035));
  transform: translateY(-7px)
}

.achievementGrid .achievementGridTitle {
  font-size: 32px;
  color: #f4b64d;
  font-weight: 700;
  transition: .5s;
  margin: 0 0 10px
}

.achievementGrid p {
  color: #fff;
  margin: 0;
  white-space: break-spaces;
}

.mediaPartnerSection {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0;
  background: 0 0;
  overflow: hidden
}

.mediaPartnerSwiper {
  margin-top: 45px;
  overflow: hidden;
  padding-top: 15px
}

.mediaPartnerSwiper .swiper-wrapper {
  transition-timing-function: linear !important
}

.partnerTypeBox {
  min-height: 120px;
  padding: 24px 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
  border: 1px solid rgba(214, 166, 66, .28);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  transition: .35s ease;
  color: #fff;
  margin-bottom: 20px
}

.partnerTypeBox:hover {
  transform: translateY(-7px);
  border-color: rgba(244, 210, 122, .75);
  box-shadow: 0 10px 20px rgba(214, 166, 66, .14)
}

.partnerIcon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 26px
}

.partnerTypeBox h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800
}

.gallerySection {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0;
  background: #000
}

.galleryGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 170px;
  grid-auto-flow: dense;
  gap: 18px
}

.galleryItem {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #111;
  border: 1px solid rgba(231, 170, 69, .35)
}

.galleryItem.large {
  grid-column: span 2;
  grid-row: span 2
}

.galleryItem.tall {
  grid-row: span 2
}

.galleryItem.wide {
  grid-column: span 2
}

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

.galleryItem:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .08));
  z-index: 1
}

.galleryOverlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2
}

.galleryOverlay span {
  color: #fff;
  font-size: 16px;
  font-weight: 600
}

@media (max-width:1199px) {
  .galleryGrid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 160px;
    gap: 16px
  }

  .galleryItem.large {
    grid-column: span 2;
    grid-row: span 2
  }

  .galleryItem.wide {
    grid-column: span 2
  }
}

@media (max-width:767px) {
  .gallerySection {
    padding: 45px 0
  }

  .galleryGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 145px;
    gap: 12px
  }

  .galleryItem {
    border-radius: 14px
  }

  .galleryItem.large,
  .galleryItem.tall,
  .galleryItem.wide {
    grid-column: span 1;
    grid-row: span 1
  }

  .galleryOverlay {
    left: 12px;
    right: 12px;
    bottom: 12px
  }

  .galleryOverlay span {
    font-size: 13px
  }
}

@media (max-width:480px) {
  .galleryGrid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px
  }

  .galleryItem.large,
  .galleryItem.tall,
  .galleryItem.wide {
    grid-column: span 1;
    grid-row: span 1
  }
}

.testimonial-section {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0;
  overflow: hidden
}

.testi-active {
  padding: 25px 15px 40px
}

.testimonial-single-box {
  min-height: 360px;
  border-radius: 28px;
  padding: 32px 28px;
  margin: 35px 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
  border: 1px solid rgba(214, 166, 66, .28);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
  transition: .45s ease
}

.testimonial-single-box:hover {
  transform: rotate(0) translateY(-8px) !important;
  border-color: rgba(244, 210, 122, .75)
}

.testimonial-single-box.box-active,
.testimonial-single-box.box-active-3,
.testimonial-single-box.box-active-5 {
  transform: rotate(-4deg)
}

.testimonial-single-box.box-active-2,
.testimonial-single-box.box-active-4,
.testimonial-single-box.box-active-6 {
  transform: rotate(4deg)
}

.testi-quote {
  display: flex;
  align-items: center;
  gap: 12px
}

.testi-quote svg {
  width: 42px;
  height: 42px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(60%) saturate(429%) hue-rotate(358deg)
}

span.quote-title {
  color: #fff;
  font-size: 20px;
  font-weight: 800
}

.testi-desc p {
  margin: 24px 0 36px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.5;
  font-size: 15px
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(214, 166, 66, .2)
}

.author-pic {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(214, 166, 66, .55);
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.author-name {
  margin: 0 0 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: normal
}

.author-designation {
  margin: 0;
  color: #d6a642;
  font-size: 14px;
  font-weight: 500;
  line-height: normal
}

.testimonialNav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px
}

.testimonialNav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(214, 166, 66, .45);
  background: rgba(255, 255, 255, .05);
  color: #f4d27a
}

.testimonialNav button:hover {
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111
}

@media(max-width:767px) {
  .testimonial-section {
    padding: 65px 0
  }

  .testimonial-single-box,
  .testimonial-single-box.box-active,
  .testimonial-single-box.box-active-2,
  .testimonial-single-box.box-active-3,
  .testimonial-single-box.box-active-4,
  .testimonial-single-box.box-active-5,
  .testimonial-single-box.box-active-6 {
    transform: none
  }

  .titleSection_2 .title_2 {
    font-size: 24px
  }
}

.testimonial-video-card {
  border-radius: 28px;
  padding: 16px;
  margin: 5px 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
  border: 1px solid rgba(214, 166, 66, .28);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
  transition: .45s ease
}

.testimonial-video-card:hover {
  transform: translateY(-8px);
  border-color: rgba(244, 210, 122, .75)
}

.testimonial-video-thumb {
  position: relative;
  display: block;
  height: 230px;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none
}

.testimonial-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .45s ease
}

.testimonial-video-thumb:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .65));
  z-index: 1
}

.videoPlayBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff2d2d, #c8102e);
  color: #fff;
  box-shadow: 0 18px 45px rgba(214, 166, 66, .35)
}

.videoPlayBtn svg {
  width: 36px;
  height: 36px
}

.testimonial-video-card:hover .testimonial-video-thumb img {
  transform: scale(1.08)
}

.testimonial-video-content {
  padding: 22px 10px 8px
}

.testimonial-video-content p {
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
  font-size: 15px
}

.faqSection {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: radial-gradient(circle at top, rgba(214, 166, 66, .12), transparent 35%), #050505;
  background: #000
}

.faqTabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 45px 0 35px
}

.faqTabs button {
  border: 1px solid rgba(214, 166, 66, .35);
  background: rgba(255, 255, 255, .05);
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  font-weight: 700;
  transition: .3s
}

.faqTabs button.active,
.faqTabs button:hover {
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111
}

.faqContent {
  display: none;
  max-width: 900px;
  margin: 0 auto
}

.faqContent.active {
  display: block
}

.faqSection .accordion-item {
  margin-bottom: 14px;
  border: 1px solid rgba(214, 166, 66, .25);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .045)
}

.accordion-header {
  font-size: 30px
}

.faqSection .accordion-button {
  background: rgba(255, 255, 255, .045);
  color: #fff;
  font-weight: 600;
  padding: 15px 24px;
  box-shadow: none;
  font-size: 20px;
  line-height: normal
}

.faqSection .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(214, 166, 66, .22), rgba(214, 166, 66, .06));
  color: #f4d27a
}

.faqSection .accordion-button:focus {
  box-shadow: none
}

.faqSection .accordion-body {
  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
  padding: 20px 24px;
  background: rgba(0, 0, 0, .25)
}

.faqSection .accordion-button::after {
  filter: invert(1)
}

@media(max-width:575px) {
  .faqSection {
    padding: 65px 0
  }

  .faqTabs button {
    flex: 1 1 calc(50% - 10px);
    padding: 10px;
    font-size: 14px
  }
}

.contactLocationSection {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0;
  background: #000;
  overflow: hidden
}

.contactLocationWrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 35px
}

.contactInfoBox {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.contactItem {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  border: 1px solid rgba(214, 166, 66, .25);
  transition: .4s
}

.contactItem:hover {
  transform: translateX(8px);
  border-color: #d6a642
}

.contactItem .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111;
  font-size: 28px;
  margin-bottom: 0
}

.contactItem .icon.whatsapp {
  background: #25d366;
  color: #fff
}

.contactItem small {
  display: block;
  color: #d6a642;
  margin-bottom: 6px;
  font-size: 18px
}

.contactItem a,
.contactItem strong {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700
}

.mapBox {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55));
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(214, 166, 66, .25);
  display: flex;
  align-items: flex-end
}

.venueImageSwiper {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(214, 166, 66, .32)
}

.venueImageSwiper .swiper-slide img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover
}

.venueSwiperNext,
.venueSwiperPrev {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, .58);
  border: 1px solid rgba(214, 166, 66, .45);
  color: #f4d27a;
  cursor: pointer;
  transform: translateY(-50%)
}

.venueSwiperPrev {
  left: 14px
}

.venueSwiperNext {
  right: 14px
}

.venueSwiperDots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px !important;
  z-index: 12;
  text-align: center
}

.venueSwiperDots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, .55);
  opacity: 1
}

.venueSwiperDots .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d6a642, #f4d27a)
}

.mapContent {
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, .95), rgba(0, 0, 0, 0))
}

.mapContent span {
  color: #d6a642;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px
}

.mapContent .mapContentTitle {
  color: #fff;
  font-size: 30px;
  margin: 10px 0 15px;
  font-weight: 800
}

.mapContent p {
  color: rgba(255, 255, 255, .75);
  max-width: 500px
}

.venueStats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px
}

.venueStats span {
  padding: 9px 14px;
  border-radius: 50px;
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(214, 166, 66, .35);
  color: #fff;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: inherit
}

.mapBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 14px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111;
  font-weight: 800;
  text-decoration: none
}

@media(max-width:991px) {
  .contactLocationWrapper {
    grid-template-columns: 1fr
  }
}

@media(max-width:767px) {
  .contactLocationSection {
    padding: 70px 0
  }

  .mapBox {
    min-height: 380px
  }

  .mapContent {
    padding: 30px
  }

  .mapContent h3 {
    font-size: 30px
  }
}

footer.main-footer {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  z-index: 1;
  margin: 0 10px 10px;
  padding: 60px 0 0;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(214, 166, 66, .16), transparent 35%), radial-gradient(circle at 90% 80%, rgba(214, 166, 66, .1), transparent 35%), linear-gradient(135deg, #050505, #0d0d0d);
  background: #000
}

footer.main-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: .45;
  z-index: -1
}

.footer-widget-content .logo img {
  max-width: 190px
}

.footer-desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding: 28px 0 35px;
  max-width: 360px
}

.footer-social-icon {
  padding: 0;
  margin: 0;
  list-style: none
}

.footer-social-icon li {
  display: inline-block;
  margin-right: 8px
}

.footer-social-icon li a {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f4d27a;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(214, 166, 66, .25);
  transition: .4s ease
}

.footer-social-icon li a:hover {
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #111;
  transform: translateY(-4px)
}

.footer-title {
  font-size: 23px;
  font-weight: 800;
  color: #fff;
  padding: 0 0 25px;
  margin: 0
}

ul.footer-contact,
ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

ul.footer-menu li {
  margin-bottom: 13px
}

ul.footer-menu li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: .3s
}

ul.footer-menu li a:hover {
  color: #d6a642;
  padding-left: 6px
}

ul.footer-contact {
  padding: 0
}

ul.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px
}

ul.footer-contact li svg {
  color: #d6a642;
  margin-top: 5px;
  min-width: 18px;
  width: 18px;
  height: 18px
}

ul.footer-contact li a {
  color: #fff;
  text-decoration: none
}

ul.footer-contact li a:hover {
  color: #d6a642
}

.footer-register-btn {
  margin-top: 18px;
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  border-radius: 50px;
  color: #111;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  box-shadow: 0 18px 45px rgba(214, 166, 66, .18)
}

.footer-register-btn:hover {
  color: #111;
  transform: translateY(-3px)
}

.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 22px 0
}

.footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: 15px
}

.footer-policy {
  display: flex;
  gap: 20px
}

.footer-policy a {
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  font-size: 15px
}

.footer-policy a:hover {
  color: #d6a642
}

@media(max-width:991px) {
  footer.main-footer {
    padding: 70px 0 0
  }

  .footer-bottom-wrap {
    flex-direction: column;
    text-align: center
  }
}

@media(max-width:767px) {
  footer.main-footer {
    border-radius: 20px 20px 0 0
  }

  .footer-widget-content {
    margin-bottom: 25px
  }

  .footer-bottom {
    margin-top: 35px
  }
}

@media(max-width:991px) {

  .chiefGuestCard,
  .speakersWrap {
    grid-template-columns: 1fr
  }

  .chiefImg img {
    height: 420px
  }
}

@media(max-width:575px) {
  .speakersSection {
    padding: 60px 0
  }

  .speakerCategories {
    grid-template-columns: 1fr
  }

  .chiefContent h3 {
    font-size: 32px
  }

  .chiefImg img {
    height: 360px
  }
}

@media(max-width:991px) {
  .benefitGrid {
    grid-template-columns: repeat(2, 1fr)
  }

  .sectionTitle h2 {
    font-size: 36px
  }

  .audienceIntro h3 {
    font-size: 28px
  }
}

@media(max-width:575px) {
  .whyParticipateSection {
    padding: 60px 0
  }

  .audienceBox {
    padding: 18px;
    border-radius: 24px
  }

  .audienceTabs {
    gap: 8px
  }

  .audienceTabs button {
    flex: 1 1 calc(50% - 8px);
    padding: 10px 12px;
    font-size: 13px
  }

  .benefitGrid {
    grid-template-columns: 1fr
  }

  .sectionTitle h2 {
    font-size: 30px
  }

  .audienceIntro h3 {
    font-size: 24px
  }
}

@media(max-width:991px) {
  .invest-conclave-wrap {
    grid-template-columns: 1fr;
    gap: 45px
  }

  .invest-content h2 {
    font-size: 44px
  }

  .invest-map-card {
    min-height: auto
  }
}

@media(max-width:575px) {
  .invest-conclave-section {
    padding: 65px 0
  }

  .invest-content h2 {
    font-size: 34px
  }

  .invest-actions a {
    width: 100%
  }

  .map-stat {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 8px;
    display: inline-block
  }

  .invest-map-card {
    display: block;
    text-align: center
  }

  .invest-map-card img {
    margin-top: 45px
  }
}

@media(max-width:991px) {
  .award-category-wrap {
    grid-template-columns: 1fr
  }

  .award-visual img {
    height: 420px
  }

  .award-content h2 {
    font-size: 36px
  }
}

@media(max-width:575px) {
  .award-category-section {
    padding: 60px 0
  }

  .award-visual img {
    height: 330px
  }

  .award-content h2 {
    font-size: 30px
  }

  .gold-btn,
  .outline-btn {
    width: 100%
  }
}

@media(max-width:767px) {
  .objective-orbit {
    padding: 60px 0
  }

  .objective-orbit h2 {
    font-size: 32px
  }

  .orbit-wrap {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 35px
  }

  .orbit-center,
  .orbit-wrap:after,
  .orbit-wrap:before {
    display: none
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6,
  .orbit-item {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 16px;
    border-bottom: 1px solid rgba(214, 166, 66, .22)
  }

  .orbit-item i {
    margin: 0;
    min-width: 56px
  }
}

@media(max-width:767px) {
  .why-stats {
    gap: 15px
  }

  .why-stats>div {
    flex: 1 1 calc(50% - 15px);
    min-width: auto;
    padding: 15px
  }

  .why-stats h4 {
    font-size: 28px
  }
}

@media(max-width:575px) {
  .why-stats>div {
    flex: 1 1 100%
  }
}

@media(max-width:991px) {
  .hero-video-box {
    margin-top: 35px
  }
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  gap: 10px;
  background: rgba(5, 5, 5, .84);
  border: 1px solid rgb(215 168 63 / 24%);
  border-radius: 999px;
  padding: 10px;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
  transition: all .3s ease
}

.sticky-cta.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 100px)
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: normal;
  border: 1px solid rgb(215 168 63 / 24%);
  color: #fff;
  background: rgba(255, 255, 255, .04);
  padding: 8px 15px;
  border-radius: 50rem
}

.sticky-cta a svg {
  width: 16px;
  height: 16px
}

.sticky-cta a.btn-gold,
.sticky-cta a:hover {
  background: linear-gradient(135deg, #fff0b1, #d7a83f 42%, #96640f);
  background: linear-gradient(135deg, #f8e49d, #c78c22);
  color: #090806;
  box-shadow: 0 15px 42px rgba(215, 168, 63, .28);
  border-radius: 50rem
}

.btn-outline-gold {
  border: 1px solid rgb(215 168 63 / 24%);
  color: #fff;
  background: rgba(255, 255, 255, .04);
  border-radius: 40px
}

.btn-outline-gold:focus,
.btn-outline-gold:hover {
  background: linear-gradient(135deg, #fff0b1, #d7a83f 42%, #96640f);
  color: #090806
}

#scroll-up {
  position: fixed;
  right: 22px;
  bottom: 90px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d6a642, #f4d27a);
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .25)
}

#scroll-up svg {
  width: 36px;
  height: 36px
}

#scroll-up.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.award-header {
  text-align: center
}

.award-header .awardTitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px
}

.award-header p {
  max-width: 900px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  color: #fff
}

.award-header p strong {
  color: #c99222
}

.title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px
}

.outer-star {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8a437
}

.outer-star svg {
  width: 30px;
  height: 30px
}

.title-badge {
  position: relative;
  gap: 18px;
  height: 40px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(180deg, #d8ad49 0, #c9922c 42%, #a96d17 100%);
  margin: 0 15px;
  min-width: 250px;
  white-space: nowrap
}

.inner-star {
  font-size: 22px;
  color: #000
}

.title-badge::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 0;
  width: 34px;
  height: 100%;
  background: inherit;
  clip-path: polygon(100% 0, 35% 0, 0 50%, 35% 100%, 100% 100%);
  border-radius: 8px 0 0 8px
}

.title-badge::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 0;
  width: 34px;
  height: 100%;
  background: inherit;
  clip-path: polygon(0 0, 65% 0, 100% 50%, 65% 100%, 0 100%);
  border-radius: 0 8px 8px 0
}

.title-badge span {
  font-size: 18px
}

.left-line {
  width: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0, rgba(201, 154, 44, .25) 20%, #d6aa46 60%, #b88119 100%)
}

.right-line {
  width: 10%;
  height: 2px;
  background: linear-gradient(270deg, transparent 0, rgba(201, 154, 44, .25) 20%, #d6aa46 60%, #b88119 100%)
}

.section-divider {
  position: relative;
  width: 100%;
  height: 28px;
  margin: 10px 0 15px
}

.section-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0, #e8c36b 12%, #c88d26 50%, #e8c36b 88%, transparent 100%);
  transform: translateY(-50%)
}

.diamond {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #f7d37d, #d29a2f);
  transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid #000
}

.award-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
  transition: .35s;
  height: 100%;
  border: 1px solid #333
}

.award-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.card-header-custom {
  background: #121212;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .35);
  backdrop-filter: blur(14px);
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  overflow: hidden
}

.card-header-custom:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -22px;
  width: 118px;
  height: 26px;
  border-radius: 40px 28px 16px 14px;
  background: #d8a437
}

.cardIcon {
  color: #d8a437;
  width: 40px;
  height: 40px
}

.cardIcon svg {
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, #ffe8a6 0, #f9d67a 18%, #efbf58 38%, #d89a2b 65%, #b97411 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .45)) drop-shadow(0 2px 2px rgba(0, 0, 0, .18))
}

.card-header-custom .cardTitle {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  z-index: 2;
  color: #fff
}

.card-body-custom {
  padding: 15px;
  position: relative;
  min-height: 260px
}

.card-body-custom ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none
}

.card-body-custom li {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #222
}

.card-body-custom li::before {
  position: absolute;
  left: 10px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f5b301' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain
}

.trophy {
  position: absolute;
  right: 18px;
  bottom: 10px;
  color: #c99222;
  opacity: .3;
  pointer-events: none
}

.trophy svg {
  width: 60px;
  height: 60px
}

.award-footer-banner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 75px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  margin-top: 10px;
  background: rgba(5, 5, 5, .5);
  border: 1px solid rgb(215 168 63 / 24%);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45)
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 5px
}

.trophy-badge {
  width: 78px;
  height: 78px;
  background: rgba(5, 5, 5, .5);
  border: 2px solid rgb(215 168 63 / 24%);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .4), 0 2px 8px rgba(0, 0, 0, .4);
  margin-left: -45px
}

.trophy-badge svg {
  width: 36px;
  height: 36px;
  color: #d8a437
}

.count-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-width: 130px
}

.count-num {
  font-size: 34px;
  font-weight: 800;
  color: #f1c467;
  line-height: 1
}

.count-label {
  font-size: 12px;
  font-weight: 600;
  color: #e2e8f0;
  margin-top: 3px
}

.footer-divider {
  width: 1px;
  height: 45px;
  background-color: #fff;
  opacity: .3;
  margin: 0 10px
}

.footer-center {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

.top-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500
}

.bottom-text {
  color: #f1c467;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .3px;
  margin-top: 2px;
  line-height: normal
}

.footer-right {
  padding-right: 3px
}

.explore-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(to right, #e2b457 0, #fbe39c 50%, #d1a141 100%);
  color: #000;
  text-decoration: none;
  padding: 12px 10px;
  font-size: 13px;
  font-weight: 600;
  min-width: 190px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  transition: all .3s ease
}

.explore-btn i {
  font-size: 14px;
  font-weight: 900
}

.explore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(241, 196, 103, .3);
  opacity: .95
}

@media (max-width:992px) {
  .award-footer-banner {
    height: auto;
    flex-direction: column;
    border-radius: 20px;
    padding: 25px;
    gap: 15px;
    text-align: center
  }

  .footer-divider {
    display: none
  }

  .footer-left {
    flex-direction: column
  }
}

.selectionProcess {
  float: left;
  width: 100%;
  margin: 0;
  padding: 70px 0;
  background: #0f0f0f;
  text-align: center;
  overflow: hidden;
}

.why_us_bx {
  box-shadow: 0 .3rem 1rem 1px rgba(0, 0, 0, .15);
  padding: 20px 25px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #222;
  border-bottom: 5px solid #d8b553;
  transition: .4s;
  background: #000;
  height: 100%
}

.why_us_bx:hover {
  transform: translateY(-10px)
}

.why_us_bx .why_ic {
  max-width: 55px;
  transition: .7s
}

.why_us_bx .why_ic svg {
  width: 55px;
  height: 55px;
  color: #d8b553
}

.why_us_bx:hover .why_ic {
  transform: rotateY(360deg)
}

.why_us_bx .why-tt {
  padding: 8px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff
}

.why_us_bx .why-tt-bx {
  position: relative;
  z-index: 1
}

.why_us_bx .whycount {
  position: absolute;
  top: 49%;
  left: 0;
  font-size: 70px;
  color: #a7a7a7;
  font-weight: 800;
  z-index: -1;
  opacity: .15;
  transform: translateY(-50%)
}

.why_us_bx p {
  color: #eee;
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400
}

.awardsVideos {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.vid-bx .testimonial-video-thumb {
  height: 300px;
  border: 1px solid rgba(214, 166, 66, .28)
}

.vid-bx .testi-author {
  border: 0;
  padding-top: 0
}

.vid-bx .author-name {
  font-weight: 500;
  min-height: 100px;
  align-content: center
}

.swiper.testiVideos {
  overflow: visible
}

.testiVideos .swiper-pagination {
  bottom: -30px
}

.swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  background: #d6a642
}

.mediaSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #000;
  background: url(https://www.industryleadersawards.org/designer/images/media_bg.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative
}

.mediaSection:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: .7
}

.mediaSection .container {
  position: relative;
  overflow: hidden
}

.newsPost {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid rgb(214 164 65 / 26%);
  background: rgba(255, 255, 255, .04);
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 15px
}

.newsPost .image {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  width: 100%
}

.newsPost .image img {
  width: 100%;
  height: auto
}

.newsPost .newsPostTitle {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  line-height: normal;
  padding: 15px;
  min-height: 110px;
  align-content: center
}

.newsPost:hover .newsPostTitle {
  color: #d6a642
}

.swiper.mediaCoverage {
  margin-bottom: 35px
}

.mediaCoverage .swiper-pagination {
  bottom: -20px
}

#youtubeFrame {
  display: none;
}

#videoPoster {
  object-fit: cover;
}

.fancybox__container {
  inset: 0 !important;
  width: 100% !important;
  height: 100dvh !important; /* fallback: 100vh */
  max-width: 100% !important;
  overflow: hidden !important;
}

.fancybox__content {
  max-width: min(95vw, 100%) !important;
  max-height: 95dvh !important;
}

.fancybox__image {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 95vh !important;
  object-fit: contain !important;
}

.whatapp_btn {
  background: #01e675;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  left: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
  width: 24px;
  height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
  background: #01e675;
  color: #fff;
}