.hero-sec {
    padding: 80px 0px;
    background-color: #6D308D;
}

.single-post .hero-sec .hero_content {
    max-width: 1008px;
    margin: 0 auto;
    text-align: center;
}

.hero_content h1 {
    margin-bottom: 16px;
}

.hero_content h1 , .hero_content p {
    color: #FFFFFF;
}

.hero_content p {
    letter-spacing: 0.02em;
}

.hero_content p:last-of-type {
    margin-bottom: 0px;
}


.hero_content .theme_btn {
    margin-top: 16px;
    /* display: none; */
}

.hero_content .theme_btn a {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}


.hero_content .theme_btn a:hover {
    background-color: #FFFFFF;
    color: #171717;
}


/* singel-post-sidebar-des-text css start */

.singel-post-sidebar-des-text {
    padding-top: 60px;
    padding-bottom: 80px;
}

.singel-post-row {
    display: flex;
    margin: 0px -50px;
}

.singel-post-row > div {
    padding: 0px 50px;
}

.singel-post-row .singel-post-left-col {
    width: 30%;
    border-right: 1px solid #DEDEDE;
}

.singel-post-row .singel-post-right-col {
    width: 70%;
}


.singel-post-sidebar-text h4 {
    margin-bottom: 32px;
}

.singel-post-sidebar-text ul li {
    padding-left: 45px;
    position: relative;
}

.singel-post-sidebar-text ul li::before {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #6D308D;
    border-radius: 50px;
    color:#FFFFFF;
    content: "" counter(my-sec-counter);
    counter-increment: my-sec-counter;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 25px;
    height: 25px;
    font-weight: 700;
}

.singel-post-sidebar-text {
    counter-reset: my-sec-counter;
    padding-right: 10px;
    position: sticky;
    top: 10px;
}


.singel-post-sidebar-text ul a {
    color: #323232;
    letter-spacing: 0.02em;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    display: block;
}

.singel-post-sidebar-text ul a:hover,
.singel-post-sidebar-text ul a.active {
    color: #6D308D;
    text-decoration: underline;
}

.singel-post-video {
    position: relative;
    margin: 40px 0px;
}

.singel-post-video .play_icon {
    width: 80px;
    height: 80px;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

.singel-post-video.active .video-text,
.singel-post-video.active::before {
    display: none;
}

.singel-post-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(109, 48, 141, 0) 0%, #6D308D 100%);
    border-radius: 20px;
    z-index: 1;
}

.video-text {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
}

.video-text h3 {
    color: #FFFFFF;
}

.singel-post-video video {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.singel-post-numbering-heading {
    display: flex;
    /* align-items: center; */
    gap: 20px;
    margin-bottom: 24px;
}

.single-post-image img {
    width: 100%;
    height: 100%;
    margin: 40px 0px;
    border-radius: 20px;
}


.singel-post-numbering {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-color: #6D308D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.singel-post-numbering h4 {
    color: #FFFFFF;
    display: none;
}

.singel-post-side-img-des {
    display: flex;
/*     align-items: center; */
    gap: 25px;
}

.singel-post-side-img-des.right {
    flex-direction: row-reverse;
}


.singel-post-side-img-des > div {
    width: 50%;
}

.singel-post-side-img {
    position: relative;
    padding-bottom: 32%;
}

.singel-post-side-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.singel-post-des-text p {
    letter-spacing: 0.02em;
}

.common-margin {
    margin-top: 40px;
}

.singel-post-list-box {
    padding: 25px;
    background: #F9F9F9;
    border-radius: 10px;
}

.singel-post-list-box ul li {
    line-height: 24px;
}

.singel-post-des-text h6 , .singel-post-des-text ul li h6 ,
.singel-post-des-text ul li h5 , .singel-post-des-text ul li h4 ,
.singel-post-des-text ul li h3 , .singel-post-des-text ul li h2 , .singel-post-des-text ul li strong  {
    font-family: "Dosis", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
    display: inline-block;
    width: 100%;
}

.singel-post-des-text  a {
    color: #323232;
    text-decoration: underline;
}

.singel-post-des-text  .theme_btn a {
    text-decoration: unset;
}

.singel-post-des-text ul {
    padding-left: 20px;
}

.singel-post-des-text ul li {
    margin-bottom: 12px;
    /* margin-bottom: 5px; */
    position: relative;
    letter-spacing: 0.02em;
    font-size: 16px;
    line-height: 30px;
}

.singel-post-des-text ul li p {
    line-height: 30px;
}

.singel-post-des-text ul li {
    list-style-type: disc;
}

.singel-post-des-text ul li:last-child {
    margin-bottom: 0px;
}

.single_post_list_wrapper {
    margin-bottom: -26px;
}

.singel-post-list-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    margin-bottom: 26px;
}

.singel-post-list-boxes > div {
    padding: 0px 13px;
    margin-bottom: 26px;
}

.singel-post-list-boxes > div {
    width: 40%;
}

.singel-post-list-boxes > div:last-child {
    width: 60%;
}

.singel-post-side-heading-des-img {
    display: flex;
    gap: 15px;
}

.singel-post-side-heading-des-img > div:first-child {
    width: 60%;
}

.singel-post-side-heading-des-img > div:last-child {
    width: 40%;
}


.singel-post-side-heading-des-img img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ul-margin {
    margin-bottom: 16px;
}

/* .singel-post-des-text .ul-margin li::before {
    top: 8px;
} */


.singel-post-side-heading-des .singel-post-side-des-text {
    max-width: 471px;
}

.singel-post-tabel-box {
    padding: 48px;
    text-align: center;
    border-radius: 24px;
    background-color: #6D308D;
}

.singel-post-tabel-box .singel-post-tabel-text {
    max-width: 525px;
    margin: 0 auto;
}

.singel-post-tabel-box h3 {
    color: #FFFFFF;
    margin-bottom: 16px;
}

.singel-post-tabel-box p {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.singel-post-tabel-box .theme_btn {
    margin-top: 24px;
}

.singel-post-tabel-box .theme_btn a {
    background-color: #FFFFFF;
    color: #171717;
}

.singel-post-tabel-box .theme_btn a:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.singel-post-director-img-text {
    display: flex;
    align-items: start;
    gap: 25px;
}

.singel-post-director-text h4 {
    color: #6D308D;
    margin-bottom: 10px;
}

.singel-post-director-text p {
    letter-spacing: 0.02em;
    line-height: 20px;
    margin-bottom: 10px;
}

/* .singel-post-director-text p.designation {
    color: #000000;
    font-weight: bold;
} */

.singel-post-director-img {
    position: relative;
    width: 20%;
}

.singel-post-director-text {
    width: 80%;
}

.singel-post-director-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.singel-post-director-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 75px;
    background-color: rgba(109, 48, 141, 0.2);
    border-radius: 8px;
    left: 0;
    bottom: 8px;
    z-index: -1;
    display: none;
}

.singel-post-top-social-btn {
    padding: 30px 0px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.singel-post-top-social-btn-row {
    display: flex;
    align-items: center; 
    justify-content: space-between;
}

.singel-post-top-social-btn-row > div:first-child {
    width: 55%;
}

.singel-post-top-social-btn-row > div:last-child {
    width: 30%;
}


.singel-post-top-social-btn .theme_btn a {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.singel-post-top-social-btn-right-col {
    text-align: right;
}

.singel-post-top-social-btn-left-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.singel-post-top-social-multipel-btn,
.singel-post-top-social-btn-left-col #wthf-yes-no {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.singel-post-top-social-multipel-btn .theme_btn:last-child a {
    background: rgba(109, 48, 141, 0.2);
    color: #6D308D;
}

.singel-post-top-social-multipel-btn .theme_btn:last-child a:hover {
    background-color: transparent;
}

.singel-post-top-social-multipel-btn .theme_btn:last-child a:hover img {
    filter: invert(0);
}

.singel-post-top-social-multipel-btn .theme_btn:first-child a svg path,
.singel-post-top-social-btn-right-col .theme_btn a svg path {
    transition: all .4s ease;
}

.singel-post-top-social-multipel-btn .theme_btn:first-child a:hover svg path,
.singel-post-top-social-btn-right-col .theme_btn a:hover svg path {
    fill: #6D308D;
}

.singel-post-bottom-social-btn {
    padding: 30px 0px;
    border-bottom: 1px solid #DDDDDD;
}

.singel-post-bottom-social-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.singel-post-bottom-social-btn ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 1s;
}

.singel-post-bottom-social-btn ul li a:hover {
    transform: rotate(360deg);
}

.singel-post-bottom-social-btn ul li a img:hover {
    transition: transform 1s, filter 2s ease-in-out;
    /* transform: scale(1.4); */
  }

.singel-post-bottom-social-btn ul li:nth-child(1) a {
    background-color: #EDF4FF;
}

.singel-post-bottom-social-btn ul li:nth-child(2) a {
    background-color: #EEFAFF;
}

.singel-post-bottom-social-btn ul li:nth-child(3) a {
    background-color: #FAF5FC;
}

.singel-post-bottom-social-btn ul li:nth-child(4) a {
    background-color: #EEFBFF;
}

.singel-post-bottom-social-btn ul li:nth-child(5) a {
    background-color: #E5F7FF;
}

.singel-post-bottom-social-btn ul li:nth-child(6) a {
    background-color: #F9F9F9;
}

.singel-post-bottom-social-btn ul li:nth-child(7) a {
    background-color: #6D308D;
}

.singel-post-bottom-social-btn ul li:nth-child(7) {
    display: none;
}

.back-to-top-btn {
    padding: 12px 18px;
    background-color: #FFFFFF;
    color: #171717;
    box-shadow: 0px 10px 20px rgba(109, 48, 141, 0.1);
    border-radius: 8px;
    font-weight: 600;
    font-family: "Funnel Display", serif;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: fixed;
    bottom: 40px;
    right: 34px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    border: 1px solid #fff;
}

.back-to-top-btn:hover {
    background-color: #6D308D;
    color: #fff;
    border: 1px solid #fff;
}


.back-to-top-btn:hover .back-to-top-img {
    background-color: #fff;
}

.back-to-top-btn:hover .back-to-top-img  img {
    filter: invert(1);
}

.back-to-top-btn .back-to-top-img {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-color: #6D308D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
}


.singel-post-des-text {
    counter-reset: my-sec-counter;
}

.singel-post-numbering::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    display: inline-block;
    font-family: "Funnel Display", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

.singel-post-list-box ul li {
    line-height: 24px;
    margin-bottom: 12px;
}

.ul-margin ul {
    margin-bottom: 16px;
}






@media (min-width:1399px) {

    .singel-post-tabel-box h3 {
        font-size: 38px;
        line-height: 47px;
    }

    .singel-post-director-text h4 {
        font-size: 22px;
        line-height: 27px;
    }

}


@media (max-width:1399px) {

    .singel-post-row {
        margin: 0px -40px;
    }

    .singel-post-row > div {
        padding: 0px 40px;
    }

    .singel-post-des-text ul li p {
        font-size: 15px;
        line-height: 25px;
    }

    .singel-post-list-boxes > div {
        width: 50% !important;
    }

    .singel-post-tabel-box {
        padding: 40px;
    }
}



@media (max-width:991px) {

    .hero-sec {
        padding: 60px 0px;
    }

    .singel-post-row {
        margin: 0px -30px;
    }

    .singel-post-row > div {
        padding: 0px 30px;
    }

    .singel-post-row .singel-post-left-col {
        width: 40%;
    }

    .singel-post-row .singel-post-right-col {
        width: 60%;
    }

    .singel-post-video {
        margin: 30px 0px;
    }

    .singel-post-side-img-des {
        flex-direction: column;
        gap: 16px;
    }

    .singel-post-side-img-des > div {
        width: 100%;
    }

    .singel-post-side-img {
        padding-bottom: 66%;
    }

    .singel-post-list-boxes {
        flex-direction: column;
        margin-bottom: 16px;
      }
  
      .singel-post-list-boxes > div {
          width: 100% !important;
      }

      .singel-post-side-heading-des-img {
        flex-direction: column;
    }

    .singel-post-side-heading-des-img > div {
        width: 100% !important;
    }

    .singel-post-tabel-box {
        padding: 37px 29px;
    }

    .singel-post-top-social-btn-left-col  {
        flex-direction: column;
        gap: 16px;
    }

    .singel-post-top-social-btn , .singel-post-bottom-social-btn {
        padding: 24px 0px;
    }

    .singel-post-bottom-social-btn ul li a {
        width: 45px;
        height: 45px;
    }

    .back-to-top-btn {
        padding: 12px;
        font-size: 0px;
        gap: 0px;
    }

    .singel-post-numbering::before  {
        font-size: 20px;
        line-height: 25px;
    }

    .video-text h3 {
        font-size: 16px;
        line-height: 22px;
    }

}


@media (max-width:767px) {

    .hero-sec {
        padding: 40px 0px;
    }

    .hero_content h1.h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .hero_content .theme_btn {
        display: block;
    }

    .singel-post-sidebar-des-text {
        padding: 40px 0px;
    }

    .singel-post-row {
        display: block;
        margin: 0px -16px;
    }

    .singel-post-row .singel-post-left-col {
        width: 100%;
        display: none;
    }

    .singel-post-row .singel-post-right-col {
        width: 100%;
    }

    .singel-post-row > div {
        padding: 0px 16px;
    }

    .singel-post-video {
       margin-top: 16px;
       margin-bottom: 24px;
    }

    .singel-post-video .play_icon {
        width: 58px;
        height: 58px;
    }

    .singel-post-des-text #what-is-ADHD {
        margin-top: 24px;
    }

    .singel-post-des-text h6 , .singel-post-des-text ul li h6 ,
.singel-post-des-text ul li h5 , .singel-post-des-text ul li h4 ,
.singel-post-des-text ul li h3 , .singel-post-des-text ul li h2 , .singel-post-des-text ul li strong {
        font-size: 14px;
        line-height: 20px;
    }

    .singel-post-numbering-heading {
        margin-bottom: 16px;
    }

    .singel-post-numbering {
        width: 32px;
        height: 32px;
    }

    .singel-post-numbering h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .singel-post-side-heading-des-img {
        display: block;
    }

    .singel-post-side-heading-des-img > div {
        width: 100% !important;
    }

    .singel-post-side-heading-des-img .singel-post-side-imgs {
        display: none;
    }

    .singel-post-des-text ul li p {
        font-size: 14px;
        line-height: 25px;
    }

    .singel-post-director-text p {
        line-height: 17px;
    }

    /* .singel-post-director-img-text {
        gap: 14px;
    } */

    .singel-post-top-social-btn-row {
        display: block;
    }

    .singel-post-top-social-btn-row > div {
        width: 100% !important;
    }

    .singel-post-top-social-btn-row .singel-post-top-social-btn-right-col .theme_btn a {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }   

    .singel-post-top-social-btn .theme_btn a {
        padding: 10px 30px;
    }

    .singel-post-bottom-social-btn ul li a {
        width: 30px;
        height: 30px;
    }

    .singel-post-bottom-social-btn ul li:nth-child(7) {
        display: none;
    }

    .singel-post-bottom-social-btn ul li:nth-child(1) a img {
        width: 8px;
    }

    .singel-post-bottom-social-btn ul li:nth-child(2) a img {
        width: 16px;
    }

    .singel-post-bottom-social-btn ul li:nth-child(3) a img {
        width: 16px;
    }

    .singel-post-bottom-social-btn ul li:nth-child(4) a img {
        width: 15px;
    }

    .singel-post-bottom-social-btn ul li:nth-child(5) a img {
        width: 16px;
    }

    .singel-post-bottom-social-btn ul li:nth-child(6) a img {
        width: 17px;
    }

    .singel-post-bottom-social-btn ul li:nth-child(7) a img {
        width: 15px;
    }

    .singel-post-bottom-social-btn ul {
        justify-content: center;
    }

    .singel-post-social-btn-sec {
        padding: 0px 16px;
    }

    .back-to-top-btn {
        right: 16px;
        bottom: 20px;
    }

    .video-text h3 {
        font-size: 14px;
        line-height: 17px;
    }


}


@media (max-width:575px) {
    .single-post .hero-sec .hero_content {
        max-width: 324px;
    }

    .singel-post-tabel-box .singel-post-tabel-text {
        max-width: 300px;
    }
}

@media (max-width:380px) {
    .singel-post-bottom-social-btn ul {
        gap: 12px;
        /* flex-wrap: wrap; */
    }

    .singel-post-bottom-social-btn ul li img {
        height: 14px;
    }
}

/* Breadcrumb Section CSS */

.breadcrumb_section {
    background: rgba(109, 48, 141, 0.03);
    padding: 10px 0;
}

.breadcrumb a,
.breadcrumb span {
    color: #323232;
    line-height: 140%;
    letter-spacing: 0.02em;
}

.breadcrumb span {
    font-weight: 700;
    margin-left: 5px;
}

.breadcrumb a {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .breadcrumb_section {
        padding: 7px 0;
    }

    .breadcrumb a,
    .breadcrumb span {
        letter-spacing: 0;
    }
}

/* Did you find this Article helpful section css */

.singel-post-top-social-btn-left-col #was-this-helpful {
    background: transparent;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: space-between !important;
    gap: 40px;
}

.singel-post-top-social-btn-left-col #wthf-title {
    display: inline-block;
    font-family: "Funnel Display", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #171717;
    padding: 0;
}

.singel-post-top-social-btn-left-col #wthf-yes-no span {
    display: inline-block;
    font-family: "Funnel Display", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background-color: #6D308D;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    margin: 0 !important;
    padding: 12px 30px;
    transition: all .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.singel-post-top-social-btn-left-col #wthf-yes-no span:hover {
    color: #6D308D;
    background-color: #FFFFFF;
    border: 1px solid #6D308D;
    box-shadow: none;
}

.singel-post-top-social-btn-left-col #wthf-yes-no span:last-child {
    background: rgba(109, 48, 141, 0.2);
    color: #6D308D;
}

.singel-post-top-social-btn-left-col #wthf-yes-no span:last-child:hover {
    background-color: transparent;
}

.singel-post-top-social-btn-left-col #wthf-yes-no span::after {
    content: "";
    background-image: url(https://dddemo.net/wordpress/2025/numuw/wp-content/themes/numuw/assets/images/thumb-up-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    display: block;
    margin-left: 10px;
    transition: all .4s ease;
}

.singel-post-top-social-btn-left-col #wthf-yes-no span:last-child::after {
    background-image: url(https://dddemo.net/wordpress/2025/numuw/wp-content/themes/numuw/assets/images/thumb-down-icon.svg);
}

.singel-post-top-social-btn-left-col #wthf-yes-no span:first-child:hover::after {
    background-image: url(https://dddemo.net/wordpress/2025/numuw/wp-content/uploads/2025/02/thumb-up-icon-purple.svg);
}

@media (max-width: 1199px) {
    .singel-post-top-social-btn-left-col #wthf-title {        
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .singel-post-top-social-btn-left-col #wthf-title {        
        font-size: 20px;
        line-height: 25px;
    }
    .singel-post-top-social-btn-left-col #was-this-helpful {
        flex-direction: column;
        gap: 16px;
        text-align: left;
    }
    .singel-post-director-img {
        width: 30%;
    }
    
    .singel-post-director-text {
        width: 70%;
    }

    .singel-post-director-img-text {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .singel-post-top-social-btn-left-col #wthf-title {        
        font-size: 18px;
        line-height: 22px;
    }
    .singel-post-top-social-btn-left-col #wthf-yes-no span {
        padding: 10px 30px;
    }

}

@media (max-width: 475px) {

    .singel-post-director-img {
        width: 40%;
    }

    .singel-post-director-text {
        width: 60%;
    }

}