/*----------------------------------
  SECTION TITLE 
  -----------------------------------*/
.maha-process-wrap .section-title-wrap {
  position: relative;
  margin-bottom: 30px; /* Ã§Â¼Â©Ã¥Â°ÂÃ©â€”Â´Ã¨Â·Â */
}

.maha-process-wrap .section-title-wrap .section-title {
  display: inline-block;
  position: relative;
  margin: 5px 0 30px; /* Ã§Â¼Â©Ã¥Â°ÂÃ©â€”Â´Ã¨Â·Â */
  text-transform: capitalize;
  line-height: 1.4;
  font-size: clamp(24px, 1.88vw, 36px); /* Ã§Â¼Â©Ã¥Â°ÂÃ¦Â â€¡Ã©Â¢Ëœ */
}

.maha-process-wrap .section-title-wrap p {
  font-family: var(--font-family);
}

@media (min-width: 1200px) {
  .maha-process-wrap .section-title-wrap .section-title {
     /* Ã§Â¼Â©Ã¥Â°ÂÃ¦Å“â‚¬Ã¥Â¤Â§Ã¦Â â€¡Ã©Â¢Ëœ */
  }
}

.maha-process-wrap .section-title-wrap .section-title::before,
.maha-process-wrap .section-title-wrap .section-title::after {
  /* content: ""; */
  position: absolute;
  bottom: -8px;
  width: 16px;
  height: 6px; /* Ã§Â¼Â©Ã¥Â°ÂÃ¨Â£â€¦Ã©Â¥Â°Ã¦ÂÂ¡ */
  border-radius: 3px;
  background-color: var(--color-primary);
  animation: animate 6s linear infinite;
}

.maha-process-wrap .section-title-wrap .section-title::before {
  right: 50%;
  margin-right: 3px;
}

.maha-process-wrap .section-title-wrap .section-title::after {
  left: 50%;
  margin-left: 3px;
}

.maha-process-wrap .section-title-wrap p {
  display: inline-block;
  font-size: 20px; /* Ã§Â¼Â©Ã¥Â°ÂÃ¦ÂÂÃ¨Â¿Â°Ã¦â€“â€¡Ã¥Â­â€” */
  font-weight: 500;
  margin-bottom: 0;
  max-width: 1000px;
}

@keyframes animate {
  0% { width: 16px; }
  25% { width: 40px; }
  50% { width: 40px; }
  75% { width: 80px; }
  100% { width: 80px; }
}

/*------------------------------
  WORK PROCESS Ã£â‚¬ÂÃ¦â€¢Â´Ã¤Â½â€œÃ§Â¼Â©Ã¥Â°ÂÃ¥Â°ÂºÃ¥Â¯Â¸Ã£â‚¬â€˜
  ------------------------------*/
.maha-process-wrap {
  position: relative;
  overflow: hidden;
  padding-top: clamp(30px, 3.645833vw, 70px); /* Ã§Â¼Â©Ã¥Â°ÂÃ¤Â¸Å Ã¤Â¸â€¹Ã¥â€ â€¦Ã¨Â¾Â¹Ã¨Â·Â */
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .maha-process-wrap {}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .maha-process-wrap { padding-top: 60px; }
}
@media (max-width: 991px) {
  .maha-process-wrap {padding-bottom: 30px;}
}

.maha-process-wrap .process-content {
  padding-top: 20px; /* Ã§Â¼Â©Ã¥Â°ÂÃ©â€”Â´Ã¨Â·Â */
}

@media only screen and (min-width: 992px) {
  .maha-process-wrap .process-content {
    padding-top: 60px; /* Ã§Â¼Â©Ã¥Â°ÂÃ©â€”Â´Ã¨Â·Â */
  }
}

.maha-process-wrap .process-content-wrap {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: 15px;
}

.maha-process-wrap .process-content .process-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  gap: 20px; /* Ã§Â»Å¸Ã¤Â¸â‚¬Ã©â€”Â´Ã¨Â·Â */
}

@media only screen and (min-width: 992px) {
  .maha-process-wrap .process-content .process-list {
    flex-direction: row;
    gap: 25px; /* Ã§Â¼Â©Ã¥Â°ÂÃ¦Â¨ÂªÃ¥Ââ€˜Ã©â€”Â´Ã¨Â·Â */
  }
}

.maha-process-wrap .process-content .process-list .process {
  list-style: none;
  text-align: center;
}

.maha-process-wrap .process-content .process-list .process:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .maha-process-wrap .process-content .process-list .process:nth-child(2n) {
    margin-top: -100px; /* Ã§Â¼Â©Ã¥Â°ÂÃ©â€â„¢Ã¤Â½ÂÃ©Â«ËœÃ¥ÂºÂ¦ */
  }
}

/* Ã£â‚¬ÂÃ¦Â Â¸Ã¥Â¿Æ’Ã¯Â¼Å¡Ã¥Å“â€ Ã¥Â½Â¢Ã¦Â­Â¥Ã©ÂªÂ¤Ã¦Å’â€°Ã©â€™Â® Ã§Â¼Â©Ã¥Â°ÂÃ¥Â°ÂºÃ¥Â¯Â¸Ã£â‚¬â€˜ */
.maha-process-wrap .process-content .process-list .process .process-circle {
  position: relative;
  display: inline-block;
  width: 100px;  /* Ã¦Â¡Å’Ã©ÂÂ¢Ã©Â»ËœÃ¨Â®Â¤Ã§Â¼Â©Ã¥Â°Â */
  height: 100px;
  background-color: var(--color-white);
  border-radius: 100%;
  border: 6px solid #e6e9ee; /* Ã¨Â¾Â¹Ã¦Â¡â€ Ã¥ÂËœÃ§Â»â€  */
  transition: all ease 0.3s;
}

@media only screen and (min-width: 1300px) {
  .maha-process-wrap .process-content .process-list .process .process-circle {
    width: 110px; /* Ã¥Â¤Â§Ã¥Â±ÂÃ¤Â¹Å¸Ã§Â¼Â©Ã¥Â°Â */
    height: 110px;
  }
}

@media only screen and (min-width: 992px) {
  .maha-process-wrap .process-content .process-list .process .process-circle {
    width: 80px;  /* Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦Å“â‚¬Ã¥Â°ÂÃ¥Â°ÂºÃ¥Â¯Â¸ */
    height: 80px;
  }
}

/* Ã¥Å“â€ Ã¥Â½Â¢Ã¥â€ â€¦Ã¦â€¢Â°Ã¥Â­â€”Ã§Â¼Â©Ã¥Â°Â */
.maha-process-wrap .process-content .process-list .process .process-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2e4451;
  font-size: 32px; /* Ã§Â¼Â©Ã¥Â°ÂÃ¦â€¢Â°Ã¥Â­â€” */
  font-family: var(--title-font-family);
  font-weight: 600;
}

.maha-process-wrap .process-content .process-list .process .process-circle:hover {
  border-color: var(--color-primary);
}
.maha-process-wrap .process-content .process-list .process .process-circle:hover span {
  color: var(--color-primary);
}

/* Ã¨Â¿Å¾Ã¦Å½Â¥Ã§ÂºÂ¿ Ã§Â¼Â©Ã¥Â°ÂÃ£â‚¬ÂÃ©â‚¬â€šÃ©â€¦ÂÃ¦â€“Â°Ã¥Â°ÂºÃ¥Â¯Â¸ */
.maha-process-wrap .process-content .process-list .process:nth-child(2n) .process-circle .zigzax-line {
  transform: rotate(-25deg);
  top: 65%;
  left: -80%;
}
.maha-process-wrap .process-content .process-list .process:first-child .zigzax-line {
  display: none;
}
.maha-process-wrap .process-content .process-list .process .zigzax-line {
  content: "";
  display: none;
  position: absolute;
  top: 10%;
  left: -85%;
  width: 80%;
  height: 2px;
  z-index: -1;
  transform: rotate(25deg);
  background-image: linear-gradient(to right, var(--color-primary) 50%, white 50%);
  background-position: top;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 1180px) {
  .maha-process-wrap .process-content .process-list .process .zigzax-line {
    width: 55%;
    left: -50%;
  }
  .maha-process-wrap .process-content .process-list .process:nth-child(2n) .zigzax-line {
    left: -70%;
  }
}

@media only screen and (min-width: 992px) {
  .maha-process-wrap .process-content .process-list .process .zigzax-line {
    display: block;
  }
}

/* Ã¦â€“â€¡Ã¥Â­â€”Ã¥â€ â€¦Ã¥Â®Â¹Ã§Â¼Â©Ã¥Â°Â */
.maha-process-wrap .process-content .process-list .process .info {
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.maha-process-wrap .process-content .process-list .process .info .title {
  font-size: clamp(14px, 0.94vw, 18px); /* Ã§Â¼Â©Ã¥Â°ÂÃ¦Â â€¡Ã©Â¢Ëœ */
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}

@media only screen and (min-width: 992px) {
  .maha-process-wrap .process-content .process-list .process .info .title {
    /* font-size: 16px; */
  }
}
@media only screen and (min-width: 1200px) {
  .maha-process-wrap .process-content .process-list .process .info .title {
    /* font-size: 18px; */
  }
}

.maha-process-wrap .process-content .process-list .process .info p {
  display: inline-block;
  font-size: clamp(12px, 0.73vw, 14px); /* Ã§Â¼Â©Ã¥Â°ÂÃ¦ÂÂÃ¨Â¿Â° */
  width: 100%;
  font-family: var(--font-family);
  margin-bottom: 20px;
  height: 100%;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .maha-process-wrap .process-content .process-list .process .info p {
    position: absolute;
    display: none;
    /* font-size: 14px; */
    /* width: 140px; */
    opacity: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .maha-process-wrap .process-content .process-list .process .info p {
    /* font-size: 15px; */
    /* width: 160px; */
  }
}

/* hover Ã¥Å Â¨Ã§â€Â»Ã¤Â¿ÂÃ§â€¢â„¢ */
.maha-process-wrap .process-content .process-list .process:hover .info p {
  display: inline-block;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .maha-process-wrap .process-content .process-list .process:hover .info p {
    display: block;
    animation: slide-down 0.3s ease-out;
  }
}

.maha-process-wrap .process-content .process-list .process:hover .process-circle span {
  color: var(--color-primary);
}
.maha-process-wrap .process-content .process-list .process:hover .process-circle {
  border-color: var(--color-primary);
}

.maha-process-wrap .process-content .process-list .process:hover .spin {
  border: 0;
}
.maha-process-wrap .process-content .process-list .process:hover .spin::before {
  border-bottom-color: var(--color-second);
  border-right-color: var(--color-second);
  border-top-color: var(--color-second);
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.maha-process-wrap .process-content .process-list .process:hover .spin::after {
  border-left-width: 6px;
  border-right-width: 6px;
  border-top: 6px solid var(--color-second);
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.maha-process-wrap .spin::before,
.maha-process-wrap .spin::after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: inherit;
  content: "";
}
.maha-process-wrap .spin::before {
  border: 6px solid transparent;
  z-index: 20;
}
.maha-process-wrap .spin::after {
  border: 0 solid transparent;
}

.maha-process-wrap .circle {
  border-radius: 100%;
  box-shadow: none;
}
.maha-process-wrap .circle::before,
.maha-process-wrap .circle::after {
  border-radius: 100%;
}

@media(max-width:767px){
  .maha-process-wrap .section-title-wrap {
    margin-bottom: 0;
  }
}