.blogdetailSingle .wp-block-image.alignwide.size-full {
    padding: 10px 0;
    position: relative;
    margin-bottom: 30px;
}
.journeysecouter .journeyouter .journeyRight figure {
    height: 230px;
}
.journeysecouter .journeyouter .journeyRight figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.journeyLeft h3 {
    min-height: 52px;
}
.journeysecouter.journeyContent .journeyLeft p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    min-height: 40px;
}
.jouneycontentSlider  .journeyRight figure {
    height: 170px;
}
/* 26.02.2026 */
.candidChat h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 49px;
    margin-bottom: 10px;
}
.page-template-candid-with-deeba .candidChat h4 {
        -webkit-line-clamp: 1;
        min-height: auto;
}
.candidContent h6, .candidChat h6 {
    font-weight: 700;
    color: var(--black);
}
.candidChat h6 {
    margin-bottom: 8px;
}
.softoverley h1 {
    margin-bottom: 30px;
}
.candidChat {
    min-height: 300px;
}
.dotsDetailsWrapper .wp-block-list {
    margin-bottom: 10px;
}
.dotsDetailsWrapper .wp-block-list li {
    position: relative;
    padding-left: 25px;
}
.dotsDetailsWrapper .wp-block-list li::before {
    content: "";
    width: 6px;
    aspect-ratio: 1;
    background: var(--black);
    position: absolute;
    top: 9px;
    left: 10px;
    border-radius: 50%;
}
/* 26.02.2026 */
#journey_name {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background: #efefef;
}
/* 05.03.2026 */
.aboutPage .sectioText.text-center h2 {
    font-size: 60px;
    margin: 0;
}
/* 05.03.2026 */
@media (max-width: 992px){
    .heroOverley .primaryBtn {
    position: static;
    bottom: -53px;
    left: 50%;
    transform: none;
}
}
@media (max-width: 575px) {
.journeysecouter.journeyContent .journeyLeft p, .journeyLeft h3 {
    min-height: auto;
}
}
@media (max-width: 767.98px)  {
.candidChat {
    min-height: auto;
}
.candidChat h4 {
    min-height: auto;
}
}
@media (min-width: 1900px){
    .journeyLeft h3 {
        font-size: 18px;
    }
}