.urm-corporate-method {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method {
    gap: 20px;
  }
}

.urm-corporate-method .old-new-compare {
  display: flex;
  gap: 50px;
  max-width: 1280px;
  margin: auto;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .old-new-compare {
    flex-direction: column;
    gap: 20px;
  }
}

.urm-corporate-method .old-new-compare .method {
  width: calc(50% - 50px);
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 24px;
  padding: 20px 0px 0px 0px;
  min-height: 830px;
  max-height: 830px;
  gap: 16px;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .old-new-compare .method {
    width: calc(100% - 20px);
    height: fit-content;
    max-height: 560px;
    min-height: 560px;
  }
}

.urm-corporate-method .old-new-compare .method.old-method {
  background-color: #f6f6f6;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .old-new-compare .method.old-method {
    max-height: 740px;
    min-height: 740px;
  }
}

.urm-corporate-method .old-new-compare .method.new-method {
  background-color: #f4f2ff;
}

.urm-corporate-method .old-new-compare .method .method-title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .old-new-compare .method .method-title {
    font-size: 35px;
  }
}

.urm-corporate-method .old-new-compare .method span {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .old-new-compare .method span {
    font-size: 19px;
  }
}

.urm-corporate-method .old-new-compare .method.old-method picture {
  position: absolute;
  bottom: 0;
}

.urm-corporate-method .old-new-compare .method.new-method span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.urm-corporate-method .method-explanations {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1232px;
  margin: auto;
  gap: 35px;
}

.urm-corporate-method .method-explanations::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.urm-corporate-method .method-explanations {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


@media only screen and (max-width: 780px) {
  .urm-corporate-method .method-explanations {
    max-width: 100%;
    overflow: auto;
    justify-content: flex-start;
    padding: 0 12px;
    gap: 15px;
  }
}

.urm-corporate-method .method-explanations .method-explanation {
  padding: 30px 40px;
  border-radius: 24px;
  background-color: #f4f2ff;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .method-explanations .method-explanation {
    padding: 17px 20px;
    min-width: 258px;
    height: 240px;
  }
}

.urm-corporate-method .method-explanations .method-explanation > span:first-child {
  font-size: 56px;
  font-weight: bold;
  line-height: normal;
  color: #2129dc;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .method-explanations .method-explanation > span:first-child {
    font-size: 36px;
  }
}

.urm-corporate-method .method-explanations .method-explanation .subText {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.urm-corporate-method .method-explanations .method-explanation .subText span {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .method-explanations .method-explanation .subText span {
    font-size: 30px;
  }
  
}

.urm-corporate-method .method-explanations .method-explanation .subText .icon {
  width: 40px;
  height: 40px;
  background-color: #2129dc;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .method-explanations .method-explanation .subText .icon {
    width: 30px;
    height: 30px;
  }
}

.urm-corporate-method .method-explanations .method-explanation > span:last-child {
  font-size: 21px;
  line-height: normal;
  color: #000;
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .method-explanations .method-explanation > span:last-child  {
    font-size: 15px;
  }
}

.urm-corporate-method .old-new-compare .method .method-messages {
  position: absolute;
  bottom: 2%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 780px) {
  .urm-corporate-method .old-new-compare .method .method-messages {
    width: 75%;
  }
}

.urm-corporate-method .old-new-compare .method.old-method .method-messages picture {
  
  opacity: 0; /* Başlangıçta görünmez */
  visibility: hidden; /* Başlangıçta görünmez */
}

.urm-corporate-method .old-new-compare .method.old-method .method-messages picture.visible {
  animation: show-notification 0.2s forwards ease-in-out;
  animation-delay: 0.5s;
}

.urm-corporate-method .old-new-compare .method.old-method .method-messages picture:nth-child(2) {
  transform: translateY(-100%);
  animation-delay: 1.5s;
}

.urm-corporate-method .old-new-compare .method.old-method .method-messages picture:nth-child(3) {
  transform: translateY(-250%);
  animation-delay: 2.5s;
}

.urm-corporate-method .old-new-compare .method.new-method .method-messages picture {
  opacity: 0; /* Başlangıçta görünmez */
  visibility: hidden; /* Başlangıçta görünmez */
  position: absolute;
  bottom: 0;
}

.urm-corporate-method .old-new-compare .method.new-method .method-messages picture.visible:nth-child(1) {
  animation: show-notification 2s ease-out;
  z-index: 0;
  animation-delay: 1s;
}

.urm-corporate-method .old-new-compare .method.new-method .method-messages picture.visible:nth-child(2) {
  animation: show-notification 2s ease-out;
  animation-delay: 2.5s;
  z-index: 1;
}

.urm-corporate-method .old-new-compare .method.new-method .method-messages picture.visible:nth-child(3) {
  animation: show-notification 2s forwards ease-out;
  animation-delay: 4s;
  z-index: 2;
}

@keyframes show-notification {
  to {
    opacity: 1;
    visibility: visible; /* Görünür yap */
  }
}
