#cursor-dot,
#cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

#cursor-dot {
  width: 8px;
  height: 8px;
  background-color: white;
}

#cursor-ring {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  background: transparent;
  transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease,
    border-width 0.2s ease;
}

body.hover-text #cursor-ring {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 1);
  border-width: 0;
  opacity: 0.5;
}

body.hover-button #cursor-ring {
  width: 70px;
  height: 70px;
  border: 1px solid white;
  background-color: transparent;
  opacity: 1;
}

body.hover-button #cursor-dot {
  width: 12px;
  height: 12px;
}

@media (max-width: 768px) {
  * {
    cursor: auto;
  }
  #cursor-dot,
  #cursor-ring {
    display: none;
  }
}

a[href^="mailto:"] {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

a[href^="mailto:"]::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

a[href^="mailto:"]:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.contact-image-wrapper {
  position: relative !important;
  z-index: 10 !important;
  display: block !important;
  min-height: 600px !important;
}

.contact-image-wrapper img.image-cover-parallax {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
}

.glass-card-dark {
  position: absolute !important;
  bottom: 500px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
  width: 90% !important;
  max-width: 400px !important;
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: #0e1011 !important;
  border: 2px solid #d68c7a !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8) !important;
}

.glass-item {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  text-decoration: none !important;
  margin-bottom: 15px !important;
}

.glass-item:last-child {
  margin-bottom: 0 !important;
}

.glass-icon {
  width: 40px !important;
  height: 40px !important;
  background: #222 !important;
  color: #d68c7a !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.glass-text {
  display: flex !important;
  flex-direction: column !important;
}

.glass-label {
  color: #999 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.glass-value {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.glass-divider {
  height: 1px !important;
  background: #333 !important;
  margin: 10px 0 !important;
  width: 100% !important;
  display: block !important;
}

@media screen and (max-width: 991px) {
  .contact-image-wrapper {
    min-height: 450px !important;
  }

  .glass-card-dark {
    bottom: 20px !important;
    padding: 15px !important;
    width: 92% !important;
  }
  .glass-value {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 479px) {
  .contact-image-wrapper {
    min-height: 400px !important;
  }

  .glass-card-dark {
    bottom: 15px !important;
    width: 95% !important;
  }
}
a.glass-item:hover {
  transform: translateX(5px) !important;
  cursor: pointer !important;
}
div.glass-item {
  cursor: default !important;
}

@media screen and (max-width: 991px) {
  .contact-image-wrapper {
    min-height: 600px !important;
  }
  .glass-card-dark {
    bottom: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 85% !important;
    max-width: 360px !important;
    padding: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .contact-image-wrapper {
    min-height: 600px !important;
  }

  .glass-card-dark {
    bottom: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: 85% !important;
    max-width: 340px !important;
    padding: 20px !important;
  }

  .glass-value {
    font-size: 12px !important;
    word-break: break-all !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .slidercaptcha {
    margin: 0 auto 20px auto !important;
    max-width: 100% !important;
  }

  .slidercaptcha .card-body {
    padding: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
  }

  #captcha {
    display: block !important;
    margin: 0 auto !important;
  }
}

.mobile-menu-nav-item .menu-nav-item-text {
  transition: transform 0.2s ease, font-style 0.2s ease;
  display: inline-block;
}

.mobile-menu-nav-item:hover .menu-nav-item-text {
  font-style: italic;
  transform: scale(1.05);
}

.mobile-menu-nav-item[href*="search-engine"],
.mobile-menu-nav-item[href*="branding"],
.mobile-menu-nav-item[href*="social-media"] {
  background-color: #ffffff;
  color: #000000 !important;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  width: fit-content;
  padding: 12px 24px;
  margin: 5px auto;
  align-self: center;
}

.home-services-list .heading-alt-h5 {
  transition: all 0.3s ease;
  cursor: default;
  display: inline-block;
  transform-origin: left center;
  backface-visibility: hidden;
}

.home-services-list .heading-alt-h5:hover {
  font-family: "Gambetta", sans-serif !important;
  font-style: italic;
  font-weight: 500;

  color: #0eaaaf;
  transform: translateX(10px);
}

@media screen and (max-width: 767px) {
  h2,
  h3,
  .heading-style-h2,
  .heading-style-small,
  .heading-style-h3,
  .heading-style-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
  }

  p,
  .heading-alt-h3,
  .heading-alt-small,
  .max-width-large {
    margin-bottom: 1.25rem !important;
  }

  .home-services-list,
  .service-item-content-list,
  ul,
  ol {
    margin-top: 1rem !important;
    padding-bottom: 0.5rem !important;
  }

  .service-item-content,
  .home-services-item-content {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

.footer-top {
  padding-bottom: 4rem !important;
}

@media screen and (max-width: 767px) {
  .footer-top {
    padding-bottom: 2.5rem !important;
  }
}

.footer .text-meta.text-color-muted-inverse {
  font-size: 24px !important;
  color: #ffffff !important;
}

.section-services-services,
.services-item {
  transform: none !important;
  will-change: auto !important;
  perspective: none !important;
  overflow: visible !important;
}

.service-item-content {
  display: grid !important;
  align-items: start !important;
  position: relative !important;
  overflow: visible !important;
  padding-bottom: 150px !important;
}

.service-item-content-left {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 120px !important;

  height: auto !important;
  align-self: start !important;
  z-index: 10;

  transition: none !important;
  transform: none !important;
}

.service-item-content-right {
  position: relative !important;
  z-index: 5;
}

html {
  scroll-behavior: auto !important;
}

.section-studio-hero {
  transition: opacity 1.5s ease-in-out !important;
}
.text-highlight {
  color: #d68c7a !important;
  font-weight: 600 !important;
}

.text-teal {
  color: #0eaaaf !important;
  font-weight: 600 !important;
}
