/*
Theme Name: jacquelinewoods
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.2.1750324405
Updated: 2025-06-19 09:13:25

*/
* {
	outline: none !important;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

header.wp-block-template-part {
    position: fixed;
    z-index: 999;
    width: 100%;
}
header.wp-block-template-part.sticky {
    backdrop-filter: blur(5px);
    background: rgb(255 255 255 / 70%);
}
header.wp-block-template-part .custom-logo {
    transition: 0.5s all;
}
header.wp-block-template-part.sticky .custom-logo {
    max-width: 60px;
}
.journey-sec .is-layout-grid .wp-block-group-is-layout-flow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.journey-sec {
    overflow: hidden;
}
.circle-right {
    position: relative;
}
.circle-right:after {
    content: '';
    height: 96%;
    aspect-ratio: 1 / 1;
    display: block;
    background: #000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
}

.timeline-wrapper .timeline-container .wp-block-group.is-vertical {
    min-width: calc(25% + 20px);
    max-width: calc(25% + 20px);
    flex: 0 0 auto;
    position: relative;
    margin: 0 -10px;
    opacity: 0;
}
.timeline-wrapper .timeline-container .wp-block-group.is-vertical.active {
    opacity: 1;
}
.timeline-wrapper .timeline-container {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 10px !important;
    margin: 0 75px;
}
.timeline-wrapper .timeline-container::-webkit-scrollbar {
    display: none;
}
.timeline-wrapper .timeline-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:nth-child(odd) {
    margin-top: 28%;
}
.timeline-wrapper {
    position: relative;
}
.timeline-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 53%;
    transform: translateY(-50%);
    border-top: 1px solid rgb(0 0 0 / 40%);
}
.arrow-btn.disabled {
    pointer-events: none;
    border-color: #B7B7B7;
    background-color: #dedede;
    color: #000000;
}
.arrow-btn svg {
    width: 15px;
}
.arrow-btn:last-child {
    right: 0;
}
.arrow-btn {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    border-radius: 100%;
    padding: 7px 11px 3px;
    border: 1px solid #D38961;
    background-color: #D38961;
    cursor: pointer;
    outline: none;
    color: #ffffff;
}
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background-color: #D38961;
    position: absolute;
    bottom: 44%;
    left: 30%;
    transform: translateY(-50%);
    z-index: 9;
    box-shadow: 0px 0px 0px 12px #dedede;
}
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:nth-child(odd):before {
    top: -33%;
    transform: unset;
}
.link-txt a {
    text-decoration: none;
    color: #403C90;
}
.link-txt a:hover {
    text-decoration: underline;
}
.circle-view {
    display: block !important;
    width: 40vw;
    height: 40vw;
	max-width: 755px;
    max-height: 755px;
    border: 1.5vw solid #1AD4AC;
    border-radius: 100%;
    margin: 175px auto 0 !important;
	position: relative;
}
.circle-fill {
    width: 14.5vw;
    height: 14.5vw;
	max-width: 275px;
    max-height: 275px;
    border-radius: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    text-align: center;
	gap: 0.5vw;
	font-size: clamp(14px, 1.052rem + ((1vw - 5px) * 0.98), 20px);
    line-height: 1.4;
    font-weight: 500;
}
.circle-fill p {
    max-width: 223px;
}
.circle-fill.circle-1 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(37.821px, 2.364rem + ((1vw - 3.2px) * 3.442), 70px);
    font-weight: 600;
    line-height: 1.3;
}
.circle-fill.circle-2 {
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.circle-fill.circle-3 {
    top: 17%;
    left: -20%;
}
.circle-fill.circle-4 {
    top: 17%;
    right: -20%;
}
.circle-fill.circle-5 {
    bottom: -10%;
    left: -3%;
}
.circle-fill.circle-6 {
    bottom: -10%;
    right: -3%;
}
.circle-txt-1 {
    position: absolute;
    top: -12%;
    max-width: 270px !important;
}
.circle-txt-2 {
    max-width: 240px;
    position: absolute;
    right: 8%;
    top: 0%;
}
.circle-txt-3 {
    max-width: 240px;
    position: absolute;
    left: 0;
	width: 20%;
/*     bottom: 28%; */
	bottom: 0%;
}
.video-wrap {
    position: relative;
}
.play-icon {
    position: absolute;
    border-radius: 15px;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.play-icon a {
    outline: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail-style a {
    text-decoration: none;
}
.thumbnail-style a:hover {
    color: #705FCB;
}
.testimonials-sec .slideContent>p {
    display: none;
}
.testimonials-sec .slideContent figure.wp-block-image {
    min-width: 77px !important;
}
.testimonials-sec .swiper-navigation {
    top: calc(100% - 50px) !important;
    transform: unset !important;
    background: #C2C2C2 !important;
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}
.testimonials-sec .swiper {
    padding-bottom: 80px !important;
}
.testimonials-sec .swiper-navigation svg {
    width: 11px;
    height: 20px;
    color: #000000;
    position: relative !important;
}
.testimonials-sec .swiper-navigation:not(.swiper-button-disabled) {
    background: #705FCB !important;
}
.testimonials-sec .swiper-navigation:not(.swiper-button-disabled) svg {
    color: #ffffff;
}
.testimonials-sec .swiper-button-next {
    right: calc(50% - 55px) !important;
}
.testimonials-sec .swiper-button-prev {
    left: calc(50% - 55px) !important;
}
.episodes-stack .wp-block-media-text {
    width: 100%;
    grid-template-columns: 80px auto !important;
}
.episodes-stack .wp-block-media-text .wp-block-media-text__media {
    width: 65px;
    border-radius: 7px;
    overflow: hidden;
}
.episodes-stack .wp-block-media-text__content {
    padding: 0;
    width: 100%;
}
.episodes-stack  .wp-block-group.is-nowrap {
    display: grid;
    grid-template-columns: auto 126px !important;
}
.plethoraplugins-tabs-container {
    background: transparent !important;
    padding: 0 !important;
}
.plethoraplugins-tabs {
    border-bottom: 2px solid #8E8E93 !important;
    width: unset !important;
    display: inline-flex !important;
}
.js-plethoraplugins-tabs {
    gap: 0 !important;
}
.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link {
    padding: 10px 20px !important;
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 600 !important;
	position: relative;
}
.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link.active {
    color: #403C90 !important;
}
.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    margin: 0 !important;
    border-top-width: 2px !important;
    width: 100% !important;
    height: unset !important;
}
body:not(.home) header.wp-block-template-part .custom-logo, 
body header.wp-block-template-part.sticky .custom-logo {
    filter: brightness(0);
}
body:not(.home) header.wp-block-template-part .wp-block-navigation-item__content, 
body header.wp-block-template-part.sticky .wp-block-navigation-item__content {
    color: #000000 !important;
}
.resources-tabs .thumbnail-style {
    display: flex;
    flex-direction: column;
}
.resources-tabs h4.wp-block-heading {
    padding-top: 0 !important;
}
.resources-tabs .btns-spacing h4.wp-block-heading {
    margin-bottom: auto;
}
.resources-tabs .js-plethoraplugins-tab-panel {
    margin-top: 30px !important;
}
.txt-underline a {
    text-decoration: underline;
}
.about-slider .swiper-slide {
    filter: brightness(0);
}
.about-slider .swiper-pagination {
    display: none !important;
}
.circle-fill a:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.thumbnail-box .wp-block-group.is-vertical {
    position: relative;
	transition:0.5s all;
}
.thumbnail-box .wp-block-group.is-vertical:hover {
    background: #00d4ad !important;
	color: #000000 !important;
}
.thumbnail-box .wp-block-group.is-vertical a:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
}
.w-full a,
.w-full img {
    width: 100%;
}
.min-width-btns .wp-block-button__link {
    white-space: nowrap;
}
.circle-logo {
    width: 60%;
    max-width: 130px;
}
.testimonials-sec .slideContent > .wp-block-group {
    background: transparent !important;
}


@media (min-width: 981px) {
.hide-desktop-md {
	display: none !important;
}
}
@media (min-width: 600px) {
.hide-desktop {
    display: none !important;
}
}
@media (max-width: 1440px) {
.circle-fill {
    font-size: 1.5vw;
}
.circle-fill figure.wp-block-image img {
    width: 3vw;
    min-width: 28px;
}
.circle-fill.circle-1 {
    font-size: 4vw;
}	
.circle-txt-2, .circle-txt-3 {
    font-size: 1.5vw !important;
}

.circle-logo img {
    width: 100% !important;
    max-width: 130px;
}
}
@media (max-width: 1280px) {
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:nth-child(odd) {
    margin-top: 26vw;
}
	
}
@media (max-width: 1199px) {
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:nth-child(odd) {
    margin-top: 31vw;
}
.gen-ai-sec .is-layout-grid {
    display: flex;
    flex-direction: column;
}	
}
@media (max-width: 1100px) {
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:nth-child(odd) {
    margin-top: 33vw;
}
	
}
@media (max-width: 1024px) {
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:nth-child(odd) {
    margin-top: 34vw;
}
	
}
@media (max-width: 980px) {
.hide-mobile-md {
    display: none !important;
}
.flex-row {
    flex-direction: column-reverse;
    gap: 0px;
}
.unstuck-list > .wp-block-group {
    margin-top: 40px !important;
}
.flex-row > * {
    width: 100%;
}
.flex-row  .wp-block-image {
    margin-top: 0 !important;
    text-align: center;
}
.listen-sec .hide-desktop-md {
    margin-top: 40px !important;
}
.timeline-wrapper .timeline-container {
    display: block;
    margin: 0;
}
.timeline-wrapper .timeline-container .wp-block-group.is-vertical {
    max-width: unset;
    margin: 0 !important;
    padding-left: 30px;
    padding-bottom: 30px;
    opacity: 1;
}
.timeline-nav {
    display: none;
}
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:before {
    top: 5px !important;
    bottom: unset;
    left: -10px !important;
    transform: unset !important;
}
.timeline-wrapper  h2.wp-block-heading {
    font-size: 16px !important;
}
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:after {
    content: '';
    border-left: 1px solid rgb(247 248 248 / 40%);
    display: block;
    position: absolute;
    height: 100%;
    left: -3px;
    top: 0;
}
.timeline-wrapper .timeline-container .wp-block-group.is-vertical:last-child {
    padding-bottom: 0;
}
.circle-txt-1 {
    max-width: 220px !important;
}
}
@media (max-width: 599px) {
.banner-sec .wp-block-cover__image-background {
    display: none;
}
.banner-sec {
    background: #dedede !important;
}
.hide-mobile {
    display: none !important;
}
.custom-logo {
    max-width: 45px !important;
    filter: brightness(0);
}
.wp-block-navigation__responsive-container-open {
    color: #1E1C1C;
}
.wp-block-navigation__responsive-container-open svg {
    width: 30px;
    height: 30px;
}
.banner-sec {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
	min-height: auto !important;
}
.banner-sec .wp-block-cover__inner-container > * {
    margin-block-start: 50px !important;
}
.banner-sec .swiper-pagination {
    margin-bottom: -20px;
}
.banner-sec * {
    color: #000 !important;
}
.banner-sec .swiper-slide {
    filter: brightness(0);
}
.about-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.about-sec .wp-block-heading {
    font-size: 32px !important;
}
.journey-sec h2.wp-block-heading {
    font-size: 28px !important;
}
.journey-sec .is-layout-grid .wp-block-group {
    padding: 0 !important;
}
.journey-sec h4.wp-block-heading {
    font-size: 40px !important;
}
.journey-sec  h3.wp-block-heading {
    margin-top: -5px;
}
.circle-right:after {
    height: 325px;
    top: -75px;
    transform: unset;
    left: unset;
    right: -50%;
}
.circle-right:before {
    content: '';
    height: 250px;
    aspect-ratio: 1 / 1;
    display: block;
    background: #000;
    border-radius: 100%;
    position: relative;
    left: -50%;
}	
.innovation-journey-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.innovation-journey-sec h2.wp-block-heading {
    font-size: 28px !important;
}

.timeline-wrapper  h2.wp-block-heading {
    font-size: 16px !important;
}
.journey-title {
    margin-bottom: 40px !important;
}
.innovation-journey-sec {
    padding-bottom: 0 !important;
}
.circle-view {
    width: calc(100vw - 130px);
    height: calc(100vw - 130px);
	max-width: 260px;
    max-height: 260px;
	margin: 100px auto 0 !important;
	border-width: 10px;
}
.circle-fill {
    width: 120px;
    height: 120px;
    font-size: 12px;
	padding: 10px;
}
.circle-fill img {
    width: 25px;
}
.circle-fill.circle-1 {
    width: 90px;
    height: 90px;
    font-size: 24px;
}
.circle-fill.circle-2 {
    top: -70px;
}
.circle-fill.circle-3 {
	top: 30px;
    left: -65px;
}
.circle-fill.circle-4 {
	top: 30px;
    right: -65px;
}
.circle-fill.circle-5 {
	bottom: -65px;
    left: -20px;
}
.circle-fill.circle-6 {
	bottom: -65px;
    right: -20px;
}
.circle-txt-2 {
    max-width: 300px;
    position: relative;
    right: unset;
    top: 0%;
    text-align: center;
    color: #000 !important;
    font-weight: 400;
    margin: 0 auto !important;
}
.circle-txt-3 {
    max-width: 192px;
    position: relative;
	width: 80%;
    right: 0;
    bottom: 0;
    margin: 75px auto 0 !important;
    text-align: center;
    color: #000 !important;
    font-weight: 400;
	font-size: 12px !important;
}
.unique-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}	
.unique-sec-title {
    margin-bottom: 45px !important;
}
.unique-sec h2.wp-block-heading {
    font-size: 28px !important;
}
/* .circle-wrapper h2.wp-block-heading {
    font-size: 24px !important;
    max-width: 50px !important;
    line-height: 1.3 !important;
    top: -50px;
    position: absolute;
} */
.circle-wrapper h2.wp-block-heading {
    font-size: 22px !important;
    max-width: 100% !important;
    line-height: 1.3 !important;
    top: 0;
    position: relative;
    text-align: center;
    margin-bottom: -15px;
}
.feature-sec {
    padding-top: 100px !important;
}
.feature-sec h2.wp-block-heading {
    font-size: 28px !important;
}
.feature-sec {
    padding-bottom: 70px !important;
}
.listen-sec h2.wp-block-heading {
    font-size: 28px !important;
}
.listen-on {
    margin-top: 30px;
}
.listen-sec {
    padding-bottom: 70px !important;
}
.testimonials-sec {
    padding-bottom: 70px !important;
}
.testimonials-sec h2.wp-block-heading {
    font-size: 28px !important;
}
footer.wp-block-template-part>.wp-block-group {
    padding-top: 60px !important;
}
footer.wp-block-template-part h2.wp-block-heading {
    margin-bottom: 50px !important;
}
footer.wp-block-template-part figure.wp-block-image {
    margin-bottom: 40px !important;
    max-width: 180px;
    margin-top: 50px !important;
}
.top-footer-row {
    margin-bottom: 50px !important;
}
.footer-menus {
    row-gap: 34px;
}
.bottom-footer > .wp-block-group {
    padding-bottom: 40px !important;
}	
.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link {
    padding: 10px !important;
    font-size: 16px !important;
}
.inner-hero {
    margin-top: 100px !important;
    margin-bottom: 70px !important;
}
.inner-hero h1 {
    margin-bottom: 30px !important;
}
.inner-hero  h4.wp-block-heading {
    margin-bottom: 15px !important;
}	
.resources-tabs h2.wp-block-heading {
    margin-bottom: 20px !important;
}
.thumbnail-box .wp-block-group {
    gap: 15px;
}
.thumbnail-box {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.thumbnail-box h4.wp-block-heading br {
    display: none;
}
.gen-ai-sec h2.wp-block-heading {
    margin-bottom: 25px !important;
}
.gen-ai-sec {
    margin-bottom: 70px !important;
}
.about-hero h2.wp-block-heading {
    margin-bottom: 35px !important;
}
.about-hero .featured-slider {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.has-modal-open .wp-block-navigation__responsive-container {
    overflow: initial !important;
    padding: 0 !important;
}
.has-modal-open .wp-block-navigation__responsive-dialog {
    background: #fff;
    margin: 0 !important;
    padding-bottom: 20px;
    height: 100vh;
    overflow-y: auto;
}
.has-modal-open .wp-block-navigation__responsive-container-close {
    right: 20px;
    top: 20px;
}
.banner-sec .wp-block-cover__background {
    display: none;
}
.spacing-top {
    padding-top: 100px !important;
}
	
}