/* Add here all your CSS customizations */


.home-concept strong{
    font-size: 1.4em;
    margin-top: 12px;
}


.main{
    margin-top:10px;
}

#header .header-nav-main nav > ul > li {
    transition: background-color 0.3s ease;
}

.section-card {
    width: 80%;
    height: auto;
    margin: 50px auto;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px #000000;
    background-color: rgba(71, 77, 195, 0.08);
    color: #ffffff;
}


.certification-card {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    gap: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}

.certificationContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
}
.certificationContainer img{
    height: 130px !important;
}

.chaity_primary_color{color: #ED1C24;}

.shadow__btn {
    padding: 4px 12px;
    border: none;
    font-size: 15px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
    background: #ED1C24;
    box-shadow: #ED1C24;
    text-decoration: none;
}

.shadow__btn:hover {
    box-shadow: 0 0 5px #ED1C24;
}

.shadow__btn:hover {
    text-decoration: none;
    color: white;
}
.shadow__btn:active {
    text-decoration: none;
    color: white;
}


.page-header-chaity .page-header-sm {
    padding: 10px 0;
}
.box-shadow1{
  padding: 20px 20px 20px 20px;
  box-shadow: 0px 0px 10px #949494;
}

.box-shadow2{
    padding: 6px;
    box-shadow: 4px 0px 10px #949494;
}

.flip-card{
    height: 360px;
}

.custom-nav {
    text-align: center;
    margin-top: 10px;
}
.custom-nav button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
}
.custom-nav button:hover {
    background-color: #0056b3;
}

.tp-revstop{
    margin-left: 15px !important;
}



.other_buisness_card {
    width: 300px;
    height: 400px;
    background: #243137;
    position: relative;
    display: grid;
    place-content: center;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }

  #logo-main, #logo-second {
    height: 100%;
  }

  #logo-main {
    fill: #bd9f67;
  }

  #logo-second {
    padding-bottom: 10px;
    fill: none;
    stroke: #bd9f67;
    stroke-width: 1px;
  }

  .border {
    position: absolute;
    inset: 0px;
    border: 2px solid #bd9f67;
    opacity: 0;
    transform: rotate(10deg);
    transition: all 0.5s ease-in-out;
  }

  .bottom-text {
    position: absolute;
    left: 50%;
    bottom: 13px;
    transform: translateX(-50%);
    font-size: 6px;
    text-transform: uppercase;
    padding: 0px 5px 0px 8px;
    color: #bd9f67;
    background: #243137;
    opacity: 0;
    letter-spacing: 7px;
    transition: all 0.5s ease-in-out;
  }

  .content {
    transition: all 0.5s ease-in-out;
  }

  .content .logo {
    height: 35px;
    position: relative;
    width: 215px;
    overflow: hidden;
    transition: all 1s ease-in-out;
    color: goldenrod;
  }

  .content .logo .logo1 {
    font-size: x-large;
    height: 50px;
    position: absolute;
    left: 0;
  }

  .content .logo .logo2 {
    font-size: x-large;
    height: 50px;
    position: absolute;
    left: 80px;
  }

  .content .logo .trail {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
  }

  .content .logo-bottom-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    color: #bd9f67;
    padding-left: 8px;
    font-size: 11px;
    opacity: 0;
    letter-spacing: none;
    transition: all 0.5s ease-in-out 0.5s;
  }

  .other_buisness_card:hover {
    border-radius: 0;
    transform: scale(1.1);
  }

  .other_buisness_card:hover .logo {
    width: 134px;
    animation: opacity 1s ease-in-out;
  }

  .other_buisness_card:hover .border {
    inset: 15px;
    opacity: 1;
    transform: rotate(0);
  }

  .other_buisness_card:hover .bottom-text {
    letter-spacing: 3px;
    opacity: 1;
    transform: translateX(-50%);
  }

  .other_buisness_card:hover .content .logo-bottom-text {
    opacity: 1;
    letter-spacing: 9.5px;
  }

  .other_buisness_card:hover .trail {
    animation: trail 1s ease-in-out;
  }

  @keyframes opacity {
    0% {
      border-right: 1px solid transparent;
    }

    10% {
      border-right: 1px solid #bd9f67;
    }

    80% {
      border-right: 1px solid #bd9f67;
    }

    100% {
      border-right: 1px solid transparent;
    }
  }

  @keyframes trail {
    0% {
      background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
      opacity: 0;
    }

    30% {
      background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
      opacity: 1;
    }

    70% {
      background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
      opacity: 1;
    }

    95% {
      background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
      opacity: 0;
    }
  }


   /* Container for each image and text */
   .hover-effect {
    position: relative;
    overflow: hidden;
}

/* Image style */
.hover-effect img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease; /* Smooth sliding effect */
    transform: scale(1.1); /* Slightly zoomed in by default */
}

/* Text overlay */
.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.5s ease; /* Smooth fade-in effect */
}

/* Hover effect to reveal text and slide image */
.hover-effect:hover img {
    transform: scale(1); /* Slide/zoom out to normal size */
}

.hover-effect:hover .hover-text {
    opacity: 1; /* Fade in the text */
}

/*------- home page read more button---------*/
.read_more_button {
  padding: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}


.read_more_button:hover{
  background-color: #23c483;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.read_more_button:active {
  transform: translateY(-1px);
}


/*------- Business card---------*/
.business-card{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
}
.business-card:hover {
    transform: translateY(-10px);
    box-shadow: rgb(132, 132, 132) 0px 20px 30px -10px;
}

.business-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 45px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    border-radius: 100px;
    font-weight: 600;
    color: #1f387e;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: lightblue;
    width: 50%;
}

.business-button svg {
    position: absolute;
    width: 24px;
    fill: #1f387e;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.business-button .arr-1 {
    right: 16px;
}

.business-button .arr-2 {
    left: -25%;
}

.business-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #c5e5e4;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.business-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.business-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
}

.business-button:hover .arr-1 {
    right: -25%;
}

.business-button:hover .arr-2 {
    left: 16px;
}

.business-button:hover .text {
    transform: translateX(12px);
}

.business-button:hover svg {
    fill: #1f387e;
}

.business-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
}

.business-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}



/*------- buisness card---------*/
.outer {
  height: 350px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}

.dot {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 6s linear infinite;
}

@keyframes moveDot {
  0%,
  100% {
    top: 10%;
    right: 10%;
  }
  25% {
    top: 10%;
    right: calc(100% - 35px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 35px);
  }
  75% {
    top: calc(100% - 30px);
    right: 10%;
  }
}


.company_card {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  /* background: radial-gradient(circle 280px at 0% 0%, #444444, #0c0d0d); */
  background: radial-gradient(circle 280px at 0% 0%, #005368e6, #0c0d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}

.company_card h2{
  font-size: 22px;
  color: #fff;
}
.ray {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}

.company_card .text {
  font-weight: bolder;
  font-size: 4rem;
  background: linear-gradient(45deg, #000000 4%, #fff, #000);
  background-clip: text;
  color: transparent;
}

.line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #2c2c2c;
}
.topl {
  top: 6%;
  background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}
.bottoml {
  bottom: 6%;
}
.leftl {
  left: 6%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #747474 30%, #222424 70%);
}
.rightl {
  right: 6%;
  width: 1px;
  height: 100%;
}
.info-list {
  list-style-type: none; /* Remove default list style */
  padding: 0;
  margin: 0;
}

.info-list li {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    list-style-type: none;
}

.info-list li::before {
  content: "\f0da"; /* Font Awesome's arrow-right icon */
  font-family: "Font Awesome 5 Free"; /* Specify Font Awesome */
  font-weight: 900; /* Use solid style */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #007bff; /* Icon color */
}

/*-------Company Team Section---------*/

.team-header-text{
  margin-top: 14%;
  font-size: 4rem;
  font-family: "Open Sans", Arial,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, sans-serif;
  font-weight: 900;
}
#team-page-bg{
  height: 450px;
}

 /* Section styling */
 #team-page-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px; /* Adjust height as needed */
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* Overlay effect on hover */
#team-page-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
  transition: background-color 0.3s ease-in-out;
}

#team-page-bg:hover::before {
  background-color: rgba(0, 0, 0, 0.7); /* Darken overlay on hover */
}

/* h4 text styling */
.team-header-text h4 {
  position: relative;
  color: white;
  z-index: 1;
  margin: 0;
  transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
}
 /* Text movement on hover */
 #team-page-bg:hover .team-header-text h4 {
  transform: translateX(1.78333%) translateY(1.12%); /* Move text on hover */
}
/* Responsive font-size using viewport units */
@media (min-width: 1200px) {
  .team-header-text h4 {
      font-size: 5vw; /* Large screens */
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .team-header-text h4 {
      font-size: 4vw; /* Medium screens */
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .team-header-text h4 {
      font-size: 3vw; /* Small screens */
  }
}

@media (max-width: 767.98px) {
  .team-header-text h4 {
      font-size: 6vw; /* Extra small screens */
  }
}


/*------- Sustainability Section---------*/



/*------- Contact page section---------*/



/*------- Product Section---------*/

#productSlider .owl-item {
    width: 200px !important;
    height: 160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid darkseagreen;
}

#productSlider .owl-item div img {
    max-width: 80%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
}


#buyerSlider .owl-item .card {
    width: 100%; 
    height: 200px; 
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

#buyerSlider .owl-item div img {
    max-width: 100%; /* Scale image to fit the box */
    max-height: 100%; /* Scale image to fit the box */
    object-fit: cover; /* Crop the image to fit the container */
}


.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    border-radius: 100px;
    font-weight: 600;
    color: #1f387e;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: #1f387e;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 16px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #c5e5e4;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
}

.animated-button:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2 {
    left: 16px;
}

.animated-button:hover .text {
    transform: translateX(12px);
}

.animated-button:hover svg {
    fill: #1f387e;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}


.contact-details ul.list-icons li p{
     color: #ffffff;
}



/* Footer Social icons */
.main-social {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.up {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
}

.down {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
}

.card1 {
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
    background: white;
    border-radius: 90px 5px 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
}

.facebook {
    margin-top: 1.6em;
    margin-left: 1.5em;
    fill: #cc39a4;
}

.card2 {
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 90px 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
}

.twitter {
    margin-top: 1.5em;
    margin-left: -0.9em;
    fill: #03a9f4;
}

.card3 {
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 5px 5px 90px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
}

.linkedin {
    margin-top: 0.5em;
    margin-left: 1.5em;
}

.card4 {
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 5px 90px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
}

.youtube {
    margin-top: .8em;
    margin-left: 0.8em;
    fill: #8c9eff;
}

.card1:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: #00d6ff;
    box-shadow: 1px 1px 0px #eeb1de, 2px 2px 0px #d365b6, 3px 3px 0px #d365b6,
    4px 4px 0px #d365b6, 5px 5px 0px #d365b6;
}

.card1:hover .facebook {
    fill: white;
}

.card2:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: #03a9f4;
    box-shadow: 1px 1px 0px #a1defa, 2px 2px 0px #41bef8, 3px 3px 0px #41bef8,
    4px 4px 0px #41bef8, 5px 5px 0px #41bef8;
}

.card2:hover .twitter {
    fill: white;
}

.card3:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: black;
    box-shadow: 1px 1px 0px rgb(124, 123, 123), 2px 2px 0px #333, 3px 3px 0px #333,
    4px 4px 0px #333, 5px 5px 0px #333;
}

.card3:hover .linkedin {
    fill: white;
}

.card4:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: #8c9eff;
    box-shadow: 1px 1px 0px #bdc2e2, 2px 2px 0px #9ca6e0, 3px 3px 0px #9ca6e0,
    4px 4px 0px #9ca6e0, 5px 5px 0px #9ca6e0;
}

.card4:hover .youtube {
    fill: white;
}

.card1,
.card2,
.card3,
.card4 {
    box-shadow: 1px 1px 0px rgb(179, 175, 175), 2px 2px 0px rgb(179, 175, 175),
    3px 3px 0px rgb(179, 175, 175), 4px 4px 0px rgb(179, 175, 175),
    5px 5px 0px rgb(179, 175, 175);
}






/* CSS will go here */
:root {
    --primary: #2a5c8b;
    --secondary: #e74c3c;
    --accent: #f39c12;
    --light: #ecf0f1;
    --dark: #2c3e50;
}



.textile-process {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: var(--accent);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.process-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.process-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    width: 350px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.process-image {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.process-card:hover .process-image img {
    transform: scale(1.1);
}

.process-step {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--secondary);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.process-content {
    padding: 25px;
}

.process-content h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--primary);
}

.process-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.process-btn {
    display: inline-block;
    padding: 8px 20px;
    background: var(--accent);
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.process-btn:hover {
    background: #e67e22;
}

/* WebGL Background Canvas */
#textile-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

/* Interactive Timeline */
.timeline-container {
    margin-top: 80px;
    position: relative;
    height: 300px;
}

.timeline-line {
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--light);
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-progress {
    position: absolute;
    top: 32%;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--secondary);
    transform: translateY(-50%);
    z-index: 2;
    transition: width 0.5s;
}

.timeline-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.timeline-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    border: 4px solid var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--dark);
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.timeline-item.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: scale(1.1);
}

.timeline-item:hover {
    transform: scale(1.1);
}

.timeline-item i {
    font-size: 1.5rem;
}

.timeline-content {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.timeline-content h3{
    margin-bottom: 4px;
}

.timeline-content.active {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .process-card {
        width: 100%;
        max-width: 400px;
    }

    .timeline-container {
        height: 200px;
    }

    .timeline-item {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
    }
}