/*

DREAM PULSE

https://templatemo.com/tm-536-dream-pulse

*/

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
  color: #707172;
  background-color: #666;
}

p {
  line-height: 2;
}

a {
  transition: all 0.3s ease;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.small {
  font-size: 0.95rem;
}

.tm-color-primary {
  color: #069;
}

.tm-color-gray {
  color: #333;
}

.tm-bg-black-transparent {
  background-color: rgba(15, 15, 15, 0.72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.tm-bg-white-transparent {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  border-radius: 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tm-bg-white-transparent:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.tm-intro {
  max-width: 500px;
  width: 100%;
  padding: 62px;
  margin-right: 0;
  margin-left: auto;
}

.tm-section-title {
  font-size: 1.6rem;
}

.parallax-window {
  min-height: 662px;
  background: transparent;
}

.tm-section {
  display: flex;
  align-items: center;
  height: auto;
  max-width: 1275px;
  padding: 66px 60px;
}

#intro {
  min-height: 100vh;
  max-width: none;
}

.tm-brand {
  font-size: 2.6rem;
}

.tm-brand-box {
  box-sizing: content-box;
  width: calc(100% + 140px);
  max-width: none;
  min-height: 170px;
  color: white;
  text-align: center;
  margin: 0 -70px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  padding: 0;
}

.tm-double-border-1,
.tm-double-border-2 {
  border: 1px solid #fff;
  position: relative;
}

.tm-double-border-2 {
  top: 10px;
  left: 10px;
}

.tm-border-gray {
  border-color: #cdcecf;
}

.tm-box-pad {
  padding: 50px 55px;
}

.sidebar-logo {
  width: 350px;
  max-width: 95%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 20px auto 35px auto;
}

.logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  padding: 0;
}

.tm-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-left: 70px;
  padding-right: 70px;
  width: 400px;
  max-width: 400px;
}

.tm-sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

/* Hide scrollbar */
.tm-sidebar {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.tm-sidebar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.tm-sidebar-sticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tm-section-wrap {
  width: calc(100% - 400px);
  margin-left: auto;
  margin-right: 0;
}

.tm-main-nav > li > a {
  color: white;
}

.tm-main-nav .nav-item {
  margin-bottom: 8px;
}

.tm-main-nav {
  margin-bottom: 160px;
}

@media (min-width: 769px) {
  .tm-main-nav {
    margin-top: 55px;
    margin-bottom: 105px;
  }
}

.tm-white-rect {
  display: block;
  width: 15px;
  height: 15px;
  background-color: white;
}

.tm-main-nav .tm-white-rect {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.nav-link {
  font-size: 1.25rem;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  padding-left: 18px;
  transition: transform 0.35s ease, color 0.35s ease;
}

.nav-link .tm-white-rect {
  opacity: 0;
  transition: all 0.3s ease;
}

.tm-main-nav .nav-link.active .tm-white-rect {
  opacity: 1;
}

.tm-main-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background-color: #3b82f6;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.tm-main-nav .nav-link.active::before {
  opacity: 1;
}

.tm-main-nav .nav-link:hover {
  transform: translateX(10px);
  color: #ffffff;
  animation: none;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

.tm-social-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 35px;
}

.tm-social-link {
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  margin: 0;
  border-radius: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.tm-social-link:hover,
.tm-social-link:focus {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25);
}

.tm-sidebar footer p {
  font-size: 0.82rem;
  opacity: 0.72;
  line-height: 1.4;
}

#intro .tm-section-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.85rem;
  letter-spacing: 0.5px;
  margin-bottom: 22px !important;
}

#intro .tm-intro .tm-section-title::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: #3b82f6;
  margin-bottom: 18px;
}

#intro p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 19px;
}

#intro .tm-section-title .hero-kicker {
  display: block;
  font-size: 13px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #e5e7eb;
  opacity: 0.75;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#intro .tm-section-title .hero-name {
  display: block;
  font-size: 2.48rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 12px;
}

#intro .tm-section-title .hero-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
}

#intro .hero-final-line {
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #intro .tm-section-title .hero-name {
    font-size: 2rem;
  }

  #intro .tm-section-title .hero-subtitle {
    font-size: 16px;
  }
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover {
  color: #F93;
  text-decoration: none;
}

.tm-section-half {
  padding: 55px;
}

.tm-section-icon {
  color: #369;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-about-wrap {
  background: #ffffff;
}

#about.tm-section {
  display: flex;
  max-width: 1100px;
  margin-left: 0;
  margin-right: auto;
  padding: 90px 0;
}

#about .about-content {
  padding: 0;
}

#about .about-left {
  padding-right: 16px;
}

#about .about-info-column {
  padding: 0 0 0 110px;
}

#about .about-info-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 36px;
  margin-left: 0;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  text-align: left;
}

#about .about-info-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

#about .about-info-block {
  margin-bottom: 36px;
}

#about .about-info-block:last-child {
  margin-bottom: 0;
}

#about .about-info-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

#about .about-info-head i {
  color: #3b82f6;
  font-size: 18px;
}

#about .about-info-head h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 700;
}

#about .about-info-panel p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 0;
}

#about .about-info-panel p:last-child {
  margin-bottom: 0;
}

#about .tm-section-title {
  margin-bottom: 35px !important;
}

#about .about-kicker {
  display: block;
  color: #3b82f6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#about .about-main-title {
  display: block;
  color: #111827;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

#about .about-left p {
  color: #374151;
  line-height: 1.9;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 28px;
}

#about .tm-section-half p:last-child {
  margin-bottom: 0;
}

#about .about-highlight {
  color: #2563eb;
  font-style: italic;
}

/* Work Showcase */

#work.tm-section {
  max-width: 1240px;
  margin-left: 0;
  margin-right: auto;
  padding: 90px 0;
}

#work .work-showcase {
  width: 100%;
}

#work .work-header {
  margin-bottom: 46px;
}

#work .work-kicker {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #3b82f6;
  line-height: 1.4;
}

#work .work-title {
  margin: 0 0 18px;
  font-size: 56px;
  font-weight: 700;
  color: #111827;
  line-height: 1.14;
}

#work .work-description {
  margin: 0;
  max-width: 650px;
  color: #6b7280;
  line-height: 1.8;
  font-size: 18px;
}

#work .work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

#work .work-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#work .work-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

#work .work-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e5e7eb;
}

#work .work-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s ease;
}

#work .work-card:hover .work-card-media img {
  transform: scale(1.05);
}

#work .work-card-content {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#work .work-card-content h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  min-height: 72px;
}

#work .work-card-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
  min-height: 86px;
}

#work .work-tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#work .work-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#work .work-tags span:hover {
  background: #3b82f6;
  color: #ffffff;
}

#work .work-card-actions {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

#work .work-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

#work .work-btn-demo {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #111827;
}

#work .work-btn-demo:hover {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

#work .work-btn-github {
  background: #111827;
  border: 1px solid #111827;
  color: #ffffff;
}

#work .work-btn-github:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

@media (max-width: 991px) {
  #about.tm-section {
    padding: 70px 0;
  }

  #about .about-left,
  #about .about-info-column {
    padding: 0;
  }

  #about .about-info-column {
    margin-top: 24px;
  }

  #about .about-info-panel {
    margin-left: 0;
  }

  #about .about-main-title {
    font-size: 26px;
  }

  #about .about-left p {
    font-size: 16px;
  }

  #work.tm-section {
    padding: 72px 0;
  }

  #work .work-title {
    font-size: 42px;
  }

  #work .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #work .work-title {
    font-size: 34px;
  }

  #work .work-description {
    font-size: 16px;
  }

  #work .work-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #work .work-card-content {
    padding: 22px;
  }

  #work .work-card-content h3 {
    font-size: 24px;
  }
}

/* Our Work */

.tm-gallery-wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px) {
  .tm-gallery-wrap {
    max-width: 780px;
  }
}

@media (max-width: 1200px) {
  .tm-gallery-wrap {
    max-width: 520px;
  }
}

@media (max-width: 991px) {
  .tm-gallery-wrap {
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .tm-gallery-wrap {
    max-width: 520px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-wrap {
    max-width: 260px;
  }
}

.tm-gallery-item {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li button:before {
  font-size: 16px;
  opacity: 0.2;
}

.slick-dots li.slick-active button:before {
  color: #98999a;
  opacity: 1;
}

/* 
  Gallery Item Hover Effect
  https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
*/

/* Common style */
.tm-gallery-item figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 0;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.tm-gallery-item figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.tm-gallery-item figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tm-gallery-item figure figcaption::before,
.tm-gallery-item figure figcaption::after {
  pointer-events: none;
}

.tm-gallery-item figure figcaption,
.tm-gallery-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery-item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.tm-gallery-item figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.tm-gallery-item figure h2 span {
  font-weight: 800;
}

.tm-gallery-item figure h2,
.tm-gallery-item figure p {
  margin: 0;
}

.tm-gallery-item figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
  background: #069;
}

figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  width: 100%;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Beyond Projects */
.beyond-wrap {
  background: #f8fafc;
}

#clients {
  color: #111827;
}

#clients .beyond-header {
  margin: 0 auto 76px;
  text-align: center;
  max-width: 980px;
}

#clients .beyond-kicker {
  margin: 0 0 14px;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #64748b;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

#clients .beyond-kicker::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 96px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.9), rgba(59, 130, 246, 0.2));
}

#clients .tm-section-title {
  color: #111827;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px !important;
}

#clients .beyond-header p {
  color: #4b5563;
  line-height: 1.7;
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto;
}

#clients .beyond-grid {
  margin-bottom: 0;
}

#clients .beyond-card {
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#clients .beyond-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

#clients .beyond-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}

#clients .beyond-card h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  opacity: 1;
}

#clients .beyond-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
  font-size: 15px;
  opacity: 1;
}

#clients .beyond-card hr {
  border-color: #e5e7eb;
  margin: 18px 0 16px;
}

#clients .beyond-purple .beyond-icon {
  background: radial-gradient(circle at 30% 30%, rgba(216, 180, 254, 0.85), rgba(126, 34, 206, 0.6));
  box-shadow: 0 0 0 1px rgba(192, 132, 252, 0.3), 0 0 18px rgba(168, 85, 247, 0.45);
}

#clients .beyond-green .beyond-icon {
  background: radial-gradient(circle at 30% 30%, rgba(187, 247, 208, 0.9), rgba(22, 163, 74, 0.55));
  box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.3), 0 0 18px rgba(34, 197, 94, 0.35);
}

#clients .beyond-blue .beyond-icon {
  background: radial-gradient(circle at 30% 30%, rgba(191, 219, 254, 0.9), rgba(37, 99, 235, 0.55));
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.35), 0 0 18px rgba(59, 130, 246, 0.35);
  width: 70px;
  height: 70px;
}

#clients .beyond-purple { border-color: #e5e7eb; }
#clients .beyond-green { border-color: #e5e7eb; }
#clients .beyond-blue { border-color: #e5e7eb; }

#clients .beyond-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

#clients .beyond-checklist li {
  color: #374151;
  font-size: 14px;
  position: relative;
  padding-left: 22px;
  opacity: 1;
}

#clients .beyond-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #c084fc;
}

#clients .beyond-action {
  width: fit-content;
  padding: 12px 22px;
  border-radius: 14px;
  background: transparent;
  color: #2563eb;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: .3s ease;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2563eb;
  box-shadow: none;
}

#clients .beyond-action:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.18);
  color: #fff;
}

#clients .beyond-features {
  display: grid;
  gap: 10px;
}

#clients .beyond-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
}

#clients .beyond-feature span {
  font-size: 18px;
}

#clients .beyond-feature strong {
  font-size: 14px;
  color: #374151;
  opacity: 1;
}

#clients .beyond-skills {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#clients .beyond-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  color: #1e293b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#clients .beyond-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #60a5fa;
  box-shadow: 0 0 10px rgba(96, 165, 250, 0.8);
}

#clients .beyond-badge:hover {
  transform: translateY(-2px) scale(1.05);
  border-color: #cbd5e1;
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.18);
}

#clients .beyond-blue > h3 {
  margin-bottom: 18px;
}

#clients .beyond-blue .skills-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  align-items: center;
  margin-top: 24px;
}

#clients .beyond-blue .beyond-badge {
  padding: 8px 14px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #dbeafe;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  transition: .3s;
}

#clients .beyond-blue .skill-badge {
  width: 100%;
  justify-content: center;
  text-align: center;
}

#clients .beyond-blue .beyond-badge:hover {
  transform: translateY(-2px);
  background: #eff6ff;
  border-color: #93c5fd;
}

#clients .beyond-cta {
  margin-top: 6px;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(30, 41, 59, 0.72));
  box-shadow: 0 16px 30px rgba(2, 6, 23, 0.32);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#clients .beyond-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

#clients .beyond-cta-icon {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.2);
  box-shadow: 0 0 16px rgba(59, 130, 246, 0.35);
}

#clients .beyond-cta h3 {
  margin: 0 0 6px;
  color: #f8fafc;
  font-size: 24px;
}

#clients .beyond-cta p {
  color: #cbd5e1;
  line-height: 1.7;
}

#clients .beyond-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#clients .beyond-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.28s ease;
}

#clients .beyond-btn-primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

#clients .beyond-btn-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
}

#clients .beyond-btn-secondary {
  background: rgba(15, 23, 42, 0.6);
  border-color: rgba(148, 163, 184, 0.35);
  color: #e2e8f0;
}

#clients .beyond-btn-secondary:hover {
  background: rgba(51, 65, 85, 0.65);
  border-color: rgba(148, 163, 184, 0.55);
  color: #f8fafc;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Clients */
.tm-section-pad {
  padding-left: 50px;
  padding-right: 50px;
}

.tm-clients-images {
  max-width: 1040px;
}

.tm-w-80 {
  max-width: 80%;
}

.tm-flex-item-left {
  align-self: flex-start;
}

.tm-img-wrap {
  padding: 10px;
}

.tm-img-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  width: 240px;
  height: 120px;
}

.tm-contact-form-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Contact Premium */
.contact-wrap {
  background: #f8fafc;
}

#talk .contact-premium {
  max-width: 1120px;
}

#talk .contact-header {
  text-align: center;
  margin: 0 auto 56px;
}

#talk .contact-kicker {
  margin: 0 0 10px;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
}

#talk .contact-header .tm-section-title {
  margin-bottom: 16px;
  color: #111827;
}

#talk .contact-header p {
  max-width: 760px;
  margin: 0 auto;
  color: #4b5563;
  line-height: 1.75;
}

#talk .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

#talk .contact-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .08);
  padding: 40px;
}

#talk .contact-info-card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 28px;
}

#talk .contact-role {
  margin: 0 0 18px;
  color: #2563eb;
  font-weight: 600;
}

#talk .contact-copy {
  margin: 0 0 24px;
  color: #475569;
  line-height: 1.75;
}

#talk .contact-info-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

#talk .contact-info-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #334155;
  font-size: 15px;
}

#talk .contact-info-list li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  text-decoration: none;
  font-weight: 500;
}

#talk .contact-info-list li > a:hover {
  color: #2563eb;
}

#talk .contact-cv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  color: #1e293b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  transition: all .28s ease;
}

#talk .contact-cv-btn:hover {
  border-color: #2563eb;
  color: #2563eb;
  transform: translateY(-2px);
}

#talk .contact-modern-form {
  display: grid;
  gap: 18px;
}

#talk .contact-floating {
  position: relative;
}

#talk .contact-floating input,
#talk .contact-floating textarea {
  width: 100%;
  border: 1px solid #dbeafe;
  background: #f8fafc;
  border-radius: 14px;
  padding: 18px 14px 8px;
  font-size: 15px;
  color: #1e293b;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

#talk .contact-floating textarea {
  resize: vertical;
  min-height: 120px;
}

#talk .contact-floating label {
  position: absolute;
  left: 14px;
  top: 14px;
  font-size: 13px;
  color: #64748b;
  pointer-events: none;
  transition: all .2s ease;
}

#talk .contact-floating input:focus,
#talk .contact-floating textarea:focus {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

#talk .contact-floating.is-invalid input,
#talk .contact-floating.is-invalid textarea {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
  background: #fffdfd;
}

#talk .contact-floating.is-invalid label {
  color: #dc2626;
}

#talk .contact-floating input:focus + label,
#talk .contact-floating input:not(:placeholder-shown) + label,
#talk .contact-floating textarea:focus + label,
#talk .contact-floating textarea:not(:placeholder-shown) + label {
  top: 7px;
  font-size: 11px;
  color: #2563eb;
}

#talk .contact-submit-btn {
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg,#2563eb,#4f46e5);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  transition: transform .28s ease, box-shadow .28s ease;
}

#talk .contact-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(37,99,235,.20);
}

#talk .contact-submit-btn:disabled {
  cursor: not-allowed;
  opacity: .85;
  transform: none;
  box-shadow: none;
}

#talk .contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#talk .contact-toast-stack {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 9999;
  display: grid;
  gap: 10px;
}

#talk .contact-toast {
  min-width: 260px;
  max-width: 360px;
  padding: 12px 14px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
  animation: contactToastIn .2s ease;
}

#talk .contact-toast.is-success {
  background: #16a34a;
}

#talk .contact-toast.is-error {
  background: #dc2626;
}

@keyframes contactToastIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#talk .contact-bottom-meta {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
}

#talk .contact-bottom-meta p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.7;
}

.tm-contact-form {
  max-width: 305px;
  width: 100%;
}

.form-group {
  margin-bottom: 40px;
}

.tm-btn-primary {
  color: #707172;
  border-bottom: 1px solid #cdcecf;
  padding: 10px 18px;
  position: relative;
}

.tm-btn-primary:hover,
.tm-btn-primary:active {
  color: #fff;
  background-color: #999;
}

.tm-btn-primary:after {
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background: #cdcecf;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tm-btn-primary:hover:after,
.tm-btn-primary:active:after {
  height: 100%;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 1600px) {
  .tm-sidebar {
    width: 30%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tm-social-link {
    margin: 0;
  }

  .tm-section-wrap {
    width: 70%;
  }

  .tm-img-wrap a {
    width: 100%;
    height: 100%;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-topbar {
  display: none;
}

@media (min-width: 769px) {
  .mobile-header,
  .mobile-menu,
  .mobile-menu-overlay,
  .mobile-menu-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

@media (max-width: 768px) {
  .mobile-topbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99970 !important;
  }

  .mobile-topbar-inner {
    height: 86px;
    background: rgba(18, 18, 18, 0.88);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-topbar-brand {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    overflow: visible;
    display: flex;
    align-items: center;
    margin-left: -7px;
  }

  .mobile-topbar-logo,
  .mobile-logo,
  .sidebar-logo {
    width: 180px;
    max-width: 180px;
    height: auto;
    object-fit: contain;
    display: block;
    max-height: none;
    transform: translateY(-10px);
    filter: brightness(1.2) contrast(1.12);
  }

  .logo-container {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .mobile-menu-toggle {
    position: fixed;
    top: 18px;
    right: 28px;
    z-index: 999999 !important;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all .35s ease;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    flex-direction: column;
    gap: 5px;
  }

  .mobile-menu-toggle .mobile-toggle-line {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    transition: transform .35s ease, opacity .35s ease;
    transform-origin: center;
  }

  .mobile-menu-toggle.active .mobile-toggle-line:nth-child(1),
  .mobile-menu-toggle.is-open .mobile-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.active .mobile-toggle-line:nth-child(2),
  .mobile-menu-toggle.is-open .mobile-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active .mobile-toggle-line:nth-child(3),
  .mobile-menu-toggle.is-open .mobile-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-toggle.active {
    display: inline-flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu-toggle:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 0 18px rgba(163, 208, 255, 0.18);
  }

  .mobile-menu-toggle:focus {
    outline: none;
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 99980 !important;
  }

  .mobile-menu-overlay.open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: rgba(20, 20, 20, 0.92);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.45);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 99990 !important;
    padding: 92px 30px 24px;
  }

  .mobile-drawer.open {
    transform: translateX(0);
  }

  .mobile-drawer-link {
    display: block;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 0;
    text-decoration: none;
    position: relative;
    transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
  }

  .mobile-drawer-link::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 24px;
    border-radius: 2px;
    background: #4f8dfc;
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .mobile-drawer-link:hover {
    color: #9fcbff;
    transform: translateX(6px);
    text-shadow: 0 0 10px rgba(80, 160, 255, 0.35);
  }

  .mobile-drawer-link.is-active {
    color: #9fcbff;
  }

  .mobile-drawer-link.is-active::before {
    opacity: 1;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  main.container-fluid {
    padding-top: 86px;
  }

  #tmSidebar {
    display: none;
  }

  .tm-section-wrap {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .tm-bg-black-transparent {
    background-color: rgba(15, 15, 15, 0.72);
  }

  .tm-brand-box {
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 100px;
  }

  .tm-brand {
    padding: 20px 30px;
  }

  .tm-main-nav {
    margin-bottom: 60px;
  }

  .tm-social-links {
    margin-bottom: 35px;
  }

  footer p {
    line-height: 1;
  }

  .tm-sidebar {
    width: 250px;
    left: -250px;
    padding: 15px;
    transition: all 0.3s ease;
  }

  .navbar-toggler {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 5px;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .tm-sidebar.show {
    left: 0;
  }

  .tm-sidebar.show .navbar-toggler {
    left: 250px;
  }

  .tm-section-wrap {
    width: 100%;
  }

  #talk .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #clients .beyond-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  figure.effect-bubba h2 {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }

  .tm-gallery-item figure p {
    font-size: 63%;
    padding: 0;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .tm-section {
    padding: 30px;
  }

  #talk .contact-header {
    margin-bottom: 38px;
  }

  #talk .contact-card {
    padding: 24px;
    border-radius: 20px;
  }

  #talk .contact-toast-stack {
    right: 12px;
    left: 12px;
  }

  #talk .contact-toast {
    min-width: 0;
    max-width: 100%;
  }

  #clients .beyond-header {
    margin-bottom: 48px;
  }

  #clients .tm-section-title {
    font-size: 34px;
  }

  #clients .beyond-header p {
    font-size: 16px;
  }

  #clients .beyond-card,
  #clients .beyond-cta {
    padding: 20px;
    border-radius: 20px;
  }

  #clients .beyond-cta h3 {
    font-size: 21px;
  }

  #clients .beyond-blue .skills-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 554px) {
  .tm-section {
    padding: 15px;
  }
}

@media (max-width: 383px) {
  .slick-dots {
    bottom: -40px;
  }

  .tm-box-pad {
    padding: 50px 30px;
  }
}
