.swiper {
  width: 100%;
  padding: 20px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-card {
  display: block;
  width: 100%;
  text-align: center;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  transition: .2s all ease;
}

.video-thumbnail:hover {
  transform: scale(1.02);
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  opacity: unset;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}


.cnete {
  text-align: center;
  padding-bottom: 60px;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 0 35px;
}

.swiper-button-prev,
.swiper-button-next {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  background: #be69b9;
  /* optional background */
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 15px !important;
  /* adjust arrow size */
  color: white;
  /* arrow color */
}

.serv {
  padding-top: 50px;


}

.serv ul {
  display: flex;
  gap: 50px;
  text-align: center;
  padding: 10px;
}


.serv ul h4.c-services__item-title {
  padding-top: 20px;
  font-size: 30px;
  padding-bottom: 10px;
}

.loader {
  background-image: url('/favicon/Logo\ WhitePNG.png');
  background-size: cover;
}

.contact-container {
  max-width: 1300px;
  margin: 50px auto;
  background: #fff;
  border-radius: 15px;
  margin-top: 100px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid #be69b9;
}

h2.contact-title {
  color: var(--color-orange) !important;
  text-align: center;
  padding-bottom: 40px !important;
}

.contact-title span {
  position: relative;
  display: inline-block;
}

.contact-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #000000;
  z-index: -1;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1;
  min-width: 250px;
}

.form-group.full {
  flex: 100%;
}

.contact-container form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f2234;
}

.contact-container form input,
textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
  background: none;
}

.contact-container form input {
  color: black;
  font-size: 18px;
}

.contact-container form textarea {
  resize: none;
  height: 80px;
  color: black;
  font-size: 18px;

}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.tag {
  padding: 8px 15px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  color: #0f2234;
  transition: all 0.3s ease;
}

.tag:hover,
.tag.active {
  background: #be69b9;
  color: #fff;
}

.submit-btn {
  background: #be69b9;
  color: white;
  border: none;
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: black;
}

.padim {
  padding-top: 40px;
}


h3.c-text-highlight__title.o-text-reveal.has-split-text.is-inview,
h2.c-works-cta__title.o-text-reveal.has-split-text,
h3.c-text-highlight__title.cnete.is-inview,
h3.c-clients__title.o-text-reveal.has-split-text.is-inview,
a.c-site-footer__title.enhanced-link.is-inview,
h1.c-header-about__title,
h3.c-text-highlight__title.has-split-text {
  color: #3ca4ea;
  /* color: #1fa081; */

}

#preloader {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.4s ease;
}

#preloader.preloader--hide {
  opacity: 0;
  pointer-events: none;
}

#preloader .preloader-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 12px;
}

#preloader .preloader-text {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 14px;
  text-transform: uppercase;
}

/* Lottie box for preloader */
.preloader-lottie {
  width: 140px;
  height: 140px;
  margin-bottom: 12px;
}


.tpl-about .c-logo img {
  filter: brightness(0);
}

.theme-black .tpl-about .c-logo img {
  filter: unset;
}

h3.c-gallery-people__title.o-text-reveal.has-split-text.is-inview {
  color: #3ca4ea;
}

.lastline {
  padding-top: 30px;
}



body.tpl-service .c-logo img {
  filter: brightness(0);
}

.theme-black .tpl-service .c-logo img {
  filter: unset;
}

.c-logo img {
  transition: .2s all ease;
}

h3.c-services-list__title.o-text-reveal.has-split-text.is-inview,
p.c-services-list__item-text.is-inview,
h1.c-header-contact__title,
h5.c-services-list__item-title {
  color: #be69b9 !important;
}

a.c-header-contact__item-text.o-hover-underline.has-split-text.enhanced-link:hover,
.o-hover-underline:not(.has-split-text):hover,
p.c-header-contact__text:hover,
a.c-site-footer__block-link.o-hover-underline.address.has-split-text.enhanced-link:hover {
  color: #be69b9;
}

.c-site-header__menu-bottom a.o-hover-underline.enhanced-link {
  color: black;
}

.lessfont {
  color: #fff !important;

  font-size: 50px;
}


/*marque code*/

.slider-container {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}

.slider {
  display: flex;
  width: calc(250px * 10);
  /* Width of all items */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  gap: 50px;

}

.slider-left {
  animation: slideLeft 20s infinite linear;
}

.slider-right {
  animation: slideRight 20s infinite linear;
}

.slider-item {
  min-width: 250px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slider-item img {
  filter: brightness(0) invert(1);
  opacity: unset !important;
  width: 120px;
}




@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

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

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

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

.title {
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
  color: #333;
}

.direction-label {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}

/* Pause animation on hover */
.slider-container:hover .slider {
  cursor: pointer;
}

/*end marque code*/


.address {
  font-size: 20px;
}




.img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 per row */
  gap: 20px;
  /* spacing between images */
  padding: 40px;
}

.img-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  /* optional rounded corners */
  opacity: unset !important;
}

@media (max-width: 600px) {

.c-site-header__menu-wrapper {
    position: relative;
    top: 25px !important;
    right: 5px !important;
}
h5.c-header-hp__title.lessfont {
    text-align: center;
}
.u-space-xl {
    padding-top: 50px !important;

}
.c-media__wrapper {

    padding-bottom: 220px !important;

}
.c-site-wrapper__content>*+*, .c-media-list__wrapper>*+*, .u-flow>*+* {
        padding-top: 50px !important;

}
.cnete{
  max-width: unset !important;
}
.swiper-button-prev,
.swiper-button-next {

  width: 35px !important;
  height:35px !important;

}
.slider-item {
    min-width: 150px;

}
.serv ul {

    gap: 30px;
    flex-direction: column;
}
h2.contact-title {

    font-size: 42px;
}
.contact-container {
    max-width: unset;
    margin: 20px 10px;

}
.tag {
    padding: 5px 10px;

    font-size: 12px;
}
.padim .o-text-reveal__item {
    text-align: center;
}
.c-media__wrapper.o-reveal.aboutpicset.is-inview {
   padding-bottom: 300px !important;
}
.img-grid {

    padding: 15px;
}
h3.c-banner-contact__text.o-text-reveal.has-split-text.is-inview .o-text-reveal__wrapper {
    margin-bottom: 15px;
    font-size: 40px;
}
.o-icon--logo-condensed {
    width: 80px;
    height: 70px;

}

.menu-active .c-site-header__menu-button {
  background: #e5e5dc !important;

}
h3.c-banner-contact__text.o-text-reveal.has-split-text.is-inview div {
    font-size: 32px !important;
}
}