.opop {
  padding-top: 22px;
}

.bottom {
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
a {
  text-decoration: none;
}

.footer-text {
  color: #e05297;
  padding-bottom: 75px;
}
a:hover {
  color: #e05297;
}

/*
color: #867AE9;
color: #E05297;
color: #E84A5F'
color: #6E3CBC;
 */

.middle-container {
  padding-top: 35px;
  font-family: tahoma, sans-serif;
  color: #333333;
  margin: auto;
  text-align: center;
  width: 55%;
  line-height: 30px;
}

.top-container {
  margin: auto;
}

.content {
  padding-top: 10px;
  text-align: justify;
  text-justify: inter-word;
}

.middle {
  margin-top: 4%;
  margin-left: 15%;
}
.float {
  height: 28%;
  width: 28%;
  float: left;
  margin-right: 10%;
}

.intro-self {
  font-family: "Acme", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}

hr {
  width: 10%;
  border: 2px solid #e05297;
  margin: 0px;
}

.main-container {
  background-color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}

.typing-demo {
  width: 30ch;
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 1.7em;
}

@keyframes typing {
  from {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.grey {
  width: 85%;
  margin: auto;
  border: 2px solid #d0d0d0;
}

.top {
  text-align: center;
  width: 40%;
  margin: auto;
  font-weight: 500;
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

body {
  background: white;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}

.arrows path {
  stroke: black;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.text-align {
  margin: auto;
  padding-top: 14%;
}

.row {
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

.blog-container {
  padding-left: 9.5%;
  padding-right: 9.5%;
}

.middle {
  height: 30%;
}

.about-container {
  padding-left: 13%;
  padding-right: 13%;
}


.feedback{
   display: flex;
  font-family: "Roboto", Arial;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
}


.top1 {
  text-align: center;
  width: 45%;
  margin: auto;
}


.card-list {
  display: flex;
  flex-wrap: wrap; /* Wrap cards to the next row if necessary */
  gap: 20px; /* Add space between cards */
  justify-content: space-around; /* Adjust alignment */
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px; /* Set a consistent width for all cards */
  height: 450px; /* Set a consistent height for all cards */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.card-image {
  height: 60%; /* Image takes up 60% of the card height */
  background-size: cover;
  background-position: center;
}

.card-description {
  padding: 10px; /* Ensure padding for readability */
  max-width: 100%; /* Prevent content overflow */
  word-wrap: break-word; /* Handle long words */
  white-space: normal; /* Allow text to wrap */
  overflow: visible; /* Ensure content is not hidden */
  display: block; /* Ensure it behaves like a block element */
  height: auto; /* Automatically adjust height based on content */
}


.card-description h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.card-description p {
  font-size: 0.9em;
  color: #666;
}
.blog-container {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.pdf-viewer {
  width: 850px;
  height: 1120px;
  border: none; /* Remove border for cleaner look */
  display: block;
  margin: 0 auto; /* Center the iframe */
}
