@font-face {
  font-family: "Satoshi";
  src: url("../assets/Fonts/WEB/fonts/Satoshi-Regular.woff2") format("woff2"),
    url("../assets/Fonts/WEB/fonts/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Medium";
  src: url("../assets/Fonts/WEB/fonts/Satoshi-Medium.woff2") format("woff2"),
    url("../assets/Fonts/WEB/fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Bold";
  src: url("../assets/Fonts/WEB/fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../assets/Fonts/WEB/fonts/Satoshi-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "InstrumentSerifNormal";
  src: url("../assets/Fonts/instrument-serif/instrumentserif-regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "InstrumentSerif";
  src: url("../assets/Fonts/instrument-serif/instrumentserif-italic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Default CSS Reset and Base Setup */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --background: #0a0a0a;
  --primary-color: #e83f25;
  --secondary-color: #f97316;
  --tertiary-color: #e20505;
  --text-color: #fff;
  --text-color-muted: #dbdbdb;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;

  background-color: var(--background) !important;
  color: #fff !important;
}

body::-webkit-scrollbar {
  display: block;
  width: 8px;
  background: #000;
}

body::-webkit-scrollbar-thumb {
  /* background-color: #DBDBDB; */
  border-radius: 50px;
  min-height: 10px !important;
}

h1 {
  font-size: 55px !important;
  font-family: "Satoshi-Bold";
  z-index: 91;
  color: var(--text-color);
}

h2 {
  font-size: 50px !important;
  font-family: "Satoshi-Medium";
  z-index: 91;
  color: var(--text-color);
}

h3 {
  font-family: "Satoshi-Medium";

  font-size: 18px !important;
  font-weight: 500;
}

h4 {
  font-family: "Satoshi-Medium";

  font-size: 16px !important;
  font-weight: 700;
}

h1:hover,
p:hover,
span:hover {
  user-select: none;
}

span {
  font-family: "InstrumentSerif";
  color: var(--primary-color);
  z-index: 91;
}

p {
  font-family: "Satoshi-Medium";
  color: var(--text-color);
  font-size: 22px;
  margin: auto;
  text-align: center;
  z-index: 91;
}

.p-muted {
  font-size: 19px;
  max-width: 600px !important;
  opacity: 0.5 !important;
}

.p-small {
  font-size: 16px;
  opacity: 0.5 !important;
}

/* CSS */
/* From Uiverse.io by Botwe-Felix5820 */
button {
  height: 3em;
  width: 8em;
  border: none;
  border-radius: 10em;
  background: #016dd9;
  font-size: 17px;
  color: #ffffff;
  font-family: inherit;
  font-weight: 500;
}

button:hover {
  animation: shake3856 0.3s linear infinite both;
}

@keyframes shake3856 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.button-22 {
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--tertiary-color) 100%
  );
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  opacity: 1;
  box-sizing: border-box;
  color: var(--text-color);
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  /* padding: 10px 12px; */
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: 100%;
  margin: 0px 2px;
}

.button-23 {
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--tertiary-color) 100%
  );
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  opacity: 1;
  box-sizing: border-box;
  color: var(--text-color);
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 10px 12px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24 {
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--tertiary-color) 100%
  );
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  opacity: 1;
  box-sizing: border-box;
  color: var(--text-color);
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  min-height: 40px;
  width: fit-content;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover {
  color: #fff !important;
}

.button-25 {
  backdrop-filter: blur(10px);
  background-color: rgba(10, 10, 10, 0.5) !important;
  border: 0px !important;
  border-radius: 12px;
  opacity: 1;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #ff4742;
}

.button-24:active {
  opacity: 0.5;
}

.button-26 {
  background: transparent !important;
  border: 1px solid rgb(61, 59, 59);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  opacity: 1;
  box-sizing: border-box;
  color: var(--text-color);
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;

  max-width: 120px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-27 {
  background: transparent !important;
  border: 1px solid rgb(61, 59, 59);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  opacity: 1;
  box-sizing: border-box;
  color: var(--text-color);
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 6px;
  width: fit-content;
  min-height: f;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

header {
  top: 4vh;
  z-index: 999;
  max-width: 700px;
  margin: 0 auto;

  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  padding: 1rem 2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.logo {
  width: 55px;
  height: 55px;
  transition: width 0.3s ease, height 0.3s ease;
}

.logo.large {
  width: 60px;
  height: 60px;
}

header p {
  font-size: 14px;
  padding: 8px;
  margin: 0px !important;
}

.header-title a {
  font-size: 14px;
  padding: 8px;
  margin: 0px !important;
  text-decoration: none;
  color: white;
}

.header-title {
  border-radius: 8px;
}

.header-title :hover {
  cursor: pointer;
  color: var(--text-color-muted);
}

.mobile-header-title a {
  font-size: 14px;
  padding: 8px;
  margin: 0px !important;
  text-decoration: none;
  color: white;
}

.mobile-header-title a:hover {
  cursor: pointer;
  color: var(--text-color-muted);
}

.cursor {
  height: 15px;
  width: 15px;
  background-color: #e83f25;
  border-radius: 50%;
  position: fixed;
  z-index: 90;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
}

.cursor-outline {
  height: 45px;
  width: 45px;
  background-color: transparent;
  border-radius: 50%;
  position: fixed;
  z-index: 89;
  border: 2px solid grey;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out;
}

.hero-section__description {
  max-width: 700px !important;
}

.hero-blur {
  position: absolute;
  width: 60px;
  height: 10px;
  background: conic-gradient(
    from 0deg,
    #e83f25 0%,
    #f97316 25%,
    #e20505 50%,
    #e83f25 75%,
    transparent 100%
  );

  /* filter: blur(80px); */
  border-radius: 50%;
  bottom: -170px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.star i {
  font-size: 13px;
  margin-right: 2px;
}

/* Client Card */

.client-content-sections {
  /* background-color: rebeccapurple; */
  height: max-content;
  padding: 12px 0px;
  overflow: hidden;
}

.client-content-section {
  max-width: 900px;
}

.card-content {
  min-width: 50%;
  min-height: 450px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* 0.3 = 30% opacity */
  background-color: #0f0f0f;

  padding: 32px;
  border-radius: 14px;
}

.card-content .content-video {
  min-width: 100%;
  min-height: 80%;
  /* background-color: #e20505; */
}

.content-video iframe {
  width: 100%;
  border-radius: 7px;
  margin-bottom: 20px;
}

.content-video p {
  font-size: 20px !important;
  font-weight: 500;
  text-align: start;
}

.content-creator {
  min-width: 100%;
  min-height: 20%;
  /* background-color: #FF4742; */
}

.content-creator p {
  margin: 0px !important;
  font-size: 17px !important;
  font-weight: 500;
  color: var(--text-color-muted);
  opacity: 0.5 !important;
}

.creator-image {
  width: 50px !important;
  height: 50px !important;
  overflow: hidden;
}

.creator-image image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Testinomal */
.testinomal-section-content {
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* 0.3 = 30% opacity */
  background-color: #0f0f0f;
}

.testinomal-section-content p {
  text-align: start !important;
  font-size: 0.9rem !important;
}

/* End of Testinomal */
/* faq */
.faq {
  max-width: 700px !important;
  /* padding: 0px 250px !important; */
}

.faq-item {
  background-color: #111;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #222;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  cursor: pointer;
  line-height: 1.5rem;
}

.faq-question h3 {
  padding: 11px 15px;
  cursor: pointer;
}

.faq-answer {
  padding: 0 20px 20px;
  font-size: 15px !important;
  color: #ccc;
  display: none;
  line-height: 1.5rem;
}

.faq-answer p {
  font-size: 15px !important;
  color: #ccc;
  line-height: 1.5rem;
  text-align: start;
  padding: 0px 15px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item .icon {
  color: white;
  width: 24px;
  height: 24px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  font-family: "InstrumentSerifNormal" !important;
}

/* faq */

@keyframes slide {
  from {
    transform: translateX(0);
  }

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

.logos {
  overflow: hidden;
  padding: 30px 0;
  /* background: #000; */
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    var(--background)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    var(--background)
  );
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 60px;
  margin: 0 40px;
}

#burgermenu {
  background: transparent !important;
}

#burgermenu {
  display: none;
}

/* Add this to your CSS */
#mobilemenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-out;
}

/* When active */
#mobilemenu.show {
  max-height: 500px;
  /* Adjust based on content */
}

/* Footer  */
footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section {
  max-width: 1200px !important;
}

footer p {
  font-size: 16px;
  opacity: 0.5 !important;
  max-width: 600px !important;
  text-align: start !important;
}

footer input {
  background-color: #222;
  border-radius: 12px;
  color: #fff;
  border-color: transparent;
}

footer input::placeholder {
  color: var(--text-color-muted) !important;
  opacity: 0.5 !important;
}

footer .button-24 {
  padding: 14px !important;
}

.custom-link {
  position: relative;
  display: inline-block;
  color: var(--text-color-muted);
  text-decoration: none;

  font-size: 16px;
  max-width: 600px !important;
  opacity: 0.5 !important;
  text-align: start !important;
  margin-bottom: 5px;
}

/* Client Carousel Styles */
.logos {
  overflow: hidden;
  padding: 30px 0;
  background: transparent;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(5, 5, 5, 0), rgba(5, 5, 5, 1));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(5, 5, 5, 0), rgba(5, 5, 5, 1));
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
  filter: grayscale(100%) brightness(3) opacity(0.8);
  transition: filter 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.logos-slide img:hover {
  filter: grayscale(0%) brightness(1) opacity(1);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Experience Timeline Styles */
.experience-timeline {
  border-left: 2px solid rgba(232, 63, 37, 0.3); /* Theme red with opacity */
  padding-left: 2.5rem;
  margin-left: 1rem;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -2.95rem; /* Center over the border */
  top: 0.5rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0a0a0a; /* Theme background */
  border: 2px solid var(--primary-color);
  z-index: 1;
  transition: all 0.3s ease;
}

.timeline-item:hover::before, .timeline-item.active::before {
  background: var(--primary-color);
  box-shadow: 0 0 15px rgba(232, 63, 37, 0.5);
}

.timeline-item {
  padding: 1.5rem;
  background: #0f0f0f;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  border-color: rgba(232, 63, 37, 0.2);
}

/* Mobile -Responsive */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 44px !important;
  }

  h2 {
    font-size: 32px !important;
  }

  h3 {
    font-size: 12px !important;
  }

  p {
    font-size: 14px !important;
  }

  .p-small {
    font-size: 8px !important;
  }

  /* Header */

  .header-title,
  .button-23 {
    display: none;
  }

  header {
    top: 0vh;
    background-color: var(--background);
  }

  .cursor,
  .cursor-outline,
  .bg-logo-watermark {
    display: none !important;
  }

  #burgermenu {
    text-align: end;
    display: block;
    font-size: 38px;
    color: var(--text-color-muted);
  }

  /* Hero Section */

  /* Card Content */
  .card-content {
    min-width: 350px !important;
  }

  .content-video p {
    font-size: 15px !important;
    font-weight: 500;
  }

  .content-creator p {
    margin: 0px !important;
    font-size: 12px !important;
    font-weight: 500;
  }

  .creator-image {
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    overflow: hidden;
  }
}

/* Tablet Responsive */

@media screen and (max-width: 992px) {
  .content-video p {
    font-size: 15px !important;
    font-weight: 500;
  }

  .content-creator p {
    margin: 0px !important;
    font-size: 12px !important;
    font-weight: 500;
  }
}

/* comparision */
.comparision {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.o {
  font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  color: rgb(77, 77, 77);
}

.pulseo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pulseo ul {
  background-color: rgb(13, 13, 13);
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 32px;
  position: relative;

  border-radius: 24px;
  border: rgba(255, 255, 255, 0.1) solid 2px;
  gap: 20px !important;
  text-align: start;
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
}

.pulseo1 li {
  font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgb(153, 153, 153);
}

.pulseo1 li::before {
  content: "× ";
  color: rgb(153, 153, 153);
  font-weight: bold;
  margin-right: 5px;
  font-size: 20px;
}

.pulsep {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pulsep ul {
  background-color: rgb(13, 13, 13);
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 32px;
  position: relative;
  border-radius: 24px;
  border: rgba(255, 255, 255, 0.1) solid 2px;
  gap: 20px !important;
  text-align: start;
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
}

.pulsep1 li {
  font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgb(252, 252, 250);
}

.pulsep1 li::before {
  content: "✔ ";
  color: #e20505;
  font-weight: normal;
  margin-right: 5px;
  font-size: 20px;
}

/* comparision */

/* services */
.w {
  padding: 80px 20px;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  background-color: #0a0a0a;
  color: #fff;
}

.containerw {
  max-width: 1000px;
  margin: 0 auto;
}

.card {
  position: relative;
  background: #0f0f0f;
  /* your dark background */
  border-radius: 1rem;
  padding: 2rem;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: -36%;
  right: 0;
  width: 100%;
  height: 60%;
  background: radial-gradient(
    circle at top right,
    #e83f25,
    #e83f25,
    transparent 40%
  );
  filter: blur(30px);
  z-index: 0;
}

.card .gradient-blue::before {
  content: "";
  position: absolute;
  top: -36%;
  left: 0;
  width: 100%;
  height: 60%;
  background: radial-gradient(
    circle at top left,
    #e83f25,
    #e83f25,
    transparent 40%
  );
  filter: blur(30px);
  z-index: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.card {
  background-color: #0f0f0f !important;
  padding: 20px 20px !important;
  border-radius: 25px !important;
  text-align: center !important;
  border: 1px solid #222 !important;
  transition: transform 0.3s ease !important;
}

.card::hover {
  transform: scale(1.02) !important;
}

.card h3 {
  margin-bottom: 12px !important;
  font-family: "Satoshi", "Satoshi Placeholder", sans-serif !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1em !important;
}

.card p {
  color: #bbb !important;
  line-height: 1.6 !important;
  font-family: "Satoshi", "Satoshi Placeholder", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.4em !important;
  text-align: center !important;
}

.gradient-purple {
  background: black !important;
}

.gradient-blue {
  background: black !important;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .card {
    text-align: center;
  }
}

/* services end */

/* Hero Background Logo & Hover Shine Effect */
.bg-logo-watermark {
  height: 80px;
  width: auto;
  opacity: 0.3;
  filter: drop-shadow(0 0 10px rgba(232, 63, 37, 0.2));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.bg-logo-watermark:hover {
  opacity: 1;
  filter: drop-shadow(0 0 20px var(--primary-color))
    drop-shadow(0 0 40px var(--primary-color));
  transform: scale(1.1);
}

/* Services Hover Reveal Section */
.service-hover-item {
  cursor: pointer;
  padding: 1.5rem 0;
}

.service-hover-item .service-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

.service-hover-item:hover .service-title {
  color: var(--primary-color) !important;
  font-family: "InstrumentSerif", serif !important;
  font-style: italic !important;
  font-size: 2.2rem !important;
  transform: translateX(15px);
}

.service-hover-item .service-hover-img {
  width: 350px;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) scale(0.85) rotate(-3deg);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

/* Full Bleed Project Cards */
.project-card-full {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}

.project-card-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.2) 0%, rgba(15, 15, 15, 0.95) 100%);
  z-index: 1;
}

.project-card-full > * {
  position: relative;
  z-index: 2;
}

.service-hover-item:hover .service-hover-img {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1) rotate(2deg);
}

/* Experience Timeline Section */
.experience-timeline {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  padding-left: 2.5rem;
  margin-left: 1rem;
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: calc(-2.5rem - 9px);
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 4px solid #050505;
  transition: all 0.3s ease;
  z-index: 2;
}

.timeline-item:hover::before,
.timeline-item.active::before {
  background: var(--primary-color);
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(232, 63, 37, 0.6);
}

@media (max-width: 768px) {
  .experience-timeline {
    padding-left: 1.5rem;
    margin-left: 0.5rem;
  }

  .timeline-item::before {
    left: calc(-1.5rem - 9px);
  }
}
