@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');



html {
  scroll-behavior: smooth !important;
}


.encode {
  font-family: "Encode Sans Condensed", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.lora {
  font-family: "Lora", serif;
}

.playball {
  font-family: "Playball", cursive;
}

/* <-- Common Color Start --> */

/* .text-orange {
  color: #C15427;
}

.bg-orange {
  background-color: #C15427;
} */

/* <-- Common Color End --> */


/* <-- Text Gradient Color Start --> */

.text-gradient {
  background: linear-gradient(90deg, #D43246 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-shadow {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.four-steps:hover div div {
  background-color: #D43246 !important;
  color: #fff !important;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

/* <-- Text Gradient Color End --> */



/* Simple spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader {
  border-width: 4px;
  border-color: #ccc transparent #ccc transparent;
  animation: spin 1s linear infinite;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 33px;
  height: 33px;
}



/* .timeline-point circle {
  fill: #9CA3AF;
  transition: all 0.3s ease;
}

.timeline-point text {
  fill: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.timeline-point:hover circle {
  fill: #6B7280;
}

.timeline-point.active circle {
  fill: #D43246;
}

.timeline-point.active text {
  fill: #000;
} */

/* Default: Sab year text gray */

/* Default year visible (VERY IMPORTANT) */
/* CSS for year labels */
g[id^="year-"] path {
  fill: #9A9A9A;
  opacity: 1;
  visibility: visible;
}

/* Active year */
g.active-year path {
  fill: #000000 !important;
}

/* Active dot */
circle.timeline-dot.active {
  fill: #D43246 !important;
}

/* Default dots */
circle.timeline-dot:not(.active) {
  fill: #9A9A9A !important;
}

/* JS mein sirf active dot ke corresponding group ko class add kar do */

@media (max-width:575px) {
  .backbone-industrial {
    line-height: 50px !important;
  }
}

.writing-mode-vertical {
  /* writing-mode: vertical-rl; */
  /* text-orientation: mixed; */
  /* rotate: 90deg !important; */
}