* {
    font-family: "Public Sans";
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

section {
    padding: 80px 0px;
}

h1 {
    color: #272727;
    font-size: 90px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -3px;
}

h2 {
    color: #272727;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.sub_heading {
    color: #4A5565;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
    text-align: center;
}

.sub_heading span {
    color: #167152;
    font-weight: 700;
}

.microsite_btn {
    padding: 16px 32px;
    background: #167152;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s ease;
}

.microsite_btn span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.microsite_btn:hover {
    background: #013e2c;
}

.button_micro {
    margin: auto;
    text-align: center;
}

.microsite_link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 60px;
    transition: 0.3s ease;
}

.microsite_link span {
    color: #00553C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: underline;
}

.microsite_link:hover {
    color: #013e2c;
}

.heading_grid.heading_grid1 {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.heading_grid.heading_grid1 .sub_heading,
.heading_grid.heading_grid1 h2 {
    text-align: start;
}

.heading_grid.heading_grid1 div a {
    display: inline-flex;
}

.heading_grid.heading_grid1 .button_micro {
    margin: unset;
}

/* Arrow wrapper positioning */
.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #DCE6E1;
    background: #DCE6E1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all .3s ease;
    top: 100%;
}

.slick-prev {
    left: 50%;
    transform: translateX(-40px);
}

.slick-next {
    left: 50%;
    transform: translateX(15px);
}

.slick-prev:before,
.slick-next:before {
    content: '';
}

.slick-prev::after,
.slick-next::after {
    content: '';
    width: 5px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
}

.slick-prev::after {
    transform: rotate(135deg);
}

.slick-next::after {
    transform: rotate(-45deg);
}

.slick-arrow:hover {
    background: #1E6955;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #1E6955;
}

/* the slides */
.slick-slide {
    margin: 0 5px;
}

/* the parent */
.slick-list {
    margin: 0 -5px;
}



/* .microsite_banner */
.microsite_banner {
    background: linear-gradient(135deg, #FAF5FF 0%, #EFF6FF 50%, #FDF2F8 100%);
    padding-bottom: 24px;
    position: relative;
}

.microsite_banner_main,
.microsite_banner_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    z-index: 9;
    position: relative;
}

.microsite_banner .banner_circle {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.3;
}


.microsite_banner_main .button_micro {
    text-align: start;
}

.microsite_banner_main p {
    color: #272727;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin: 24px 0px 40px;
}

.microsite_banner_nav {
    margin-top: 60px;
}

.microsite_banner_nav>a {
    border-radius: 24px;
    border: 1px solid rgba(229, 231, 235, 0.50);
    background: rgba(255, 255, 255, 0.80);
    padding: 20px 0px;
    text-align: center;
    min-width: 130px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.microsite_banner_nav>a:hover {
    box-shadow: 0 4px 20px rgba(59, 59, 59, 0.1);
    transform: translateY(-2px);
}

.microsite_banner_nav h6 {
    color: #364153;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.mob_microsite_nav {
    display: none;
}

.heading_grid div a {
    display: none;
}



/* prompt-section */


.prompt-main {
    text-align: center;
}


.prompt_grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 60px;
}

.prompt_box>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prompt_box {
    border-radius: 16px;
    border: 1.5px solid rgba(2, 86, 61, 0.50);
    background: #FFF;
    padding: 24px;
    text-align: left;
    transition: all 0.3s ease;
    width: calc(33% - 62px);
    cursor: pointer;
}

.prompt_box:nth-child(4) {
    grid-column: 2;
}

.prompt_box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.prompt_box h3 {
    color: #272727;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 16px 0px 8px;
}

.prompt_box p {
    color: #464646;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.prompt-main .tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 10px;
    background: #CDECE3;
    color: #009C76;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0px
}

/* prompt popup open */
.prompt_popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999 !important;
}

.prompt_popup.active {
    display: flex;
}

.popup_inner {
    padding: 40px;
    max-width: 800px;
    width: 100%;
    position: relative;
    border-radius: 16px;
    border: 1.5px solid rgba(2, 86, 61, 0.50);
    background: #FFF;
}

.prompt_popup .close_popup {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 22px;
    border: none;
    cursor: pointer;
    padding: 15px;
    background: #ECECEC;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.prompt_popup h3 {
    color: #272727;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 32px;
    text-align: left;
}

.prompt_popup .popup_content p,
.prompt_popup .popup_content li {
    color: #464646;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.prompt_popup .popup_footer h6 {
    color: #00553C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.prompt_popup .popup_footer {
    text-align: end;
}

.prompt_popup .popup_footer .copy_prompt_btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    cursor: pointer;
}

.prompt_popup .popup_footer ol li {
    list-style-type: auto;
}

.prompt-library-page {
    padding: 140px 0px;
}

.prompt-library-page h2 {
    font-size: 60px;
    line-height: 68px;
}

.prompt-library-page .sub_heading {
    font-size: 28px;
    line-height: 36px;
}

/* playbook-section */
.playbook-section {
    padding-bottom: 100px;
    background: #FAFBFC;
}

.playbook_main {
    text-align: center;
}

.playbook_grid {
    display: flex;
    gap: 24px;
    margin-top: 60px;
    padding-bottom: 50px;
    position: relative;
}

.playbook_box {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    text-align: left;
    padding: 12px 12px 26px 12px;
}

.playbook_box .image_wrap {
    margin-bottom: 14px;
}

.playbook_box .tag {
    display: inline-block;
    color: #009F78;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 10px;
    border-radius: 10px;
    background: #CDECE3;
    color: #0f766e;
    margin-bottom: 8px;
}

.playbook_box h3 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    min-height: 60px;
}

/* micro-podcast-section */
.micro-podcast-section {
    background: linear-gradient(180deg, #F9FAFB 0%, #FFF 100%);
}

.micro-podcast_grid {
    margin: 75px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.micro-podcast-grid-inner {
    padding: 20px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    border-top: 0px;
}

.image_wrap {
    line-height: 0px;
}

.image_wrap img {
    width: 100%;
}

.micro-podcast-grid-inner h3 {
    color: #272727;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.micro-podcast-grid-inner h5 {
    color: #4A5565;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 16px 0px 8px;
}

.micro-podcast-grid-inner p {
    color: #6A7282;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.micro-podcast-grid-inner h6 {
    color: #6A7282;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.micro-podcast-grid-bt {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 9px;
    border-top: 1px solid #F3F4F6;
}

.micro-podcast-grid-bt .time_wrap_podcast {
    display: flex;
    align-items: center;
    gap: 4px;
}

.micro-podcast-grid-bt img {
    width: 20px;
    height: 14px;
    object-fit: fill;
}


/* weeklyCard-section */
.weeklyCard-section {
    padding-bottom: 110px;
}

.weeklyCard_grid {
    margin-top: 60px;
    padding-bottom: 60px;
}

.weeklyCard_box {
    border-radius: 16px;
    border: 2px solid rgba(0, 85, 60, 0.40);
    background: #FFF;
    padding: 24px 20px;
    transition: all 0.3s ease;
}

.weeklyCard_box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.weeklyCard_grid .weeklyCard_box .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.weeklyCard_grid .weeklyCard_box .time>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.weeklyCard_box .grow {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 18px;
    margin-top: 16px;
    border-top: 1px solid #F3F4F6;
}

.weeklyCard_box .tag {
    border-radius: 10px;
    background: #02563D;
    padding: 4px 8px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}


.weeklyCard_box .time .date {
    color: #6A7282;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.weeklyCard_box h3 {
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px;
}

.weeklyCard_box p {
    color: #4A5565;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.weeklyCard_box h5 {
    color: #02563D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}



/* ===========================
   POPUP WRAPPER
=========================== */

.events-calendar-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;

    justify-content: center;
}

.events-calendar-popup.active {
    display: flex;
    z-index: 9999 !important;
}

/* ===========================
   POPUP BOX
=========================== */

.events-calendar-inner {
    background: #fff;
    width: 100%;
    max-width: 900px;
    padding: 20px;
}

/* ===========================
   HEADER
=========================== */

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.calendar-header h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.calendar-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.calendar-controls button {
    border: none;
    background: transparent;
    cursor: pointer;
}

.calendar-controls .close-btn {
    margin-left: 30px;
}

.calendar-controls .month-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

/* ===========================
   FULLCALENDAR OVERRIDES
=========================== */

.events-calendar-inner .fc {
    --fc-border-color: #eee;
    --fc-today-bg-color: transparent;
}

.events-calendar-inner .fc-col-header-cell {
    text-transform: uppercase;
    font-size: 12px;
    color: #777;
    padding: 10px 0;
}

.events-calendar-inner .fc-daygrid-day-number {
    font-size: 13px;
    font-weight: 500;
}

/* ===========================
   EVENT CARD
=========================== */

.fc-event-custom {
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fc-event-custom h6 {
    font-size: 12px;
    color: #fff;
    margin-bottom: 6px;
}

.fc-event-custom a {
    background: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    color: #272727;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0px;
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    z-index: 999;
    top: 4px;
    left: 10px;
}

.fc-day.has-event .fc-daygrid-day-top {
    color: #fff;
}

.fc .fc-daygrid-day-frame {
    min-height: 60px;
    position: relative;
}

.fc-event-main .event-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.fc-event-start {
    margin: 0px !important;
}

.fc-event-custom img.event-logo {
    width: 80px;
    display: none;
}



/* blogCard section */
.blogCard-section {
    padding-bottom: 24px;
    background: linear-gradient(180deg, #F9FAFB 0%, #FFF 100%);
}

.blogCard_grid {
    margin: 60px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.blogCard_box {
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 24px;
    transition: all 0.3s ease;
}

.blogCard_box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.blogCard_box .time {
    margin-bottom: 8px;
}

.blogCard_box .tag {
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(2, 86, 61, 0.10);
    color: #02563D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.blogCard_box .date {
    color: #6A7282;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-left: 8px;
}

.blogCard_box h3 {
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
    min-height: 56px;
}

.blogCard_box p {
    color: #4A5565;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogCard_box .grow {
    border-top: 1px solid #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 22px;
}

.blogCard_box .grow h5 {
    color: #4A5565;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blogCard_box .blog_btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blogCard_box .blog_btn span {
    color: #02563D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}



/* journey_section */

.ai-progress-section {
    margin: 60px 0px 50px 0px;
}

.ai-progress-section .ai-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.ai-progress-section .ai-progress-bar {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 4px;
    background: #E5E7EB;
    z-index: 1;
}

.ai-progress-section .ai-progress-fill {
    width: 25%;
    height: 100%;
    background: #02563D;
    transition: width 0.4s ease;
}

.ai-progress-section .ai-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    min-width: 274.5px;
}

.ai-progress-section .ai-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s;
    border-radius: 33554400px;
    border: 8px solid #FFF;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.ai-progress-section .ai-step.active .ai-icon {
    background: #02563D;
    color: white;
}

.ai-progress-section .ai-card {
    border-radius: 16px;
    border: 2px solid #E5E7EB;
    background: #FFF;
    padding: 24px;
    transition: all 0.3s ease;
    margin-top: 32px;
}

.ai-progress-section .ai-card.active {
    border-radius: 16px;
    border: 2px solid #02563D;
    background: rgba(2, 86, 61, 0.05);
}

.ai-progress-section .ai-level {
    color: #6A7282;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
}

.ai-progress-section .ai-card.active .ai-level {
    color: #02563D;
}

.ai-progress-section h3 {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}

.ai-progress-section p {
    color: #4A5565;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 9px 0px 16px 0px;
}

.ai-progress-section ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 16px;
    text-align: left;
}


.ai-progress-section li {
    color: #364153;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    list-style-type: disc;

}

.ai-progress-section li::marker {
    color: #99A1AF;
}

.ai-progress-section .ai-card.active li::marker {
    color: #02563D;
}

.microsite_btn.journey_btn {
    cursor: pointer;
}




/* .upcomingEvent_section */

.upcomingEvent_grid {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 20px;
    margin-top: 42px;
}

.upcomingEvent_grid .event-card {
    padding: 24px;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}

.event-card.large>img {
    min-height: 200px;
}

.upcomingEvent_grid .event-card.large h3 {
    color: #101828;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 16px 0px;
}

.upcomingEvent_grid .event-card.large p {
    color: #4A5565;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


.upcomingEvent_grid .right-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.upcomingEvent_grid .event-card.small {
    display: flex;
    gap: 12px;
    align-items: start;
    padding: 14px 22px;
    flex-wrap: wrap;
}

.event-card.small .meta img {
    width: 16px;
}

.event-card.small a {
    color: #02563D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 7px;
    border-radius: 6px;
    background: rgba(2, 86, 61, 0.10);
    width: 100%;
}

.upcomingEvent_grid .event-card.small h3 {
    color: #101828;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.event-card.small .meta {
    flex-direction: column;
    margin: 8px 0px 0px 0px;
    padding-top: 8px;
    border-top: 1px solid #F3F4F6;
}

.upcomingEvent_grid .meta {
    display: flex;
    justify-content: space-between;
    margin: 28px 0px 20px 0px;
    gap: 6px;
}


.event-card.small .meta li span {
    color: #4A5565;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.upcomingEvent_grid .meta li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.upcomingEvent_grid .meta li span {
    color: #4A5565;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.upcomingEvent_grid a {
    display: block;
    padding: 12px;
    border-radius: 14px;
    background: rgba(2, 86, 61, 0.10);
    color: #02563D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: background 0.3s ease;
}

.upcomingEvent_grid a:hover {
    background: #d7ebe3;
}

/* Glossary-section */
.Glossary-section {
    background: linear-gradient(180deg, #F9FAFB 0%, #FFF 100%);
    padding-bottom: 115px;
}

.Glossary_grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.Glossary_box {
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 24px;
    transition: all 0.3s ease;
}

.Glossary_box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.Glossary_box .tag {
    color: #02563D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(2, 86, 61, 0.10);
}

.Glossary_box h3 {
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 12px;
    min-height: 56px;
}

.Glossary_box p {
    color: #4A5565;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* oneai section */
.oneai-section {
    padding-top: 50px;
}

.oneai-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.oneai-card .ai-card {
    border-radius: 16px;
    border: 2px solid rgba(2, 86, 61, 0.20);
    background: #E5F5EF;
    padding: 32px;
}

.oneai-card .card-title {
    color: #364153;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}

.oneai-card .option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.oneai-card .option-btn {
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(2, 86, 61, 0.40);
    background: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    transition: 0.2s;
    color: #02563D;
}


.oneai-card .option-btn:hover {
    background: #e3f6ee;
    border-color: #31b88f;
}

.oneai-card .note-text {
    color: #6A7282;
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.oneai-card .generate-btn {
    cursor: pointer;
    display: block;
    border-radius: 14px;
    background: #02563D;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: #FFF;
    text-align: center;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 24px;
    margin: 24px 0px;
}

.oneai-card .generate-btn span {
    color: #FFF;
    text-align: center;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.oneai-card .generate-btn:hover {
    background: #064f3a;
}

.oneai-card .note-text {
    color: #6A7282;
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

/* RIGHT CONTENT */
.oneai-card .ai-info h4 {
    color: #101828;
    font-family: "Public Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}

.oneai-card .desc {
    color: #4A5565;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.oneai-card .feature-list {
    list-style: none;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 8px;
}

.oneai-card .feature-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    align-items: center;
}

.oneai-card .feature-list h6 {
    color: #101828;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.oneai-card .feature-list p {
    color: #4A5565;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.oneai-card .pro-tip {
    padding: 24px;
    border-radius: 14px;
    border: 1px solid rgba(2, 86, 61, 0.10);
    background: rgba(2, 86, 61, 0.05);
}

.oneai-card .pro-tip h6 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.oneai-card .pro-tip h6 span {
    color: #101828;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.oneai-card .pro-tip p {
    color: #4A5565;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media screen and (max-width:1199px) {
    section {
        padding: 60px 0px;
    }

    h1 {
        font-size: 75px;
    }

    h2 {
        font-size: 40px;
    }

    .microsite_banner_nav {
        gap: 6px;
    }

    .microsite_banner_nav>a {
        padding: 16px 0;
        min-width: 110px;
    }

    .microsite_banner_nav h6 {
        font-size: 12px;
        margin-top: 0px;
    }

    /* .prompt-section */

    .prompt_box {
        width: calc(32% - 53px);
    }

    .prompt_grid {
        gap: 20px;
        margin-top: 40px;
    }

    .playbook_grid {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .micro-podcast_grid {
        margin: 40px 0px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .weeklyCard_grid {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .blogCard_grid {
        margin: 40px 0px;
        gap: 20px;
    }

    /* .upcomingEvent_grid */

    .upcomingEvent_grid {
        grid-template-columns: 100%;
        gap: 20px;
    }

    .event-card.large>img {
        width: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .upcomingEvent_grid .right-column {
        flex-direction: row;
        gap: 20px;
    }

    .upcomingEvent_grid .event-card.small>img {
        width: 100%;
    }

    /* journey section */
    .ai-progress-section .ai-step {
        min-width: 224.5px;
    }

    .ai-progress-section h3 {
        font-size: 15px;
        line-height: 23px;
    }

    .ai-progress-section p,
    .ai-progress-section li,
    .ai-progress-section .ai-level {
        font-size: 12px;
    }

    .ai-progress-section ul {
        gap: 1px;
    }
}

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

    .microsite_btn span {
        font-size: 16px;
    }

    h1 {
        font-size: 60px;
    }

    .microsite_banner_main p {
        font-size: 24px;
    }

    .microsite_banner_nav>a {
        min-width: 23%;
    }

    .microsite_banner_nav {
        gap: 18px;
    }

    .microsite_banner_main>div {
        width: calc(50% - 10px);
    }

    /* .playbook_box */
    .playbook_box h3 {
        font-size: 20px;
        line-height: 28px;
    }

    /* .prompt-section */
    .prompt_box {
        width: calc(48% - 50px);
    }

    /* popup calendar */
    .events-calendar-inner {
        max-width: 700px;
    }


    /* journey section */
    .ai-progress-section .ai-steps {
        gap: 12px;
    }

    .ai-progress-section .ai-step {
        min-width: 180.5px;
    }

    .ai-progress-section h3 {
        font-size: 13px;
        line-height: 20px;
    }

    .ai-progress-section .ai-card {
        padding: 10px;
        margin-top: 16px;
    }

    .ai-progress-section p {
        font-size: 11px;
    }

    .ai-progress-section .ai-icon {
        width: 24px;
        height: 24px;
        border: 4px solid #FFF;
    }

    .ai-progress-section .ai-icon svg {
        width: 24px;
        height: 24px;
    }

    .ai-progress-section .ai-progress-bar {
        top: 16px;
        height: 2px;
    }

}

@media screen and (max-width:768px) {
    section {
        padding: 32px 0px;
    }

    .microsite_btn {
        padding: 12px 32px;
        border-radius: 8px;
        gap: 8px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
    }

    /* the slides */
    .slick-slide {
        margin: 0 5px;
    }

    /* the parent */
    .slick-list {
        margin: 0 -5px;
    }

    .slick-prev {
        transform: translateX(-35px);
    }

    .slick-next {
        transform: translateX(8px);
    }

    .sub_heading {
        line-height: 24px;
        font-size: 16px;
        text-align: left;
        margin-top: 6px;
        width: 90%;
    }

    /* .microsite_banner */

    .microsite_banner {
        padding: 54px 0px;
        background: linear-gradient(156deg, #FAF5FF 8.54%, #EFF6FF 50%, #FDF2F8 91.46%);
    }

    .microsite_banner .banner_circle {
        right: 15%;
    }

    .microsite_banner_main .button_micro {
        text-align: center;
    }

    .microsite_banner_main>div {
        width: 100%;
    }

    .microsite_banner_main {
        text-align: center;
        gap: 48px;
    }

    .microsite_banner_nav>a {
        min-width: 45%;
        border: 0.634px solid #E5E7EB;
        background: #FFF;
    }

    .microsite_banner_main p {
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0px 30px;
    }

    .microsite_banner_nav {
        display: none;
    }

    .mob_microsite_nav {
        display: block;
    }

    .mob_microsite_nav .microsite_banner_nav {
        display: inline-flex;
        margin: 0px;
    }


    /* .prompt-section */
    .prompt_box {
        width: 100%;
    }

    .prompt_grid {
        gap: 16px;
        margin-top: 24px;
    }

    .prompt_box h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .prompt_box p {
        font-size: 14px;
        line-height: 22px;
    }

    .heading_grid div a {
        display: block;
        line-height: 0px;
    }

    .microsite_link {
        display: none;
    }

    .heading_grid div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .heading_grid.heading_grid1 div {
        flex-direction: column;
        align-items: start;
    }

    .heading_grid.heading_grid1 {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }


    /* .playbook_section */
    .playbook-section {
        padding-bottom: 40px;
    }

    .playbook_grid {
        margin-top: 24px;
        padding-bottom: 16px;
    }

    .playbook_box h3 {
        font-size: 14px;
        line-height: 18px;
        min-height: 44px;
    }

    .playbook_box .tag {
        font-size: 8px;
        border-radius: 18px;
    }

    .playbook_box {
        padding: 8px 8px 16px;
    }

    /* podcast-section" */
    .micro-podcast_grid {
        margin: 24px 0px;
        gap: 16px;
    }

    .micro-podcast-grid-inner {
        padding: 12px;
    }

    .micro-podcast-grid-inner h3 {
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
    }

    .micro-podcast-grid-inner h5 {
        font-size: 10px;
        line-height: 12px;
        margin: 6px 0px 8px;
    }

    .micro-podcast-grid-inner p {
        font-size: 10px;
        line-height: 12px;
    }

    .micro-podcast-grid-inner h6 {
        font-size: 10px;
        line-height: 12px;
    }

    .micro-podcast-grid-bt>div:last-child img {
        width: 12px;
        height: 12px;
    }

    .micro-podcast-grid-bt {
        margin-top: 10px;
        padding-top: 6px;
    }

    /* .weeklyCard_box */
    .weeklyCard-section {
        padding-bottom: 60px;
    }

    .weeklyCard_grid {
        margin-top: 24px;
        padding-bottom: 24px;
    }

    .upcomingEvent_grid .meta li span {
        font-size: 14px;
        line-height: 22px;
    }

    .upcomingEvent_grid .meta img {
        width: 16px;
    }

    /* .blogCard_grid */
    .blogCard_grid {
        margin: 24px 0px;
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }

    .blogCard_main .microsite_btn {
        display: none;
    }

    .blogCard_box h3 {
        font-size: 18px;
        line-height: 26px;
    }

    /* .upcomingEvent_grid */
    .upcomingEvent_grid .event-card {
        padding: 16px;
        border-radius: 12px;
    }

    .upcomingEvent_grid .event-card.large h3 {
        font-size: 24px;
        margin: 10px 0px;
    }

    .upcomingEvent_grid .event-card.large p {
        font-size: 16px;
        line-height: 24px;
    }

    .upcomingEvent_grid .meta {
        margin: 15px 0px 15px 0px;
        flex-direction: column;
    }

    .upcomingEvent_grid a {
        font-size: 14px;
        padding: 7px;
    }

    .upcomingEvent_grid .right-column {
        flex-direction: column;
        gap: 20px;
    }

    .upcomingEvent_grid .event-card.small h3 {
        font-size: 20px;
    }

    .upcomingEvent_grid .event-card.small {
        padding: 16px;
    }

    /* .Glossary-section */
    .Glossary-section {
        padding-bottom: 0px;
    }

    .Glossary_grid {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .Glossary_box h3 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 16px;
        margin-bottom: 6px;
    }

    .Glossary_box {
        padding: 20px;
    }

    /* popup calendar css */
    .events-calendar-inner {
        width: 100%;
        border-radius: 0;
        padding: 16px;
    }

    .events-calendar-popup {
        align-items: start;
        top: 70px;
    }

    .calendar-controls svg {
        width: 20px;
        height: 20px;
    }

    .calendar-controls .month-title {
        font-size: 16px;
    }

    .calendar-controls .close-btn {
        margin-left: 8px;
    }

    .calendar-controls .close-btn svg {
        width: 24px;
        height: 24px;
    }

    .calendar-header h3 {
        font-size: 18px;
    }

    .calendar-controls button {
        line-height: 0px;
    }

    /* Hide weekday headers on mobile list view */
    .fc-col-header {
        display: none;
    }

    .events-calendar-inner .fc-daygrid-day-number {
        font-size: 10px;
    }

    .fc .fc-daygrid-day-top {
        top: 0px;
        left: 0px;
    }

    /* Reduce event card height */
    .fc-event-custom {
        height: 60px;
        padding: 20px;
        padding-bottom: 13px;
    }

    .fc-event-main .event-wrapper {
        gap: 4px;
    }

    .fc-event-custom a {
        font-size: 7px;
        padding: 0px 3px;
        border-radius: 2px;
        line-height: 12px;
    }

    .fc-event-custom .event-logo {
        width: 45px;
    }

    /* LIST VIEW EVENT CARD */
    .fc-list-event {
        border: none;
        margin-bottom: 12px;
    }

    .fc-list-event-title {
        font-size: 14px;
        font-weight: 500;
    }

    .fc-list-event-time {
        display: none;
    }

    .calendar-controls .month-title {
        font-size: 14px;
    }

    .fc .fc-daygrid-day-frame {
        min-height: 60px;
    }

    /* Journey section */
    .ai-progress-section .ai-progress-bar {
        top: 13%;
        height: 79%;
        width: 2px;
        right: 0px;
        left: 100%;
    }

    .ai-progress-section .ai-icon {
        position: absolute;
        right: -16px;
        top: 50%;
    }

    .ai-progress-section {
        margin: 24px 0px 30px 0px;
    }

    .ai-progress-section .ai-step {
        min-width: 100%;
        align-items: start;
    }

    .ai-progress-section .ai-card {
        padding: 16px;
        margin-top: 6px;
        width: 85%;
    }

    .ai-progress-section h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .ai-progress-section p {
        font-size: 13px;
        margin: 6px 0px 12px;
    }

    .ai-progress-section .ai-steps {
        flex-direction: column;
    }

    .button_micro.journey_micro.active {
        position: fixed;
        bottom: 137px;
        left: 0;
        right: 0;
    }

    /* .oneai-card */

    .oneai-card {
        grid-template-columns: unset;
        gap: 24px;
        margin-top: 24px;
    }

    .oneai-card .ai-card {
        border-radius: 12px;
        padding: 20px;
    }

    .oneai-card .option-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .oneai-card .generate-btn span {
        font-size: 16px;
    }

    .oneai-card .ai-info h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .oneai-card .desc {
        font-size: 14px;
    }

    .oneai-card .feature-list h6 {
        margin-bottom: 0px;
    }


    .prompt-library-page h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .prompt-library-page .sub_heading {
        font-size: 16px;
        line-height: 24px;
    }

    .popup_inner {
        width: 100%;
        padding: 24px;
    }

    .prompt_popup h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .prompt_popup .popup_content p,
    .prompt_popup .popup_content li {
        font-size: 16px;
        line-height: 24px;
    }

    .prompt_popup .popup_footer h6 {
        font-size: 15px;
    }

    .copy_prompt_btn svg {
        width: 20px;
    }

    .prompt-library-page {
        padding: 60px 0px;
    }
}