@import url("https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Poppins:wght@300;400;500&display=swap");

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

:root {
  --c1: #f0f8ff;
  --c2: #f8db9c;

  scroll-behavior: smooth;
  --primary-black-color: black;
  --primary-white-color: rgb(255, 255, 255);
  --secondary-black-color: rgba(0, 0, 0, 0.49);
  --primary-royal-purple-color: #370a4e;
  --secondary-royal-purple-color: #9b87f5;
  --primary-energetic-orange-color: #cd5500;
  --secondary-energetic-orange-color: #f8db9c;
  /* f8db9c */
  --secondary-white-color: #f1eadb;
  --primary-red-color: rgb(133, 2, 2);
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html,
body,
main {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: var(--primary-black-color);
  padding: 0;
  margin: 0;
  color: var(--secondary-energetic-orange-color);
}

h1 {
  font-size: clamp(2rem, 4vw + 1rem, 4rem);
}

.heading-line {
  width: 100%;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
 align-items: center;
  grid-gap: 10px;
}

.heading-line:after,
.heading-line:before {
  content: " ";
  display: block;
  border-bottom: 1px solid var(--secondary-energetic-orange-color);
}

h2 {
  text-transform: uppercase;
  font-size: clamp(1.75rem, 3.5vw + 0.75rem, 3rem);
}

h3 {
  font-size: clamp(1.5rem, 3vw + 0.5rem, 2.25rem);
}

h4 {
  font-size: clamp(1.25rem, 2.5vw + 0.5rem, 1.75rem);
}

h5 {
  font-size: clamp(1rem, 2vw + 0.25rem, 1.25rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Baloo Paaji 2", sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}

p {
  font-family: "Poppins", sans-serif;

  font-size: clamp(1rem, 1.2vw + 0.2rem, 1.125rem);
  font-weight: 300;
}

li {
  font-family: "Poppins", sans-serif;
}

a {
  font-family: "Poppins", sans-serif;

  font-size: clamp(1rem, 1.5vw + 0.25rem, 1.25rem);
}

button {
  font-family: "Poppins", sans-serif;

  font-size: clamp(1rem, 1.5vw + 0.25rem, 1.25rem);
}

img {
  width: 100%;
  height: auto;
  display: block;
}

i {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.875rem, 1vw + 0.2rem, 1rem);
}

.line-intersection {
  margin: 0 auto;
  color: var(--primary-royal-purple-color);
  text-align: center;
  width: 500px;
}

.bhangra-button {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  min-width: 125px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: var(--secondary-energetic-orange-color);
  color: var(--primary-royal-purple-color);

  cursor: pointer;
  transition: ease-out 0.5s;
  border: 1px solid var(--secondary-energetic-orange-color);
  border-radius: 30px;
  box-shadow: inset 0 0 0 0 var(--secondary-energetic-orange-color);
}

.bhangra-button:hover {
  border: 1px solid var(--primary-energetic-orange-color);
  color: var(--secondary-energetic-orange-color);
  box-shadow: inset 0 -100px 0 0 var(--primary-energetic-orange-color);
}

.bhangra-button:active {
  transform: scale(0.9);
}

.bhangra-button-inverse {
  min-width: 125px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;

  padding: 8px 15px;
  text-align: center;

  letter-spacing: 1px;
  text-decoration: none;
  background-color: transparent;

  cursor: pointer;
  transition: ease-out 0.5s;
  color: var(--secondary-energetic-orange-color);
  border: 1px solid var(--secondary-energetic-orange-color);
  border-radius: 30px;
  box-shadow: inset 0 0 0 0 var(--secondary-energetic-orange-color);
}

.bhangra-button-inverse:hover {
  border: 1px solid var(--secondary-energetic-orange-color);
  color: var(--primary-royal-purple-color);
  box-shadow: inset 0 -100px 0 0 var(--secondary-energetic-orange-color);
}

.bhangra-button-inverse:active {
  transform: scale(0.9);
}

.bhangra-button-purple {
  min-width: 125px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;

  padding: 10px 15px;
  text-align: center;

  letter-spacing: 1px;
  text-decoration: none;
  background-color: transparent;

  cursor: pointer;
  background-color: var(--secondary-energetic-orange-color);
  transition: ease-out 0.5s;
  color: var(--primary-royal-purple-color);
  border: 1.5px solid var(--secondary-energetic-orange-color);
  border-radius: 30px;
  box-shadow: inset 0 0 0 0 var(--secondary-energetic-orange-color);
}

.bhangra-button-purple:hover {
  border: 1px solid var(--secondary-energetic-orange-color);
  color: var(--secondary-energetic-orange-color);
  box-shadow: inset 0 -100px 0 0 var(--secondary-energetic-orange-color);
}

.bhangra-button-purple:active {
  transform: scale(0.9);
}

.contact-us-section {
  min-height: 100vh;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(20, 1, 28, 1) 15%,
    rgba(55, 10, 78, 1) 50%,
    rgba(20, 1, 28, 1) 85%,
    rgba(0, 0, 0, 1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 2rem;
}

/* banner */
.carouselContainer{
  img{
    width: 100%;
    object-fit: cover;

  }
}
.banner-container-discount {
  display: none;
  width: 100%;
  overflow: hidden; /* Hide overflow */
  white-space: nowrap; /* Prevent text from wrapping */
  position: relative; /* Position relative for absolute positioning of inner elements */
  background-color: var(--primary-energetic-orange-color);
  color: var(--secondary-white-color);
  z-index: 999;
  padding: 0rem 0; /* Optional: padding for the banner */
  /* border-bottom: 1px solid var(--secondary-energetic-orange-color); */
}

.discount-text {
  h4 {
    font-weight: 300;
  }
  display: flex; /* Use inline-block to allow horizontal scrolling */

  animation: bannermove 20s linear infinite; /* Adjust duration as needed */
}

@keyframes bannermove {
  0% {
    transform: translateX(100%); /* Start from the right */
  }
  100% {
    transform: translateX(-100%); /* Move to the left */
  }
}

.banner-landing {
  display: flex;
  flex-flow: column;
  gap: 8rem;
  align-items: center;
  min-height: 100vh;
  /* background: linear-gradient(0deg, rgba(228, 95, 0, 0.644) 0%, rgba(248, 219, 156, 1) 100%); */
  background: var(--primary-black-color);
}

.coin {
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.coin-static {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coin-animated {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  backface-visibility: hidden;
  /* Start hidden and animated when .animate is added */
  opacity: 0;
  transform: scaleX(1);
  transition: opacity 0.5s ease;
}

.coin.animate .coin-animated {
  opacity: 1;
  animation: coinFlip 2s ease-in-out forwards;
}

@keyframes coinFlip {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

/* .coin-content {
  position: relative;
}
.coin .side,
.coin:before,
.coin:after {
  content: "";
  position: absolute;
  z-index: 999 !important;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 50%;
  right: -0.4em;
  text-align: center;
  line-height: 1;
  transform: rotateY(-90deg);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.coin .tails,
.coin:after {
  left: -0.4em;
  transform: rotateY(90deg);
}

.coin:before,
.coin:after {
  background: linear-gradient(#f6ddac, #141001);
  backface-visibility: hidden;
  transform: rotateY(90deg);
}

.coin:after {
  transform: rotateY(-90deg);
}

@keyframes rotate_4001510 {
  100% {
    transform: rotateY(360deg);
  }
} */

.svg_back {
  transform: scaleX(-1);
}

.banner-sub-content {
  padding: 0rem 1rem 0rem;
}

.banner-sub-content-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  text-align: center;
  padding: 1rem 0rem;
  border-top: 1px solid var(--primary-energetic-orange-color);

  h3 {
    font-weight: 300;
  }
}

/* .fbd-animation {
  padding: 1rem 0rem;
  min-width: 300px;
width: 50vw;
  svg {
    width: 100%;
  
  }
}

     @-webkit-keyframes svg-text-anim {
      40% {
         stroke-dashoffset: 0;
         fill: transparent;
       }
       60% {
         stroke-dashoffset: 0;
         fill: #f8db9c;
       }
       100% {
         stroke-dashoffset: 0;
         fill: #f8db9c;
       }
       
   }
   @keyframes svg-text-anim {
      40% {
         stroke-dashoffset: 0;
         fill: transparent;
       }
       60% {
         stroke-dashoffset: 0;
         fill: #f8db9c;
       }
       100% {
         stroke-dashoffset: 0;
         fill: #f8db9c;
       }
       
   } */

.banner-main {
  height: 70vh;
  position: relative;
  width: 100vw;

  .banner-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  video {
    position: relative;
    z-index: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: contain;
  }
}
.auto-carousel {
  position: relative;
  width: 100%;
  height: 70vh; /* Set consistent height */
  overflow: hidden;
  margin: auto;
}

.auto-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none; /* Prevent accidental interactions */
}

.auto-slide.active {
  opacity: 1;
  z-index: 0;
  pointer-events: auto;
}

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

.banner-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  /* Example gradient: top to bottom */
  background: linear-gradient(
    180deg,
    rgb(0, 0, 0) 0%,
    rgb(0, 0, 0) 10%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.5) 90%,
    rgb(0, 0, 0) 100%
  );
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(36, 97, 60, 0) 17%, rgba(228, 207, 147, 0.25) 80%, rgba(248, 219, 156, 0.5) 90%, rgba(248, 219, 156, 1) 100%); */

  z-index: 1;
  pointer-events: none; /* So it doesn't block interactions */
}

.banner-header {
  position: absolute;
  z-index: 99;
  bottom: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

  .item-desktop {
    padding-top: 5rem;
  }

  ul {
    display: flex;

    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;

    gap: 1.5rem;
    text-transform: uppercase;

    a {
      text-decoration: none;
      color: var(--secondary-energetic-orange-color);
    }
  }

  .item-logo {
    width: 200px;
    height: auto;
  }
}

/* header-start */

header {
  /* background: linear-gradient(180deg, rgba(228, 95, 0, 0.644) 0%, rgba(248, 219, 156, 1) 100%); */
}

.header-logo {
  width: 80px;
  height: 80px;
}

.bg-video {
  background-color: var(--primary-black-color);
  bottom: 0;
  position: absolute;
  width: 100%;
  min-height: 100%;
  object-fit: cover;

  video {
    filter: blur(10px);
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }
}

.header-bar {
  z-index: 9999999999;
  background-color: var(--primary-black-color);
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  align-items: center;

  width: 100%;
  padding: 1rem 1rem;
}

.bloom-mobile-header {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #111;
  padding: 60px 20px;
  transition: left 0.25s ease;
  z-index: 999;
}

/* Show when checkbox checked */
#menuToggle:checked + label + .bloom-mobile-header {
  left: 0;
}

/* Toggle button (hamburger + close) */
.toggle-nav {
  position: fixed;
  top: 25px;
  left: 15px;
  z-index: 1000;
  color: var(--secondary-energetic-orange-color);
  cursor: pointer;
  i {
    font-size: 26px;
  }
}

#menuToggle:not(:checked) ~ .toggle-nav #closeNavButton {
  display: none;
}
#menuToggle:checked ~ .toggle-nav #openNavButton {
  display: none;
}
.mobile-nav {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 2rem;
}

/* Menu items */
.nav {
  list-style: none;
  padding: 0px 5rem;
  margin: -20px 0 0 0;
}
.nav .item {
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
  border-bottom: 0.3px solid var(--secondary-energetic-orange-color);
}
.header-link {
  color: var(--secondary-energetic-orange-color);
  text-decoration: none;
}

@media only screen and (min-width: 700px) {
  .coin {
    font-size: 200px !important;
    top: 0px;
  }
  .header-bar {
    display: none;
  }

  .item-desktop {
    display: block !important;
  }

  .desktop-mobile-header {
    display: block !important;
  }
}

.bloom-mobile-header {
  display: block;
}

.item-desktop {
  display: none;
}

.desktop-mobile-header {
  display: none;
}

.desktop-mobile-header {
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 1.5rem;

    a {
      /* font-family: "Baloo Paaji 2", sans-serif; */
      text-decoration: none;
      color: var(--secondary-energetic-orange-color);
    }
  }
}

.header-description {
  min-height: 100vh;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(55, 10, 78, 1) 47%,
    rgba(55, 10, 78, 1) 50%,
    rgba(55, 10, 78, 1) 54%,
    rgba(55, 10, 78, 1) 100%
  );

  padding: 5rem 1rem 5rem 1rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 2rem;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;

  h2 {
    line-height: 50px;
    font-weight: 500;

    span {
      color: var(--primary-energetic-orange-color);
    }
  }

  h4 {
    line-height: 30px;
    font-weight: 100;
  }
}

@media only screen and (min-width: 768px) {
  .header-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.header-description-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-description-content {
  border-radius: 20px;
  padding: 1rem;

  gap: 2rem;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: left;
}
.video-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-description-video {
  position: relative;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;

  img {
    border-radius: 40px;
    /* box-shadow: -1px 0px 20px 7px rgba(248,219,156,0.75);
    -webkit-box-shadow: -1px 0px 20px 7px rgba(248,219,156,0.75);
    -moz-box-shadow: -1px 0px 20px 7px rgba(248,219,156,0.75); */
    width: 100%;
    object-fit: cover;
    max-width: 400px;
  }
}
/* .video-overlay-bhangra {
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.play-button-bhangra {
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 3;
  transition: opacity 0.3s ease;
}
 */

nav {
  z-index: 99999999999;
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 100%;
  padding: 50px 50px;

  ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: end;
    align-items: center;
    gap: 2rem;
  }

  a {
    color: var(--secondary-energetic-orange-color);
    text-decoration: none;
  }
}

.button-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-flow: row wrap;

  i {
    font-size: clamp(0.875rem, 1vw + 0.2rem, 1rem);
  }
}


.open-gallery{
  cursor: pointer;
}

.counter-section {
  width: 100%;
}

#counter {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
}

#counter .item {
  text-align: left;
  border-radius: 20px;
}

#counter .item .count {
  color: var(--secondary-energetic-orange-color);
}

.count-number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

#counter .item p {
  /* font-family: "Playfair Display", serif; */
  font-size: clamp(1.75rem, 3.5vw + 0.75rem, 3rem);
  color: #4f4e28;
  text-transform: capitalize;
}

/* header-end */

.bhangra-male-group {
  height: 100vh;
  background-image: url("./resources/images/waheguru.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.544);
  background-blend-mode: overlay;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inspiring-quote {
  font-family: "Georgia", serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  color: var(--primary-royal-purple-color);
  backdrop-filter: blur(50px);
  line-height: 1.5;
  max-width: 800px;
  margin: 40px auto;
  padding: 4vw;
  position: relative;
  background: var(--secondary-energetic-orange-color);

  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  animation: fadeIn 1.2s ease-in-out forwards;

  p {
    font-family: "Georgia", serif !important;
    font-size: clamp(24px, 3vw, 36px) !important;
  }
}

/* Large quotes properly placed */
.inspiring-quote p::before,
.inspiring-quote p::after {
  font-size: clamp(40px, 5vw, 80px);
  color: var(--primary-energetic-orange-color);
  font-weight: bold;
  position: absolute;
}

.inspiring-quote p::before {
  content: "“";
  left: -10px;
  top: -30px;
}

.inspiring-quote p::after {
  content: "”";
  right: -10px;
  bottom: -30px;
}

.inspiring-quote p {
  margin: 0;
  padding: 2vw;
  display: inline-block;
  position: relative;
  font-style: italic;
  font-weight: 400;
  max-width: 90%;
  text-align: center;
}

/* Properly sized and spaced citation */
.inspiring-quote cite {
  display: block;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  color: var(--primary-energetic-orange-color);
  margin-top: 1vw;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
}

/* Subtle Fade-in Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  :root {
    --quote-padding: 6vw;
  }

  .inspiring-quote {
    padding: var(--quote-padding);
  }

  .inspiring-quote p {
    font-size: clamp(20px, 4vw, 30px);
  }

  .inspiring-quote p::before,
  .inspiring-quote p::after {
    font-size: clamp(50px, 6vw, 70px);
  }

  .inspiring-quote cite {
    font-size: clamp(16px, 1.8vw, 22px);
  }
}

.inspiring-quote {
  margin: 25px;
}

@media (max-width: 768px) {
  .bhangra-male-group {
    background-attachment: scroll;
  }
}

.what-we-offer {
  padding: 2rem 1rem;
  min-height: 100vh;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(20, 1, 28, 1) 15%,
    rgba(55, 10, 78, 1) 50%,
    rgba(20, 1, 28, 1) 85%,
    rgba(0, 0, 0, 1) 100%
  );

  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.what-we-offer-content {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.bhangra-card {
  position: relative;
  min-width: 250px;
  width: 300px;
  max-width: 300px;

  height: 450px;
  /* border: 0.5px solid var(--secondary-energetic-orange-color); */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  .bhangra-card-image {
    height: 100%;
    overflow: hidden;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  img:hover {
    transform: scale(1.1);
    transition: all 0.5s;
  }

  .bhangra-card-content {
    position: absolute;
    bottom: -385px; /* Hide below the card */
    left: 0;
    width: 100%;
    height: 100%;

    padding: 1rem 1rem;
    z-index: 99;
    transition: transform 0.5s ease-in-out, bottom 0.5s ease-in-out;
  }
}
.bhangra-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; /* Adjust gradient height */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(55, 10, 78, 1) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.bhangra-card:hover .bhangra-card::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(20, 1, 28, 1) 15%,
    rgba(55, 10, 78, 1) 50%,
    rgba(20, 1, 28, 1) 85%,
    rgba(0, 0, 0, 1) 100%
  );
}

.bhangra-card:hover .bhangra-card-content {
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.614) 0%,
    rgba(55, 10, 78, 1) 100%
  );
  backdrop-filter: blur(10px);
}

.bhangra-group-video-container {
  video {
    object-fit: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.meet-our-instructor {
  padding: 0rem 5%;
}
.instructor-wrapper {
  /* background: linear-gradient(180deg, rgba(248, 219, 156, 1) 0%, rgba(241, 234, 219, 1) 100%); */
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  background-color: black;
  border-radius: 4em;

  background: var(--primary-royal-purple-color);
}

/* .instructor-wrapper::before,
.instructor-wrapper::after {
    
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 0.5px solid var(--secondary-energetic-orange-color); 
} */

/* .instructor-wrapper::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
} */

/* Bottom-right corner frame */
/* .instructor-wrapper::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
} */

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.instructor-video {
  object-fit: contain;
  width: 100%;
  object-position: center;
}
.instructor-logo {
  display: flex;
  justify-content: end;
  width: 100%;
  align-items: end;
  padding: 2rem 2rem 0rem 2rem;
  img {
    width: 100px;
  }
}
.meet-our-instructor-container {
  padding: 5rem 0rem 2rem 0rem;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  backdrop-filter: blur(0px);
  /* border: 0.5px solid var(--primary-energetic-orange-color); */
}

.meet-our-instructor-container::after {
  position: absolute;
  z-index: 99;
  clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  background-color: var(--primary-energetic-orange-color);
}

.meet-out-instructor-card {
  min-width: 250px;
  width: 100%;
  max-width: 400px;
  /* border: 0.5px solid var(--primary-energetic-orange-color); */
  border-radius: 15px;
  position: relative;
}

.owner-badge {
  width: 150px;
  height: auto;
  position: absolute;
  top: -60px;
  right: -70px;
}

.meet-our-instructor-image {
  /* background-image: url('./resources/images/founder-tag.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:-100px 0;  */
  width: 400px;
  object-fit: contain;
  height: 100%;
  overflow: hidden;
  img{
    margin: 0 auto;
    width: 80%;
  }
  /* clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%); */
}

.meet-our-instructor-image::before {
  content: "";
  position: absolute;
  top: -95%;
  left: -10%;
  width: 100%;
  height: 200%;
  background-image: url("./resources/images/founder-tag.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-3deg); /* Tilt effect */
  z-index: -1;
}

.meet-our-instructor-data {
  margin-top: -3rem;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column; */

  .coach-sign {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  img {
    width: 150px;
    height: auto;
  }
}

.meet-our-instructor-data {
  .quote {
    display: inline-block;
    margin: 1em;
    overflow: hidden;
    padding: 0px 20px;
    blockquote {
      background-color: var(--primary-royal-purple-color);

      border: solid 2px #757575;
      display: inline-block;
      margin: 0;
      padding: 1em;
      position: relative;
      &:before {
        background-color: var(--primary-royal-purple-color);
        bottom: -10%;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: -10%;
        transform: rotate(-15deg) skew(5deg);
      }
      cite {
        display: block;
        font-style: italic;

        display: flex;
        justify-content: end;
      }
      > * {
        position: relative;
        z-index: 1;
      }
    }
  }
}

.contact-section {
  display: flex;
  align-items: center;
  flex-flow: column;
  /* min-height: 100vh; */
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(20, 1, 28, 1) 15%,
    rgba(55, 10, 78, 1) 50%,
    rgba(20, 1, 28, 1) 85%,
    rgba(0, 0, 0, 1) 100%
  );
}
.contact-container {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;

  position: relative;
}

.contact-map {
  display: none;
}

iframe {
  min-width: 300px;
  max-width: 1000px;
  min-height: 300px;
  max-height: 400px;
}
.contact-form {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 100%;
  
  /* background-color: rgba(0, 0, 0, 0.401); */
  /* backdrop-filter: blur(10px); */

  .contact-container h2 {
    text-align: center;
    margin-bottom: 1rem;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 0.75rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--secondary-energetic-orange-color);
    border-radius: 0%;
    font-size: 1rem;
    color: var(--secondary-energetic-orange-color);
    outline: none;
  }

  .form-group textarea {
    resize: vertical;
    min-height: 120px;
  }



}

.contact-form::before,
.contact-form::after {
  content: "";
  background-color: #fab5704c;
  position: absolute;
}

.contact-form::before {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  top: 30%;
  right: 15%;
}

.contact-form .box {
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.074);
  border: 1px solid rgba(255, 255, 255, 0.222);

  backdrop-filter: blur(10px);
  border-radius: 0.7rem;
  transition: all ease 0.3s;
}
.contact-form .box:hover {
  backdrop-filter: blur(20px);

  box-shadow: 0px 0px 20px 1px #ffbb763f;
  border: 1px solid rgba(255, 255, 255, 0.454);
}

.contact-info {
  margin-top: -10px;
  border: 1px solid var(--secondary-energetic-orange-color);
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
}



.info-item {
  color: var(--secondary-energetic-orange-color) !important;
text-decoration: none;

   margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 0;

a{
  text-decoration: none;
  color: var(--secondary-energetic-orange-color);
}
}
.two-contacts{
  display: flex;
  flex-flow: row wrap;
  gap: 10px;

}
.info-item i {
  font-size: 1.3rem;
  width: 30px;
  color: var(--secondary-energetic-orange-color);
}
.info-item p {
  color: var(--secondary-energetic-orange-color) !important;
  text-decoration: none !important;
}
.info-item-web {
  h4 {
    padding-bottom: 5px;
  }
}
.info-item-web-content {
  display: flex;
  flex-flow: row;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: var(--secondary-energetic-orange-color) !important;
a{
  text-decoration: none;
  color: var(--secondary-energetic-orange-color);
}
}

.social-web {
  display: none;
}

.contact-info-web {
  display: none;
}
.contact-form-container {
  width: 95%;
  align-items: center;
  display: flex;
  flex-flow: column;
justify-content: space-between;
gap: 2rem;
h3{
  width: 100%;
  text-align: left;
}

}
#form-status-success {
  display: none;
  justify-content: space-around;
  align-items: flex-start;
  flex-flow: column;
  gap: 2rem;
}
#form-status-fail {
  display: none;
}

.social-icons-contact-mobile {
  display: flex;
  flex-flow: row;
  gap: 15px;
  width: 100%;
  justify-content: flex-end;
  img {
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    background-blend-mode: multiply;
  }
}
.social-icons-contact-web {
  display: none;
}
@media only screen and (min-width: 800px) {
  .social-icons-contact-mobile {
    display: none;
  }
  .social-icons-contact-web {
    display: flex;
    flex-flow: row;
    max-width: 300px;
    width: 100%;
    justify-content: space-around;
    img {
      width: 50px;
      height: auto;
      aspect-ratio: 1/1;
      object-fit: contain;
      background-blend-mode: multiply;
    }
  }
  .heading-half-line {
    width: 50%;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 25px 0;
    grid-gap: 10px;
  }

  .heading-half-line:after {
    content: " ";
    display: block;
    border-bottom: 1px solid var(--secondary-energetic-orange-color);
  }

  .social-web {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;

    padding: 1rem;
  }

  .contact-map {
    border: 0.5px solid var(--secondary-energetic-orange-color);
    backdrop-filter: blur(50px);
    display: flex !important;
    position: absolute;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgba(0, 0, 0, 0.556);
    color: var(--secondary-energetic-orange-color);
  }
  .g-map{
    display: none;
  }
  .contact-info-web {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column;
    gap: 2rem;
    padding: 1.5rem 2rem 1.5rem 2rem;
  }

  iframe {
    height: 100vh;
    width: 30vw;
  }
  .contact-info {
    display: none;
  }
  .contact-form-container {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: space-evenly;
    padding: 2rem 0rem 2rem 2rem;
    gap: 2rem;
    min-height: 100vh;
    background-color: #000000;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);

    h1 {
      padding: 2rem 0;
    }
  }
  .contact-form {
    width: 95%;
  }
  .contact-container {
    padding: 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

@media only screen and (min-width:1400px){
  .g-map{
    display: block;
  }
}
.review-section {
  padding: 4rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  min-height: 100vh;
  /* background: linear-gradient(270deg,rgba(55, 10, 78, 0.99) 0%, rgba(248, 219, 156, 1) 100%); */
  color: var(--secondary-energetic-orange-color);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(55, 10, 78, 1) 47%,
    rgba(55, 10, 78, 1) 50%,
    rgba(55, 10, 78, 1) 54%,
    rgba(0, 0, 0, 1) 100%
  );
  /* background-color: black; */
}
.review-section-inner{width: 100%;
  padding: 0rem 1rem;
  display: flex;
  gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.scroll-review-inner:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.review-section-header {
 
  max-width: 1400px;
  padding: 1rem;
  width: 100%;
  display: flex;
  gap: 2rem;
  flex-flow: row wrap;
  justify-content: space-between;
  color: var(--secondary-energetic-orange-color);
}
.header-left-section{
 
  display: flex;
  gap: 5px;
  flex-flow: column;
}
.customer-total-review {
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
}

.review-section-container {
  width: 100%;
  margin: 0rem -2rem;
}

.scroll-review-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

/* Wrap your cards twice inside an inner container */
.scroll-review-inner {
  display: flex;
  width: max-content; /* allow width as wide as needed */
  animation: scrollLeft 20s linear infinite;
}


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


.review-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2rem;

  flex: 0 0 auto;
  width: 380px;
  min-height: 300px;

  margin: 0px 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.202);
  /* border: 1px solid var(--primary-royal-purple-color); */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: var(--primary-royal-purple-color);
  cursor: pointer;
  transition: transform 0.2s;
  position: relative;
  overflow: hidden;
  background: white;
  /* animation: bannermove 2s linear infinite; */
}





.review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}
.review-card-left-content-header {
  display: flex;
  flex-flow: row;
}
.review-card-right-content-header {
  width: 40px;
}
.review-card-name-time {
  display: flex;
  flex-flow: column;
}
.review-card-time {
  p {
    font-size: clamp(14px, 2vw, 16px) !important;
  }
}


.review-card-rating-star {
  color: rgb(255, 174, 0);
}

.review-card:hover {
  z-index: 11;
  transform: scale(1.1);
}

.review-card-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.review-card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.review-card-content {
  p {
    text-wrap: wrap;
  }
}

.full-content {
  p {
    text-wrap: wrap;
  }
}

.toggle-button {
  background-color: transparent;
  border: none;
  color: var(--secondary-royal-purple-color);
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  .meet-our-instructor-container {
    flex-flow: row;
  }
}

.instructor-social-media {
  display: flex;
  align-items: center;
  gap: 1rem;

  i {
    color: var(--primary-energetic-orange-color);
  }
}

.content-section {
  padding: 10rem 0 0rem 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-evenly;
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(55, 10, 78, 1) 47%, rgba(55, 10, 78, 1) 50%, rgba(55, 10, 78, 1) 54%, rgba(0, 0, 0, 1) 100%); */
}



.content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  .content-container {
  
    flex-flow:row;
    
  }
}
.slideshow-container {
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.carousel-buttons {
  display: flex;
  gap: 5rem;
  justify-content: space-evenly;
  align-items: center;
}

.content-text-container {
  display: flex;
  height: 700px;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 600px;
  padding: 1rem;

  p{
    padding: 0rem 3rem 0rem 0rem;
  }
}
.slide-button {
  max-width: 300px;
}

.mySlideContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.content-carousel {
  overflow: visible;

  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #000; /* Deep black base */
  background-image: radial-gradient(
      circle at 30% 70%,
      rgba(255, 145, 0, 0.592) 0%,
      rgba(0, 0, 0, 0.95) 30%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(149, 0, 242, 0.686) 0%,
      rgba(0, 0, 0, 0.9) 35%
    ),
    radial-gradient(
      circle at 40% 50%,
      rgba(132, 0, 255, 0.4) 0%,
      rgba(0, 0, 0, 0.85) 50%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(255, 157, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.85) 20%
    );

  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: cover;

  .mySlides {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .prev,
  .next {
    cursor: pointer;
    color: var(--secondary-energetic-orange-color);
    font-size: clamp(20px, 4vw, 24px);
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

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

  .active,
  .dot:hover {
    background-color: var(--primary-energetic-orange-color);
  }

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

  @keyframes fade {
    from {
      opacity: 0.4;
    }

    to {
      opacity: 1;
    }
  }

  /* card */

  /* From Uiverse.io by Rodrypaladin */
  .card {
    width: 300px;
    height: 600px;
    background: black;
    border-radius: 35px;
    border: 2px solid rgb(40, 40, 40);
    padding: 7px;
    position: relative;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.486);
  }

  .card-int {
    background-size: 200% 200%;
    background-position: 0% 0%;
    height: 100%;
    border-radius: 25px;
    transition: all 0.6s ease-out;
    overflow: hidden;
    position: relative;

    video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 999;
      position: absolute;
      top: 0;
      left: 0;
    }
  }

  .card:hover .card-int {
    background-position: 100% 100%;
  }

  .top {
    position: absolute;
    z-index: 999999;
    top: 0px;
    right: 50%;
    transform: translate(50%, 0%);
    width: 35%;
    height: 18px;
    background-color: black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .speaker {
    position: absolute;
    top: 2px;
    right: 50%;
    transform: translate(50%, 0%);
    width: 40%;
    height: 2px;
    border-radius: 2px;
    background-color: rgb(20, 20, 20);
  }

  .camera {
    position: absolute;
    top: 6px;
    right: 84%;
    transform: translate(50%, 0%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.048);
  }

  .int {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: rgba(0, 0, 255, 0.212);
  }

  .btn1,
  .btn2,
  .btn3,
  .btn4 {
    position: absolute;
    width: 2px;
  }

  .btn1,
  .btn2,
  .btn3 {
    height: 45px;
    top: 30%;
    right: -4px;
    background-image: linear-gradient(
      to right,
      #111111,
      #222222,
      #333333,
      #464646,
      #595959
    );
  }

  .btn2,
  .btn3 {
    transform: scale(-1);
    left: -4px;
  }

  .btn2,
  .btn3 {
    transform: scale(-1);
    height: 30px;
  }

  .btn2 {
    top: 26%;
  }

  .btn3 {
    top: 36%;
  }

  

  .hidden {
    display: block;
    opacity: 0;
    transition: all 0.3s ease-in;
  }

  .card:hover .hidden {
    opacity: 1;
  }

  .card:hover .hello {
    transform: translateY(-20px);
  }
}

.content-videos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  column-gap: 5rem;
  row-gap: 2rem;
  padding: 2rem;
}

/* footer */

.footer-section {
  background-color: var(--primary-black-color);
  display: flex;
  flex-flow: column;

  padding: 3rem 2rem;
  color: var(--secondary-energetic-orange-color);
  gap: 3rem;

  h4 {
    font-weight: 300;
  }

  ul {
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
  }

  a {
    color: var(--secondary-energetic-orange-color);
    text-decoration: none;
  }
}

.footer-column {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.footer-info {
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  gap: 1rem;

  
}

.footer-social-media-icons {
  display: flex;
  flex-flow: row;
  gap: 1rem;

  i {
    font-size: clamp(24px, 4vw, 28px);
  }
}

.footer-logo {
  width: 80px;
}

@media only screen and (min-width: 700px) {
  .footer-section {
    justify-content: space-evenly;
    flex-flow: row wrap;
  }
  .footer-info {
    flex-basis: 100%;
   
  }

  section {
    flex-basis: auto;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-info {
    flex-basis: auto;
    p {
      max-width: 220px;
    }
  }

  section {
    flex-basis: auto;
    align-items: flex-start;
    text-align: left;
  }
}

/* footer-section */

.card {
  position: sticky;
  top: 0;
}

.card__inner {
  will-change: transform;
  background: white;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
}

.cards {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.card__image-container {
  display: flex;
  width: 40%;
  flex-shrink: 0;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.card__content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

.card__title {
  padding: 0;
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  color: #16263a;
}

.card__description {
  line-height: 1.4;
  font-size: 24px;
  color: #16263a;
}

.space {
  height: 90vh;
}

.space--small {
  height: 40vh;
}

@media (max-width: 600px) {
  .card__inner {
    flex-direction: column;
  }

  .card__image-container {
    width: 100%;
  }

  .card__image {
    aspect-ratio: 16 / 9;
  }

  .card__title {
    font-size: 32px;
  }

  .card__description {
    font-size: 16px;
  }

  .card__content {
    padding: 30px 20px;
  }
}

/*  services offer */

.services-offer {
  background-color: #000; /* Deep black base */
  background-image: radial-gradient(
      circle at 30% 70%,
      rgba(234, 0, 255, 0.047) 0%,
      rgba(0, 0, 0, 0.95) 30%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(149, 0, 242, 0.386) 0%,
      rgba(0, 0, 0, 0.9) 35%
    ),
    radial-gradient(
      circle at 40% 50%,
      rgba(132, 0, 255, 0.2) 0%,
      rgba(0, 0, 0, 0.85) 50%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(255, 157, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.85) 20%
    );

  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: cover;
}


.horizontal-scroll-container {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 2.5em;
  width: 100%;

  overflow: hidden;
  padding: 3rem 0rem !important;

  h2 {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
}

.horizontal-scroll-wrapper {
  display: flex;

  align-items: center;
  height: 700px;
  /* will-change: transform; */
  padding: 0px 0px 0px 0px !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scrollbar-width: 0;
}

.horizontal-scroll-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.spacer {
  flex-shrink: 0;
  height: 100%;
  pointer-events: none;
}

.scroll-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  display: block;
  justify-content: space-between;
  padding: 10px;
}
#scroll-right {
  float: right;
}
#scroll-left {
  float: left;
}

.scroll-arrow {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.451);
  backdrop-filter: blur(10px);
  /* background-size: 30px 30px; */
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 99;
  border: none;

  i {
    color: var(--secondary-energetic-orange-color);
    font-size: 25px;
  }
}
/* #scroll-left{
    z-index: 9999;
    position: absolute;
    left: 10;
  }
  #scroll-right{
    z-index: 9999;

    position: absolute;
    right: 10;
  } */
.services-card {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  max-width: 350px;
  width: 100%;
  /* width: 100vw; */
  height: 600px;

  margin: 0 2.5vw;

  border: 10px solid var(--primary-energetic-orange-color);

  overflow: hidden;

  opacity: 0.5;
  transform: scale(0.8);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.services-card-video {
  video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
  }
  height: 100%;
  width: 100%;
}

.play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 60px;
  height: 60px;
  background: var(--primary-energetic-orange-color);
  background-size: 30px 30px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;

  .fa-play {
    color: white;
    font-size: 30px;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.706); /* Dark overlay */
  backdrop-filter: blur(1px);
  pointer-events: none; /* Allows clicks to go through */
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.services-card-content {
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  background-color: var(--primary-energetic-orange-color);
  color: white;
  backdrop-filter: blur(10px);
  text-align: center;
}

@media (max-width: 768px) {
  .services-card.active {
    transform: scale(0.9) !important; /* No scaling on mobile */
  }
}

.services-card.active {
  /* background: rgb(241, 1, 1); */

  opacity: 1;
  transform: scale(1.1);
}

.panel {
  position: static;
  width: 100%;
}

.panel-1 {
  z-index: 1;
}

.panel-2 {
  z-index: 2;
}
.panel-3 {
  z-index: 3;
}

/* timeline  */

.hexa {
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213, 213, 213);
  background: -moz-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(30, 87, 153, 1)),
    color-stop(100%, rgba(125, 185, 232, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  z-index: 0;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa {
  width: 16px;
  height: 10px;
  position: absolute;
  background: var(--primary-energetic-orange-color);
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid var(--primary-energetic-orange-color);
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid var(--primary-energetic-orange-color);
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  color: var(--primary-royal-purple-color);
  background: rgb(255, 255, 255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: var(--secondary-energetic-orange-color);
  color: var(--primary-royal-purple-color);
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;

  z-index: 15;
  background-color: var(--primary-royal-purple-color);
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media (min-width: 768px) {
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }

  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254, 254, 254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254, 254, 254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media (min-width: 992px) {
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

/* test */

.gallery-overlay {
  position: fixed;

  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: black;
  color: var(--secondary-energetic-orange-color);
  background-image: radial-gradient(
      circle at 30% 70%,
      rgba(255, 145, 0, 0.592) 0%,
      rgba(0, 0, 0, 0.95) 30%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(149, 0, 242, 0.686) 0%,
      rgba(0, 0, 0, 0.9) 35%
    ),
    radial-gradient(
      circle at 40% 50%,
      rgba(132, 0, 255, 0.4) 0%,
      rgba(0, 0, 0, 0.85) 50%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(255, 157, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.85) 20%
    );

  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999999999999999999999999;
  transition: bottom 0.5s ease;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 20px;

  backdrop-filter: blur(20px);
}


.gallery-overlay.active {
  bottom: 0;
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0rem;
}

.close-btn {
  background: transparent;
  border: none;
  color: var(--secondary-energetic-orange-color);
  font-size: 30px;
  cursor: pointer;
}

/* .gallery-grid {
  overflow-y: auto;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}

.gallery-grid img,
.gallery-grid video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
} */

.gallery-grid {
  overflow-y: auto;
  column-count: 4;       /* Number of columns */
  column-gap: 16px;      /* Gap between columns */
  padding: 10px;
}

.gallery-grid img {
  width: 100%;           /* Make image fill column width */
  margin-bottom: 16px;
  border-radius: 8px;
  display: block;
  break-inside: avoid;   /* Prevent images from breaking columns */
  object-fit: cover;
}
@media (max-width: 1200px) {
  .gallery-grid {
    column-count: 3;
  }
}

@media (max-width: 800px) {
  .gallery-grid {
    column-count: 2;
  }
}

@media (max-width: 500px) {
  .gallery-grid {
    column-count: 1;
  }
}


.copyright {
  text-align: center;
  font-size: 14px;
  color: rgba(128, 128, 128, 0.321);
  position: relative;
  bottom: 0;
}


.floating-social {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999999;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
}
.floating-social{
  i{
      font-size: 25px;
  }
}
#toggleSocial {

    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    z-index: 9999999999999;
  
  background-color: var(--primary-energetic-orange-color);
  color: var(--secondary-energetic-orange-color);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  cursor: pointer;

  transition: background-color 0.3s ease, transform 0.3s ease;
}

#toggleSocial:hover {
  background-color: var(--primary-royal-purple-color);
 
}

#toggleSocial.active {
  background-color: var(--primary-royal-purple-color);
  transform: rotate(90deg);

}
.social-popup {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hidden {
  display: none;
  pointer-events: none;
  transform: translateY(20px);
}

.social-popup:not(.hidden) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.social-popup .icon {
  background-color: var(--primary-energetic-orange-color);
  color: var(--color-text);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;

  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}




