
.w-3 {
    width: 0.75rem;
}
.h-3 {
    height: 0.75rem;
}

a:focus-visible{
    outline: none;
}
.resourse_container{
    margin: 0 -4px;
}
.resourse_banner_img img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
.title_btn_wrap {
    justify-content: space-between;
    gap:10px;
    margin: 10px 0;
    align-items: center;
    color: #523d34;
}
.btn-secondary{
    background-color:  var(--Primary);
    border: 1px solid #000;
    color: #fff;
    border-radius: 8px;
    height: 48px;
    padding: 10px 14.03px 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    gap:7px;
    cursor: pointer;
}
.resource_banner_sec.dl-box {
    display: flex;
    gap: 50px;
    padding: 50px 0;
}
.resource_banner_sec.dl-box  .resource_banner_left {
    width: 50%;
}
.btn-secondary:hover{
background-color: #000;
}
.resourse_description {
    border: 1px solid #e6e6e6;
    border-radius: .1875rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.btcu-logo-wrap {
    background-color: #ECE9E3;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    margin: 0;
    max-width: calc(66% - 32px);
}
.btcu-logo-wrap .logo img {
    width: 233px;
    height: 24px;
}
.resource-banner-top {
    border-bottom: 1px solid #e6e6e64d;
}
.resource-banner-top-inner {
    padding: 0.625rem 0;
    margin: auto -4px;
    position: relative;
    overflow: hidden;
    width: calc(100% - 8px);
}
.resource-banner-top .logo img {
    height: 26px;
    cursor: pointer;
    opacity: 0.8;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    max-width: 174.43px;
    object-fit: contain;
}
.resource-banner-top .logo img:hover {
    opacity: 1;
}
.course-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 0;
    padding: 0;
    margin: 0;
    line-height: 24px;
    max-width: 100%;
}
.single-resourcemySwiper4:not(.swiper-initialized) .course-menu{
     gap: 1rem;
}
.custom-dot-icon span, .custom-dot-icon {
    color: rgb(230 230 230 / 60%);
    max-height: 24px;
    display: block;
    font-size: 16px;
    line-height: 1.5;
}
.resource-banner-top .view-more-link a {
    color: rgb(102 102 102 / 60%);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.resource-banner-top .view-more-link a:focus-visible{
    outline: none;
}
.resource-banner-top .view-more-link a:hover {color: #121212;}
.resource_banner_sec {
    padding: 0;
    box-sizing: border-box;
    margin-inline: 0 auto;
}
.resourse_container .single-post-container {
    padding-top: 20px;
        grid-template-columns: minmax(0, 1fr) 300px;
    display: grid;
}
.resource_banner_sec-inner{
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: center;
    gap: 40px;
}
.resourse_banner_img {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: .1875rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.resourse_banner_img .lock-circle {
    width: 5rem;
    height: 5rem;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 100%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.resourse_banner_img .lock-circle svg {
    width: 2rem;
    height: 2rem;
}
.resourse_banner_img .lock-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0px;
}
.resourse_banner_img .badge-premium {
    position: absolute;
    min-width: 121.19px;
    left: 0.75rem;
    bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.125rem 0.625rem;
    gap: 0.25rem;
    border-radius: .375rem;
    color: #fff;
    border: 1px;
    background: var(--Primary);
}
.resourse_banner_img .badge-premium span {
    white-space: nowrap;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: block;
}
.resourse_banner_img .badge-premium svg {
    width: 0.75rem;
    height: 0.75rem;
}
.resource_banner_sec.dl-box button#hs-form-submit svg {
    width: 14px;
}
.resource-category{
    color: var(--Primary);
    letter-spacing: 0.18em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 12px;
    line-height: 18px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 8px;
    font-weight: 600;
}
section.resourse-category {
    max-width: calc(1400px - 300px - 12px);
    margin-bottom: 1.5rem;
}
section.resourse-category-dl {
    margin-bottom: 1.5rem;
}
.resource_banner_sec .resourse_title {
    padding-bottom: 1rem;
    font-size: 40px;
    line-height: 1.15;
    margin-top: 0;
    position: relative;
    margin-bottom: 1.25rem;
}
.resource-category:hover {
    text-decoration: underline;
}
.resource_banner_sec .resourse_title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--Primary);
    height: 2px;
    width: 32px;
}
.btcu-subs-header {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: var(--Primary);
}
.btcu-subs-card .icon svg {
    width: 1rem;
    height: 1rem;
}
.btcu-subs-header .icon {
    display: inline-flex;
}
.btcu-subs-card .btn-secondary {
    width: 100%;
}
.resourse_container .btn-secondary {
    letter-spacing: 0.12em !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #af1d1d !important;
    border-color: color(srgb 0.5504 0.0896 0.0896) !important;
    border-radius: .375rem !important;
    padding: 0 2rem !important;
    height: 40px;
    gap: 0.5rem;
    position: relative;
}
.resourse_container .btn-secondary:after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    z-index: 999;
}
.resourse_container .btn-secondary:hover {
    background-color: #af1d1d !important;
}
.resourse_container .btn-secondary:hover:after {
    background: #00000008 !important;
    inset: -1px;
}
.btcu-subs-card .btn-secondary .icon {
    display: inline-flex;
}
.btcu-subs-wrapper {
    border: 1px solid #e6e6e6;
    border-radius: .1875rem;
    background-color: rgb(252 252 252);
    padding: 1rem;
    margin-bottom: 1rem;
}
.btcu-subs-header .label {
    color: var(--Primary);
    padding: 0;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.5;
}
.btcu-subs-text {
    margin: 0 0 0.75rem;
    line-height: 1.625;
    color: rgb(18 18 18 / 80%);
    font-size: 14px;
}
.btcu-subs-price {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}
.btc-promo-card {
    padding: 1.25rem;
    border: 1px solid rgb(175 29 29 / 30%);
    border-radius: .1875rem;
    background-image: linear-gradient(to bottom right, rgb(175 29 29 / 5%), transparent);
}
.description-main-right aside.how-to-ad-wrapper {
    position: relative;
    top: 0;
}
.btc-promo-card .btc-header {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}
.btc-promo-card svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--Primary);
}
.btc-promo-card span.btc-label {
    letter-spacing: 0.12em;
    font-size: 11px;
    line-height: 1.5;
    color: var(--Primary);
    font-weight: 600;
    text-transform: uppercase;
}
.btc-promo-card h3.btc-title {
    font-size: 18px;
    line-height: 1.375;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}
.btc-promo-card p.btc-description {
    font-size: 13px;
    line-height: 1.625;
    margin-bottom: 1rem;
    margin-top: 0;
    color: #666;
}
.btc-promo-card .btn-secondary {
    padding-block: 0.5rem !important;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 18px;
}
.btc-promo-card p.btc-note {
    margin-top: 0.5rem;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    color: #666;
}


.description-main {
    margin-inline: auto;
    padding: 2.5rem 0rem 0;
}
.description-main-left {
    flex: 1 1 0%;
}
.description-main-right {width: 300px; min-width: 300px; position: sticky; top: 74px; height: max-content; }
.resourse_description .section-title {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    gap: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: 'Lora' !important;
}
.resourse_description .section-title svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--Primary);
}
.resourse_description p, .resourse_description {
    color: rgb(18 18 18 / 90%);
    line-height: 1.7;
    font-size: 19px;
    margin: 0 0 1.25rem !important;
    font-family: 'Source Serif 4';
}
.resourse_description p:last-child{
    margin-bottom: 0 !important;
}
.resourse_description p strong {
    font-weight: 600;
}
.resourse_description li:before {
    content: "→";
    position: absolute;
    left: 0;
    font-size: 15px;
    font-weight: 600;
    color: #af1d1d;
    width: 15px;
    font-family: 'Lora';
}
.resourse_description li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 0 !important;
}
.resourse_description ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0.75rem 0;
}
.single-resourcemySwiper4 .swiper-slide {
    display: flex !important;
    align-items: start;
    justify-content: center;
    width: max-content !important;
    flex-direction: column;
}
.single-resourcemySwiper4 .swiper-slide.active a{
    color: #121212;
}
.btcu-subs-resource {
    border: 1px solid rgb(230 230 230 / 40%);
    padding: 1.25rem;
    background-color: rgb(240 239 239 / 30%);
    border-radius: .1875rem;
    margin-bottom: 1.5rem;
}
.btcu-subs-resource .btn-secondary{
    text-transform: none !important;
    display: inline-flex;
    padding-inline: 1rem !important;
    padding-block: 0.5rem !important;
    height: auto;
    font-weight: 500 !important;
    letter-spacing: unset !important;
}
.btcu-subs-actions .btn-brouse-course {
    display: inline-flex;
    padding-inline: 1rem !important;
    padding-block: 0.5rem !important;
    border-radius: .375rem;
    border: 1px solid #0000001a;
    background: transparent;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500;
    display: inline-flex;
    color: #121212;
        white-space: nowrap;
    text-align: center;
}
.btcu-subs-actions .btn-brouse-course:hover{
    background: #00000008;
}
.btcu-subs-actions {
    display: flex;
    gap: 0.5rem;
}
.btcu-subs-resource .btcu-subs-header {
    align-items: start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.btcu-subs-resource .btcu-subs-header svg {
    width: 1.25rem;
    height: 1.25rem;
}
.btcu-subs-resource p.title {
    font-weight: 600;
    color: #121212;
    margin: 0 0 0.25rem;
    font-size: 14px;
    line-height: 21px;
}
.btcu-subs-resource p.description {
    line-height: 1.625;
    color: #666;
    font-size: 13px;
    margin: 0;
}
.resource_banner_right .course-inner {
    padding-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    align-items: start;
}

.resource_banner_right .left-course-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.resource_banner_right .single-cst-card a:hover {
    text-decoration: underline;
}
.resource_banner_right .single-cst-card a {
    text-decoration: none;
    margin-top: 0.125rem;
    font-size: 12px;
    line-height: 1.5;
    color: var(--Primary);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    text-transform: none;
}
.resource_banner_right .btn-black svg {
    width: 0.875rem;
    height: 0.875rem;
}
#downloadable-card-outer .downloadable-download {
    width: 100%;
    justify-content: center;
}
div#downloadable-card-outer svg {
    width: 14px;
}
.resource_banner_right .btn-black {
    letter-spacing: 0.10em;
    padding: 0.8rem 1.5rem;
    border-radius: .1875rem;
    gap: 0.375rem;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    height: auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border: 0;
    min-width: 148.75px;
}
.join-subscribe-inner {
    padding: 0.75rem;
    border: 1px solid rgb(175 29 29 / 30%);
    border-radius: .1875rem;
    max-width: 28rem;
    margin-top: 0.75rem;
    background-image: linear-gradient(to bottom right, rgb(175 29 29 / 5%), transparent);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.join-subscribe-inner svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--Primary);
}
.join-subscribe-inner .btc-want-div {
    flex: 1 1 0%;
    text-align: left;
}
.join-subscribe-inner .want-join {
    line-height: 1.375;
    font-size: 12px;
    font-weight: 600;
}
.join-subscribe-inner .btc-join {
    line-height: 1.375;
    font-size: 11px;
    color: #666;
}
.join-subscribe-inner .btc-want-div p {
    margin: 0;
}
.join-subscribe-inner span {
    letter-spacing: 0.10em;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Primary);
    display: flex;
    align-items: center;
}
.arrow-font {
    font-family: 'Lora';
    margin-left: 3.82px;
    margin-top: -2px;
}
.resource_banner_right .btn-black:hover {
    background: rgb(18 18 18 / 90%);
}

.resource_banner_right .single-course-inner {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}
.resource_banner_right .left-single-course p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
.resource_banner_right .single-course-inner img {
    width: 2.5rem;
    height: 3rem;
    border-radius: .1875rem;
    object-fit: cover;
}
.left-single-course .course-instructor {
    padding: 0;
}
.text-secondary {
    margin: 0;
    color: var(--Dark-Grey, #333);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.content-text p, .content-text {
    margin: 0;
}
.resource_banner_right .download_btn_wrap {
    margin: 15px 0 0;
}
.resource_banner_right_title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 32px;
}
.resource_banner_sec.dl-box .resource_banner_right_title {
    margin: 30px 0 -10px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
}
.resource_banner_sec.dl-box .left-single-course .course-instructor {
    margin: 0;
}
.btcu-logo-wrap-mb{
    display: none;
}
/*------new page------*/
.resourse_banner_cst {
   position: relative;
    background-color: #e9e8e3;
    border-radius: 12px;
    padding: 40px 0;
}

.resourse_banner_cst img {
    margin: auto;
        border-right: 1px solid #333;
    border-top: 1px solid #333;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}
.hubspot-embed-code {
    max-width: 330px;
}
.resourse_banner_inner:before, .resourse_banner_inner:after
{
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 7px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: transparent;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.resourse_banner_inner:after
{
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.resourse_banner_inner {
    max-width: 264px;
    margin: auto;
    position: relative;
}

.hubspot-embed-code .field.email input {
    border: 1px solid #333;
    border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    padding: 10px 15px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    outline: none;
}

.hubspot-embed-code .field.email input::placeholder {
    color: #7B7B7B;
}
.hubspot-embed-code  .field.email {
    margin-bottom: 10px;
}
.hubspot-embed-code .field.roles select {
    border: 1px solid #333;
    border-radius: 8px;
    width: 100%;
    padding: 10px 15px;
    color: #7B7B7B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.16px;
    outline: none;
    appearance: none;
    background: var(--wpr-bg-a9e5da8a-29dd-4718-8816-cfb3b5c58f1e);
    background-repeat: no-repeat;
    background-position: 96% center;
}
span.error {
    color: #FF0000;
    font-size: 12px;
    line-height: 18px;
}
.hubspot-embed-code .field.roles {
    margin-bottom: 20px;
}
 @media (max-width:1023px){
    
.resourse_container .single-post-container {
    padding-top: 12px;
    display: flex;
}
.single-post-left {
    width: 100%;
}
 .description-main-right{
        display: none;
    }
    .btcu-subs-actions .btn-brouse-course{
        display: flex;
        justify-content: center;
    }
    .resource_banner_sec-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.resourse_title_wrap {
    text-align: center;
}

.resource_banner_right .download_btn_wrap {
    max-width: 28rem;
    width: 100%;
    margin: auto;
    text-align: center;
}
.resource_banner_right .btn-black {
    display: inline-flex;
}
.resource_banner_sec .resourse_title:after {
    right: 0;
    margin: auto;
}
 }
@media only screen and (max-width: 767px) {
    .resourse_container{
        margin: 0;
    }
    .single-resourcemySwiper4:not(.swiper-initialized) .course-menu{
        gap: 12px;
    }
    .resource_banner_sec.dl-box .resource_banner_left {
    width: 100%;
}
.resource_banner_sec.dl-box {
    gap: 0;
    padding: 50px 0 20px;
}
    .resource-banner-top .logo img {
        height: 24px;
        max-width: 161px;
    }
    .resource-banner-top .view-more-link a {
    line-height: 1;
    }
    .resource_banner_right .course-inner {
        padding-bottom: 24px;
    }
    
    .join-subscribe-inner{
        margin-bottom: 0;
    }
   

.resource_banner_left {
    position: relative !important;
}

.resource_banner_sec .resourse_title {
    font-size: 28px;
    line-height: 1.15;
}



.btcu-subs-wrapper {
    text-align: center;
    margin-bottom: 0;
}
.resource-banner-top-inner {
    padding-inline: 0 !important;
    margin-inline: 0;
        width: 100%;
}

.description-main-inner {
    flex-direction: column;
}

.description-main {
    padding: 0;
}
.resourse_banner_inner {
    max-width: 176px;
}
.alternate-resources-page .title_btn_wrap {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.hubspot-embed-code {
    width: 100%;
    margin-top: 15px;
}
.resourse_banner_cst {
    border-radius: 0;
        padding: 20px 0;
}
.btcu-logo-wrap-desk{
    display: none;
}
.btcu-logo-wrap-mb{
    display: block;
}
.btn-secondary svg {
    min-width: 20px;
}
.btn-secondary {
    min-height: 48px;
    height: auto !important;
    white-space: normal !important;
    text-align: center;
}
.title_btn_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    gap: 0;
}
.left-course-single .logo img {
        width: 170px;
        height: 17px;
}
    .btcu-logo-wrap .logo img {
        width: 170px;
        height: 17px;
    }
    .resource_banner_sec {
        flex-wrap: wrap;
        gap: 0;
    }
      .resource_banner_left {
        width: 100%;top: 0 !important;
        transition: top 0.4s ease;
        position: relative !important;
    }

.btcu-subs-actions {
    flex-direction: column;
}
.btcu-subs-resource .btn-secondary {
    font-size: 0.875rem;
    line-height: 1.25rem;
    min-height: auto;
}
    .resource_banner_left.fixed {
        width: 100%;
        position: fixed;
        
    }
    .resource_banner_right {
        width: 100%;
    }
    .resource_banner_right .download_btn_wrap {
        margin: 0;
    }
    h1.resourse_title {
        margin: 0;
    }
    .latest-in-category__header span{
        display: inline !important;
    }
}

h2.more_title{
    margin-top: 30px !important;
    font-size: 32px;
    color: #523d34;
    margin: 0;
}

.more_resourses .swiper.global-swiper{
    padding-top: 36px;
}
@media only screen and (min-width: 768px) {
.course-inner {
    max-height: 240px;
    overflow: auto;
}
}