@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

:root {
  --site-color: #ff9d00;
  --main-color: #0c0c0c;
  --color-blue: #02092d;
  --dark-blue: #090d19;
  --light-bg: #F8F9FA;
  --color-white: #fff;
  --color-text: #5d5a5a;
  --font-body: "Onest", sans-serif;
  --bg-gradient: radial-gradient(circle at top right, #0e1540 0%, #0c0e1e 100%);
  --text-grey: #a0a0a0;
  --background-image: linear-gradient(43deg, #102DC2 0%, #1732ba 46%, #FFEF6B 100%);

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  transition: all;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h3,
h5,
h4,h6 {
  font-family: var(--font-body);
}

p {
  font-family: var(--font-body);
}

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

.section-padding {
  padding: 80px 0;
}

.para_section-title {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-jose);
  width: 80%;
  margin-bottom: 30px;
  color: var(--color-white);
  padding: 15px 0;
}

.lite_span {
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

.highlight-pink {
  color: var(--color-white);
}

.bg-light {
  background: var(--light-bg);
}

.powering_section {
    background: linear-gradient(90deg, #000000 0%, #32302e 25.48%, #262115 75%, #272115 100%);
}

/* animations */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Buttons */
.btn {
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.btn-solid-blue {
  background: var(--purple);
  color: white;
}

.btn-solid-pink {
  background: var(--pink);
  color: white;
}

.btn-outline {
  border: 2px solid var(--purple);
  color: var(--purple);
}

.btn-outline-white {
  border: 2px solid white;
  color: white;
}

.btn-hero {
  background-color: transparent;
  color: white;
  padding: 18px 40px;
  font-size: 18px;
  margin-top: 40px;
}

.hero .btn-hero a {
 border: none;
    text-decoration: none;
    color: #040303;
    padding: 15px 35px;
    border-radius: 50px;
    font-family: var(--font-jose);
    transition: transform 0.35s 
ease, box-shadow 0.35s 
ease;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    font-weight: 700;
}

.hero .btn-hero a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.08);
}
/* header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
    background: linear-gradient(90deg, #252014 0%, #0a0909 25.48%, #251f14 75%, #000000 100%);
}
/* NAVBAR */
.header__navbar {
  height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
}

.header__navbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  overflow: hidden;
}
.header_icon{
  border: none;
    text-decoration: none;
    color: #040303;
    padding: 0px 0px;
    border-radius: 50px;
    font-family: var(--font-jose);
    transition: transform 0.35s 
ease, box-shadow 0.35s 
ease;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    font-weight: 700;
}
.header_icon a {
 border: none;
    text-decoration: none;
    color: #040303;
    padding: 8px 34px;
    border-radius: 50px;
    font-family: var(--font-jose);
    transition: transform 0.35s 
ease, box-shadow 0.35s 
ease;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    font-weight: 700;
    color: #000;
}

.header_icon a:hover {
  background: #C58B2B;
  font-weight: 600;
}

.header__brand {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2563eb;
}
.header__brand img{
  height: 40px;
}
.header__navbar-block {
  position: absolute;
  top: 4.25rem;
  left: 0;
  width: 80%;
  display: none;
  background-color: transparent;
}

.mobile_part {
  display: none;
}

.header__navbar-block.is-active {
  display: block;
}

/* MENU */
.header__menu {
  padding: 1rem;
  list-style: none;
  background-color: transparent;
}

.header__menu-item {
  cursor: pointer;
  color: var(--color-main);
  padding: 0;
  margin: 0;
}

.header__dropdown-inner a {
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  color: var(--color-white);
  font-family: var(--font-jose);
  transition: transform 1s ease;
}

.header__dropdown-inner a:hover {
  text-decoration: underline;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-white);
  transition: transform 1.5s ease;

}

.header__menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  color: var(--color-white);
  text-decoration: none;
  font-size: 16px;
  font-family: var(--font-jose);
  padding: 10px 5px;
}

.header__menu-link:hover {
  color: var(--site-color);
}

/* DROPDOWN */
.header__dropdown-content {
  display: none;
  background: linear-gradient(90deg, #0A0F2C, #0E1540);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header__dropdown.dropdown-show>.header__dropdown-content {
  display: block;
  height: auto;
  padding: 15px 20px;
  width: auto;
}

.header__dropdown-toggle i {
  transition: transform .3s ease;
  font-size: 13px;
  font-weight: 600;
}

.header__dropdown.dropdown-show .header__dropdown-toggle i {
  transform: rotate(180deg);
}

.header__dropdown-column {
  padding: 1rem;
}

.header__dropdown-items a {
  display: block;
  padding: 3px 0;
  color: var(--color-dark);
  font-family: var(--font-odd);
  font-size: 14px;
  font-weight: 400;
}

.header__dropdown-items a:hover {
  color: var(--color-main);
  text-decoration: underline !important;
  font-weight: 500;
}

span.text-base.font-medium {
  font-family: var(--font-paragraph);
  font-weight: 500;
  position: relative;
  margin-bottom: 5px;
}

span.text-base.font-medium::after {
  position: absolute;
  background-color: var(--color-main);
  width: auto;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 1px;
  content: '';
}

.header__dropdown-link_button {
  font-size: 14px !important;
  background-color: var(--color-lite);
  padding: 2px 6px !important;
  width: 100px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 5px;
  gap: 10px;
  font-weight: 200 !important;
  margin: 10px 0;
}

.header__dropdown-link_button i {
  font-size: 10px;
}

/* BURGER */
.header__burger {
  width: 1.5rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
}

.header__burger-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-white);
  transition: .3s;
}

.header__burger-line:nth-child(1) {
  top: 0;
}

.header__burger-line:nth-child(2) {
  top: .5rem;
  width: 70%;
}

.header__burger-line:nth-child(3) {
  top: 1rem;
}

.header__burger.is-active .header__burger-line:nth-child(1) {
  transform: rotate(45deg);
  top: .5rem;
}

.header__burger.is-active .header__burger-line:nth-child(2) {
  opacity: 0;
}

.header__burger.is-active .header__burger-line:nth-child(3) {
  transform: rotate(-45deg);
  top: .5rem;
}

/* ========== DESKTOP ========== */
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }

  .header__navbar-block {
    position: static;
    display: block;
  }

  .header__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 1.5rem;
    padding-left: 20px;
    padding: 0;
    background: transparent;
  }

  /* MEGA MENU */
  .header__dropdown-content {
    position: absolute;
    top: 4.25rem;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    padding: 1rem 0;
  }

  .header__dropdown-column {
    max-width: max-content;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1rem;
  }
}

.mobile_button_banner a{
  display: none;
}
.top_heading_part h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--color-main);
  font-family: var(--font-paragraph);
  margin-left: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.top_heading_part p {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-lite);
  margin-left: 40px;
  max-width: 500px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top_heading_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}

.top_heading_part button {
  background-color: var(--color-white);
  padding: 6px 25px;
  border-radius: 50px;
  border: none;
  color: var(--color-main);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  letter-spacing: .2px;
  /* margin-right: 20px; */
  border: 2px solid var(--color-main);
  font-family: var(--font-odd);
  font-size: 14px;
}

.top_heading_part button i {
  font-weight: 600;
  color: var(--color-main);
  animation-duration: .5s;
  transition: .5s ease-in-out;
}

.top_heading_part button:hover {
  background-color: var(--color-main);
  color: var(--color-white);
  transition-duration: .3s;
}

.top_heading_part button:hover a {
  color: var(--color-white) !important;
  transition-duration: .3s;
}

.top_heading_part button:hover i {
  scale: 1.2;
  transition-duration: .1s;
  color: var(--color-white);
  padding-left: 10px;
  animation-duration: .5s;
  transition: .5s ease-in-out;
}

.swiper-pagination {
  display: none !important;
}

.collapse {
  visibility: visible;
}

.text_heading {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-main);
  margin: 40px 0;
  font-family: var(--font-body);
}

.logo_img {
  width: 111px;
  height: auto;
  object-fit: cover;
}

.search_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-black);
  border-radius: 50px;
  padding: 5px 20px;
}

.search_button input {
  border: none;
  background: none;
  outline: none;
}

.main_top_part {
  display: flex;
  justify-content: space-between;
  padding: 0px 32px;
  gap: 17px;
  align-items: center;
}

.account_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0px 84px;
  cursor: pointer;
}

.header_search input[type="search"] {
  border: none;
  outline: none;
  width: 0px;
  color: #fff;
}

form.header_search:active {
  width: 313px;
  border: 1px solid #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  background: #000;
  border-radius: 24px;
  color: #fff;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.wpcf7-form label {
    display: block;
    font-weight: 500;
    color: #fff;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}

/* .btn-send {
    margin-top: 15px;
} */
.inner_text p a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.inner_text p a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #f59e0b;
    transition: 0.3s;
}

.inner_text p a:hover::after {
    width: 100%;
}
.inner_text p a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.inner_text p a:hover {
    color: #f59e0b;
}

.inner_text p span {
    color: #f59e0b;
    pointer-events: none;
}
/* Hero */
.hero {
  height: 95vh;
  background: linear-gradient(90deg, #252014 0%, #0a0909 25.48%, #251f14 75%, #000000 100%);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero video{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.hero-content{
  position: absolute;
  bottom: 20px;
}
.hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 20px auto;
}

.hero p {
  font-size: 14px;
  font-weight: 400;
  width: 70%;
  margin: 10px auto;
}

.hero-ribbon {
position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    color: #040303;
    padding: 15px 35px;
    border-radius: 0;
    font-family: var(--font-jose);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: linear-gradient(168deg, #faf585 0%, #be8926 25.48%, #e2df8c 75%, #bd894e 100%);
    font-weight: 700;
}

.ribbon-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* Stats Grid */

.number_section {
  background: linear-gradient(90deg, #0c0c0c 1%, #282215 100%, #0d1120 100%);
}

.section-title {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: 700;
  padding-left: 35px;
}

.number_section .section-title {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 50px;
    font-weight: 700;
    padding-left: 35px;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}

.stat-card {
  height: 280px;
  position: relative;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  cursor: pointer;
  transition: transform 3s ease-in-out;
  background-color: #111318;
}

.stat-card:hover .overlay {
  transition: transform 3s ease-in-out;
  background: linear-gradient(173deg, #092db400 0%, #ffa00014 198%, #0d1120ad 100%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(173deg, #11131849 0%, #1113185e 198%, #0d1120 100%);
}

.stat-inner {
  position: relative;
  z-index: 2;
  padding: 15px;
  bottom: -81px;
  text-align: left;
  left: 0;
}

.stat-inner h3 {
    font-size: 31px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: var(--font-jose);
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

/* About */
.about-grid {
    overflow: hidden !important;
      padding-bottom: 116px;
    background: linear-gradient(90deg, #0c0c0c 1%, #282215 100%, #0d1120 100%);
    padding-top: 22px;
}

.about-video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.about-video.reveal-right.active {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: tr;
    transform: translate(0%, 0%);
}
.about-grid p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #B5B8C5;
}
.about-grid h4{
  font-size: 28px;
  color: var(--color-white);
  margin: 20px auto;
  margin-bottom: 40px;
}

.about-grid p:nth-child(2) {
  margin-bottom: 40px !important;
}

.about-video img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--pink);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.About_button {
    position: absolute;
    border: none;
    text-decoration: none;
    color: #040303;
    padding: 13px 40px;
    border-radius: 50px;
    font-family: var(--font-jose);
    transition: transform 0.35s 
ease, box-shadow 0.35s 
ease;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    font-weight: 700;
    color: #000;
}

.About_button:hover {
  background-color: var(--color-blue);
  border: 2px solid var(--site-color);
  transform: translateY(-6px) scale(1.1);
}

.about-text .section-title {
padding-left: 0;
    color: var(--color-white);
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 44px;
    font-weight: 800;
}

.bgblue {
  background: linear-gradient(135deg, #fffffff5, #3a4b8a, #ffffff98);
  padding: 1px;
  border-radius: 1.2rem;
  box-shadow: 0px 1rem 1.5rem -0.9rem #000000e1;
  max-width: auto;
}

.event {
  /* background: linear-gradient(180deg, #8A5A12, #0A0F2C); */
  background: #0A0F2C;
  padding: 60px 0;
}

.event .section-title {
  padding-left: 0;
  color: var(--color-white);
}

.event .card {
  color: #bec4cf;
  /* background: linear-gradient(135deg, #0d1120 0%, #111318 176%, #0d1120 100%); */
  background: linear-gradient(180deg, #1A1D23, #111318);
  padding: 2rem;
  border-radius: 1.2rem;
  height: 340px;
}

.event .card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #F5A623;
  padding-bottom: 10px;
}

.event .card h6 {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 0;
}

.event.card p {
  font-size: 12px;
  color: #B5B8C5;
  font-weight: 400;
}

.event .card_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event .card_ul p {
  font-size: 16px;
  color: #B5B8C5;
  font-weight: 300;
  padding: 6px 0;
  margin: 0;
}

.event .card_ul p i {
  color: var(--site-color);
  padding: 0px 10px;
}

/* Features */
.powering_section .section-title {
  padding-left: 0 !important;
    margin-bottom: 10px !important;
    color: var(--color-white);
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 42px;
    font-weight: 700;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.feature-card {
  background: rgb(0 0 0 / 32%);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 31px 7px;
  height: 250px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}

.feature-card:hover {
  transform: translateY(-6px) scale(10);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.feature-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.feature-card h4{
    font-size: 22px;
    font-weight: 600;
    margin: 20px auto;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

.feature-card p {
    font-size: 11px !important;
    line-height: 18px;
    color: var(--color-white);
    margin: 15px auto;
    font-family: var(--font-paragraph);
    letter-spacing: 0.4px;
    margin-top: 25px;
    font-weight: 300;
}

/* Form */
.form-container {
  text-align: center;
  background: #f0f0f5;
  padding: 60px;
  border-radius: 20px;
}

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

.subscribe-form input {
  padding: 15px;
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* Fixed Footer Bar */
.fixed-footer {
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  background: var(--dark-blue);
  padding: 15px 0;
  color: white;
  z-index: 2000;
  border-top: 3px solid var(--pink);
}

.fixed-footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s all ease;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.8s all ease;
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: 0.8s all ease;
}

.reveal.active,
.reveal-left.active,
.reveal-right.active {
  opacity: 1;
  transform: translate(0, 0);
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

/* Responsive */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 600px) {

  .nav-flex,
  .fixed-footer-flex {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: center;
  }

  .subscribe-form input {
    width: 100%;
  }
}




/* marque */
.marque_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transform: translateY(40%);
}

.marque_heading h6 {
    display: grid;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

.product_logo_section {
    padding: 40px 0;
    background: linear-gradient(90deg, #252014 0%, #0a0909 25.48%, #251f14 75%, #000000 100%);
}

.product_logo_section {
  padding: 40px 0;
}

.marquee-section {
  overflow: hidden;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
}

.marquee-item {
  flex-shrink: 0;
  padding: 15px;
}

.marquee-item img {
    padding: 19px 21px;
    border-radius: 5px;
    display: block;
    height: 70px;
    width: auto;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: rgb(61 61 62 / 25%) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background: #362e1cc9;
    -webkit-text-fill-color: #0000;
}

.marquee-rtl .marquee-track {
  animation: marquee-rtl 80s linear infinite;
}

.marquee-ltr .marquee-track {
  animation: marquee-ltr 80s linear infinite;
}

@keyframes marquee-rtl {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-ltr {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
  cursor: pointer;
}

/* tab section */

/* Schedule Section Styles */
.schedule-section {
  background: linear-gradient(90deg, #0c0c0c 1%, #282215 100%, #0d1120 100%);
  color: #fff;
}

.tab-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.tab-pill {
  background: rgba(255, 255, 255, 0.05);
  padding: 8px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
}

.tab-btn {
  padding: 12px 35px;
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.4s ease;
  font-family: 'Montserrat', sans-serif;
}

.tab-btn.active {
     box-shadow: 0px 0px 10px rgb(140 110 30);
    background: linear-gradient(90deg, #a09b3e 0%, #e4ab40 25.48%, #b8b55e 75%, #ac6718 100%);
    color: #000;
    font-weight: 900;
}

.tab-content {
  display: none;
  animation: fadeIn 0.6s ease;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

/* Event Card Layout */
.event-card {
  background: linear-gradient(267deg, #0e0d0c 32%, #cc9e38 117%, #1f2026 119%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
  align-items: center;
  transition: 0.3s;
}

.event-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1.01);
}

.event-img {
  flex: 0 0 280px;
  height: 180px;
}

.event_button {
  background-color: transparent;
  border: 1.5px solid var(--site-color);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  padding: 5px 25px;
  transition: transform 0.4s ease-in-out;
}

.event_button:hover {
 border: 2px solid var(--color-white);
    transform: translateY(-6px) scale(1.1);
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    color: #000;
    font-weight: 700;
}

.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.event-details {
  flex: 1;
}

.event-meta {
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
  color: #bbb;
}

.event-meta i {
      color: #ffc43d;
  margin-right: 5px;
}

.event-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

.event-desc {
  color: #aaa;
  font-size: 15px;
  line-height: 1.6;
}

.event-actions {
  flex: 0 0 200px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}

.avatar-stack {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.avatar-stack img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #0C0E1E;
  margin-left: -15px;
}

.avatar-count {
  width: 40px;
  height: 40px;
  background: #ffc43d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  margin-left: -15px;
  border: 2px solid #0C0E1E;
}

/* Responsiveness */
@media (max-width: 992px) {
  .event-card {
    flex-direction: column;
    text-align: center;
  }

  .event-img {
    flex: 0 0 auto;
    width: 100%;
  }

  .event-actions {
    flex: 0 0 auto;
    align-items: center;
    width: 100%;
  }

  .event-meta {
    justify-content: center;
  }
}


/* footer */

.site-footer{
    color: #fff;
    padding: 80px 0 30px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(85deg, #3a2b2b 1%, #000000 100%, #282725 100%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.newsletter-container {
background: linear-gradient(161deg, #262119 1%, #503d17 100%, #101010 100%);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 48px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.newsletter-text {
  flex: 1;
  padding-right: 40px;
}

.newsletter-text span {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: var(--font-jose);
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 40px;
    font-weight: 800;
}

.newsletter-text h2 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .8px;
  font-family: var(--font-body);
}

.newsletter-form {
  flex: 0 0 450px;
  position: relative;
}

.newsletter-form input {
  width: 100%;
  padding: 12px 30px;
  padding-right: 140px;
  background: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  outline: none;
  font-size: 15px;
  transition: 0.3s;
  margin-bottom: 10px;
}

.newsletter-form input:focus {
  border-color: var(--accent-purple);
  background: var(--color-white);
  color: var(--color-blue);
}

.newsletter-form button {
  background: var(--accent-purple);
  color: white;
  border: none;
  padding: 8px 27px;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  margin-top: 6px;
  justify-content: flex-end;
  display: flex;
  text-align: right;
  position: sticky;
  right: 0;
}

.newsletter-form button:hover {
  background: #6a4fff;
  box-shadow: 0 0 20px rgba(123, 97, 255, 0.4);
}

/* --- CONTACT INFO SECTION --- */
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.footer-logo-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-footer .logo-part img {
 height: 100px;
 cursor: pointer;
}
.footer-info-grid {
  display: flex;
  gap: 40px;
}

.info-col {
  padding-left: 30px;
  border-left: 1px solid var(--border-color);
  position: relative;
}

.info-col h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-grey);
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.info-item:hover {
  color: #fff;
}

.info-item i {
  color: var(--accent-purple);
  font-size: 18px;
}

/* --- BOTTOM NAV --- */
.footer-bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a,
.legal-links a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  font-family: var(--font-jose);
}

.footer-links a:hover,
.legal-links a:hover {
  color: var(--site-color);
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.legal-links .dot {
  width: 6px;
  height: 6px;
  background: var(--accent-purple);
  border-radius: 50%;
}

.copyright {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: var(--text-grey);
  font-size: 13px;
}

/* Decoration Circle */
.decor-circle {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  border: 2px dashed rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

/* gallery */
.box_gallery {
  margin: 80px 0 24px;
}

.notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  z-index: 1;
  background: #fffbbc;
}

h1 {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 24px;
}

.grid {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 30vw;
  list-style: none;
  padding-right: 25px;
}

.grid li:nth-child(11n + 9) {
  grid-column: 1 / -1;
  grid-row: span 2;
}

.grid figure,
.grid img {
  width: 100%;
  height: 100%;
}

.grid img {
  object-fit: cover;
  background: #f5f3f4;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 850px) {
  .grid {
    grid-gap: 24px;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 12vw;
  }

  .grid li {
    --row-step: calc(4 * var(--n));
  }

  .grid li:nth-child(11n + 1) {
    grid-column: 1;
    grid-row: calc(1 + var(--row-step)) / span 2;
  }

  .grid li:nth-child(11n + 2) {
    grid-column: 2 / span 2;
    grid-row: calc(1 + var(--row-step)) / span 2;
  }

  .grid li:nth-child(11n + 3) {
    grid-column: 4;
    grid-row: calc(1 + var(--row-step));
  }

  .grid li:nth-child(11n + 4) {
    grid-column: 5;
    grid-row: calc(1 + var(--row-step));
  }

  .grid li:nth-child(11n + 5) {
    grid-column: 4;
    grid-row: calc(2 + var(--row-step));
  }

  .grid li:nth-child(11n + 6) {
    grid-column: 5;
    grid-row: calc(2 + var(--row-step)) / span 2;
  }

  .grid li:nth-child(11n + 7) {
    grid-column: 2;
    grid-row: calc(3 + var(--row-step));
  }

  .grid li:nth-child(11n + 8) {
    grid-column: 1;
    grid-row: calc(3 + var(--row-step));
  }

  .grid li:nth-child(11n + 9) {
    grid-column: 3 / span 2;
    grid-row: calc(3 + var(--row-step)) / span 2;
  }

  .grid li:nth-child(11n + 10) {
    grid-column: 1 / span 2;
    grid-row: calc(4 + var(--row-step));
  }

  .grid li:nth-child(11n + 11) {
    grid-column: 5;
    grid-row: calc(4 + var(--row-step));
  }
}

/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
  color: black;
  background: white;
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}



/* gallery section */

/* Gallery Styles */
.gallery-section {
background: linear-gradient(85deg, #000000 1%, #282725 100%, #282725 100%);
    overflow: hidden;
}

.gallery-section .section-title {
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 42px;
    font-weight: 700;
}

.gallery-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0c0e1e;
}

.gallery-title span {
  color: var(--color-white);
  /* Pink highlight */
}

/* Mosaic Grid Layout */
.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* 12-column grid for flexibility */
  grid-auto-rows: 180px;
  gap: 20px;
}

.mosaic-item {
  position: relative;
  border-radius: 25px;
  /* Premium rounded look */
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Image Positioning (Matching the Image) */
/* Left Side */
.item-1 {
  grid-column: span 3;
  grid-row: span 2;
}

/* Tall */
.item-2 {
  grid-column: span 3;
  grid-row: span 1.5;
}

/* Center Top */
.item-3 {
  grid-column: span 3;
  grid-row: span 1;
}

.item-4 {
  grid-column: span 3;
  grid-row: span 1;
}

/* Center Large */
.item-5 {
  grid-column: span 6;
  grid-row: span 1.8;
}

/* Center Bottom */
.item-6 {
  grid-column: span 3;
  grid-row: span 1.5;
}

.item-7 {
  grid-column: span 3;
  grid-row: span 1.5;
}

/* Right Side */
.item-8 {
  grid-column: span 3;
  grid-row: span 1;
}

.item-9 {
  grid-column: span 3;
  grid-row: span 2.5;
}

/* Tall */

/* Hover Animations */
.mosaic-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(239, 84, 97, 0.2);
  /* Pinkish glow */
  z-index: 10;
}

.mosaic-item:hover img {
  transform: scale(1.1);
}

/* contact_page */

.contact-section {
    background: linear-gradient(90deg, #000000 0%, #32302e 25.48%, #262115 75%, #272115 100%);
}

.contact-wrapper {
  display: flex;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  min-height: 650px;
}

/* Left Side Styling */
.contact-info-side {
  flex: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: relative;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.contact-info-side img {
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.info-overlay {
  background: rgba(12, 14, 30, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  display: none;
}

.info-top-flex {
  display: flex;
  justify-content: space-between;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-box h4 {
  font-size: 18px;
  margin-bottom: 2px;
}

.info-box p {
  font-size: 13px;
  opacity: 0.9;
  font-weight: 300;
}

.icon-sq {
  width: 45px;
  height: 45px;
  background: var(--purple-main);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Right Side Styling */
.contact-form-side {
  flex: 1.2;
    padding: 60px;
    background: linear-gradient(90deg, #2a261c 0%, #312f2c 25.48%, #181510 75%, #32302d 100%);
}
.contact-form-side input {
    padding: 10px 15px;
    border-radius: 10px;
    background: var(--color-white);
    border: 1px solid #dcd7d7;
}
.contact-form-side input:focus{
  color: var(--main-color) !important; 
}
.contact-form-side textarea{
  background-color: var(--color-white);
  padding: 10px 15px;
    background: var(--color-white);
    border: 1px solid #dcd7d7;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}
.sub-tag {
    display: flex
;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px;
}

.form-header h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

.form-header p {
  color: var(--color-white);
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* Form Elements */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-bottom: 0px;
}
.form-grid p{
  margin-bottom: 3px;

}

.contact-form-side .form-grid .input-group input,
.input-group textarea {
  width: 100%;
  padding: 18px 25px;
  border: none;
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.input-group input:focus,
.input-group textarea:focus {
  box-shadow: 0 0 0 2px var(--purple-main);
}

.btn-send {
  background: var(--site-color);
  color: #fff;
  border: none;
  padding: 18px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
}

.btn-send:hover {
  background: #5a42e0;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(123, 97, 255, 0.3);
}



/* faq section */
section.faq-section{
    padding: 60px 0;
    background: #161a2d;
    overflow: hidden;
}

.faq-image-side {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.help-card {
    position: absolute;
    bottom: 13px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    left: 0;
    right: 0;
    background-color: #695f5fb0;
    padding: 10px 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    align-items: center;
}
.help-card a{
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  background-color: var(--site-color);
  border-radius: 50px;
  padding: 10px 35px;
  color: var(--color-white);
}
.image-wrapper img{
  height: 550px;
  object-fit: cover;
}
.accordion-button:focus{
  box-shadow: none  !important;
  border: none !important;
}
.top_text{
  font-size: 14px;
  color: var(--color-white);
  font-weight: 400;
  padding: 10px 0;
}
.top_text h2{
 font-weight: 600;
    font-size: 34px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

.accordion-item{
    margin: 10px auto;
    border-radius: 10px;
    overflow: hidden;
        color: #272115;
    background-color: #fcfcfc;
    border: var(--bs-accordion-border-width) solid #4a4e52 !important;
}

.accordion-body {
    background-color: #0d0d0d !important;
    color: var(--color-white);
    font-size: 14px;
    font-weight:4300;
    line-height: 20px;
}
.accordion-button:not(.collapsed){
      background-color: #0e0d0d !important;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
}
.accordion-button {
    background-color: #262218 !important;
}
button.accordion-button{
  color: var(--color-white) !important;
  font-weight: 300;
  font-size: 20px;
}
.accordion-button::after{
  color: var(--color-white) !important;
  background-color: var(--color-white);
  width: 20px !important; 
  height: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 5px !important;
  font-size:10px !important;
}
.accordion-button:not(.collapsed)::after{
  color: var(--color-white) !important;
}

.inner_banner{
  position: relative;
  overflow: hidden;
}
.inner_banner::after{
  position: absolute;
      background: linear-gradient(90deg, #252014 0%, #0a0909 25.48%, #251f14 75%, #000000 100%);
    opacity: .8;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.inner_banner .inner_photo{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.inner_banner .inner_text{
  position: absolute;
  left: 20px;
  transform: translate(50%, -50%);
  z-index: 999;
  bottom: 40px;
}
.inner_banner .inner_text h2{
  font-size: 28px;
  color: var(--color-white);
  font-weight: 500;
  margin: 10px auto;
}
.inner_banner .inner_text p{
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
/*   cursor: pointer; */
}

.speakers_profile  {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 0;
  background: linear-gradient(90deg, #000000 0%, #32302e 25.48%, #262115 75%, #272115 100%);
}
.speakers_profile .section-title {
    text-align: left;
    font-size: 42px;
    margin-bottom: 50px;
    font-weight: 700;
    padding-left: 0;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

.speakers_profile  .cards {
  position: relative;
  width: auto;
  height: 400px;
      background: linear-gradient(90deg, #c0bb5a 0%, #c49130 25.48%, #a4a146 75%, #bd894e 100%);
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.speakers_profile  .cards .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 99;
  border-radius: 20px;
  overflow: hidden;
  transform-origin: top;
}

.speakers_profile  .cards:hover .imgBx {
  transform: translateY(30px) scale(0.5);
}

.speakers_profile  .cards .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speakers_profile  .cards .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
  transform: translateY(100%);
  transition: 0.5s;
}

.speakers_profile  .cards:hover .content {
  transform: translateY(0);
}

.speakers_profile  .cards .content .details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.speakers_profile  .cards .content .details h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
}

.speakers_profile  .cards .content .details h2 span {
 font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, #000000 0%, #000000 25.48%, #201f0c 75%, #020100 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

.speakers_profile .social_icons {
  position: relative;
  display: flex;
  margin-top: 5px;
}

.speakers_profile .social_icons li {
  list-style: none;
  margin: 4px;
}

.speakers_profile .social_icons li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #fff100 0%, #ffb623 25.48%, #8a872a 75%, #e38820 100%);
  border-radius: 50%;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

.speakers_profile .social_icons li a:hover {
  transform: rotate(360deg);
    background: #8a8425;
}

/* faq_section_all */
.all_faq_section {
    background: linear-gradient(90deg, #0c0c0c 1%, #282215 100%, #0d1120 100%);
    color: #fff;
    padding: 80px 0;
}
.all_faq_section .fixed_part{
  position: sticky;
  top: 80px;
  overflow: hidden;
}
.all_faq_section .fixed_part .fixed_part_img::after{
  position: absolute;
  background: #0000009d;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
}
.all_faq_section .fixed_part .fixed_part_img{
height: 405px;
width: 100%;
object-fit: cover;
margin: 10px auto;
padding: 20px;
position: relative;
}

.all_faq_section .top_text{
 
}

/* journey_section */

.journey_section{
padding: 60px 0;
background: linear-gradient(90deg, #0c0c0c 1%, #282215 100%, #0d1120 100%);
}

.journey_section .left_site_images{
  overflow: hidden;
}
.right_text{
  padding: 40px 20px;
}
.right_text h6{
color: var(--color-white);
font-size: 17px;
font-weight: 400;
margin: 20px auto;
}
.right_text h2{
font-size: 42px;
    font-weight: 700;
    margin: 10px auto;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}
.right_text p{
  color: #efeded;
  font-size: 14px;
  font-weight: 400;
  padding: 30px 0;
}
.right_text ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px auto;
     margin-bottom: 40px;
}
.right_text ul li{
  width: 49%;
}
.right_text .exploer_button{
    color: #060505;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 40px;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
}
.right_text ul li .icon{
  margin: 10px auto;
}
.right_text ul li .icon i {
    padding: 6px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;  
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #a7a228 75%, #bd894e 100%);
    font-size: 20px;
}
.right_text ul li h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--color-white);
    padding: 0;
    margin: 0;
}
.right_text ul li p{
   font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: var(--color-white);
}

/* why */
.why_att{
     padding: 60px 0;
    background: linear-gradient(90deg, #000000 0%, #32302e 25.48%, #262115 75%, #272115 100%);
}
.why_att .section-title {
    text-align: left;
    font-size: 42px;
    margin-bottom: 50px;
    font-weight: 700;
    padding-left: 0;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}
.att_box{
  overflow: hidden;
  cursor: pointer;
}
.att_box img {
  width: 100%;
  height:100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.att_box:hover img {
  transform: scale(1.15);
}
.why_att .att_box{
  position: relative;
  width: auto;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.why_att .text_att{
   position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 95%;
    padding: 12px 18px;
    border-radius: 15px;
    text-align: left;
    background: #000000db;
    margin: 0 auto;
}
.why_att .text_att i{
  color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #a7a228 75%, #bd894e 100%);

}
.why_att .text_att h4{
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
  padding: 10px 0;
}
.why_att .text_att p{
     font-size: 13px;
    color: var(--color-white);
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.deffer{
  padding: 60px 0;
      background: linear-gradient(90deg, #252014 0%, #0a0909 25.48%, #251f14 75%, #000000 100%);
}
.def_p{
  display: flex;
    align-items: center;
    margin: 30px auto;
    gap: 24px;
}
.def_p i{
  padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #ffffff;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #a7a228 75%, #bd894e 100%);
}
.def_text h2 {
 font-size: 40px;
    font-weight: 700;
    padding: 20px 0;
    margin: 10px auto;
    border-bottom: 1px solid #f0eeee;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text
}
.text_det p {
 font-size: 14px;
    font-weight: 400;
    color: #c4baba;
    padding: 6px 0;
    margin: 0;
}
.text_det h3 {
  font-size: 23px;
    font-weight: 600;
    margin: 5px auto;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    -webkit-text-fill-color: #0000;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}
.deff_img{
  overflow: hidden;
}
.deff_img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.def_button{
color: #121010;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 47px;
    position: relative;
    top: 28px;
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
}
.testmonial_section{
  position: relative;
  height: 100%;
  padding: 60px 0;
  background: linear-gradient(90deg, #0f102a 1%, #4f4e81 100%, #0d1120 100%);
}
    .testmonial_section swiper-container {
      width: 100%;
      height: 100%;
    }

    .testmonial_section swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .testmonial_section swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .testmonial_section .test_box{
      background-color: #ffffff;
      padding: 25px 30px;
      border-radius: 20px;
}
   .testmonial_section .test_box img{
    width: 100%;
    height: 20px; 
    object-fit: contain;
   }
.testmonial_section h2{
  color: var(--color-white);
  font-size: 34px;
  margin: 30px auto;
}
.left_site_text{
  background: linear-gradient(90deg, #ff9d008a 1%, #f1b80b 100%, #ffffff 100%);
    padding: 40px 40px;
    border-radius: 25px;
}
.left_site_text h6{
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.left_site_text h6 span{
  color: var(--color-blue);
}
.left_site_text p{
  font-size: 14px;
  color: var(--color-white);
}
.left_site_text h3{
font-size: 28px;
font-weight: 600;
color: var(--color-white);
padding: 12px 0px;
}
.testmonial_section .test_box p{
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
}
.testmonial_section .test_box h4 {
font-weight: 700;
color: var(--color-blue);
font-size: 18px;
}
.testmonial_section .test_box h5{
  font-weight: 600;
  font-size: 14px;
  color: var(--site-color);
}





/* trem_section */
/* Sidebar */
.sidebar {
    width: 25%;
    display: none;
}

@media (min-width: 1024px) {
    .sidebar { display: block; position: sticky; top: 120px; }
}

.sidebar nav {
    border-left: 1px solid #1e293b;
}

.sidebar-link {
    display: block;
    padding: 10px 16px;
    color: #94a3b8;
    transition: .3s;
}

.sidebar-link.active {
    color: #3b82f6;
    border-left: 3px solid #3b82f6;
}

/* Sections */
.section-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: .6s;
}

.section-fade.visible {
    opacity: 1;
    transform: translateY(0);
}

.glass-card {
    background: rgba(30,41,59,.6);
    padding: 24px;
    border-radius: 16px;
}

/* Progress bar */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background: #2563eb;
    z-index: 50;
    width: 0;
}

/* Footer */
.footer {
    text-align: center;
    padding: 40px;
    border-top: 1px solid #1e293b;
    color: #64748b;
}

/* Back to top */
.back-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-text-wrapper {
    padding: 0 132px;
    margin: 0;
    position: relative;
    transform: translate(0%, 0%);
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
}
.hero-text-wrapper::after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
background: linear-gradient(90deg, #252014 0%, #0a090985 25.48%, #251f1480 75%, #000000 100%);
z-index: -1;
    width: 100%;
   height: 100vh;
}
.hero .container-fluid.hero-content.reveal.active{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: linear-gradient(90deg, #f9f490 0%, #e4ab40 25.48%, #fefba5 75%, #bd894e 100%);
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    color: #402d2d;
    font-size: 17px;
    font-weight: 600;
}
 .newsletter-form p{
  margin-bottom: 0;
 }
 .innre_header_text {
    position: absolute;
    transform: translate(0%, 50%);
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
}
 #testimonial-area {
            background-color: #000000;
            color: #ffffff;
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            padding: 60px 0;
            overflow: hidden;
            width: 100%;
        }

        #testimonial-area .section-title {
            text-align: center;
            font-size: 48px;
            font-weight: 900;
            color: #f3cc4d; /* Golden color from image */
            text-transform: uppercase;
            margin-bottom: 50px;
            letter-spacing: 1px;
        }

        /* Marquee Container */
        #testimonial-area .marquee-container {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        #testimonial-area .marquee-row {
            display: flex;
            width: max-content;
        }

        /* Animation for Top Row: Left to Right */
        #testimonial-area .scroll-left-to-right {
            animation: scrollLTR 40s linear infinite;
        }

        /* Animation for Bottom Row: Right to Left */
        #testimonial-area .scroll-right-to-left {
            animation: scrollRTL 40s linear infinite;
        }

        #testimonial-area .marquee-row:hover {
            animation-play-state: paused;
        }

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

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

        /* Card Styling */
        #testimonial-area .testimonial-card {
            background: #111111;
            border: 1px solid #333333;
            border-radius: 20px;
            padding: 30px;
            width: 450px;
            margin: 0 15px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 220px;
        }

        #testimonial-area .testimonial-text {
            font-size: 16px;
            line-height: 1.5;
            color: #dddddd;
            margin-bottom: 20px;
            z-index: 2;
        }

        #testimonial-area .user-info {
            display: flex;
            align-items: center;
            gap: 15px;
            z-index: 2;
        }

        #testimonial-area .user-img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #f3cc4d;
        }

        #testimonial-area .user-details h4 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            color: #ffffff;
        }

        #testimonial-area .user-details p {
            margin: 0;
            font-size: 14px;
            color: #aaaaaa;
        }

        /* Quote Icon SVG */
        #testimonial-area .quote-icon {
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 80px;
            opacity: 0.4;
        }

        #testimonial-area .quote-icon path {
            stroke: #f3cc4d;
            stroke-width: 1;
            fill: none;
        }