.principle {
    margin-top: -70px;
}

.principle p {
    font-size: 3.75em;
    letter-spacing: -0.0617em;
    line-height: 1.4;
}

.bold-principle {
    padding: 0 50px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.bold-principle img {
    width: 100%;
}

.hero-border {
    border: solid #FF375F;
    border-width: 0 0 16px 0;
}

.about {
    font-family: 'Poppins', 'Rockwell', 'Noto Sans SC', sans-serif;
}

.about h2, .about h3 {
    font-size: 3em;
    line-height: 1.17;
    letter-spacing: -0.0325em;
}

.about h3 {
    font-weight: normal;
    margin-bottom: 52px;
}

.about p, .cta p {
    font-size: 1.5em;
    letter-spacing: -0.0325em;
}

.cta h2 {
    font-family: 'rockwell', 'Noto Sans SC', sans-serif;
    font-size: 2.5em;
    line-height: 1.2;
}

/* Principle Section (used in index.html) */
.principle {
    padding-top: 0;
}

/*.principle h3 {*/
/*    font-size: 2em;*/
/*    margin-bottom: 20px;*/
/*}*/

.principle p strong {
    font-weight: bold;
}

/* CTA Section (used in index.html) */
/*.cta p {*/
/*    margin-bottom: 30px;*/
/*    font-style: italic;*/
/*    color: #1a3c34;*/
/*}*/

.cta button {
    background: #27ae60;
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    font-size: 1.3em;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    animation: pulse 2s infinite;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cta button:hover {
    background: #219653;
    transform: scale(1.05);
}

.buttonclass a {
    color: inherit;
    text-decoration: none;
}

.buttonclass a:hover {
    text-decoration: none;
}
