/* link css that show in only moblie not desktop */
/* *{
  margin: 0;
  padding: 0;
} */

/* custom scrollbar */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #1e1e1e;
  border-radius: 10px;
  border: 2px solid #fff;
}
body::-webkit-scrollbar-track {
  border-radius: 1px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
/* custom scrollbar */
/* Hide mobile-only links on desktop */
.mobile-only {
  display: none !important;
}

/* menu link conevrt into button style */
.cta-button {
  display: inline-block;
  padding: 0px 25px 0px 7px !important;
  background-color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin-left: 25px !important;
}

li.cta-button a {
  color: #000 !important;
  margin: 0px !important;
}

.cta-button::after {
  content: url("/wp-content/uploads/2025/08/arrow_outward-1-1.svg") !important;
  position: absolute;
  top: 17%;
  right: 9px;
  transform: translateY(-50%);
  border: none !important;
}
.cta-button:hover {
  background-color: #ffffff;
}
.cta-button:hover::after {
  border-left-color: #ccc;
}

@media (max-width: 768px) {
  .hfe-menu-item.active-first {
    background-color: #e0f0ff;
    color: #000 !important;
    font-weight: bold;
    border-radius: 4px;
  }
}

/* Show on mobile */
@media (max-width: 1200px) {
  .mobile-only {
    display: block !important;
  }
}

.desktop-only,
.cta-button {
  display: block !important;
}

@media (max-width: 1200px) {
  .desktop-only,
  .cta-button {
    display: none !important;
  }
}

/* image slider  */

svg.e-font-icon-svg.e-eicon-chevron-left,
svg.e-font-icon-svg.e-eicon-chevron-right {
  display: none;
}

/* Custom cursor container */
/* Custom cursor (hidden by default) */
.custom-cursor {
  position: fixed;
  /* padding-top: 70px;
  padding-left: 100px; */
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
  display: none; /* hidden until inside target area */
}

.custom-cursor .cursor-text {
  font-size: 15px;
  font-weight: 400px;
  font-family: "AeonikTRIAL-Regular" !important;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 7px 3px 7px;
  white-space: nowrap;
}

.custom-cursor .cursor-text::after {
  padding-left: 10px;
  size: 15px;
  content: url("/wp-content/uploads/2025/08/arrow_outward-1.svg") !important;
}

/* error 404 */
#button-svg .elementor-button-icon svg {
  height: 10px;
  width: 9px;
  margin-top: -4px;
}
.cta-button::after {
  height: 10px;
  width: 9px;
}
#button-svg-black .elementor-button-icon svg {
  height: auto;
  width: unset;
}
/* error 404 */

.ha-table__body-row .ha-table__body-row-cell:nth-child(-n + 3) {
  padding: 1.563vw 2.2vw 1.563vw 0vw !important;
}
.ha-data-table .ha-table__body-row:nth-child(odd):hover {
  background-color: #fff !important;
}
.ha-data-table .ha-table__body-row:nth-child(even):hover {
  background-color: #fff !important;
}
.ha-table__body-row .ha-table__body-row-cell:nth-child(4) {
  padding: 1.563vw 1vw 1.563vw 0vw !important;
  width: 10vw;
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .ha-table__body-row .ha-table__body-row-cell:nth-child(3) {
    width: 280px !important;
  }
  .cookie-policy {
    column-gap: 20vw !important;
  }
  .privacy-policy {
    column-gap: 20vw !important;
  }
}
.about-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* Elementor image widget hover grayscale */
.team-image {
  transition: filter 0.4s ease;
}

.team-image img:hover {
  filter: grayscale(100%);
}

/* CF7 */
.custom-contact-form {
  width: 435px !important;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .custom-contact-form {
    width: 340px !important;
  }
  .contact-section {
    column-gap: 30px !important;
  }
}
/* Input fields */
.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 30px;
  background: #1e1e1e;
  border: 1px solid #fff !important;
  color: #fff;
  font-size: 17px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  outline: none;
  transition: border 0.3s ease;
  border-radius: 0px !important;
  font-family: "AeonikTRIAL-Regular", Sans-serif !important;
}
.custom-contact-form textarea {
  height: 150px !important;
}
/* Submit button */
.custom-contact-form input[type="submit"] {
  background: #fff;
  color: #1e1e1e;
  border: none;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 17px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
}

.custom-contact-form .wpcf7-response-output {
  border-color: #fff !important;
  color: #fff !important;
  width: 435px;
  margin: 2em 0em 1em !important;
}

.hover-overlay:hover {
  filter: brightness(71%) !important;
  cursor: none;
}

@media (min-width: 769px) {
  .full-images img {
    height: 100dvh !important;
    object-fit: cover !important;
  }
}
.premium-adv-carousel__items img {
  will-change: transform !important;
  backface-visibility: hidden !important;
}

/* career form */
.custom-job-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  font-family: "AeonikTRIAL-Regular", Sans-serif;
}
.custom-job-form .wpcf7-form-control-wrap {
  width: -webkit-fill-available;
}

.custom-job-form .form-row {
  display: flex;
  width: 100%;
  gap: 20px;
}

.custom-job-form input[type="text"],
.custom-job-form input[type="email"],
.custom-job-form input[type="tel"],
.custom-job-form textarea,
.custom-job-form input[type="file"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  background: #1e1e1e;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  /* letter-spacing: 1px; */
  border-radius: 0px !important;
}
.custom-job-form textarea {
  height: 100px !important;
}
.custom-job-form input[type="text"]:focus,
.custom-job-form input[type="email"]:focus,
.custom-job-form input[type="tel"]:focus,
.custom-job-form textarea:focus,
.custom-job-form input[type="file"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #fff !important;
}

.custom-job-form input[type="file"] {
  background: #fff;
  color: #1e1e1e;
  cursor: pointer;
  font-family: "AeonikTRIAL-Regular", Sans-serif;
}

.custom-job-form input[type="submit"] {
  width: 100%;
  background: #1e1e1e !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "AeonikTRIAL-Regular", Sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 27px;
  padding: 10px;
}

.custom-job-form input[type="submit"]:hover {
  background: #fff;
  color: #1e1e1e;
}
.wpcf7-spinner {
  position: absolute;
  margin-top: 4em;
}

.dark-header .elementor-nav-menu--main .elementor-nav-menu .cta-button {
  background-color: #fff !important;
}
.dark-header .elementor-nav-menu--main .elementor-nav-menu .cta-button a {
  color: #1e1e1e !important;
}
.dark-header .elementor-nav-menu--main .elementor-nav-menu .cta-button::after {
  content: url("/wp-content/uploads/2025/09/arrow_outward-black.svg") !important;
  position: absolute;
  top: 17%;
  right: 9px;
  transform: translateY(-50%);
  border: none !important;
}
.dark-header .elementor-nav-menu--main .elementor-nav-menu .menu-item a::after {
  background-color: #fff !important;
}
/* General file upload button style */
.wpcf7 input[type="file"] {
  display: none;
}

/* Custom label styling */
.custom-job-form .form-row label {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  width: 100%;
  border-radius: 0;
  font-family: "AeonikTRIAL-Regular", Sans-serif;
  box-shadow: none;
}
.wpcf7-not-valid-tip {
  color: #fff !important;
  font-family: "AeonikTRIAL-Regular", Sans-serif;
}
/* Two buttons side by side */

/* Hide default file input */
.custom-job-form input[type="file"] {
  display: none;
}

/* Upload button styling */
.custom-job-form .custom-upload {
  flex: 1;
}

.custom-job-form .custom-file-label {
  display: block;
  background: #fff;
  color: #000;
  padding: 14px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.custom-job-form .custom-file-label:hover {
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .custom-job-form .form-row {
    display: block !important;
  }
  .custom-job-form {
    gap: 0 !important;
  }
  .custom-job-form input[type="text"],
  .custom-job-form input[type="email"],
  .custom-job-form input[type="tel"],
  .custom-job-form textarea,
  .custom-job-form input[type="file"],
  .custom-job-form input[type="submit"] {
    margin-top: 30px;
  }
  .custom-job-form .file-name {
    margin-top: 30px !important;
  }
  .custom-job-form .custom-upload {
    margin-top: 30px;
  }
  .custom-job-form input[type="submit"] {
    margin-top: 15px !important;
  }
  .wpcf7-spinner {
    left: 0;
  }
}

/* Filename niche show */
.custom-job-form .file-name {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-family: "AeonikTRIAL-Regular", Sans-serif;
  word-break: break-word;
}

/* footer top btn */
.page-id-3147
  .mobile-header
  .mobile-header-btn
  a
  .elementor-button-icon
  svg
  path,
.vacancies-template
  .mobile-header
  .mobile-header-btn
  a
  .elementor-button-icon
  svg
  path,
.page-id-2185
  .mobile-header
  .mobile-header-btn
  a
  .elementor-button-icon
  svg
  path,
.page-id-2453
  .mobile-header
  .mobile-header-btn
  a
  .elementor-button-icon
  svg
  path,
.page-id-3222
  .mobile-header
  .mobile-header-btn
  a
  .elementor-button-icon
  svg
  path {
  fill: #1e1e1e !important;
}
.page-id-3147 .back-to-top-btn,
.vacancies-template .back-to-top-btn,
.page-id-2185 .back-to-top-btn,
.page-id-2453 .back-to-top-btn,
.page-id-3222 .back-to-top-btn {
  background-color: #1e1e1e !important;
}
.page-id-3147 .back-to-top-btn .elementor-icon-box-wrapper svg path,
.vacancies-template .back-to-top-btn .elementor-icon-box-wrapper svg path,
.page-id-2185 .back-to-top-btn .elementor-icon-box-wrapper svg path,
.page-id-2453 .back-to-top-btn .elementor-icon-box-wrapper svg path,
.page-id-3222 .back-to-top-btn .elementor-icon-box-wrapper svg path {
  fill: #fff !important;
}
.page-id-3147
  .back-to-top-btn
  .elementor-icon-box-wrapper
  .elementor-icon-box-title
  a,
.vacancies-template
  .back-to-top-btn
  .elementor-icon-box-wrapper
  .elementor-icon-box-title
  a,
.page-id-2185
  .back-to-top-btn
  .elementor-icon-box-wrapper
  .elementor-icon-box-title
  a,
.page-id-2453
  .back-to-top-btn
  .elementor-icon-box-wrapper
  .elementor-icon-box-title
  a,
.page-id-3222
  .back-to-top-btn
  .elementor-icon-box-wrapper
  .elementor-icon-box-title
  a {
  color: #fff !important;
}

/* Fix Premium Advanced Carousel gap issue */
/* Elementor image carousel continuous scroll */
.elementor-swiper-button,
.swiper-pagination {
  display: none !important;
}

.elementor-image-carousel-wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.elementor-image-carousel-wrapper .swiper-container {
  animation: ticker-scroll 30s linear infinite;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.vacancies-section .vacancies-item a:hover {
  color: #fff !important;
}

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  mix-blend-mode: difference !important;
}

.dark-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.service-title .elementor-shortcode .col-lg-8 {
  width: 56%;
}

@media (max-width: 768px) {
  .custom-job-form .form-row label {
    padding: 8px 20px !important;
  }
  .custom-job-form input[type="submit"] {
    padding: 8px 20px !important;
  }
}
.mobile-dark-header .mobile-header-btn .elementor-button-icon svg {
  width: 8px !important;
}

@media (max-width: 768px) {
  .custom-upload input[type="file"] {
    position: absolute;
    left: -9999px;
  }

  .custom-file-label {
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
  }

  .custom-upload .file-name {
    display: block;
    font-size: 14px;
    color: #fff;
  }
  .custom-job-form .wpcf7-response-output {
    width: auto !important;
    border-color: #fff !important;
    color: #fff !important;
    margin: 2em 0em 1em !important;
  }
  .custom-upload .file-name {
    margin-top: 15px !important;
  }
}
.error404 footer {
  display: none !important;
}
.section-404-main {
  overflow: clip;
}

.selected-filter-container {
  margin: 15px 0px 25px 0px !important;
}
@media (max-width: 768px) {
  .custom-contact-form {
    width: 100% !important;
  }
  .wpcf7-form .wpcf7-response-output {
    width: auto !important;
    border-color: #fff !important;
    color: #fff !important;
    margin: 2em 0em 1em !important;
  }
  .wpcf7-spinner {
    margin-top: 5em !important;
  }
}
.mobile-footer .back-to-top-btn .elementor-icon-box-icon svg path {
  fill: #1e1e1e !important;
}
.mobile-footer .back-to-top-btn .elementor-icon-box-content h3 a {
  color: #1e1e1e !important;
}
.mobile-footer .back-to-top-btn {
  background-color: #fff !important;
}

.page-id-2185 .mobile-footer .back-to-top-btn .elementor-icon-box-icon svg path,
.page-id-3147 .mobile-footer .back-to-top-btn .elementor-icon-box-icon svg path,
.vacancies-template
  .mobile-footer
  .back-to-top-btn
  .elementor-icon-box-icon
  svg
  path,
.page-id-2453 .mobile-footer .back-to-top-btn .elementor-icon-box-icon svg path,
.page-id-37 .mobile-footer .back-to-top-btn .elementor-icon-box-icon svg path,
.page-id-3222
  .mobile-footer
  .back-to-top-btn
  .elementor-icon-box-icon
  svg
  path {
  fill: #fff !important;
}
.page-id-2185 .mobile-footer .back-to-top-btn .elementor-icon-box-content h3 a,
.page-id-3147 .mobile-footer .back-to-top-btn .elementor-icon-box-content h3 a,
.page-id-37 .mobile-footer .back-to-top-btn .elementor-icon-box-content h3 a,
.vacancies-template
  .mobile-footer
  .back-to-top-btn
  .elementor-icon-box-content
  h3
  a,
.page-id-2453 .mobile-footer .back-to-top-btn .elementor-icon-box-content h3 a,
.page-id-3222 .mobile-footer .back-to-top-btn .elementor-icon-box-content h3 a {
  color: #fff !important;
}
.page-id-2185 .mobile-footer .back-to-top-btn,
.page-id-3147 .mobile-footer .back-to-top-btn,
.vacancies-template .mobile-footer .back-to-top-btn,
.page-id-2453 .mobile-footer .back-to-top-btn,
.page-id-37 .mobile-footer .back-to-top-btn,
.page-id-3222 .mobile-footer .back-to-top-btn {
  background-color: #1e1e1e !important;
}

.e-n-accordion-item-title-icon .e-closed svg {
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
}

.post-template-default .elementor-widget-text-editor h5 {
  margin-top: 60px !important;
  margin-bottom: 30px !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
}
@media (max-width: 768px) {
  .post-template-default .elementor-widget-text-editor h5 {
    font-size: 13px !important;
    line-height: 15px !important;
  }
}

@media (max-width: 768px) {
  .marquee-inner {
    gap: 4.8vw !important;
  }
  .marquee {
    height: 30vh !important;
  }
}
.ampersand-icon {
  width: 0.76em;
  margin-top: -0.2em;
}
/* h2.elementor-heading-title {
  opacity: 0;
  will-change: transform, opacity;
}

h2.elementor-heading-title * {
  will-change: transform, opacity;
} */
footer .hfe-nav-menu#menu-1-48bd4ce {
  margin-right: 0;
}
@media screen and (height: 1080px) {
  .footer-logo-section {
    margin-bottom: -26vw !important;
  }
}
.contact-details a {
  color: #7e7e7e !important;
}
.contact-details a:hover {
  color: #fff !important;
}
.cky-btn-revisit-wrapper {
  background-color: #1e1e1e !important;
}
/* ........................................... */

@media (width: 1536px) {
  .elementor-368 .elementor-element.elementor-element-0914a5c {
    margin-bottom: -16vw !important;
  }
}

@media (min-width: 769px) {
  .projects-template footer {
    display: none !important;
  }
}

.word-line {overflow: hidden;}
.skew-up {opacity: 0;}