*,
*::before,
*::after {
  box-sizing: border-box;
}


html, body {
  overflow-x: hidden;
}
body,
h1,
p,
ul {
  margin: 0;
  padding: 0;
}

.mt-55 {
  margin-top: 55px;
}
body {
  font-size: 14px;
  background: black !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header {
  background: #fff;
  /* position: fixed; */
  top: 0;
  z-index: 1000;
}

.logo-link {
  display: inline-block;   
}

.logo-link img {
  width: 120px; 
  padding: 10px;
  display: block; 
}
/* Scroll Progress Bar */
.scroll-progress-wrap {
  position: fixed;
  top: 0;
  z-index: 1049;
  width: 100%;
  height: 6px;
}

.scroll-progress-bar {
  height: 100%;
  width: 0%;
  transition:
    width 0.1s linear,
    background 0.3s ease;
  border-radius: 0 4px 4px 0;
  position: relative;
}

.scroll-progress-bar::after {
  content: attr(data-percent) "%";
  position: absolute;
  right: 0;
  top: -6px;
  background: inherit;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 1px 6px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}

.scroll-progress-bar.show-label::after {
  opacity: 1;
}




.scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: yellow; /* or your theme color */
  transition: width 0.2s ease;
}
/* fonts */
.kavoon-regular {
  font-family: "Kavoon", serif;
  font-weight: 400;
  font-style: normal;
}

.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.krona-one-regular {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.covered-by-your-grace-regular {
  font-family: "Covered By Your Grace", cursive;
  font-weight: 400;
  font-style: normal;
}

.courgette-regular {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
  color: black !important;
}

.navbar-collapse {
  /* background: url(../images/background/bg-header.png);
    background-size: contain;
    background-position: right;
    padding: 35px 65px !important;
    background-repeat: no-repeat; */
}

.navbar-light .navbar-nav .nav-link.active {
  color: #fff !important;
  background: #9900cc;
}

.navbar-light .navbar-nav {
  padding: 5px 30px !important ;
  border-radius: 8px;
  color: #0b0b0b !important;
  font-size: 14px !important;
  /* margin-top: 10px; */
}

.nav-link {
  position: relative;
  padding: 5px 17px !important;
  border-radius: 8px;
  color: #0b0b0b !important;
  font-size: 16px !important;
}
.nav-item {
  padding: 2px 3px !important;
}
.top-maskot {
  position: absolute;
  top: 26px;
  margin-left: 8px;
  z-index: 999;
}

.bottom-maskot {
  position: absolute;
  bottom: 30px;
  margin-left: 12px;
  z-index: 999;
}

.section-padding-1 {
  padding-top: 45px;
  padding-bottom: 30px;
}

.section-padding-2 {
  padding-top: 45px;
  padding-bottom: 30px;
}

.hero-slider {
  /* background-color: #fff; */
  height: auto;
  min-height: 100%;
  width: 100%;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.slides {
  display: flex;
  width: 100%;
  transition: transform 0.8s ease-in-out;
}

.hero-slider .slide {
  width: 100%;
  flex-shrink: 0;
}

.img {
  width: 100%;
  height: auto;
  overflow: hidden; /* prevents overflow */
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 makes image fit perfectly */
}

.slide-hero {
  min-width: 100%;
  height: 65vh;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-color: black;
}

.first-slide {
}
.second-slide {
}
.third-slide {
}
.fourth-slide {
}
.fifth-slide {
}
.sixth-slide {
}
.about-first {
  background-image: url("../images/slider/about-us.png");
}
.events-first {
  background-image: url("../images/slider/events-01.png");
}
.events-second {
  background-image: url("../images/slider/events-02.png");
}
.events-third {
  background-image: url("../images/slider/events-03.png");
}
.events-fourth {
  background-image: url("../images/slider/events-04.png");
}
.events-fifth {
  background-image: url("../images/slider/events-05.png");
}
.portfolio-first {
  background-image: url("../images/slider/portfolio-01.png");
}
.portfolio-second {
  background-image: url("../images/slider/portfolio-02.png");
}
.career-first{
  background-image: url("../images/slider/career-1.png");
}
.career-second {
  background-image: url("../images/slider/career-2.png");
}
.career-third {
  background-image: url("../images/slider/career-3.png");
}
/* Dots */
.dots {
  position: absolute;
  /*bottom: 20px;*/
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}

.dot.active {
  opacity: 1;
}

.slider-mascot {
  position: absolute;
  z-index: 99;
  height: 70%;
  right: 25px;
  bottom: 0;
}

.section-bg {
  background-image: url("../images/background/home-section-bg-grey-2.png");
  /*background-color: #5b5b5b;*/
  height: 160%;
  padding-top: 25px;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  background-size: cover;
  padding-bottom: 100px;
}
.section-bg-n {
  background-image: url("../images/background/section-bg-black-n.png");
  /*background-color: #5b5b5b;*/
  height: 160%;
  padding-top: 25px;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  background-size: cover;
  padding-bottom: 35px;
}
.section-bg-2 {
  /* background-image: url("../images/background/home-section-bg.png"); */
  background-color: #000000;
  height: 160%;
  padding-top: 25px;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  background-size: cover;
}
.bg-vector {
  position: absolute;
  top: 30px;
  right: -7vw;
  max-width: 15%;
}

.we-provide-card-1 {
  position: relative;
  text-align: center;
  width: 110%;
  z-index: 999;
  background: url("../images/we-provide/frames/bl.webp") no-repeat center;
  background-size: 100% 100%;
  min-height: 400px;
  padding: 65px 25px 100px 25px; /* ðŸ‘ˆ controls frame size */
}
.we-provide-card-2 {
  position: relative;
  text-align: center;
  width: 110%;
  z-index: 999;
  background: url("../images/we-provide/frames/yellow.webp") no-repeat center;
  background-size: 100% 100%;
  min-height: 400px;
  padding: 65px 25px 100px 25px; /* ðŸ‘ˆ controls frame size */
}
.we-provide-card-3 {
  position: relative;
  text-align: center;
  width: 110%;
  z-index: 999;
  background: url("../images/we-provide/frames/pink.webp") no-repeat center;
  background-size: 100% 100%;
  min-height: 400px;
  padding: 65px 25px 100px 25px; /* ðŸ‘ˆ controls frame size */
}
.we-provide-card-4 {
  position: relative;
  text-align: center;
  width: 110%;
  z-index: 999;
  background: url("../images/we-provide/frames/lb.webp") no-repeat center;
  background-size: 100% 100%;
  min-height: 400px;
  padding: 65px 25px 100px 25px; /* ðŸ‘ˆ controls frame size */
}

.we-provide-img {
  width: 100%;
  display: block;
}

/* Content sits ON TOP of paint image */
.we-provide-content {
  position: relative;
  top: -0px;
  left: 0;
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 20px;
}

/* Icon */
.we-provide-icon {
  width: 100px;
  margin-bottom: 15px;
  margin-top: 10px;
}

/* Title */
.we-provide-title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.25rem !important;
   letter-spacing: 1px; 
  font-size: 24px;
  /* min-height: 52px; */
  font-family: "Russo One";
}

/* Description */
.we-provide-desc {
  color: #f1f1f1;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0px 15px;
}

/* Title */
.we-provide-title-2 {
  color: #1b1b1b;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.25rem !important;
  font-family: "Russo One";
   letter-spacing: 1px; 
  /* min-height: 50px; */
}

/* Description */
.we-provide-desc-2 {
  color: #1b1b1b;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0px 15px;
}

/* Button */
.we-provide-btn {
  background: #fff;
  color: #1b1b1b;
  padding: 6px 20px;
  border-radius: 10px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.we-provide-button-prev {
  left: 0;
}

.we-provide-btn:hover {
  transform: translateY(-3px);
}
.we-provide-sub{
  color:#000; 
  /*font-weight: 700;*/
  font-size: 1.2rem;
  font-family: "Russo One",sans-serif;
  letter-spacing: 1px;
}

.titles {
  letter-spacing: -1.5px;
  font-size: 40px;
  font-weight: 600;
}
.swiper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-title {
  color: #fff;
  position: relative;
  text-align: center;
  padding-top: 40px;
}

.title-span {
  color: #02ffe1;
  font-size: 40px;
}

.home-bottom-title {
  color: #02ffe1;
  position: relative;
  text-align: center;
  margin-top: -25px;
  z-index: 999;
  padding-bottom: 70px;
}

.home-bottom-title-span {
  color: #ff0202;
}
.weProvideSwiper {
  padding: 0px !important;
}
.weProvideSwiper .swiper-button-next,
.weProvideSwiper .swiper-button-prev {
  color: #ffffff;
}

.weProvideSwiper .swiper-button-next::after,
.weProvideSwiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.welcome {
  padding-top: 60px;
}

.welcome-title {
  color: #fff;
  position: relative;
  text-align: right;
  padding-top: 40px;
}

.about-card {
  background: #1a1a1aa1;
  border-radius: 18px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}

.about-img-wrap {
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
}

.about-main-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.about-content {
  padding: 35px 40px;
}

.about-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.about-badge {
  /* background: #9900cc;        */
  color: #fff;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.about-text {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 14px;
}

/* WORKSHOP TITLE */
.workshop-title,
.we-also-title {
  color: #fff;
  text-align: center;
  position: relative;
}

.workshop-title {
  padding-top: 40px;
}

.we-also-title {
  padding-top: 95px;
  margin-bottom: 25px;
}

/* FRAME */
.workshop-frame {
  text-align: center;
  overflow-y: hidden;
}

.workshop-frame img {
  width: 90%;
  padding-top: 25px;
}

/* MASCOT */
.workshop-mascot {
  position: absolute;
  z-index: 99;
  height: 70vh;
  right: 3vw;
  bottom: -28vh;
  overflow: hidden;
}

/* SWIPER */
.workshopSwiper {
  width: 100%;
  position: relative;
  padding: 0 45px;
}

/* NAV BUTTONS */
.workshop-button-prev,
.workshop-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1rem;
  cursor: pointer;

  background: rgba(255, 255, 255, 0.9);
  color: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);

  transition: 0.2s;
}

.workshop-button-prev {
  left: 0;
}
.workshop-button-next {
  right: 0;
}

.workshop-button-prev:hover,
.workshop-button-next:hover {
  background: rgba(219, 69, 119, 0.98);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

/* IMAGES WRAPPER */
.workshop-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* CARDS WRAPPER */
.workshop-cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;

  position: relative;
  z-index: 2;
  top:20px;
  width: 63%;
  margin-top: 150px;
  margin-bottom: -508px;
  padding: 0 66px;
}

/* RESPONSIVE */
@media (max-width: 1440px) and (min-width: 998px) {
  .workshop-cards-wrapper {
    margin-top: 88px;
    margin-bottom: -427px;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .workshop-mascot {
    position: absolute;
    z-index: 99;
    height: 70vh;
    right: -1vw !important;
    /*bottom: -36vh !important;*/
    overflow: hidden;
  }
}
/* CARD */
.workshop-card {
  flex: 1;
  background: #1b1b1b;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 15px rgba(118, 117, 117, 0.08);
}

/* IMAGE */
.card-placeholder {
  width: 100%;
  height: 190px;
  border-bottom: 1px solid #1f1e1e;
}

.card-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
  border-radius: 20px;
}

/* TEXT */
.card-name {
  margin: 8px 6px 2px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.card-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #f5c200;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

/* Mobile View */

/* Home */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  /* .slider-mascot {
    position: absolute;
    z-index: 99;
    height: inherit;
    right: 0;
    bottom: 0p;
  }
  .slider-mascot img {
    width: 110%;
    margin-top: 143px;
    margin-right: -129px;
  } */
  .we-provide-content {
    padding: 40px 20px;
  }
  .we-provide-icon {
    margin-top: -35px;
    width: 90px;
  }
  .we-provide-card-1 {
    width: 100%;
    background-size: 100% 100%;
    padding: 80px 0px;
  }
  .we-provide-card-2 {
    width: 100%;
    background-size: 100% 100%;
    padding: 80px 0px;
  }
  .we-provide-card-3 {
    width: 100%;
    background-size: 100% 100%;
    padding: 80px 0px;
  }
  .we-provide-card-4 {
    width: 100%;
    background-size: 100% 100%;
    padding: 80px 0px;
  }
  .we-provide-title,
  .we-provide-title-2 {
    min-height: 38px;
    font-size: 16px;
  }
  .we-provide-desc,
  .we-provide-desc-2 {
    font-size: 14px;
  }
  .home-bottom-title {
    margin-top: -50px;
  }
  .welcome-bg {
    max-width: 100%;
  }
  .welcome-profile {
    left: 30.5vw;
    width: 58%;
    margin-top: 102px;
  }
  .titles {
    font-size: 33px;
  }
}
.d-flex {
  align-items: flex-start;
  gap: 15px;
}
.d-flex img {
  max-width: 15vw;
  height: 17vh;
  object-fit: contain;
  flex-shrink: 0;
  padding-top: 0;
}
.d-flex p {
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  height: 17vh;
}

/* YOUTUBE CAROUSEL*/
#yt-slider {
  height: 16vw;
  max-height: 320px;
  min-height: 0px;
  position: relative;
  perspective: 1100px;
  transform-style: preserve-3d;
  overflow: visible;
  margin-bottom: 70px;
  margin-top: 35px;
}

#yt-slider .slide {
  margin: auto;
  width: 30%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    filter 0.4s ease;
}

.slide iframe {
  width: 100%;
  height: 100%;
}

input[type="radio"] {
  display: none;
}

/* CENTER */
#vs1:checked ~ #vslide1,
#vs2:checked ~ #vslide2,
#vs3:checked ~ #vslide3,
#vs4:checked ~ #vslide4,
#vs5:checked ~ #vslide5 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
  z-index: 5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  /*border: 5px solid cyan;*/
}

/* NEAR LEFT */
#vs1:checked ~ #vslide5,
#vs2:checked ~ #vslide1,
#vs3:checked ~ #vslide2,
#vs4:checked ~ #vslide3,
#vs5:checked ~ #vslide4 {
  transform: translate3d(-62%, 0, -140px);
  opacity: 0.85;
  filter: blur(2px);
  z-index: 3;
  /*border: 3px solid cyan;*/
}

/* NEAR RIGHT */
#vs1:checked ~ #vslide2,
#vs2:checked ~ #vslide3,
#vs3:checked ~ #vslide4,
#vs4:checked ~ #vslide5,
#vs5:checked ~ #vslide1 {
  transform: translate3d(62%, 0, -140px);
  opacity: 0.85;
  filter: blur(2px);
  z-index: 3;
  /*border: 3px solid cyan;*/
}

/* FAR LEFT */
#vs1:checked ~ #vslide4,
#vs2:checked ~ #vslide5,
#vs3:checked ~ #vslide1,
#vs4:checked ~ #vslide2,
#vs5:checked ~ #vslide3 {
  transform: translate3d(-103%, 0, -270px);
  opacity: 0.5;
  filter: blur(2.5px);
  z-index: 1;
  /*border: 3px solid cyan;*/
}

/* FAR RIGHT */
#vs1:checked ~ #vslide3,
#vs2:checked ~ #vslide4,
#vs3:checked ~ #vslide5,
#vs4:checked ~ #vslide1,
#vs5:checked ~ #vslide2 {
  transform: translate3d(103%, 0, -270px);
  opacity: 0.5;
  filter: blur(2.5px);
  z-index: 1;
  /*border: 3px solid cyan;*/
}

#yt-prev,
#yt-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 1rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition:
    background 0.2s,
    transform 0.2s;
}

#yt-prev:hover,
#yt-next:hover {
  background: rgba(219, 69, 119, 0.979);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

#yt-prev {
  left: 20px;
}

#yt-next {
  right: 20px;
}

.section-bg-logo {
  background-image: url("../images/background/home-section-bg.png");
  height: 100%;
  margin-top: -65px;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  background-size: cover;
}

/* logo slider */
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255,255,255,0), rgb(83, 83, 83)); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logo_items {
  display: inline-block;
  animation: 95s slides infinite linear;
}
.logo_items {
  cursor: grab;
  user-select: none;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.logo_items img:nth-child(odd) {
  border: 2px solid orange;
}

.logo_items img:nth-child(even) {
  border: solid 2px cyan;
}

.section-padding-customers {
  padding-bottom: 205px;
  background-position-y: -200px;
}

/* REVIEWS SECTION */

.reviews-section {
  padding-top: 55px;
  text-align: center;
  position: relative;
}

.review-title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 40px;
}

.reviews-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.review-card {
  width: 560px;
  height: 350px;
  padding: 65px 35px 35px 35px;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

.review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.review-card h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 13px;
  line-height: 1.5;
  padding: 3px 12px 0px 12px;
  text-align: center;
}

.reviewSwiper {
  width: 100%;
  margin: 0 auto;
}

.reviewSwiper .swiper-wrapper {
  align-items: center;
}

.reviewSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.reviewSwiper .swiper-pagination {
  position: relative;
  bottom: 20px;
  text-align: center;
  display: block;
}

.reviewSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #aaa;
  opacity: 1;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.reviewSwiper .swiper-pagination-bullet-active {
  background: #e63946;
  transform: scale(1.3);
}
/* backgrounds */

.review-blue {
  background-image: url("../images/rev/frames/blue-review.png");
}

.review-yellow {
  background-image: url("../images/rev/frames/yellow-review.png");
  color: #111;
}

.review-pink {
  background-image: url("../images/rev/frames/pink-review.png");
}

.review-teal {
  background-image: url("../images/rev/frames/teal-review.png");
  color: #111;
}

.art-list li {
  list-style: none;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.art-list li::before {
  content: "●";
  font-size: 28px;
  margin-right: 6px;
}

.dot-red::before {
  color: #ff4444;
}
.dot-orange::before {
  color: #ff9900;
}
.dot-blue::before {
  color: #00aaff;
}
.dot-pink::before {
  color: #ff69b4;
}
.dot-green::before {
  color: #00cc66;
}

.type-title {
  color: #fafffe;
  text-align: center;
  padding: 35px;
}
.type-title-span {
  color: #ff9900;
}

/* REVIEW BADGE */
.review-badge-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  position: relative;
  z-index: 10;
  margin: 25px 0;
}

.review-badge {
  display: inline-block;
  background: #ffed00;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: 3px solid #e0ac00;
}
.badge-stars {
  color: #ff4d8d;
}
.badge-stars-golden {
  color: #ff9900;
}

/* FOOTER */
.site-footer {
  background: #000000;
  padding: 60px 0 0 0;
  font-family: 'Poppins';
  /*border-top: 2px solid #222;*/
}

.footer-col {
  padding: 0 25px 30px 25px;
}

.footer-logo {
  height: 60px;
  margin-bottom: 15px;
  display: block;
}

.footer-desc {
  color: #aaa;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1e1e1e;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition:
    background 0.3s,
    transform 0.3s;
}

.social-icon:hover {
  background: #f5c200;
  color: #111;
  border-color: #f5c200;
  transform: translateY(-3px);
}

.footer-heading {
  color: #f5c200;
  font-size: 16px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: #f5c200;
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #aaa;
  font-size: 16px;
  text-decoration: none;
  transition:
    color 0.2s,
    padding-left 0.2s;
}

.footer-links a:hover {
  color: #f5c200;
  padding-left: 5px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #aaa;
  font-size: 16px;
  line-height: 1.5;
}

.footer-contact li i {
  color: #f5c200;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-divider {
  border-top: 1px solid #222;
  margin: 0 25px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 25px;
}

.footer-copy {
  color: #666;
  font-size: 15px;
  margin: 0;
}

.web-link {
  color: #f5c200;
  text-decoration: none;
  font-weight: 600;
}
.web-link:hover {
  color: #f3d769;
}

.vector-shape {
  position: absolute;
  top: 60px;
  left: -86px;
}
.vector-shape-1 {
  width: 20vw;
}
.vector-bg {
  position: absolute;
  top: 60px;
  right: -36px;
}
.vector-bg img {
  width: 12vw;
}

.vector-shape-2 {
  position: absolute;
  top: 8vw;
  left: -36px;
  z-index: 9999;
}
.vector-shape-2 {
  width: 15vw;
}
.vector-shape-4 {
  position: absolute;
  bottom: 20vw;
  left: -36px;
  z-index: 9999;
}
.vector-shape-4 {
  width: 20vw;
}
.vector-shape-3 {
  position: absolute;
  top: 13vw;
  right: -12vw;
  z-index: 9999;
}
.vector-shape-3 {
  width: 20vw;
}
.vector-shape-5 {
  position: absolute;
  top: 15vw;
  right: -36px;
  z-index: 9999;
}
.vector-shape-5 {
  width: 20vw;
}

.splash {
  position: absolute;
  top: 5px;
  right: -86px;
}
.splash-1 {
  width: 20vw;
}

.splash {
  position: absolute;
  top: 5px;
  right: -85px;
}
.splash-2 {
  width: 20vw;
}

.splash3 {
  position: absolute;
  bottom: 35px;
  left: -50px;
}
.splash-3 {
  width: 15vw;
}

/* Progress bar */

.progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f0f0f0;
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  background-color: black;
  transition: all 0.3s ease;
}

/* progress circle */

.progress-circle-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-circle {
  width: 65px;
  height: 65px;
}

.progress-circle-bg {
  fill: none;
  stroke: #ddd;
  stroke-width: 5;
}

.progress-circle-bar {
  fill: none;
  stroke: gold;
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transform-origin: center;
  transform: rotate(-90deg);
}

.arrow-head {
  fill: red;
  transform-origin: 50% 50%;
}
.progress-background {
  fill: transparent;
  stroke: gray;
  stroke-width: 5;
  stroke-dasharray: none;
}

.scroll-to-top {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.scroll-to-top svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: white;
  transition: all 0.1s ease;
}

/*social media floating*/
.fabWidget {
  position: fixed;
  bottom: 105px;
  right: 20px;
  z-index: 1000;
  transition: all 0.3s;
}

.fabTrigger {
  .background {
    background-color: #1950ff;
    border-radius: 50%;
    box-shadow:
      0 2.1px 1.3px rgba(0, 0, 0, 0.044),
      0 5.9px 4.2px rgba(0, 0, 0, 0.054),
      0 12.6px 9.5px rgba(0, 0, 0, 0.061),
      0 25px 20px rgba(0, 0, 0, 0.1);
    height: 60px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 60px;
  }
}

.fabList {
  visibility: hidden;
  opacity: 1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.fabButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 22px 0px 0px;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-out;
  &:hover {
    cursor: pointer;
  }
  &.active {
    transform: translateY(0px);
    opacity: 1;
  }
  svg {
    width: 100%;
    height: 100%;
  }
}

.active .fabButton {
  visibility: visible;
  opacity: 1;
  transform: translateY(-15px);
}

.fabOverlay {
  width: 100%;
  height: 100%;
  background: rgba(#000, 0.1);
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  &.active {
    opacity: 1;
    visibility: visible;
  }
}

[data-tooltip] {
  position: relative;
  &::before {
    opacity: 0;
    visibility: hidden;
    cursor: default;
    pointer-events: none;
  }
  &::before {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    padding: 7px;
    text-align: center;
    border-radius: 4px;
    background: #1950ff;
    color: #fff;
    font-size: 0.8em;
    white-space: nowrap;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  &:hover::before {
    opacity: 1;
    visibility: visible;
    right: 120%;
  }
}

.chat-bubble {
  cursor: pointer;
  position: relative;
  .bubble {
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
  }
  .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.75;
    stroke-linecap: round;
    transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 90;
    stroke-dashoffset: -20;
  }
  .line2 {
    stroke-dasharray: 67 87;
    stroke-dashoffset: -18;
  }
  .circle {
    fill: #ffffff;
    stroke: none;
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.active {
  .bubble {
    transform: translateX(24px) translateY(4px) rotate(45deg);
  }
  .line1 {
    stroke-dashoffset: 21;
  }
  .line2 {
    stroke-dashoffset: 30;
  }
  .circle {
    transform: scale(0);
  }
}

.km-btn {
  padding: 6px 20px;
  text-decoration: none;
  background: #9900cc;
  color: white;
  transition: background 0.6s;
}

.km-btn:hover {
  color: #9900cc;
  background: white;
}

.map-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.we-provide-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
}

.we-provide-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #aaa;
  opacity: 1;
  margin: 0 4px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.3s;
}

.we-provide-pagination .swiper-pagination-bullet-active {
  background: #ff6600;
  transform: scale(1.3);
}

#yt-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.yt-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #555;
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.3s;
}

.yt-dot.active {
  background: #f5c200;
  transform: scale(1.3);
}
/*join-us section*/
.join-section {
  overflow: visible;
}

.join-scene {
  position: relative;
  width: 100%;
  z-index: 1;
  line-height: 0;
}
.join-scene img {
  width: 100%;
  height: auto;
  display: block;
}

.join-char2 {
  position: absolute;
  top: -120px;
  left: 75px;
  z-index: 999;
  pointer-events: none;
}
.join-char2 img {
  width: 100%;
  height: auto;
  display: block;
}

.join-splat {
  position: absolute;
  top: -68px;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.join-splat img {
  width: 18%;
  height: auto;
  display: block;
}

.join-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: left;
  width: 38%;
  margin-left: -6%;
}

.join-heading {
  color: #fff;
  font-size: clamp(1.1rem, 2.2vw, 2rem);
  margin-bottom: 6px;
  line-height: 1.25;
}

.join-sub {
  color: #ccc;
  font-size: clamp(0.75rem, 1.1vw, 1rem);
  margin-bottom: clamp(10px, 2vw, 24px);
}

.join-form {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1.2vw, 14px);
}

.join-input {
  width: 100%;
  padding: clamp(8px, 1.2vw, 13px) clamp(10px, 1.4vw, 18px);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  font-size: clamp(0.7rem, 1vw, 0.9rem);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition:
    border 0.2s,
    background 0.2s;
}
.join-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.join-input:focus {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(252, 238, 35, 0.7);
}

.join-btn {
  width: clamp(90px, 12vw, 160px);
  padding: clamp(7px, 1vw, 12px) 0;
  background: #fcee23;
  color: #111;
  font-size: clamp(0.7rem, 1vw, 0.95rem);
  letter-spacing: 0.5px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
}
.join-btn:hover {
  background: #ffe000;
  transform: translateY(-2px);
}

/*Portfolio*/

.portfolio-page {
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.pf-page-heading {
  text-align: center;
}

.pf-wrap {
  padding: 10px 40px 60px;
  max-width: 1440px;
  margin: 0 auto;
}

/* CATEGORY SECTION  */
.pf-cat {
  margin-bottom: 30px;
}

.pf-cat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}
.pf-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 4px;
  font-family: "Russo One", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background: currentColor;
}
.pf-badge-purple {
  background: #9900cc;
  color: #fff;
}
.pf-badge-green {
  background: #00aa44;
  color: #fff;
}
.pf-badge-orange {
  background: #ff9900;
  color: #fff;
}
.pf-badge-teal {
  background: #0099bb;
  color: #fff;
}
.pf-badge-pink {
  background: #cc0066;
  color: #fff;
}
.pf-badge-yellow {
  background: #e8d60f;
  color: #fff;
}
.pf-badge-babypink {
  background: #f47ca0;
  color: #fff;
}

.pf-purple {
  color: #9900cc;
}
.pf-green {
  color: #00aa44;
}
.pf-orange {
  color: #ff9900;
}
.pf-teal {
  color: #0099bb;
}
.pf-pink {
  color: #cc0066;
}
.pf-yellow {
  color: #e8d60f;
}
.pf-babypink {
  color: #f47ca0;
}

.ev-purple {
  background: #9900cc;
}
.ev-green {
  background: #00aa44;
}
.ev-orange {
  background: #ff9900;
}
.ev-teal {
  background: #0099bb;
}
.ev-pink {
  background: #cc0066;
}
.ev-yellow {
  background: #e8d60f;
}
.ev-babypink {
  background: #f47ca0;
}

.shape {
  width: 120px;
  right: 0;
  top: 0;
}

.pf-wave {
  height: 16px;
  opacity: 0.75;
  flex-shrink: 0;
}

.pf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 165px;
  gap: 8px;
  align-items: stretch;
}

/* Image placeholder cards */
.pf-img-card {
  background: #1a1a1a;
  border: 1px solid #252525;
  border-radius: 8px;
  min-height: 115px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.pf-img-card:hover {
  border-color: #444;
  transform: translateY(-2px);
}
.pf-img-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #494848;
  opacity: 0.6;
}
.pf-img-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.pf-see-more {
  background: #141414;
  border: 1px solid #252525;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 8px;
  cursor: pointer;
  text-align: center;
  min-height: 115px;
  transition: border-color 0.2s;
}
.pf-see-more:hover {
  border-color: #f5c200;
  background: #141414;
}
.pf-see-thumb {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pf-see-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.pf-see-label {
  font-size: 10px;
  color: #aaa;
  line-height: 1.4;
}
.pf-see-label strong {
  display: block;
  color: #fff;
  font-size: 10.5px;
}

.pf-and-more {
  color: #fff;
  font-size: 13px;
  margin: 4px 0 28px 4px;
  font-weight: bold;
}
.pf-ws-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 20px;
}
.pf-ws-badge {
  background: #cc0000;
  color: #fff;
  font-size: 14px;
  border: 4px;
  padding: 5px 22px;
}

/*ABOUT US*/
.about-heading {
  display: none;
}
.about-us-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.abt-image {
  width: 90%;
  height: auto;
}
.abt-image img {
  /* padding: 20px; */
  width: 100%;
  height: auto;
}

.about-text-container {
  position: relative;
  overflow-x: hidden !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-wallart-img {
  position: relative;
  display: inline-block;
  width: 90%;
  overflow: visible;
  padding: 30px 0;
}
.about-wallart-img img {
  width: 100%;
  display: block;
  min-height: 1160px;
}
@media (min-width: 1350px) {
  .about-wallart-img img {
    max-height: 1130px;
  }
}
.about-wallart-text {
  position: absolute;
  top: 9%;
  left: 5%;
  width: 93%;
  font-size: 20px;
  line-height: 1.7;
  color: #cccccc;
  margin: 11px 0 20px 0;
}
.about-wallart-text p:last-child {
  margin-bottom: 0;
}

.mission-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mission-img {
  position: relative;
  display: inline-block;
  width: 90%;
}
.mission-img img {
  width: 100%;
  display: block;
  height: auto;
}
.mission-text {
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translateY(-50%);
  width: 80%;
  font-size: 20px;
  line-height: 1.7;
  color: #cccccc;
  margin: 11px 0 20px 0;
}

.mission-text p:last-child {
  margin-bottom: 0;
}

.why-choose-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-choose-img {
  position: relative;
  display: inline-block;
  width: 90%;
}
.why-choose-img img {
  width: 100%;
  display: block;
  height: auto;
}
.why-choose-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 93%;
  font-size: 20px;
  line-height: 1.7;
  color: #cccccc;
  margin: 11px 0 20px 0;
}

.why-choose-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  /*.mission-text  {*/
  /*  font-size: 15px;*/
  /*}*/
  /*.about-wallart-text{*/
  /*  font-size:18px;*/
  /*}*/
}
.font-size {
  font-size: 20px;
}

.splash-overlay {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

.splash-top-right {
  top: 20px;
  right: 20px;
  width: 150px;
  opacity: 0.85;
  transform: rotate(15deg);
}
/* Events*/
.events-page {
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.ev-page-heading {
  text-align: center;
  padding: 28px 0 18px;
}

.ev-wrap {
  padding: 10px 40px 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.ev-section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 0 22px;
}
.ev-section-badge {
  background: #cc0000;
  color: #fff;
  font-size: 14px;
  padding: 5px 22px;
  font-family: "Russo One", sans-serif;
  letter-spacing: 0.4px;
}

.ev-and-more {
  color: #fff;
  font-size: 13px;
  margin: 4px 0 26px 4px;
  font-weight: bold;
}

.ev-see-more {
  border: 1px solid #252525;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 8px;
  cursor: pointer;
  text-align: center;
  min-height: 115px;
  transition: border-color 0.2s;
}
.ev-see-more:hover {
  border-color: #f5c200;
  background: #141414;
}

.about-splash1 {
  position: absolute;
  max-width: 90%;
  right: -60px;
  opacity: 0.8;
}
.about-splash2 {
  position: absolute;
  max-width: 90%;
  left: -60px;
  opacity: 0.8;
}

.about-splash3 {
  position: absolute;
  max-width: 90%;
  right: -60px;
  opacity: 0.8;
}

.home-splash2 {
  position: absolute;
  max-width: 90%;
  left: -30px;
  opacity: 1;
}

.home-splash3 {
  position: absolute;
  max-width: 90%;
  left: -20px;
  opacity: 1;
}

/* Splash 1 */
.splash-animate {
  transform: scale(0.1) rotate(0deg);
  transition:
    transform 0.7s ease-in-out,
    opacity 0.7s ease-in-out;
  opacity: 0.5;
}

.splash-animate.active {
  transform: scale(0.9) rotate(18deg);
  opacity: 1;
}

/* Splash 2 (slightly different feel) */
.splash-animate-2 {
  transform: scale(0.4) rotate(0deg);
  transition:
    transform 0.7s ease-in-out,
    opacity 0.7s ease-in-out;
  opacity: 0.5;
}

.splash-animate-2.active {
  transform: scale(0.9) rotate(-18deg);
  opacity: 1;
}

.splash-animate-3 {
  transform: scale(0.4) rotate(0deg);
  transition:
    transform 0.7s ease-in-out,
    opacity 0.7s ease-in-out;
  opacity: 0.5;
}

.splash-animate-3.active {
  transform: scale(1) rotate(-18deg);
  opacity: 1;
}

.home-animate-2 {
  transform: scale(0.3) rotate(0deg);
  transition:
    transform 0.7s ease-in-out,
    opacity 0.7s ease-in-out;
  opacity: 0.5;
}

.home-animate-2.active {
  transform: scale(0.6) rotate(-18deg);
  opacity: 1;
}

.home-animate-3 {
  transform: translateY(300px) translateX(200px) scale(0.3) rotate(0deg);
  transition:
    transform 0.7s ease-in-out,
    opacity 0.7s ease-in-out;
  opacity: 0.5;
}

.home-animate-3.active {
  transform: translateY(25px) translateX(50px) scale(1) rotate(-18deg);
  opacity: 1;
}

/*nav button*/
.nav-btn {
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 1rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition:
    background 0.2s,
    transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
}

.nav-btn:hover {
  background: rgba(219, 69, 119, 0.979);
  color: #fff;
}

.logos {
  overflow: hidden !important;
  white-space: nowrap;
}

.logo_items:first-child {
  animation: none !important;
  display: flex !important;
  transition: transform 0.5s ease;
  will-change: transform;
}

.logo_items:nth-child(2) {
  display: none !important;
}

/* enquiry pop up form*/

.enq-tab {
  position: static;
  transform: none;
  writing-mode: horizontal-tb;
  background: #db4375fa;
  color: #fff;
  font-family: "Russo One", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}

/* .enq-tab {
    position: fixed;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    z-index: 9998;
    writing-mode: vertical-rl;
    background: #db4375fa;
    color: #fff;
    font-family: "Russo One", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 10px;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    border: none;
    outline: none;
  } */
.enq-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.enq-overlay.active {
  display: flex;
}

.enq-modal {
  position: relative;
  width: 95%;
  max-width: 440px;
  background: #000;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 30px;
}

.enq-modal h3 {
  font-family: "Russo One", sans-serif;
  color: #fff;
  font-size: 20px;
  margin: 0 0 20px;
}

.enq-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.enq-field {
  margin-bottom: 14px;
}
.enq-field label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
}
.enq-field input,
.enq-field textarea {
  width: 100%;
  background: #111;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 10px 12px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  outline: none;
}
.enq-field textarea {
  resize: none;
  height: 85px;
}
.enq-field input::placeholder,
.enq-field textarea::placeholder {
  color: #666;
}

.enq-send-btn {
  width: 100%;
  padding: 12px;
  background: #db4375fa;
  border: none;
  border-radius: 6px;
  font-family: "Russo One", sans-serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin-top: 6px;
}

.enq-success {
  display: none;
  text-align: center;
  padding: 20px 0;
}
.enq-success h3 {
  color: #fff;
  margin-bottom: 8px;
}
.enq-success p {
  color: #aaa;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

.navbar .enq-tab {
  margin-left: 15px;
}

.yt-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.yt-card img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 40px;
  background: red;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 10px;
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/*  GET IN TOUCH HEADING  */

.git-h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.05;
  letter-spacing: -1.5px;
}
.git-yellow {
  color: #fcee23;
}
.git-sub {
  color: #888;
  font-size: clamp(0.88rem, 1.6vw, 1.05rem);
  margin: 0 auto;
  max-width: 500px;
  line-height: 1.65;
}

/*  CUSTOMER FORM – FINAL COMPACT DESKTOP CSS  */

/* Card */
.cform-card {
  border-radius: 12px;
  padding: 16px 20px;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.join-content-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: left;
  width: 38%;
  margin-left: -6%;
}
/* Gradient */
.cform-card--customer {
  background: linear-gradient(135deg, #7b2fbf 0%, #9900cc 60%, #6a1a99 100%);
  box-shadow: 0 8px 30px rgba(153, 0, 204, 0.3);
}

/* Title */
.cform-title {
  font-family: "Russo One", sans-serif;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cform-title::before {
  content: "";
  width: 3px;
  height: 16px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}

/* Layout */
.cform-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cform-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cform-row.full {
  grid-template-columns: 1fr;
}

/* Field */
.cform-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cform-field label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  text-transform: uppercase;
  text-align:start;
}

/* Inputs */
.cform-field input,
.cform-field textarea {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 6px 8px;
  color: #fff;
  font-size: 0.75rem;
  outline: none;
  width: 100%;
  transition: 0.2s ease;
}

.cform-field input::placeholder,
.cform-field textarea::placeholder {
  color: rgba(255, 253, 253, 0.747);
  font-size:14px
}

.cform-field input:focus,
.cform-field textarea:focus {
  border-color: rgba(252, 238, 35, 0.7);
  background: rgba(255, 255, 255, 0.18);
}

/* Textarea */
.cform-field textarea {
  resize: none;
  height: 50px;
}

/* Upload */
.cform-upload-label {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.2s ease;
}

.cform-upload-label:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(252, 238, 35, 0.6);
  color: #fff;
}

.cform-upload-label input {
  display: none;
}

/* File name */
.file-name {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Button */
.cform-btn {
  padding: 6px 16px;
  background: #fcee23;
  color: #111;
  font-family: "Russo One", sans-serif;
  font-size: 0.75rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease;
}

.cform-btn:hover {
  background: #ffe000;
  transform: translateY(-1px);
}

/* Button spacing */
.cform-gap {
  margin-top: 6px;
}

/*  PINK STUDENT FORM  */
.cform-card--student {
  background: linear-gradient(135deg, #e8729a 0%, #d45080 60%, #c03060 100%);
  box-shadow: 0 8px 40px rgba(212, 80, 128, 0.35);
}

/* Decorative circle */
.cform-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

/*  INPUTS  */

.cform-field select {
  width: 100%;
  padding: clamp(7px, 0.9vw, 11px) clamp(10px, 1.1vw, 14px);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.68rem, 0.9vw, 0.82rem);
  outline: none;
  transition: 0.2s ease;
}

/* Select dropdown */
.cform-field select option {
  background: #222;
  color: #fff;
}

/*  PINK SECTION LAYOUT  */
.pink-section {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 80px 50px;
  position: relative;
}

/*  FORM  */
.cform-card--student {
  max-width: 520px;
  width: 100%;
  z-index: 2;
}

/*  MASCOT  */
.pink-mascot {
  display: flex;
  align-items: flex-end;
}

.pink-mascot img {
  height: 550px;
  object-fit: contain;
}

/*  BLOG PAGE  */
.blog-page {
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/*  SECTION  */
.blog-section {
  padding: 60px 0 80px;
}

.blog-section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.blog-section-heading h2 {
  font-family: "Russo One", sans-serif;
  font-size: 2rem;
}

.blog-section-heading span {
  color: #fcee23;
}

/*  GRID  */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/*  CARD  */
.blog-card {
  background: #111;
  border: 1px solid #1e1e1e;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

/* .blog-card:hover {
  border-color: #9900cc;
  transform: translateY(-5px);
} */

/*  IMAGE  */
.blog-card-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*  BODY  */
.blog-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/*  META  */
.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 12px;
  color: #777;
}

/*  TITLE  */
.blog-card-title {
  font-family: "Russo One", sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.blog-card a {
  text-decoration: none;
}

/*  DESC  */
.blog-card-desc {
  font-size: 13px;
  color: #aaa;
}

/*  DIVIDER  */
.blog-card-divider {
  height: 1px;
  background: #222;
}

/*  BUTTON  */
.blog-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #9900cc;
  padding: 6px 14px;
  border-radius: 6px;
  color: #cc66ff;
  font-size: 12px;
  text-decoration: none;
}

.blog-read-btn:hover {
  background: #9900cc;
  color: #fff;
}

/*blog-detail*/
.bd-page {
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-top:-30px !important;
}

/* HERO */
.bd-hero {
  width: 100%;
  height: 50vh;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
}

.bd-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.55;
}

.bd-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.93)
  );
}

.bd-hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 40px;
  z-index: 2;
}

/* BREADCRUMB */
.bd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #666;
  margin-bottom: 12px;
}

.bd-breadcrumb a {
  color: #666;
  text-decoration: none;
}

.bd-breadcrumb a:hover {
  color: #fcee23;
}

.bd-breadcrumb .sep {
  color: #333;
}

.bd-breadcrumb .cur {
  color: #9900cc;
}

/* TITLE */
.bd-hero-title {
  font-family: "Russo One", sans-serif;
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 18px;
  max-width: 780px;
}

.bd-hero-title span {
  color: #fcee23;
}

/* META */
.bd-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.bd-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #888;
  font-size: 12px;
}

.bd-meta-item i {
  color: #9900cc;
  font-size: 11px;
}

.bd-meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
}

/* CONTENT WRAP */
.bd-wrap {
  max-width: 1330px;
  margin: 0 auto;
  padding: 10px 20px 80px;
}

/* HEADINGS */
.bd-wrap h2 {
  font-family: "Russo One", sans-serif;
  font-size: clamp(1.1rem, 1.9vw, 1.55rem);
  margin: 44px 0 14px;
  line-height: 1.2;
}

.bd-wrap h2 span {
  color: #fcee23;
}

.bd-wrap h3 {
  font-family: "Russo One", sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  color: #cc66ff;
  margin: 28px 0 10px;
}

/* PARAGRAPHS */
.bd-wrap p {
  color: #999;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  line-height: 1.9;
  margin-bottom: 18px;
}

/* LIST */
.bd-wrap ul {
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bd-wrap ul li {
  color: #999;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  line-height: 1.75;
  padding-left: 20px;
  position: relative;
}

.bd-wrap ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #9900cc;
  font-size: 9px;
  top: 7px;
}

.bd-wrap ul li strong {
  color: #fff;
  font-weight: 600;
}
 

/*career page*/

 
.career-page {
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/*  FORM SECTION */
.career-section {
  padding: 70px 0 90px;
  background: #000;
}

.career-inner {
  max-width: 860px;
  margin: 0 auto;
  /* background: #0a0a0a;
  color:#000;
  border-radius:12px;
  padding : 40px 30px  */
}

/* heading */
.career-form-heading {
  text-align: center;
  margin-bottom: 52px;
}

.career-form-heading h2 {
  font-family: 'Russo One', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #fff;
  letter-spacing: -0.8px;
  margin: 0 0 10px;
}

.career-form-heading h2 span { color: #fcee23; }

/*  SECTION LABEL  */
.cf-section-label {
  font-family: 'Russo One', sans-serif;
  font-size: 11px;
  color: #9900cc;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.cf-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #1a1a1a;
}

/*  GRID  */
.cf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.cf-grid.three { grid-template-columns: 1fr 1fr 1fr; }

/*  FIELD  */
.cf-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* BIG LABELS */
.cf-field label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* BIG INPUTS */
.cf-field input,
.cf-field select {
  background: rgb(185 139 255 / 16%);
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 15px 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
  line-height: 1.5;
}

.cf-field input::placeholder {
  color: #8e8d8d;
  font-size: 15px;
}

.cf-field input:focus,
.cf-field select:focus {
  border-color: #9900cc;
  background: rgba(153,0,204,0.06);
}

.cf-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239900cc' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.cf-field select option {
  background: #111;
  color: #fff;
  font-size: 14px;
}

/*  UPLOAD ZONES  */
.cf-upload-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.cf-upload-zone {
  border: 1.5px dashed #252525;
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
}

.cf-upload-zone:hover {
  border-color: #9900cc;
  background: rgba(153,0,204,0.04);
}

.cf-upload-zone.has-file {
  border-color: #00aa44;
  background: rgba(0,170,68,0.04);
}

.cf-upload-zone input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.cf-upload-icon {
  font-size: 32px;
  color: #2a2a2a;
  margin-bottom: 12px;
  transition: color 0.2s;
  display: block;
}

.cf-upload-zone:hover .cf-upload-icon { color: #9900cc; }
.cf-upload-zone.has-file .cf-upload-icon { color: #00aa44; }

.cf-upload-title {
  font-family: 'Russo One', sans-serif;
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}

.cf-upload-sub {
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
}

.cf-upload-hint {
  font-size: 11px;
  color: #333;
}

.cf-file-name {
  font-size: 12px;
  color: #00aa44;
  margin-top: 8px;
  font-weight: 600;
  word-break: break-all;
}

/*  SUBMIT  */
.cf-submit-wrap {
  margin-top: 40px;
  text-align: center;
}

.cf-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fcee23;
  color: #111;
  font-family: 'Russo One', sans-serif;
  font-size: 16px;
  padding: 18px 56px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.2s, transform 0.15s;
}

.cf-submit-btn:hover {
  background: #ffe000;
  transform: translateY(-2px);
}

.cf-submit-btn i { font-size: 18px; }

/*  SUCCESS  */
.cf-success {
  display: none;
  text-align: center;
  padding: 80px 20px;
}

.cf-success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0,170,68,0.12);
  border: 2px solid #00aa44;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 32px;
  color: #00aa44;
}

.cf-success h3 {
  font-family: 'Russo One', sans-serif;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 12px;
}

.cf-success p {
  color: #666;
  font-size: 15px;
  max-width: 420px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.cf-success a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #9900cc;
  color: #cc66ff;
  font-family: 'Russo One', sans-serif;
  font-size: 13px;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}

.cf-success a:hover {
  background: #9900cc;
  color: #fff;
}
