/* Define CSS Variables */
:root {
    --dark-blue: #263238;
    --grey-f7: #F7F7F7;
    --grey-f9: #F9F9F9;
    --white: #FFF;
    --red: #FD9075;
    --black: #000;
    --body: #004638;
    --mind: #FC5A31;
    --mind-light: #FECCBF;
    --self: #D199F9;
    --self-light: #F1DFFD;
    --card-textbox: #FDF7E8;
    --grey-fallback: #F7F7F7;
    --font-family-kokoro: 'kokoro';
    --font-size-h2: clamp(24px, 1.65vw, 32px);
    --font-size-h3: clamp(20px, 1.35vw, 24px);
    --font-size-p: clamp(14px, 1.35vw, 16px);
    --font-weight-bold: 800;
    --font-weight-medium: 600;
    --line-height-h2: 100%;
    --line-height-h3: 110%;
    --line-height-p: 150%;
}

/* Webloader */


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body a:hover {
    color: #FC5A31;
    text-decoration: none;
}

.home-page {
    background: #ffff;
}

.page-container {
    margin: 0 auto;
    width: 100%;
    /* max-width: 92vw; */
    max-width: 1380px;
    padding-left: 20px;
    padding-right: 20px;
}

/* main Banner section */
.page-banner-section {
    width: 100%;
    height: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
    padding-top: 40px;
}

.daily-kokoro .h2-title {
    padding: 24px 30px 14px;
    width: calc(100% - 60px);
    margin: 0 auto;
}

.h2-title {
    color: var(--Dark-blue, var(--dark-blue-text, #263238));
    font-family: var(--font-family-kokoro);
    font-size: var(--font-size-h2);
    width: 100%;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 2.28px;
    text-transform: uppercase;
    border-bottom: 1.046px solid var(--dark-blue-text, #263238);
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 0;

}

/*.insightful-image */
.insightful_colinner {
    display: flex;
    justify-content: space-between;
    /* height: 100%; */
    /* max-height: 25vw; */
}

section.insightful-image img {
    width: 100%;
    /* margin-top: 24px; */
    object-fit: contain;
}

section.daily-kokoro {
    border-radius: 40px;
    background: var(--Grey-F7, #F7F7F7);
    /* max-width: 451px; */
    width: 100%;
    /* min-height: 52vw;
    max-height: 587px; */
    /* grid-area: 1 / 1 / span 1 / span 1; */
    position: relative;
    overflow: hidden;
}

section.insightful-image {
    padding: 24px 30px 16px;
    /* max-width: 818px; */
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 40px;
    background: #F4F6FC;
    /* grid-area: 1 / 2 / span 1 / span 1; */

}

.sub-heading {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-heading h4 {
    color:#fc5a31;
    font-size: clamp(18px, 1.55vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 24px 0 0;
    margin-bottom: 0;
}

.per-img {
    width: 100%;
    max-width: 216.222px;
    height: auto;
    object-fit: contain;
    margin: 16px 0;
}

section.personal-edge {
    width: 100%;
    padding: 24px 30px;
    border-radius: 40px;
    background: var(--Card-Textbox, #FDF7E8);
    display: flex;
    /* max-width: 451px; */
    height: 100%;
    padding-bottom: 24px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
    /* grid-area: 1 / 3 / span 1 / span 1; */
}

/* .taping-tag {
    color: var(--White, #FFF);
    font-family: var(--font-family-kokoro);
    font-size: clamp(17px, 1.15vw, 17px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 12px 12px;
    border-radius: 8px;
    background: var(--Body, #004638);
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 24px;
} */
.taping-tag {
    font-family: var(--font-family-kokoro);
    border-radius: 8px;
    width: 100%;
    text-align: center;
    display: block;
    color: #fc5a31;
    font-size: clamp(17px, 1.55vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 24px 0 0;
    margin-bottom: 0;
}   

.per-para-tag {
    font-family: var(--font-family-kokoro);
    font-size: clamp(15px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    margin-top: 18px;
    margin-bottom: 16px;
    text-align: center;
    color: #517E61;
    letter-spacing: 0.36px;
    /* white-space: nowrap; */
}

.hicont {
    font-family: var(--font-family-kokoro);
    font-size: clamp(16px, 1.15vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    font-style: italic;
    /* white-space: nowrap; */
}

.hicont p,
.per-para-tag p {
    font-family: var(--font-family-kokoro);
    font-size: var(--font-size-p);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.highlight-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 -18px;
}
.str {
    display: none;
}
 .assessment-button:hover::before {
    left: 120%;
    opacity: 0.5s;
    animation: none;
    -webkit-animation: none;
    background-image: none;
}
.assessment-button:hover,  .assessment-button:active {
    transform: translateY(0px);
    color: #fff;
   
}
.assessment-button {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    background-color: #fc5a31;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    display: flex;
    height: 60px;
    padding: 18px 12px 14px;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100%;
    text-shadow: none;
    outline: none;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgb(65 65 65 / 30%);
    background-image: linear-gradient(90deg, rgba(252, 90, 49, 1) 0%, rgba(252, 223, 107, 0.7) 40%,rgba(240, 65, 6, 0.901) 70%, rgba(252, 90, 49, 1) 100%);
	background-size: 400% 100%;
	animation: btnshinex 8s ease-in-out infinite;
	-webkit-animation: btnshinex 8s ease-in-out infinite;
}

.assessment-button::after {
    animation: btnshine 4s ease-in-out infinite;
    -webkit-animation: btnshine 4s ease-in-out infinite;
    animation-delay: 4s;
}

.exampleClass {
	width: 120px;
	border-radius: 6px;
	height: 44px;
	background-image: linear-gradient(270deg, hsl(109, 0%, 12%), hsl(109, 0%, 20%), hsl(109, 0%, 20%), hsl(109, 0%, 12%));
	background-size: 400% 100%;
	animation: loading 8s ease-in-out infinite;
}

@keyframes loading {
	from {
		background-position: 200% 0;
	}
    to {
		background-position: -200% 0;
    }
}



@keyframes btnshinex {
	from {
		background-position: 200% 0;
	}
    to {
		background-position: -200% 0;
    }
}

@keyframes btnshine {
    0% {
      left: -100%;
      transition-property: left;
    }
    11.5044247788%, 100% {
      left: 200%;
      transition-property: left;
    }
  }


  .assessment-button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.assessment-button .arrowrt span {
    border-color: #ffffff;
    width: 9px;
    height: 9px;
}
.assessment-button .arrowrt {
    margin-top: -8px;
}
/* .assessment-button span.iconarr svg {
    width: 18px;
    height: 15px;
    padding-top: 0;
    transform: translateY(-1px);
} */
.insightful-link a {
    color: var(--Mind, #FC5A31);
    border: none;
    padding: 10px 16px 0;
    cursor: pointer;
    text-align: center;
    font-family: 'kokoro';
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    text-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.insightful-link a .arrowrt {
    margin-top: -6px;
}

.insightful-link a .arrowrt span {
    width: 8px;
    height: 8px;
    margin: -3px;
}
.insightful-link {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 12px;
    line-height: 1;
}
.insightful-link .iconarr svg path {
    fill: #fc5a31;
}
/* Slider CSS DK start */
/* styles.css */

.dk-slider-container {
    position: relative;
    margin: auto;
    height: 100%;
    overflow: hidden;
}

.dk-slider {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
}

.daily_kokoro-container {
    display: block;
    height: calc(100% - 58px);
    /* height: 30vw; */
    /* max-height: 510px; */
}

.dk-slide {
    position: relative;
    padding: 20px 30px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 40px 40px;
    -webkit-border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
    -ms-border-radius: 0 0 40px 40px;
    -o-border-radius: 0 0 40px 40px;
}

.dk-daliytitle {
    color: var(--Dark-blue, var(--dark-blue-text, #263238));
    font-family: var(--font-family-kokoro);
    font-size: clamp(24px, 1.35vw, 26px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: 0.25px;
    text-align: justify;
    margin-bottom: 12px;
}

.dk-daliyVichar-first {
    color: var(--dark-blue-text, #263238);
    font-size: clamp(18px, 1.35vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 30px;
    margin-top: 32px;
    z-index: 2;
    position: absolute;
    text-align: center;
    top: 35%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 70%;
}

.dk-daliyVichar p {
    text-align: left;
    font-size: clamp(15px, 1.25vw, 16px);
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-blue-text, #263238);
    position: relative;
    z-index: 2;
}

.dk-daliyDate {
    border-radius: 0 5.559px 5.559px 0;
    background: #316B60;
    max-width: fit-content;
    display: flex;
    height: 52px;
    padding: 14px 10px 12px;
    justify-content: center;
    align-items: center;
    color: var(--White, #FFF);
    font-family: var(--font-family-kokoro);
    font-size: clamp(20px, 1.20vw, 26px);
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    /* 29.9px */
    position: relative;
    margin-left: 10px;
    left: -20px;
    z-index: 3;
}

.date_suffix {
    vertical-align: sub;
    font-size: smaller;
    margin-right: 8px;
    line-height: 1;
    transform: translateY(-5px);
    margin-left: 2px;
}

.dk-daliyDate:before {
    content: '';
    width: 5.559px;
    height: 52px;
    background: #80B286;
    top: 0;
    left: -10px;
    position: absolute;
}

.dk-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.dk-first-slide{
    bottom: unset;
    }
section.daily-kokoro .button-dk-slide {
    position: absolute;
    bottom: 2px;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    outline: none !important;
    transition: transform 0.9s ease;
    -webkit-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    -ms-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    display: flex;
    width: 64px;
    height: 57px;
    padding: 0px 12px 0px 16px;
    justify-content:center;
    align-items: center;
    flex-shrink: 0;
}

button.button-dk-slide.next {
    border-radius: 40px 0px;
    background: #DDDDDD;
}

button.button-dk-slide.prev {
    border-radius: 0px 40px;
    background: #DDDDDD;
}
button.button-dk-slide.prev.disabled,
button.button-dk-slide.next.disabled {
    opacity: 0;
    cursor: default;
    visibility: hidden;
}

button.button-dk-slide.prev.disabled .arrowrlt span,
button.button-dk-slide.next.disabled .arrowrt span{
    animation: none;
    -webkit-animation: none;
}
section.daily-kokoro .button-dk-slide svg {
    transition: transform 0.9s ease;
    -webkit-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    -ms-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
}

section.daily-kokoro .button-dk-slide:hover svg {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transition: transform 0.5s ease;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.dots-container {
    display: flex;
    gap: 12px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.dot {
    height: 13px;
    width: 13px;
    background-color: var(--mind);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.active {
    background-color: #000000;
}

.daily_kokoro_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.arrowrlt {
    transform:translateY(1px) rotate(90deg);
    -webkit-transform:translateY(1px) rotate(90deg);
    -moz-transform:translateY(1px) rotate(90deg);
    -ms-transform:translateY(1px) rotate(90deg);
    -o-transform:translateY(1px) rotate(90deg);
}
.arrowrt {
    transform:translateY(2px) rotate(270deg);
    -webkit-transform:translateY(2px) rotate(270deg);
    -moz-transform:translateY(2px) rotate(270deg);
    -ms-transform:translateY(2px) rotate(270deg);
    -o-transform:translateY(2px) rotate(270deg);   
}
.arrowrlt span, .arrowrt span {
    display: block;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    margin: -5px;
    animation: animatedk 2s infinite;
    transition: 0.2s ease-in;
}
.arrowrlt span {
    border-bottom: 2px solid #004638;
    border-right: 2px solid #004638;
}
 .arrowrt span {
    border-bottom: 2px solid #fc5a31;
    border-right: 2px solid #fc5a31;
}
.arrowrlt span:nth-child(2),
.arrowrt span:nth-child(2) {
    animation-delay: -0.2s;
}
.arrowrlt span:nth-child(3),
.arrowrt span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animatedk {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-2px, -2px);
        -webkit-transform: rotate(45deg) translate(-2px, -2px);
        -moz-transform: rotate(45deg) translate(-2px, -2px);
        -ms-transform: rotate(45deg) translate(-2px, -2px);
        -o-transform: rotate(45deg) translate(-2px, -2px);
}
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(2px, 2px);
        -webkit-transform: rotate(45deg) translate(2px, 2px);
        -moz-transform: rotate(45deg) translate(2px, 2px);
        -ms-transform: rotate(45deg) translate(2px, 2px);
        -o-transform: rotate(45deg) translate(2px, 2px);
}
}
section.daily-kokoro .button-dk-slide:hover span {
    transition: 0.2s ease-in;
    animation-delay: 1s;
}

/* Slider CSS Dk END */


/* Featured Article CSS start */
.mind-cat, .body-cat, .self-cat {
    position: relative;
}
.featured-article-col {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr;
    */
    gap: 20px;
    width: 100%;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.featuredcard {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 1s ease;
    height: 100vw;
    max-height: 20vw;
    cursor: pointer;
    gap: 20px;
}
.article-badge {
    position: absolute;
    left: 12px;
    top: -12px;
    font-size: 16px;
    background: #5a108c;
    padding: 8px 16px 6px;
    line-height: 1;
    border-radius: 50px;
    color: #ffff;
    z-index: 9;
}

.featuredcard:hover {
    transition: all 1s ease;
    padding: 30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.featuredcard.featuredmind {
    background-color: var(--Mind, #FC5A31);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featuredcard.featuredmind .images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.featuredcard.featuredmind .images img {
    width: 100%;
    border-radius: 5px;
}


.fd-images {
    width: 55%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.col-fd-content {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featuredcard.featuredmind a:hover {
    color: white;
}

.featuredcard.featuredbody {
    background: var(--Body, #004638);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .featuredcard.featuredbody img {
    width: 80%;
} */
.feat-title {
    color: var(--dark-blue-text, #263238);
    font-family: 'kokoro';
    font-size: clamp(40px, 2.67vw, 42px);
    font-style: normal;
    text-align: left;
    font-weight: 800;
    line-height: 150%;
    /* 87px */
    text-transform: uppercase;
    margin-bottom: 0;
}

.featuredcard.featuredmind .feat-title {
    color: var(--Mind, #FC5A31);
}

.featuredcard.featuredbody .feat-title {
    color: var(--Body, #004638);
}

.featuredcard.featuredself .feat-title {
    color: var(--dark-blue-text, #263238);
}

.featuredcard.featuredself {
    background-color: var(--Self, #D199F9);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mind-cat .article-badge {
    background-color: var(--Mind, #FC5A31);
    color: white;
}
.mind-cat:hover .article-badge {
    background-color: #feccbf;
    color: #FC5A31;
}
.body-cat .article-badge {
    background: var(--Body, #004638);
    color: #b0c6c1;
}
.body-cat:hover .article-badge {
    background-color: #b0c6c1;
    color: #004638;
}
.self-cat .article-badge {
    background-color: var(--Self, #D199F9);
    color: white;
}
.self-cat:hover .article-badge {
    background-color: #f1dffd;
    color: #263238;
}
.fd-images .hover-hide {
    width: 199px;
    height: 199px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* .featuredcard.featuredself img {
    width: 80%;
} */

.col-fd-content {
    width: 50%;
}

.text-fd,
.link-explore,
.img-hover-show {
    display: none;
}

@keyframes futurecardani {
    0% {
        opacity: 0;
        transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
}

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Featured Article CSS End */
/* Mid Section */
.page-mid-section {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    /* grid-template-areas: "content content"; */
    padding-top: 6vw;
    padding-bottom: 6vw;
    gap: 20px;
}

/* .kokoro-on-the-go, .pocket-science, .new-section {
    grid-column: content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
} */

.kokoro-on-the-go .content {
    display: flex;
    width: 100%;
    gap: 8px;
}

.kokoro-on-the-go .content>a {
    display: none;
}

/* .pocket-science .content, .new-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
} */
.ko-go-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50%;
}

.shortarticle-col {
    width: 50%;
}

section.kokoro-on-the-go {
    display: flex;
    padding: 24px 30px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 40px;
    background: var(--Grey-F9, #F9F9F9);
    align-items: flex-start;
    gap: 8px;
}

.details-date,
.details-time,
.details-cat {
    color: var(--Black, #000);
    font-family: var(--font-family-kokoro);
    font-size: clamp(10px, 0.80vw, 15px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    border-radius: 50px;
    padding: 9px 6px 6px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
}

.details-date {
    background: var(--MInd-Light, #FECCBF);
}

.details-time {
    background: #D3DFDC;
}

.details-cat {
    background: var(--Self-Light, #F1DFFD);
}




.ko-go-content img,
.img-kogo-child img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.kokoro-on-the-go .other-content .img-kogo-child {
    width: 100%;
}

.kokoro-on-the-go .other-content .child-ko-content {
    width: 100%;
    text-align: left;
}

.kokoro-on-the-go .other-content .child-ko-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(14px, 1.15vw, 16px);
    font-weight: 300;
    line-height: 150%;
    color: #212529;
}

.kokoro-on-the-go .other-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: calc(50% - 5px);
}
.kokoro-on-the-go .other-content .kokoro_on_go_audio {
    align-items: flex-start;
    margin-top: 8px;
}
section.kokoro-on-the-go h2 {
    text-align: center;
    width: 100%;
    color: var(--Dark-blue, var(--dark-blue-text, #263238));
    font-family: var(--font-family-kokoro);
    font-size: var(--font-size-h2);
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 2.28px;
    text-transform: uppercase;
    border-bottom: 1.046px solid var(--dark-blue-text, #263238);
    margin-bottom: 0;
    padding-bottom: 14px;
}

/* .kokoro-on-the-go .other-content, .pocket-science .other-content, .new-section .other-content {
    display: flex;
    justify-content: space-around;
    width: 100%;
} */

/* .kokoro-on-the-go .details, .pocket-science .details, .new-section .details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    color: #888;
} */
.kokoro-on-the-go .details {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 0.45vw;
    text-align: center;
}

.pocketrt-img {
    position: relative;
    right: 0;
    width: 100%;
}

.pocket-science img {
    max-width: 203.214px;
    max-height: 203.214px;
    width: 8vw;
    height: auto;
    position: absolute;
    right: 0;
}


.ko-child-gotitle {
    line-height: 110%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-top: 3px;

}

.ko-child-gotitle a {
    color: var(--dark-blue-text, #263238);
    font-family: var(--font-family-kokoro);
    font-size: clamp(14px, 1.35vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0;
    text-decoration: none;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.ko-child-gotitle a:hover {
    color: var(--dark-blue-text, #263238);
}

.kokoro_on_go_audio {
    display: flex;
    /* align-items: center; */
    gap: 6px;
    margin-bottom: 8px;
    /* margin-top: 8px; */
    margin-left: -4px;
}

.shortarticle-col .kokoro_on_go_audio {
    margin-top: 0;
    /* align-items: center; */
}

.playpause svg {
    width: 3vw;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
    height: 3vw;
    fill: #FC5831;
}

.playpause svg::before {
    content: '';
    background-color: #FC5831;
    animation: playbtn-ani 2s ease 0s infinite normal forwards;
}

.playpause {
    position: relative;
    cursor: pointer;
    display:flex;
}

.playpause::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    top: 0;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
    background-color: #FC5831;
    animation: playbtn-ani 2s ease 0s infinite normal forwards;
    border-radius: 50px;
    z-index: 0;
}

@keyframes playbtn-ani {
    0% {
        opacity: 0.8;
        transform: scale(0.2);
        background-color: #f9e9e5;
    }

    80% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(2.2);
    }
}

.ko-gotitle {
    color: var(--dark-blue-text, #263238);
    font-family: var(--font-family-kokoro);
    font-size: clamp(14px, 1.35vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 0;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    padding-top: 5px;
}

.go-content {
    text-align: left;
    /* text-align: left; */
    /* display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

section.todays-article .go-content p.link-more {
    display: none;
}

.shortarticle-content p {
    text-align: left;
    color: var(--Black, #000);
    font-family: var(--font-family-kokoro);
    font-size: clamp(14px, 1.15vw, 16px);
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.shortarticle-content p a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(14px, 1.15vw, 16px);
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.shortarticle-col a {
    color: var(--Mind, #FC5A31);
    font-family: var(--font-family-kokoro);
    font-size: clamp(14px, 1.15vw, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.shortarticle-content .link-more {
    display: none;
}

.audio-wrapper {
    display: none;
    position: fixed;
    height: max-content;
    width: 45vw;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    /* background: linear-gradient(-45deg, #ee7752, #f598bc, #d7ede8, #dcb0fb); */
    background: #ffefeb;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding: 1vw 1vw 1.5vw;
    border-radius: 8px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.5s ease;
    z-index: 999;
    backdrop-filter: blur(20px);
    bottom: 20px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.audio-wrapper .audio-player-stream {
    font-size: 11px;
    color: #263238;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px 1px;
    border-radius: 50px;
    font-weight: 500;
    text-shadow: 0px 1px 0px #ffffff;
}
.closeIconAudiox,
.closeIconAudio {
    position: absolute;
    right: -12px;
    top: -12px;
    background: #fc5a31;
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
    display: flex;
}
.closeIconAudiox svg,
.closeIconAudio svg {
    width: 24px;
    height: auto;
}

.audio-wrapper .audioplayer {
    margin: 0;
    height: 50px;
    border-radius: 8px;
}

.audio-wrapper .audioplayer .audioplayer-playpause {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

/* .audio-wrapper .audioplayer-bar-played {
    background: -webkit-linear-gradient(left, #fc5a31, #d199f9);
} */

.audio-wrapper h6 {
    font-size: 15px;
    color: #212529;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
.closeIconAudiox svg path ,
.closeIconAudio svg path {
    fill: #ffff;
}

/* .audio-wrapper:hover {
    animation: audiopop 0.5s ease 0.5s 1 normal forwards;
    -webkit-animation: audiopop 0.5s ease 0.5s 1 normal forwards;
}

@keyframes audiopop {
    0% {
        opacity: 0;

    }

    100% {
        bottom: 0;
        opacity: 1;
    }
} */

/* pocket-science Start */
.pocket-science {
    position: relative;
    display: flex;
    padding: 24px 30px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 40px;
    background: var(--Grey-F9, #F9F9F9);
}

.pocket-science h2 {
    color: var(--Black, #000);
    font-size: var(--font-size-h2);
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 2.28px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--Black, #000);
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 14px;
}

.pocket-science .content {
    display: flex;
    align-items: baseline;
    margin-top: 40px;
}

/* .pocket-science h3 {
    color: #F15A29;
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
} */
.child-ko-content .link-more {
    display: none !important;
}

.pocket-under-line {
    color: var(--Black, #000);
    font-size: clamp(15px, 1.12vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 19.8px */
    letter-spacing: 1.08px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 8px;
}

.pocket-sci-child-title {
    padding-top: 30px;
    padding-right: 10vw;
    padding-left: 20px;
}

.ps-subheading {
    color: var(--Mind, #FC5A31);
    font-size: clamp(24px, 1.95vw, 42px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 3.12px;
    margin-bottom: 24px;
}

/* .pocket-science .what-to-do, .pocket-science .why-it-helps {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 15px;
    width: 90%;
    margin: 10px 0;
} */


.pocket-science h4 {
    margin-bottom: 30px;
    text-align: center;
    font-size: clamp(15px, 1.05vw, 18px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 1.32px;
    position: relative;
}

.pocket-science h4 svg {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    width: 9vw;
    min-width: 150px;
}

.do_heading {
    color: #CE8C00;
}

.why_it_helps_heading,
.what_to_do_heading {
    font-weight: 600;
}

.helps_heading {
    color: #00BB96;
}

.what-to-do ul {
    padding-left: 20px;
    padding-right: 12px;
    margin-bottom: 0;
    position: relative;
}

.why-it-helps ul {
    padding-left: 30px;
    padding-right: 0px;
    margin-bottom: 0;
    position: relative;
}
.what-to-do ul:before {
    content: '';
    width: 0.1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #6c757d;
    right: 0;
}

.why-it-helps ul:before {
    content: '';
    width: 0.1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #6c757d;
    left: 0;
}
.pocket-science li {
    margin: 10px 0 0;
    color: var(--Dark-Blue, #263238);
    font-size: clamp(13px, 1.05vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.2px;
}

.pocket-science li:last-child {
    margin-bottom: 0;
}

/* pocket-science End */
/* Article section css */
/* .articles {
    padding: 20px;
    text-align: center;
} */

/* h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
} */
.kokoro-on-the-popular {
  /* padding-top: 6vw;*/
    padding-bottom: 6vw;
}
.featured-section {
    padding-bottom: 6vw;
    padding-top: 6vw;
}
/* .kokoro-on-the-popular h2 {
    color: var(--Black, #000);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom: 0;
} */

.article-grid {
    display: grid;
    justify-content: center;
    gap: 20px;
    row-gap: 30px;
    /* grid-template-columns: 1fr 1fr 1fr; */
    transition: all 0.5s ease;
}

.article-card {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.8s ease;
}

.article-card img {
    width: 100%;
    height: auto;
}

.article-card img, .articleImg img {
    height: 240px;
    object-fit: cover;
}

.article-content p {
    color: var(--Dark-blue, #263238);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.article-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    transition: all 0.8s ease;
}

.article-card:hover a img {
    transform: translate(0, -16px) scale(1.1);
    transition: 400ms;
}

.article-card * {
    transition: 400ms;
}

.article-card:hover a {
    color: #fc5a31;
}

.article-content .link-more {
    display: none;
}

.category-pop span {
    margin-bottom: 0;
    white-space: nowrap;
    line-height: normal;
}

.article-content {
    padding: 20px;
}

.pop-article-title a {
    color: var(--Dark-blue, #263238);
    font-family: var(--font-family-kokoro);
    /* font-size: clamp(18px, 1.35vw, 24px); */
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 0.48px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.pop-article-title {
    display: inline-flex;
    margin: 0;
    padding-top: 6px;
    /* min-height: 55px; */
}

.category-pop {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
}

.category {
    padding: 0 0 0 16px;
    font-size: 14px;
    overflow: hidden;
    color: var(--Dark-blue, #263238);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: inline-block;
    position: relative;
}

.category.Mind:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #FC5A31;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-radius: 50px;
    transform: translateY(-50%);
}

.category.Body:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #004638;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-radius: 50px;
    transform: translateY(-50%);
}

.category.Self:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #D199F9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-radius: 50px;
    transform: translateY(-50%);
}

.read-time, .icon-date{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: var(--Dark-blue, #263238);
    position: relative;
    line-height: 100%;
}
.date::before,
.read-time::before {
    display: inline-block;
    content: '';
    border-radius: 0.375rem;
    width: 6px;
    height: 6px;
    transform: translateY(-1px);
    background-color: var(--Dark-blue, #263238);
}
.Mind + .read-time::before {
    transform: translateY(-1px);
}
.date::before {
    margin-right: 8px;
}

.img-hover-show img {
    width: 100%;
    max-width: 100%;
    float: right;
    animation: futurecardani 1.1s ease 0s 1 normal forwards;
    -webkit-animation: futurecardani 1.1s ease 0s 1 normal forwards;
}

.hover-show.text-fd p {
    color: var(--White, #FFF);
    font-size: clamp(15px, 1.05vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    width: 15vw;
}

.iconarr {
    display: inline-flex;
    align-items: center;
    animation: expoarrow 1.2s ease 0s infinite normal forwards;
    -webkit-animation: expoarrow 1.2s ease 0s infinite normal forwards;
    height: 21px;
}

.iconarr svg {
    width: 12px;
    height: 9px;
    padding-top: 1px;
}

.featuredcard.featuredself:hover svg path {
    fill: #263238;
}

@keyframes expoarrow {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
    }
}

.hover-show.text-fd {
    animation: futurecontani 1.2s ease 0s 1 normal forwards;
    -webkit-animation: futurecontani 1.2s ease 0s 1 normal forwards;
}

@keyframes futurecontani {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.link-explore {
    text-decoration: none;
    color: var(--White, #FFF);
    font-family: 'kokoro';
    font-size:18px;
    font-style: normal;
    line-height: normal;
    width: fit-content;
    text-decoration: none;
    font-weight: 600;

}
.link-explore .arrowrt {
    float: right;
    margin-left: 12px;
    display: inline-block;
    margin-top: 4px;
}

.link-explore .arrowrt span {
    border-color: #ffff;
    width: 9px;
    height: 9px;
}
.link-explore:hover {
    text-decoration: none;
    opacity: 0.8;
}

.featuredcard.featuredself .link-explore,
.featuredcard.featuredself .hover-show.text-fd,
.featuredcard.featuredself .hover-show.text-fd p {
    color: var(--dark-blue-text, #263238);
    /* 36px */
}
.featuredcard.featuredself:hover .hover-show.link-explore .arrowrt span {
    border-color: #263238;
}
.article-content p {
    color: var(--Dark-blue, #263238);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-content .link-more {
    display: none;
}

/* .pop-article-title a {
    color: var(--Dark-blue, #263238);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.48px;
    text-decoration: none;
} */


/* Article section end */

/* Testimonial Start*/

/* testimonials */
.testimonials .sp-testimonial-free-wrapper {
    position: relative;
    overflow: visible;
}

section.proffesional,
section.testimonials {
    padding-top: 6vw;
    background: var(--Grey-F7, #F7F7F7);
}

section.proffesional {
    padding-bottom: 6vw;
    overflow: hidden;
}
/* .featured-section{
    padding-bottom: 6vw;
} */

.featured-section>h2,
.kokoro-on-the-popular h2,
.proffesional h2,
section.testimonials h2 {
    color: var(--Black, #000);
    text-align: center;
    font-size: clamp(24px, 2.30vw, 42px);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.testimonials .sp-testimonial-item {
    padding: 30px;
    background-color: var(--light-green);
    border-radius: 20px;
    height: auto;
}

.testimonials .sp-testimonial-item .sp-testimonial-client-testimonial p {
    font-size: var(--text-md-size);
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-align: left;
}

.testimonials .sp-testimonial-client-name {
    font-size: var(--text-md-size);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    margin-bottom: 1px;
}

#sp-testimonial-free-wrapper-476 .sp-testimonial-free-section .sp-testimonial-client-designation {
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;

}

.testimonials .sp-testimonial-free-section .testimonial-nav-arrow {
    border: none !important;
    border-radius: 10px;
    background: var(--white-color) !important;
    top: 50%;
    font-size: 0;
    padding: 20px;
    cursor: pointer;
    outline: 0;
    position: absolute;
    text-align: center;
    z-index: 6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(0);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.testimonials .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
    right: -20px;
    left: auto;
}

.testimonials .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
    left: -20px;
    right: auto;
}

#sp-testimonial-free-wrapper-476 .sp-testimonial-free {
    background: transparent;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    min-height: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sp-testimonial-free-section .testimonial-nav-arrow i {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-testimonial-free-section .testimonial-nav-arrow i:before {
    content: '';
    background-image: url('/wp-content/uploads/2024/03/arrow.svg');
    position: absolute;
    width: 28px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev i:before {
    transform: rotate(180deg);
}

.testimonials .sp-testimonial-free-section {
    margin: 0 !important;
}


/* Testimonial End*/
/* PROFESSIONAL COLLECTIVE Start CSS */

section.pro-collective .slick-slider .slick-track {
    display: flex;
}


.pro-collective button.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    background-color: var(--white-color);
    padding: 20px;
}

.pro-collective button.slick-arrow:focus,
.pro-collective button.slick-arrow:hover {
    opacity: 0.8;
}

button.slick-arrow:focus,
button.slick-arrow:hover {
    opacity: 0.8;
    background-color: var(--white-color);
    outline: none;
}

.pro-collective button.slick-next::before {
    left: 5px;
}

.pro-collective button.slick-prev::before {
    left: 1px;
}

.pro-collective button.slick-prev {
    left: -20px;
}

.pro-collective button.slick-next {
    right: -20px;
}

.pro-collective .slick-disabled {
    opacity: 0;
}

.authCard {
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--light-green);
    margin-right: 20px;
    cursor: pointer;
    float: left;
    height: auto;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.authCard:last-child {
    margin-right: 0;
}

.auth-img img {
    width: 100%;
    /* height: 250px;
    object-fit: cover; */
}

.auth-disc {
    padding: 16px;
    min-height: 80px;
    gap: 3px;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgba(230, 237, 235, 0.80);
    backdrop-filter: blur(12px);
    width: 90%;
}


.auth-disc h4 {
    font-size: var(--text-md-size);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.auth-disc p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.auth-disc h6:empty {
    display: none;
}

.auth-disc h6 {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
}

/* PROFESSIONAL COLLECTIVE CSS END */



/* Footer CSS */
.ft-form-col .formit-input {
    max-width: 300px;
    width: 100%;
}

footer {
    background-color: #263238;
    color: white;
    padding-top: 4vw;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.footer-logo h1 {
    font-size: 2.5em;
    margin: 0;
}

.newsletter h3 {
    margin: 0;
    color: var(--White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}

.newsletter form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter input[type="email"] {
    padding: 10px;
    margin: 10px 0;
    width: 200px;
    border: none;
    border-radius: 4px;
}

.newsletter button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #ff5722;
    color: white;
    cursor: pointer;
}

.newsletter p {
    margin: 20px 0 0;
    font-size: clamp(14px, 1.15vw, 16px);
}

.newsletter .ns-para {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: clamp(16px, 1.25vw, 20px);
    color: #ffff;
    padding: 0;
    max-width: 650px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.footer-links ul li {
    border-right: 1px solid var(--White, #FFF);
    border-bottom: 1px solid var(--White, #FFF);
    border-left: 1px solid var(--White, #FFF);
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}


.footer-links ul li:last-child {
    border-bottom: 0;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: clamp(14px, 1.15vw, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 42px 40px 38px;
    width: 100%;
    text-align: left;
    transition: all 0.5s ease;
}

.footer-container .cntact-detail a:hover,
.footer-terms .menu li a:hover {
    color: #FC5A31;
    transition: all 0.5s ease;
    text-shadow: none;
}

/* .footer-contact a {
    color: white;
    text-decoration: none;  
    display: block;
    margin: 10px 0;
} */

/* .footer-contact p {
    margin: 10px 0;
} */
/* .cntact-detail {
    margin-top: 20px;
} */
.cntact-detail .widget {
    text-align: left;
}


.cntact-detail .widget a, .cntact-detail .widget p {
    color: var(--White, #FFF);
    font-family: 'kokoro';
    font-size: clamp(12px, 1.15vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-shadow: none;
    text-decoration: none;
    padding-top: 16px;
    display: block;
}

.social-icons a {
    margin: 0 5px;
}

.footer-bottom {
    border-top: 1px solid #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-terms .menu {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
    gap: 16px;
    row-gap: 1px;
    flex-wrap: wrap;
}

.footer-terms .menu li a {
    margin: 0;
    text-decoration: none;
    font-size: clamp(13px, 1.15vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--White, #FFF);
}

.footer-copyright p {
    color: var(--White, #FFF);
    font-size: clamp(13px, 1.15vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    line-height: 140%;
    text-align: left;
}

.footer-copyright p a {
    color: var(--Mind, #FC5A31);
    text-decoration: none;
    font-size: clamp(13px, 1.15vw, 18px);
}

.footer-copyright p a:hover {
    color: #FD9075;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.footer-terms a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}




.footer-logo {
    width: 100%;
    border-bottom: 1px solid var(--White, #FFF);
    position: relative;

}

.footer-logo::before {
    content: '';
    background-image: url(../images/bg-footer.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 38vw;
    top: -38%;
    right: 0;
    bottom: 0;
}

.footer-logo .widget_media_image {
    text-align: left;
}

.footer-logo .widget_media_image img {
    width: 100%;
    max-width: 45vw;
}

.footer-logo .widget_media_image .wp-block-image {
    margin-bottom: 0;
    width: fit-content;
    padding-bottom: 4vw;
    position: relative;
    z-index: 1;
}


.wp-block-heading {
    color: var(--White, #FFF);
    font-family: var(--font-family-kokoro);
    font-size: 144px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 37.44px;
    text-align: left;
}

.footer-mid-section {
    display: flex;
    width: 100%;
}

.newsletter {
    width: 50%;
    text-align: left;
    display: flex;
    align-items: center;
}

.footer-links {
    width: 25%;
}

.footer-contact {
    width: 25%;
    padding: 26px 40px 20px;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a svg {
    width: 28px;
    height: 28px;
    transition: all 0.5s ease;
}
.social-links a:first-child svg {
    padding: 3px 0;
}
.social-links a {
    margin: 0;
    border-radius: 50px;
}
.social-links a:hover svg path,
.social-links a:hover svg {
    fill: #FC5A31;
    transition: all 0.5s ease;
}

.newsletter .widget {
    width: 100%;
    padding: 40px 40px 40px 0;
}

.footer-newsform-col form#footer-newsletter-form {
    flex-direction: row;
    width: 100%;

}

.footer-container .footer-newsform-col .footer-con-news-letter-email {
    max-width: 100%;
    width: 100%;
    height: 60px;
    padding: 18px 24px 5px 30px;
    border: 0;
    border-bottom: 1px solid var(--Dark-blue, #ffffff);
    outline: none;
    overflow: hidden;
    color: #ffffff;
    text-overflow: ellipsis;
    font-family: 'kokoro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background: none;
    margin: 0;
    border-radius: 0;
}

.footer-container .formit-input:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/03/envelope.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 57%;
    transform: translateY(-50%) translateX(0%);
    filter: brightness(10);
}

.footer-container .formit-input {
    position: relative;
    width: 100%;
    max-width: calc(100% - 220px);
}

.footer-container button#footernewsletterbtn {
    display: flex;
    height: 60px;
    width: 180px;
    padding: 18px 24px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--White, #FFF);
    text-align: center;
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    transition: all 0.5s ease;
    position: relative;
    outline: none;
    border-radius: 12px;
}

.feedback_form a {
    cursor: pointer;
}

div#assessment-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 24px;
    background: var(--white-color);
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 40px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 999;
    align-content: center;
    flex-direction: row;
    width: 100%;
    max-width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.5);
    overflow: auto;
}

span.assessment-form-close {
    position: fixed;
    right: 16px;
    top: 16px;
    cursor: pointer;
    background: #f3d4cc;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.assessment-form-close svg {
    width: 24px;
    height: 24px;
}
.download_kokoro_app {
    font-size: clamp(14px, 1.15vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 6px;
}
ul.app-icons {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}


ul.app-icons li {
    display: flex;
}

ul.app-icons li img {
    max-width: 110px;
}

/* Footer */
@media screen and (min-width: 300px) {

    .article-grid,
    .page-banner-section {
        grid-template-columns: 1fr;
    }

    .daily_kokoro-container {
        min-height: 390px;
    }

    section.insightful-image {
        width: 100%;
    }

    .featured-article-col {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 768px) {

    .featured-article-col {
        grid-template-columns: 1fr 1fr;
    }
    .article-grid,
    .page-banner-section {
        grid-template-columns: 1fr 1fr;
    }

    /* section.insightful-image {
        grid-area: 2 / 1 / span 2 / span 2;
    } */
    section.insightful-image {
        grid-area: 2 / 1 / span 2 / span 2;
    }

    .featuredcard {
        min-height: 280px;
    }

    .mob-slide-col {
        display: none;
    }

}

@media screen and (min-width: 1023px) {

    .article-grid,
    .featured-article-col {
        grid-template-columns: 1fr 1fr 1fr;
    }

    /* featured-article Hover animation Start */
    .featured-article-col:has(.featuredcard.featuredmind:hover) {
        grid-template-columns: 2fr 1fr 1fr;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

    .featured-article-col:has(.featuredcard.featuredbody:hover) {
        grid-template-columns: 1fr 2fr 1fr;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

    .featured-article-col:has(.featuredcard.featuredself:hover) {
        grid-template-columns: 1fr 1fr 2fr;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

    .featuredcard.featuredmind:hover {
        background-color: var(--Mind, #FC5A31) !important;
    }

    .featuredcard.featuredbody:hover {
        background-color: var(--Body, #004638) !important;
    }

    .featuredcard.featuredself:hover {
        background-color: var(--Self, #D199F9) !important;
    }

    .featuredcard.featuredmind:hover .feat-title {
        color: #FFEFEA;
    }

    .featuredcard.featuredbody:hover .feat-title {
        color: #B0C6C1;
    }

    .featuredcard.featuredself:hover .feat-title {
        color: #263238;
    }

    .featuredcard:hover .img-hover-show,
    .featuredcard:hover .hover-show {
        display: block;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

    .featuredcard:hover .hover-hide {
        display: none;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

    /* featured-article Hover animation End */
    .page-mid-section {
        grid-template-columns: 1fr;
    }

    footer .menu-item.menu-item-6665 a:hover {
        background: #FC5A31;
        transition: all 0.5s ease;
        /* color: var(--dark-blue); */
    }

    footer .menu-item.menu-item-6664 a:hover {
        background: #004638;
        transition: all 0.5s ease;
        /* color: var(--dark-blue); */
    }

    footer .menu-item.menu-item-6663 a:hover {
        background: #D199F9;
        transition: all 0.5s ease;
        /* color: var(--dark-blue); */
    }
}

@media screen and (min-width: 1199px) {
    .page-mid-section {
        grid-template-columns: 1fr 1fr;
    }

    /* section.kokoro-on-the-go {
        width: 50vw;
    } */
    .page-banner-section {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 0;
    }

    section.daily-kokoro {
        grid-area: 1 / 1 / span 1 / span 1;
    }

    section.insightful-image {
        grid-area: 1 / 2 / span 1 / span 1;
        width: 520px;
    }

    section.personal-edge {
        grid-area: 1 / 3 / span 1 / span 1;
    }

    /* .shortarticle-col {
        width: 30vw;
    } */



}

@media screen and (min-width: 1399px) {
    /* section.insightful-image {
        width: calc(86vw - 800px);
    } */

    /* section.insightful-image {
        width: 480px;
        max-width: 480px;
    } */
    .dk-daliyDate {
        left: -30px;
    }

    .ps-subheading {
        font-size: 24px;
    }

    .pocket-science h2,
    section.kokoro-on-the-go h2,
    .dk-daliytitle,
    .h2-title {
        font-size: 24px;
    }

    .pocket-under-line{
        font-size: 16px;
    }

    .dk-daliyVichar p {
        font-size: 18px;
    }

    .dk-daliyVichar-first {
        font-size: 20px;
    }

    .pocket-science li {
        font-size: 14px;
    }

    .featured-section>h2,
    .kokoro-on-the-popular h2, .proffesional h2, section.testimonials h2 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1599px) {
    /* .daily_kokoro-container {
        max-height: 480px;
    } */
    /* 
    section.insightful-image {
        width: calc(86vw - 800px);
    } */
}
@media screen and (max-width: 1440px) {
    .pop-article-title a {
        font-size: 22px;
    }
    .pop-article-title {
        /* min-height: 46px; */
        padding-top: 4px;
    }
}
@media screen and (max-width: 1400px) {
    .daily-kokoro .h2-title {
        padding: 20px 10px 14px;
        width: calc(100% - 40px);
    }

    section.personal-edge,
    section.insightful-image,
    .dk-slide {
        padding: 20px 30px;
    }

    .page-container,
    .main-header {
        /* max-width: 96vw !important; */
        max-width: 1380px !important;
    }

    /* .daily_kokoro-container {
        max-height: 450px;
        height: 33vw;
    } */

    .newsletter .widget {
        padding: 30px 30px 30px 0;
    }

    .footer-links ul li a {
        padding: 36px 30px 34px;
    }

    .footer-contact {
        padding: 22px 30px 16px;
    }

    .footer-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    ul.app-icons {
        margin: 10px 0 0 0;
    }

    .cntact-detail .widget a, .cntact-detail .widget p {
        padding-top: 10px;
    }

    ul.app-icons li img {
        max-width: 100px;
    }

}

@media screen and (max-width: 1280px) {

    /* .daily_kokoro-container {
        height: 37vw;
    } */
    .ft-form-col .formit-input {
        max-width: 22vw;
        width: 100%;
    }

    .cntact-detail .widget a, .cntact-detail .widget p {
        padding-top: 12px;
    }

    .footer-links ul li a, .footer-contact {
        padding: 38px 30px 32px;
    }

    .newsletter .ns-para {
        margin-bottom: 14px;
    }

    .footer-container button#footernewsletterbtn {
        display: flex;
        height: 50px;
    }

    .footer-container .footer-newsform-col .footer-con-news-letter-email {
        height: 50px;
        padding: 14px 24px 5px 30px;
    }
    .footer-contact {
        padding: 20px 30px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .audio-wrapper{
        padding: 20px 20px 24px;
    }
    /* Footer */
    footer {
        padding-top: 4vw;
        overflow: hidden;
    }

    .footer-logo .widget_media_image .wp-block-image {
        padding-bottom: 5vw;
    }

    .newsletter {
        width: 100%;
    }

    .newsletter .widget {
        width: 100%;
        padding: 40px 0 40px 0;
    }

    .footer-contact,
    .footer-links {
        width: 50%;
    }

    .ft-form-col .formit-input {
        max-width: calc(100% - 206px) !important;
        width: 100%;
    }

    .footer-links:before {
        content: '';
        position: absolute;
        width: 110%;
        height: 1px;
        background: white;
        left: -10%;
    }

    .footer-links ul li:after {
        content: '';
        position: absolute;
        width: 110%;
        height: 1px;
        background: white;
        left: -10%;
        bottom: 0;
    }

    .footer-links ul li {
        border-left: 0;
        border-bottom: 0;
        padding-left: 0;
        position: relative;
    }

    .footer-mid-section {
        flex-wrap: wrap;
    }

    .footer-logo::before {
        max-width: 42vw;
    }

    .footer-links ul li:last-child:after {
        height: 0;
    }

    .footer-links ul li a {
        padding-left: 0;
        padding-right: 0;
    }

    .pop-article-title a {
        font-size: 18px;
    }
    .pop-article-title {
        /* min-height: 42px; */
        padding-top: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .pop-article-title {
        min-height: auto;
    }
    .pop-article-title a {
        -webkit-line-clamp: initial;
    }
    .article-card img, .articleImg img {
        height: auto;
    }
}

@media only screen and (min-width: 767.01px) and (max-width: 768px) {
    .daily_kokoro-container {
        min-height: 450px;
    }
    .page-mid-section .kokoro-on-the-go .kokoro_on_go_audio {
        padding: 0;
    }
    .page-mid-section .kokoro-on-the-go .content .category-pop {
        padding: 0 16px;
    }

}

@media only screen and (max-width: 767px) {
    .daily_kokoro-container {
        min-height: 540px;
    }
    .page-mid-section .kokoro-on-the-go .content .category-pop {
        padding: 0;
    }
    .page-mid-section .kokoro-on-the-go .kokoro_on_go_audio {
        padding: 0 16px;
    }
}

@media screen and (max-width: 768px) {
    section.daily-kokoro .button-dk-slide{
        bottom: 0;
    }
    section.personal-edge,
    .pocket-science,
    section.insightful-image {
        border-radius: 20px;
        padding: 20px;
    }

    section.daily-kokoro {
        border-radius: 20px;
    }

    .dk-slide {
        padding: 20px;
        border-radius: 0 0 20px 20px;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -ms-border-radius: 0 0 20px 20px;
        -o-border-radius: 0 0 20px 20px;
    }

    .featuredcard {
        padding: 5vw;
        border-radius: 20px;
        height: 100vw;
        min-height: 270px;
        max-height: 350px;
        flex-direction: column;
    }

    .col-fd-content,
    .fd-images {
        width: 100%;
        text-align: center;
    }

    .fd-images .hover-hide {
        width: 100%;
        height: 240px;
    }

    .featuredcard:hover {
        padding: 5vw;
    }

    .pocket-science .content {
        flex-direction: column;
    }

    .pocket-sci-child-title {
        padding-top: 8px;
        padding-right: 0;
        text-align: center;
        padding-left: 0;
        width: 100%;
    }

    .what-to-do ul,
    .why-it-helps ul {
        padding-left: 15px;
        padding-right: 0;
    }

    .pocketrt-img {
        display: none;
    }

    .page-mid-section {
        max-width: 100% !important;
        padding: 0;
        margin-top: 32px;
        gap: 0;
        overflow: hidden;
    }

    .page-mid-section .pocket-science {
        margin: 32px auto;
        width: 90%;
        padding: 20px;
    }

    .page-mid-section .kokoro-on-the-go {
        border-radius: 0;
        padding: 24px 20px;
    }

    .why-it-helps {
        margin-top: 40px;
    }

    .articleSlider,
    section.kokoro-on-the-go {
        max-width: 100vw;
        width: 100%;
    }

    section.kokoro-on-the-go {
        background-color: #FDF7E8;
    }

    .ko-go-content {
        width: 100%;
    }

    .kokoro-on-the-go .other-content,
    .kokoro-on-the-go .content {
        flex-direction: column;
        margin-right: 0;
        background: #fff;
        box-shadow: rgba(224, 224, 224, 0.1) 0px 1px 2px 0px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        transition: all 0.8s ease;
        gap: 0;
        border-radius: 12px;
        overflow: hidden;
        width: 100%;
    }
   
    .page-mid-section .kokoro-on-the-go .content .shortarticle-col {
        padding-top: 0;
    }
    section.kokoro-on-the-go h2 {
        margin-bottom: 16px;
    }
   

    .kokoro-on-the-go .content:last-child {
        margin-right: 0;
    }

    /* .kokoro-on-the-go .other-content, */
    .child-ko-content,
    .shortarticle-col {
        width: 100%;
        padding: 8px 16px 16px;
    }

    .ko-go-content img, .img-kogo-child img {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .what-to-do ul {
        border-right: none;
    }
    .what-to-do ul:before,
    .why-it-helps ul:before{
        display: none;
    }

    .feat-title {
        text-align: center;
    }

    /* .article-content {
        padding: 16px 10px;
    } */

    .article-card img {
        width: 100%;
    }
    .featured-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .featured-article-col {
        gap: 30px;
        padding: 0;
    }
    .mind-cat:hover .article-badge {
        background-color: var(--Mind, #FC5A31);
        color: white;
    }
    .body-cat:hover .article-badge {
        background: var(--Body, #004638);
        color: #b0c6c1;
    }
    .self-cat:hover .article-badge {
        background-color: var(--Self, #D199F9);
        color: white;
    }
    .mob-article-grid .slick-list,
    .articleSlider .slick-list {
        overflow: visible;
    }

    .mob-article-grid .slick-arrow,
    .articleSlider .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 9;
        transform: translateY(-50%);
        background-color: var(--white-color);
        padding: 20px;
    }

    .articleSlider {
        position: relative;
        margin-top: 16px;
    }

    .mob-article-grid button.slick-prev,
    .articleSlider button.slick-prev {
        left: -20px;
    }

    .mob-article-grid button.slick-next,
    .articleSlider button.slick-next {
        right: 0;
    }

    .mob-article-grid button.slick-next::before,
    .articleSlider button.slick-next::before {
        left: 5px;
    }

    .mob-article-grid button.slick-next.slick-disabled,
    .articleSlider button.slick-next.slick-disabled,
    .mob-article-grid button.slick-prev.slick-disabled,
    .articleSlider button.slick-prev.slick-disabled {
        opacity: 0;
        visibility: hidden;
    }

    .articleSlider ul.slick-dots {
        margin: 12px 0 0;
    }

    .articleSlider ul.slick-dots button {
        padding: 6px;
        font-size: 0;
        border: none;
        background-color: #fce7e2;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
}

    .articleSlider ul.slick-dots .slick-active button {
        background-color: #fc5a31;
    }

    .kokoro-on-the-go .other-content .child-ko-content p,
    .shortarticle-content p {
        font-size: clamp(15px, 1.15vw, 16px);
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-decoration: none;
    }

    .ko-child-gotitle a {
        color: var(--dark-blue-text, #263238);
        font-family: var(--font-family-kokoro);
        font-size: clamp(20px, 1.35vw, 26px);
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        margin-bottom: 0;
        /* display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; */
        padding-top: 0;
    }

    .mob-article-grid .article-card.slick-slide {
        margin-right: 30px;
    }

    .mob-article-grid .article-card.slick-slide:last-child {
        margin-right: 0;
    }

    .article-card {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }

    .article-grid .mob-article {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .playpause::before {
        width: 29px;
        height: 29px;
    }

    .article-grid {
        display: flex;
        flex-direction: column;
    }

    .kokoro-on-the-go .content .category-pop {
        padding: 0 16px;
    }

    .category-pop {
        gap: 8px;

    }

    .date::before {
        margin-right: 4px;
    }

    .read-time {
        gap: 4px !important;
    }

    .featured-section>h2,
    .kokoro-on-the-popular h2, .proffesional h2, section.testimonials h2 {
        padding-bottom: 30px;
        padding-top: 16px;
    }

    .audio-wrapper {
        display: none;
        position: fixed;
        height: max-content;
        width: 90vw;
        left: 0;
        transform: translateX(0%);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        /* background: linear-gradient(-45deg, #f59f85, #f598bc, #d7ede8, #e7c4ff); */
        background: #ffefeb;
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        padding:20px 20px 24px;
        border-radius: 8px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transition: all 0.5s ease;
        z-index: 999;
        backdrop-filter: blur(20px);
        bottom: 20px;
    }
    .insightful-link {
        margin-top: 6px;
    }
    .insightful-link a {
        padding: 0 16px 0;
    }
    button.button-dk-slide.next {
        display: flex;
        width: 50.069px;
        height: 44.592px;
        padding: 0px 9.388px 0px 12.517px;
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
        border-radius: 19px 0px;
        background: var(--MInd-Light, #FECCBF);
    }

    button.button-dk-slide.prev {
        display: flex;
        width: 50.069px;
        height: 44.592px;
        padding: 0px 14px 0px 12.517px;
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
        border-radius: 0px 19px;
        background: var(--Body-Light, #B0C6C1);
    }
    section.proffesional {
        padding-bottom: 9vw;
    }

    .testimonials .sp-testimonial-free-wrapper {
        padding-right: 16px;
    }

    .pro-collective button.slick-next {
        right: -10px;
    }

    .pro-collective button.slick-prev {
        left: -10px;
    }

    .testimonials .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
        opacity: 0;
    }

    .testimonials .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
        right: -5px;
        width: 36px;
        height: 36px;
    }

    .pro-collective button.slick-arrow {
        background-color: transparent;
        opacity: 0;
    }

    .pro-collective .slick-list {
        margin: 0 -20px;
        padding-left: 20px;
    }

    .sub-heading {
        min-height: 40px;
    }

    .audio-wrapper h6 {
        font-size: 15px;
        font-weight: 600;
    }

    .audio-wrapper,
    .article-grid .mob-article .audio-wrapper {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        padding:14px 10px 20px;
    }
    .closeIconAudiox,
    .audio-wrapper .closeIconAudio svg,
    .article-grid .mob-article .audio-wrapper .closeIconAudio svg {
        width: 18px;
        height: 18px;
    }
    .closeIconAudiox,
    .audio-wrapper .closeIconAudio,
    .article-grid .mob-article .audio-wrapper .closeIconAudio {
        padding: 6px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Footer */
    .footer-mid-section {
        flex-direction: column;
    }

    .footer-links, .footer-contact,
    .newsletter {
        width: 100%;
    }

    .footer-logo .widget_media_image .wp-block-image {
        padding-bottom: 6vw;
    }

    footer {
        padding-top: 6vw;
    }

    .ft-form-col .formit-input {
        max-width: 100% !important;
    }

    footer {
        padding-top: 6vw;
    }

    .footer-links ul li a, .footer-contact {
        padding: 0;
    }

    .footer-contact,
    .footer-bottom,
    .newsletter .widget,
    .footer-links ul li {
        padding: 4vw 0;
    }

    .footer-links ul li {
        border: none;
        position: relative;
    }

    .footer-links {
        position: relative;
    }

    .footer-links:before {
        content: '';
        position: absolute;
        width: 120%;
        height: 1px;
        background: white;
        left: -10%;
    }

    .footer-links ul li:last-child {
        padding-bottom: 4vw;
    }

    .footer-links ul li:after {
        content: '';
        position: absolute;
        width: 120%;
        height: 1px;
        background: white;
        left: -10%;
        bottom: 0;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-copyright {
        flex-direction: column;
        gap: 3vw;
        align-items: flex-start;
    }

    .footer-terms .menu {
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-logo .widget_media_image img {
        max-width: 60vw;
    }

    .footer-logo::before {
        max-width: 50vw;
        top: -25%;
    }

    .footer-links ul li:last-child:after {
        height: 1px;
    }

    section.kokoro-on-the-popular:has(.articles) {
        overflow: hidden;
    }

    .category,
    .date, .read-time {
        font-size: 13px;
    }

    section.insightful-image img {
        padding-top: 24px;
    }

    .per-img {
        width: 50vw;
        max-width: 114px;
    }
    img.dk-img.dk-first-slide{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }
    /* Header Top Slider */
    button.linktab {
        color: var(--Black, rgb(0 0 0 / 50%));
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: uppercase;
        border: none;
        border-right: 1px solid var(--Border, #D4D6D7);
        background: none;
        box-shadow: none;
        outline: none;
        text-shadow: none;
        border-radius: 0;
        padding: 0;
        min-width: fit-content;
    }

    /* button.linktab.slick-slide.slick-current.slick-active {
        color: #000;
    } */


    button.linktab:hover,
    button.linktab:focus,
    button.linktab:active {
        background: none !important;
        outline: none !important;
        color: #000;
    }

    button.linktab.slick-slide.slick-current.slick-center.active {
        color: #fc5a31;
    }

    .mob-slide-col {
        border-top: 1px solid var(--Border, #D4D6D7);
        border-bottom: 1px solid var(--Border, #D4D6D7);
        background: var(--White, #FFF);
        position: sticky;
        top: 64px;
        z-index: 11;
        overflow: hidden;
        display: none;
    }

    .pahelink-slide .slick-track {
        display: inline-flex;
        height: 52px;
        padding: 18px 0 14px;
        align-items: center;
    }

    .mob-slide-col button.slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
        height: 100%;
        border-radius: 0;
        background: rgb(255 255 255 / 80%);
    }

    .mob-slide-col button.slick-arrow:before {
        content: '';
        background-image: url(/wp-content/themes/kokoro-child/assets/images/arrow-icontop.svg);
        position: absolute;
        width: 47px;
        height: 51px;
        background-repeat: no-repeat;
        background-size: contain;
        left: -10px;
        top: 0;
    }

    .mob-slide-col button.slick-prev {
        left: 0;
    }

    .mob-slide-col button.slick-next.slick-disabled,
    .mob-slide-col button.slick-prev.slick-disabled {
        opacity: 0;
        visibility: hidden;
    }

    .mob-slide-col button.slick-next {
        right: 0;
    }

}

@media screen and (max-width: 740px) {
    .kokoro-on-the-go .content {
        margin-right: 20px;
    }
}

@media screen and (max-width: 580px) {
    .dk-slide{
        min-height: 460px;
    }
    .daily_kokoro-container {
        min-height: 525px;
    }

    /* Footer */
    .footer-links ul li:last-child,
    .footer-logo .widget_media_image .wp-block-image {
        padding-bottom: 6vw;
    }

    footer {
        padding-top: 6vw;
    }

    .footer-contact,
    .footer-bottom,
    .newsletter .widget,
    .footer-links ul li {
        padding: 6vw 0;
    }

    .per-img {
        max-width: 100%;
    }

    .pocket-sci-child-title {
        padding-top: 8px;
        padding-right: 0;
        text-align: left;
        padding-left: 0;
        width: auto;
    }

    .audio-wrapper,
    .article-grid .mob-article .audio-wrapper {
        max-width: 320px;
    }
    .audioplayer-volume-adjust > div {
        width: 20px;
    }
    .insightful-link a .arrowrt {
        margin-top: -6px;
    }
}

@media screen and (max-width: 420px) {
    .daily_kokoro-container {
        min-height: 425px;
    }
    .audio-wrapper,
    .article-grid .mob-article .audio-wrapper {
        max-width: 300px;
    }

    .per-para-tag,
    .hicont {
        white-space: normal;
    }
}
