/* Home page css */

.home-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /* Behind the content */
}

/* Overlay styling */
.home-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust transparency here */
  background-repeat: no-repeat;
  z-index: 0;
  /* Below the content, above the video */
}

/* Position relative for the container */
.home-banner {
  position: relative;
  overflow: hidden;
  /* Prevent overflow of the video */
  min-height: 650px;
}


.custom-divider {
  border: 5px solid #fff;
  width: 30%;
  margin: 20px 0px;
  display: block;
}

.banner-animate {
  background: rgba(237, 61, 118, 1);
  width: fit-content;
  padding: 0px 8px;
  margin-left: -10px;
  border-radius: 50px 30px 0px 50px;
}

.home-sec-2 {
  background: url('../../assets/images/home/sec-2-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  overflow: visible;
  background-color: #0c1626;
}

.sec-border {
  border: 3px solid #ED3D76;
  width: 8%;
  margin: 20px 0px 30px 0px;
  display: block;
}

.home-sec-2 .col-md-4 {
  padding-right: 0px;
}

.pink-g {
  background: #ED3D76;
  border-radius: 50px;
  padding: 0px 10px;
  margin-left: -10px;
}

.home-sec-3 {
  background: url('../../assets/images/home/sec-3-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  background-color: #050d19;
  display: flex;
  align-items: center;
}



.counter-box {
  display: block;
  background: #0C1626;
  padding: 20px 37px 25px 37px;
  text-align: center;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #fff;
  font-family: Be Vietnam Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #d2d2d2;
}

.counter {
  font-family: Roboto;
  font-size: 54px;
  font-weight: 600;
  line-height: normal;
  color: #ED3D76;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.counter-box.colored {
  background: #ED3D76;
  padding: 120px 37px;
}

.counter-box.colored * {
  color: #fff !important;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff;
}

.u-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.c-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-carousel__wrapper.swiper {
  margin: 0 0px;
  position: static;
}

.c-carousel__inner-wrapper.swiper-wrapper {
  display: flex;
  align-items: center;
}

.c-carousel img {
  margin: 0 auto;
}

.c-carousel__controls {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-carousel__item.swiper-slide {
  /* Remove max-width */
  width: auto;
  /* Let the image decide the width */
  flex-shrink: 0;
  /* Prevent shrinking */
  margin-right: 16px;
  /* Add space between items */
}

.c-carousel__item img {
  display: block;
  width: 100%;
  /* Ensure the images scale properly */
  height: auto;
}


.home-sec-4 {
  background: url('../../assets/images/home/sec-4-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;

}

/* Services-slider */

/* Parent container for specificity */
.services-home-slider {

  overflow: hidden;
}

/* Left Content Styles */
.services-home-slider .services-content-wrapper {
  height: 650px;
}

.services-home-slider .services-content-container {
  position: relative;
}

.services-home-slider .services-content {
  display: none;
  transition: opacity 0.5s ease-in-out;
}

.services-home-slider .services-content.active {
  display: block;
}

.services-home-slider h2 {
  color: #ED3D76;
}

.services-home-slider .services-content-wrapper {
  height: 600px;
}

/* Right Side Slider Styles */

.services-home-slider .swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.services-home-slider .swiper {
  width: 100%;
  overflow: hidden;
}

.services-home-slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.services-home-slider .swiper-pagination {
  margin-top: 10px;
}

/* Navigation Buttons */
.services-home-slider .swiper-button-next::after {
  content: url('../../assets/images/home/our-works-arrow-left.svg');

}

.services-home-slider .swiper-button-prev::after {
  content: url('../../assets/images/home/our-works-arrow-left.svg');
  transform: rotate(180deg);
}

.service-slider-img .swiper-slide.swiper-slide-next {
  position: relative;
  top: 300px;
}

.service-slider-img .swiper-slide.swiper-slide-active {
  width: 500px !important;
  height: auto;
}



.service-slider-img .swiper-slide .swiper-slide-prev {
  display: none;
}

.service-slider-img .swiper-slide.swiper-slide-next img {
  height: 300px;
  width: 250px;
}

.service-slider-img {
  height: 680px;
}


.services-home-slider .swiper-button-prev {
  left: 0px;
  top: 68.4%;
}


.services-home-slider .swiper-button-next {
  left: 100px;
  top: 69%;
}

.services-home-slider .services-content .icon-box-btn .contact-button {
  background: rgba(30, 30, 30, 0.78);
  backdrop-filter: blur(1.9591838121414185px);
}

.services-home-slider .services-content .icon-box-btn .contact-button:hover {
  background: #fff;
  backdrop-filter: blur(1.9591838121414185px);
}

.services-home-slider .services-content .icon-box-btn .arrow-button {
  background: rgba(30, 30, 30, 0.78);
  backdrop-filter: blur(1.9591838121414185px);
}

/* Event Production Services page styles */
.eps-banner {
  background: url('../../assets/images/eps/eps-banner.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  overflow: visible;
}

.eps-banner .icon-box-btn .contact-button,
.eps-banner .icon-box-btn .arrow-button,
.ec-banner .icon-box-btn .contact-button,
.ec-banner .icon-box-btn .arrow-button,
.stage-sec-2 .icon-box-btn .contact-button,
.stage-sec-2 .icon-box-btn .arrow-button,
.ems-banner .icon-box-btn .contact-button,
.ems-banner .icon-box-btn .arrow-button,
.img-accord-caption .icon-box-btn .contact-button,
.img-accord-caption .icon-box-btn .arrow-button, 
.stage-banner .icon-box-btn .contact-button,
.stage-banner .icon-box-btn .arrow-button{
  background: #ED3D76;
}

.eps-banner .icon-box-btn .contact-button:hover {
  color: #ED3D76;
}

.eps-sec-2 {
  background: url('../../assets/images/eps/eps-s-banner.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 625px;
  background-color: #050d19;
}

.eps-sec-3 {
  background: url('../../assets/images/eps/exhibition-stand-production-banner.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  overflow: hidden;
}

.eps-sec-2 .icon-box-btn .contact-button,
.eps-sec-2 .icon-box-btn .arrow-button,
.ec-sec-2 .icon-box-btn .contact-button,
.ec-sec-2 .icon-box-btn .arrow-button {
  background: rgba(30, 30, 30, 0.78);
  backdrop-filter: blur(1.9591838121414185px);
}


.ows-sec {
  overflow: hidden;
  background-color: #050D19;
}

.ows-sec .container-fluid {
  padding: 0 12.2px;
}

.ow-services-card {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.ow-intro {
  position: absolute;
  height: 40%;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 20px;
  color: #fff;
  background-color: #ED3D76;
  transition: .4s ease-in-out;
  visibility: hidden;
  /* Initially hide the intro */
  opacity: 0;
  /* Make intro invisible initially */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Align text at the bottom */
  justify-content: center;
}

.ow-services-card:hover .ow-intro {
  visibility: visible;
  /* Show intro on hover */
  opacity: 1;
  /* Fade in intro */
  background-color: #ED3D76;
}

.ow-services-card:hover img {
  transform: scaleY(1.1);
}


.ow-text-title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  visibility: hidden;
  /* Initially hide heading */
  opacity: 0;
  /* Initially invisible */
  transition: opacity 0.3s ease-in-out;
}

.ow-services-card:hover .ow-text-title {
  visibility: visible;
  /* Show heading on hover */
  opacity: 1;
  /* Fade in heading */
}

.ows-sec .row {
  margin-bottom: -4px;
}

.os-accord {
  overflow: hidden;
  background-color: #050D19;
}


/* FAQ styles */

.faq--sec {
  background: url('../../assets/images/faq-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  background-color: #050D19;
}


.faq--sec .accordion-button:focus {
  box-shadow: none;
}

.faq--sec .accordion-button:focus-visible,
.faq--sec .accordion-body:focus-visible {
  outline: 0;
}

.faq--sec .accordion-button {
  font-family: Roboto;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #FFFFFF;
  border: none;
  background-color: #0C1626;
  box-shadow: none;
}

.faq--sec .accordion-item {
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
  background: transparent;
}

.faq--sec .accordion-body {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0%;
  background-color: #0C1626;
  color: #DBE1F3;
}

.faq--sec .accordion-button[aria-expanded="true"] {
  box-shadow: none;
  color:
    #ED3D76;
}

.faq--sec .accordion-button[aria-expanded="false"]:after {
  background-image: url('../../assets/images/accord-plus.svg');
}


.faq--sec .accordion-button::after {
  background-image: url('../../assets/images/accord-minus.svg');
}

.faq--sec .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border: none;
}


.exsp-slider .swiper {
  width: 100%;
  height: 100%;
}

.exsp-slider,
.swiper-wrapper {
  z-index: inherit;
}


.exsp-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  box-sizing: border-box;
}

.exsp-slider .content {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  gap: 30px;
}

.exsp-slider .content h2 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

/* Image part (60% width) */
.exsp-slider .swiper-slide .image {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.exsp-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Logo, Company Name and Description part (40% width) */
.exsp-slider .details {
  width: 40%;
  padding: 20px;
  box-sizing: border-box;
}

.exsp-slider .description {
  padding-right: 30px;
  margin-bottom: 1.5em;
}

.exsp-slider strong {
  color: #ca9c81;
}

.exsp-slider .details .logo {
  max-width: 100px;
  /* Adjust logo size */
  margin-bottom: 15px;
}

.exsp-slider .details .company-name {
  margin-bottom: 10px;
  margin-top: 10px;
}

.exsp-slider ul {
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 40px;
}

.exsp-slider ul>li:before {
  content: '\e9a2';
  font-family: "fontello";
  font-size: 11px;
  left: -20px;
  top: -1px;
  position: relative;
  color: #000;
}

.exsp-slider .swiper-button-next,
.exsp-slider .swiper-button-prev {
  z-index: 9999;
  /* Make sure it's higher than other elements */
}



a.btn-success {
  padding: 10px 20px;
  background: transparent;
  border: 2px solid #072622;
  color: #072622;
  font-family: outfit;
  font-size: 16px;
  line-height: 21px;
}

.btn-success:hover {
  background: #072622;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .exsp-slider .content {
    flex-direction: column;
    margin-bottom: 15px;
    gap: 20px;
  }

  .exsp-slider .swiper-slide .image {
    width: 100%;
  }

  .exsp-slider .details {
    width: 100%;
    padding-left: 0px;
  }



  .exsp-slider .description {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .exsp-slider .content {
    flex-direction: column;
    margin-bottom: 15px;
    gap: 0px;
  }

  .exsp-slider .swiper-slide .image {
    width: 100%;
  }

  .exsp-slider .details {
    width: 100%;
    padding-left: 20px 20px;
  }


  .exsp-slider .description {
    padding-right: 0px;
  }
}



/* Event Photography page styles */

.ephs-banner {
  background: url('../../assets/images/ephs/ce-banner.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  overflow: visible;
}

.p-border {
  border-bottom: 1px solid #FFFFFF1A;
}


.ephs-sec-3 {
  /* background: url('../../assets/images/eps/eps-s-banner.png'); */
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 555px;
  background: #050d19;
}

.ephs-sec-4 {
  /* background: url('../../assets/images/eps/eps-s-banner.png'); */
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 555px;
  background: #050d19;
}

.ephs-sec-5 {
  /* background: url('../../assets/images/eps/eps-s-banner.png'); */
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 555px;
  background: #050d19;
}


.ephs-sec-4 .icon-box-btn .contact-button,
.ephs-sec-4 .icon-box-btn .arrow-button {
  background: rgba(30, 30, 30, 0.78);
  backdrop-filter: blur(1.9591838121414185px);
}

.ephs-sec-3 .icon-box-btn .contact-button,
.ephs-sec-3 .icon-box-btn .arrow-button,
.ephs-sec-5 .icon-box-btn .contact-button,
.ephs-sec-5 .icon-box-btn .arrow-button {
  background: #ED3D76;
}

.ephs-sec-6 {
  /* background: url('../../assets/images/eps/eps-s-banner.png'); */
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 555px;
  background: #050d19;
}

.ephs-sec-6 .icon-box {
  background: url('../../assets/images/ephs/ephs-fav-bg.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}

.ephs-sec-7 {
  background: url('../../assets/images/ephs/our-clients-bg.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  background-color: #050d19;
}


.ehps-last {
  background: url('../../assets/images/ephs/ehps-last-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 446px;
}

/* Corporate Event page styles */

.ec-banner {
  background: url(../../assets/images/c-event/ce-banner.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  overflow: visible;
}


.ec-sec-2 {
  background: url('../../assets/images/c-event/ec-banner-2.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 625px;
  background-color: #050d19;
}


.ec-sec-6 .icon-box {
  gap: 25px;
}

.timeline-container {
  position: relative;
  max-width: 800px;
  margin: auto;
  padding: 70px 0px 100px 0px;
}

.timeline-line-wrapper {
  position: absolute;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.timeline-line-white {
  background-color: white;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
  z-index: 1;
}

.timeline-line-pink {
  background: linear-gradient(to top, #ff007f, transparent);
  width: 8px;
  height: 0;
  position: absolute;
  top: 0;
  left: -3px;
  border-radius: 0px;
  z-index: 2;
}

.timeline-item {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
}

.timeline-content {
  background: transparent;
  padding: 20px;
  border-radius: 8px;
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .timeline-container {
    padding: 30px 0px 30px 0px;
  }

  .timeline-line-white {
    left: auto;
    right: 140px;
  }

  .timeline-line-pink {
    left: auto;
    right: 136.5px;
  }
}





/* Laptops styles */

@media only screen and (min-width: 1200px) and (max-width:1440px) {
  .services-home-slider .services-content-wrapper {
    height: 650px;
  }

  .service-slider-img {
    height: 650px;
  }

  .service-slider-img .swiper-slide.swiper-slide-next img {
    height: 300px;
    width: 250px;
  }

  .service-slider-img {
    height: 650px;
  }


  .services-home-slider .swiper-button-prev {
    left: 0px;
    top: 73.2%;
  }


  .services-home-slider .swiper-button-next {
    left: 100px;
    top: 74%;
  }

  .service-slider-img .swiper-slide.swiper-slide-next {
    position: relative;
    top: 250px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1240px) {
  .services-home-slider .services-content-wrapper {
    height: 650px;
  }

  .service-slider-img .swiper-slide.swiper-slide-next {
    position: relative;
    top: 290px;
  }
}


.home-sec-5 {
  background: url('../../assets/images/home/sec-5-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  background-color: #050d19;
}

.home-sec-6 {
  background: url('../../assets/images/home/sec-5-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  background-color: #050d19;
}

.our-works-slider img {
  height: 500px;
}

.home-sec-6 .icon-box-btn .contact-button {
  background: rgba(30, 30, 30, 0.78);
}

.home-sec-6 .icon-box-btn .arrow-button {
  background: rgba(30, 30, 30, 0.78);
}

.home-sec-6 .icon-box-btn {
  position: absolute;
  bottom: -15px;
  z-index: 9999;
}



.our-works-slider .swiper-button-next::after {
  content: url('../../assets/images/home/our-works-arrow-left.svg');

}

.our-works-slider .swiper-button-next {
  bottom: -33px;
  top: auto;
  left: 70em;
  right: auto;
  position: relative
}

.our-works-slider .swiper-button-prev::after {
  content: url('../../assets/images/home/our-works-arrow-left.svg');
  transform: rotate(180deg);
}

.our-works-slider .swiper-button-prev {
  bottom: -27px;
  top: auto;
  left: 65em;
  right: auto;
  position: relative
}



.our-works-slider .swiper-pagination-fraction {
  color: #fff;
  left: auto;
  bottom: 0px;
  right: 15em;
  width: 20%;
}

.icon-pink-box {
  padding: 80px 110px;
  text-align: center;
  background: #ED3D76;
  border-radius: 8px;

}


.icon-box-btn .button-wrapper {
  display: inline-flex;
  align-items: center;
}

.icon-box-btn .contact-button {
  --button-background: #050D19;
  --button-color: #fff;

  display: flex;
  align-items: center;
  background-color: var(--button-background);
  color: var(--button-color);
  font-family: Be Vietnam Pro;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.71px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 12px 20px;
  border-radius: 4px 0 0 4px;
  /* Rounded only on the left */
  cursor: pointer;
  border: none;
  transition: box-shadow 150ms cubic-bezier(0.61, 1, 0.88, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 3px 7px 1px rgba(50, 50, 50, 0.25);
}

.icon-box-btn .contact-button:hover {
  color: #050D19;
  background: #fff;
}

.icon-box-btn .contact-button span {
  padding-right: 1rem;
  color: white;
}

.icon-box-btn .arrow-button {
  background-color: #050D19;
  /* Background for the arrow section */
  display: flex;
  align-items: center;
  padding: 8.8px 20px;
  border: none;
  border-left: 1px solid #ffffff;
  /* Divider between button text and arrow */
  border-radius: 0 4px 4px 0;
  /* Rounded only on the right */
  cursor: pointer;
  transition: box-shadow 150ms cubic-bezier(0.61, 1, 0.88, 1);
}

.icon-box-btn .arrow-icon {
  width: 14px;
  height: 14px;
}

.icon-box-btn .button-wrapper:hover .arrowPacman-clip {
  animation: pacman 0.8s cubic-bezier(0.55, 0, 0.21, 1) infinite;
}

.icon-box-btn .arrowPacman-clip {
  display: flex;
  transform: translateX(-10px);
  overflow: hidden;
  position: relative;
  left: 10px;
}

@keyframes pacman {
  0% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
  }
}


.home-sec-7 {
  background: url('http://localhost/assets/images/home/sec-7-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  background-color: #050d19;
}

.home-sec-7 h5 {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 700;
  line-height: 33.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ED3D76;
}



.home-last {
  background: url('../../assets/images/home/home-last-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 446px;
}


/* Contact Us page styles  */

.contact-us-banner {
  background: url(../../assets/images/contact-us/contact-us-banner.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.contact-us-sec-2 {
  background: url(../../assets/images/eps/exhibition-stand-production-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  overflow: hidden;
}



.contact-us-sec-2 .row {
  --bs-gutter-x: 4rem;
}



.contact-us-sec-2 .pink-g {
  margin-left: 0px;
}

.form-control:focus {
  box-shadow: 0px 0 10px 4px rgba(81, 22, 68, .85);
}


.contact-us-form {
  background-color: #050D19;
  border-radius: 10px;
}

.contact-us-form .form-label {
  font-size: 18px;
  font-family: Be Vietnam Pro;
  margin-bottom: 0.8rem;
}


.contact-us-form .btn {
  background: linear-gradient(90deg, rgba(154, 35, 103, 1) 20%, rgba(237, 61, 118, 1) 100%);
  padding: 10px 70px;
  border: 1.5px solid #9A2367;
  font-family: Be Vietnam Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 15.18px;
  color: #ffffff;
}

.contact-us-form .btn:hover {
  background: transparent;
  color: #ffffff;
}


.contact-us-form textarea {
  resize: none;
  /* Disable the resize feature */
  height: 100px;
  /* Set a fixed height */
}

.fs-small {
  font-size: 14px;
}

.underline-color-pink {
  text-decoration-color: #ED3D76 !important;
}



.thank-you-banner {
  background: url(../../assets/images/contact-us/thank-u-contact.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Stage design service page styles starts here */


.stage-banner {
  background: url('../../assets/images/stage/stage-banner-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  overflow: visible;
}

.stage-sec-2 {
  background: url('../../assets/images/c-event/ec-banner-2.png');
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 625px;
  background-color: #050d19;
}

.card-slider-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /* Section background */
}

.card-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  will-change: transform;
}

.card-inner {
  background: #0b1a2f;
  /* Card background */

  padding: 40px;
  max-width: 95%;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  gap: 40px;
  color: white;
}

#card1 {
  background-color: #08162B;
}

#card2 {
  background-color: #0e2344 !important;
  background: url('../../assets/images/stage/slide-2-vector.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-inner .number {
  font-family: 'Roboto';
  font-size: 120px;
  line-height: 80%;
  font-weight: bold;
}



.card-inner h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;

}

.card-inner .text p {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #DBE1F3;
}

.card-inner .row {
  --bs-gutter-x: 3.5rem;
}

.btn-custom {
  background: #f22684;
  border: none;
  padding: 10px 20px;
  color: #fff;
  margin-top: 20px;
}

.next-section {
  height: 100vh;
  background: #111;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.stage-sec-3 {
  background: url(../../assets/images/home/sec-5-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  background-color: #050d19;
}

.stage-sec-3 .f-box {
  border-radius: 40px;
  height: 260px;
}

.stage-sec-3 .p-box {
  border-radius: 40px;
  background: #ED3D76;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.stage-sec-3 .row {
  --bs-gutter-x: 3rem;
}

.stage-sec-4 {
  background: url(../../assets/images/home/sec-5-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  background-color: #050d19;
}

.stage-sec-4 .video-background {
  width: 100%;
  height: auto;
  display: block;
}

.video-wrapper video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.video-wrapper {
  width: 60vw;
  height: 820px;
}


@media only screen and (max-width: 1440px) {
  .video-wrapper {
    width: 90vw;
    height: 645px;
  }
}

/* Event management services page styles starts here */

.ems-banner {
  background: url('../../assets/images/ems/ems-banner-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  overflow: visible;
}

.ems-sec-3 .f-box {
  border-radius: 40px;
  height: 300px;
}

.ems-timeline .timeline-container {
  padding: 70px 0px 40px 0px;
}



/* About Us page styles  */

.about-us-banner {
  background: url(../../assets/images/contact-us/about-us-banner.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-sec-2 {
  background: url('../../assets/images/home/sec-3-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  overflow: visible;
  background-color: #0c1626;
}


.about-us .ehps-last {
  min-height: 510px;
}



/* Tablet styles */

@media only screen and (min-width: 768px) and (max-width:1200px) {
  .custom-divider {
    border: 4px solid #fff;
    width: 90%;
    margin: 35px 0px;
  }

  .eps-sec-2 .spt-100 {
    padding-top: 0px;
  }

  .contact-us-sec-2 .row {
    --bs-gutter-x: 2rem;
  }

  .ephs-sec-6 .icon-box {
    height: 320px;
    padding: 40px 20px;
  }

  .ephs-sec-7 {
    min-height: 600px;
  }

  .card-slide {
    top: 10% !important;
  }

  .card-inner h3 {
    font-size: 30px;
    line-height: 100%;
  }

  .card-inner .number {
    font-size: 80px;
    line-height: 65%;
  }

  .stage-sec-3 .f-box {
    width: 48%;
  }

  .video-wrapper {
    width: 100vw;
    height: 520px;
    /* or any height you want */
  }

  .stage section {
    margin-top: -2px;
  }

  .about-us-sec-2 span.db {
    display: block;
  }

  .about-us-sec-2 {
    min-height: 640px;
  }


  .icon-pink-box{
    padding: 50px;
  }

}


/* Mobile styles */

@media only screen and (max-width: 767px) {
  .home-banner {
    min-height: 650px;
    overflow: hidden;
  }

  .home-banner .row {
    gap: 40px;
  }

  .banner-animate {
    margin-left: 0px;
  }

  .home-banner .spt-50 {
    padding-top: 80px;
  }

  .custom-divider {
    border: 3px solid #fff;
    width: 72%;
    margin: 25px 0px;
  }

  .sec-border {
    width: 30%;
  }

  .home-sec-2 .col-md-4 {
    padding-right: 15px;
  }

  .home-sec-2 .row {
    gap: 20px;
  }

  .home-sec-3 .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .counter-box.colored {
    padding: 30px 35px;
    margin-top: 25px;
  }

  .icon-pink-box {
    padding: 30px;
  }


  .services-home-slider .services-content-wrapper {
    height: 500px;
  }

  .services-home-slider .swiper-button-prev {
    left: 40px;
    top: 47.8%;
  }

  .services-home-slider .swiper-button-next {
           left: 136px;
        top: 48.37%;
  }

  .service-slider-img {
    height: auto;
  }

  .our-works-slider img {
    height: 100%;
  }

  .eps-banner {
    min-height: 720px;
  }

  .eps-banner.spt-100 {
    padding-top: 80px;
  }

  .eps-sec-2 .spt-100 {
    padding-top: 0px;
  }

  .contact-us-sec-2 .row {
    --bs-gutter-y: 2rem;
  }

  .contact-us-sec-2 h2 {
    font-size: 24px;
    line-height: 38px;
    text-align: center;

  }

  .ephs-sec-6 .pink-g {
    background: transparent;
  }

  .card-inner .number {
    font-size: 40px;
    line-height: 80%;
    margin-bottom: 20px;
  }

  .card-inner h3 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px;
  }

  .stage-banner {
    min-height: 630px;
  }

  #cardSlider {
    height: auto;
    overflow: visible;
  }

  .card-slide {
    position: static !important;
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 20px;
  }

  .card-inner {
    padding: 40px 20px;
  }

  .card-inner .text p {
    font-size: 16px;
    line-height: 24px;
  }

  .stage-sec-3 .f-box {
    height: 240px;
  }

  .stage-sec-3 .row {
    --bs-gutter-x: 0rem;
  }

  .video-wrapper {
    width: 100vw;
    height: 310px;
    /* or any height you want */
  }

  .stage section {
    margin-top: -1px;
  }

  .ems-sec-3 .f-box {
    height: 270px;
  }

  .ems-banner {
    min-height: 550px;
  }


  .about-us-sec-2 span.db {
    display: block;
    font-size: 26px;
  }

.ec-banner{
    height: 840px;
            background-position-y: 100% !important;
}



}