   .section-tp1 {
    max-width: 700px;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    line-height: 2rem;
    margin: 0 auto;
    margin-top: 300px;
}

.tp-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.section-tp1 h1 {
    color: #4b6cfb;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 2.3rem;
}
.section-tp1 a{
    text-decoration: none;
}
.tp-section {
    text-align: left;
    margin: 25px 0;
    padding: 25px 20px;
    border-radius: 12px;
    background: #ffffffcc;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.tp-section h2 {
    color: #2a3f7d;
    margin-bottom: 15px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 14px;
}

.tp-section i {
    font-size: 28px;
    color: #4a60a8;
}

ul {
    margin: 0;
    padding-left: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
}

.video-container iframe {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 12px;
}

@media (max-width: 600px) {
    h1 { font-size: 2rem; }
    .tp-section { padding: 18px 15px; }
    .tp-section h2 { font-size: 1.4rem; }
}
