.header__logo-box {
    position: absolute;
}
.header__logo-box--logo {
    height: 130px;
    margin-top: 24px;
}
.footer .footer-about .logo img {
    max-height: 140px;
}
.blog-details .meta-top a {
    color: var(--default-color);;
    font-weight: 500;
    font-size: 15px;
}
.blog-details .content h2 {
    font-size: 26px;
}

.blog-details .content p, .paragraph-text {
    font-weight: 500;
    font-size: 17px;
}

.paragraph-text a {
    color: #0d6efd;
}

.youtube-video {
    position: relative;
    display: inline-block;
    margin: 10px 0 20px;
}
.youtube-thumbnail {
    cursor: pointer;
    display: block;
    width: 100%;
}
.youtube-video i {
    font-size: 64px;
    color: #FF0000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: #FFF;
    padding: 15px; /* Adds spacing inside the background */
    width: 35px; /* Ensures proper size */
    height: 35px; /* Ensures proper size */
    display: flex;
    align-items: center;
    justify-content: center;

}
.slider .content {
    padding: 50px 65px;
}
.slider .content .hero-text {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
}
.video-title {
    font-size: 1.2rem;
    font-weight: 600;
}
.border-radius-0 {
    border-radius: 0;
}
