/* Custom css for Blog single page */
.single-blog-banner .category-name a {
    color: inherit;
}
.single-blog{
	padding: 31px 0;
}
.single-blog a.back-to-parent {
    font-family: "Carter One", system-ui;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    color: var(--black);
    padding-left: 23px;
    background: url(library/images/back-arrow.svg) no-repeat center left / 15px;
    margin-bottom: 24px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(14%) sepia(5%) saturate(301%) hue-rotate(14deg) brightness(104%) contrast(86%);
}
.single-blog .post-cnt-wrp h2 {
    margin-bottom: 32px;
    color: var(--blue);
}
.single-blog .post-cnt-wrp h5 {
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    font-family: 'OpenSans-Regular', sans-serif;
    margin-bottom: 18px;
    color: var(--blue);
}
.single-blog .post-cnt-wrp p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 30px;
}
.single-blog .post-cnt-wrp p:last-child{
	margin-bottom: 0;
}
.single-blog .post-cnt-wrp p:has(+ul) , .single-blog .post-cnt-wrp p:has(+ol) {
	margin-bottom: 0;
}
.single-blog .post-cnt-wrp ul {
    margin: 7px 0 32px 0;
    padding-left: 25px;
}
.single-blog .post-cnt-wrp li{
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight: 400;
	font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.single-blog .post-cnt-wrp ol {
    margin: 13px 0 32px 39px;
    padding: 0;
}
.single-blog .post-cnt-wrp ol li{
	counter-increment: item;
	list-style: none;
	position: relative;
	padding-left: 32px;
}
.single-blog .post-cnt-wrp ol li::before {
	content: counter(item) ".";
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, #C72627 0%, #BF1011 100%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: "Carter One", system-ui;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
}
.single-blog .post-cnt-wrp h6 {
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    color: var(--blue);
    margin-bottom: 18px;
}
.single-blog .post-cnt-wrp figure {
    margin: 32px auto 47px;
    max-width: 733px;
    border-radius: 8px;
    overflow: hidden;
}
.single-blog .post-cnt-wrp figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-blog figure.wp-block-video{
	position: relative;
	margin-bottom: 32px;
}
.single-blog video {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    cursor: pointer;
    aspect-ratio: 733 / 432;
}
.single-blog figure.wp-block-video::before {
	position: absolute;
	content: "";
	background: url(library/images/play-icon.svg) no-repeat center / contain;
	width: 79.11px;
	height: 57.96px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	pointer-events: none;
	opacity: 1;
	transition: all 0.3s linear;
    filter: drop-shadow(0px 4px 9px #50505040);
}
.single-blog figure.wp-block-video.playing::before {
	opacity: 0;
}
.single-blog .post-cnt-wrp blockquote {
    background-color: var(--blue);
    box-shadow: 0px 3px 9px 0px #8B8B8B4D;
    border-radius: 8px;
    margin: 30px 0;
    padding: 73px 34px 68px 70px;
    position: relative;
}
.single-blog .post-cnt-wrp blockquote::before {
    position: absolute;
    content: "";
    background: url(library/images/comma.svg) no-repeat center / contain;
    width: 53px;
    height: 35px;
    top: 26px;
    left: 35px;
}
.single-blog .post-cnt-wrp blockquote * {
    margin: 0;
    color: var(--white);
}
.single-blog .post-cnt-wrp blockquote h3 {
    font-size: 34px;
    line-height: 36px;
    text-transform: uppercase;
}
/*custom css for Blog single page end*/

.lirt {
    background-color: var(--blue);
    position: relative;
}
.lirt h2 {
    color: var(--yellow);
}
.lirt p {
    color: var(--white);
    margin: 20px 0;
    max-width: 552px;
}
.lirt .wolf-img {
    background: url('library/images/text-image-bg.svg') bottom / cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 650px;
    height: 100%;
}
.lirt .wolf-img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.lirt .wolf-img-wrap img {
    position: absolute;
    bottom: -15px;
}
.lirt .text {
    padding: 113px 0;
}

.reviews {
    padding: 5px 0 58px 0;
    position: relative;
}
.review-wrap .review-top,
.review-wrap .review-bottom {
    display: flex;
    justify-content: space-between;
}
.review-item {
    border-radius: 4px;
    background: var(--white);
    box-shadow: 0 1px 9px 0 rgba(33, 28, 31, 0.12);
    padding: 17px 21px 21px 20px;
    margin: 20px 13px 40px 13px;
    transition: box-shadow .3s ease-in-out;
}
.review-item.slick-slide.slick-active {
    box-shadow: 0 4px 41px 0 rgba(80, 80, 80, 0.25);
}
.review-item .review-text p {
    margin: 0 0;
    padding: 40px 32px 51px 0;
    line-height: 1.4;
}
.review-item span.posted-days {
    font-weight: 600;
}
.review-wrap .slick-list {
    padding: 0 30% 0 30%;
}
.review-item a.read-more {
    opacity: 0;
    color: var(--yellow);
}
.slick-current.slick-active a.read-more {
    opacity: 1;
}

body:not(.home) .reviews {
  padding: 58px 0 53px;
}
body:not(.home) .reviews::before {
  content: "";
  position: absolute;
  width: 655.333px;
  height: 680.472px;
  bottom: 0;
  right: 0;
  background: url(library/images/circle-pattern-right.svg) right /
    contain no-repeat;
  opacity: 0.2;
}
body:not(.home) .reviews .slick-dots li button:before {
  display: none;
}

.global-cta {
    background: url('library/images/global-cta-bg.svg') right bottom / cover no-repeat;
    padding: 58px 0;
    margin-bottom: -1px;
    position: relative;
}
.global-cta .row {
    padding: 64px 70px;
    border-radius: 48px;
    background: var(--blue);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.global-cta .container {
    z-index: auto;
}
.global-cta .gc-content,
.global-cta .gc-image {
    position: relative;
    z-index: 3;
}
.gc-content h2 {
    margin-left: 0;
    max-width: 578px;
}
.global-cta .gc-content p {
    margin: 18px 0 25px 0;
    line-height: 28px;
}
.global-cta::after,
.global-cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
    background-repeat: no-repeat;
}
.global-cta:after {
    background-image: url('library/images/global-cta-after.svg');
}
.global-cta::before {
    background-position: top center;
    background-size: 70%;
    background-image: url('library/images/global-cta-before.svg');
}


.single-hero {
    position: relative;
    text-align: center;
    background-color: #07212ce6;
}
.single-hero::before{
    position: absolute;
    content: "";
    background: url(library/images/moon-circle.svg) no-repeat center / contain;
    width: 156px;
    height: 156px;
    margin: 0 auto;
    top: 20px;
    left: 0;
    right: 0;
}
.single-hero .bg-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.single-hero .bg-img.mobile{
    display: none;
}
.single-hero .single-cnt {
    min-height: 344px;
    padding: 46px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.single-hero .single-cnt::before {
    position: absolute;
    content: "";
    background: url(library/images/wolf-family.svg) no-repeat center / contain;
    bottom: -5px;
    left: 0;
    width: 262px;
    height: 258px;
}
.single-hero .single-cnt::after {
    position: absolute;
    content: "";
    background: url(library/images/wolf-family.svg) no-repeat center / contain;
    bottom: -5px;
    right: 0;
    width: 262px;
    height: 258px;
    transform: rotateY(180deg);
}
.single-hero .single-cnt .cnt-in {
    max-width: 611px;
    margin: 0 auto;
}
.single-hero h4.sub-title {
    line-height: 60px;
    color: var(--yellow);
    margin-bottom: 4px;
}
.single-hero h1 {
    color: var(--white);
    margin: 0;
}
.single-hero .btn-blue {
    margin-top: 24px;
}

.faq-sec{
    padding: 61px 0 31px;
}
.faq-sec .top-wrp{
    text-align: center;
    margin-bottom: 34px;
}
.faq-sec .top-wrp h2 {
    color: var(--blue);
}
.faq-sec .faqs .faq:not(:last-child) {
   margin-bottom: 4px; 
}
.faq-sec .faqs .faq h4{
    background: var(--blue);
    padding: 17px 60px 10px 58px;
    cursor: pointer;   
    color: var(--white2);
    margin-bottom: 0;
    font-weight: 400;
    position: relative;
    line-height: 50px;
    transition: all 0.33s linear;
}
.faq-sec .faqs .faq.active h4 {
    background: var(--yellow);
    color: var(--blue);
}
.faq-sec .faqs .faq h4::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url('library/images/faqs-plus.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
}
.faq-sec .faqs .faq.active h4::after {
    background-image: url('library/images/faqs-minus.svg');
}
.faq-sec .faqs .faq p {
    margin: 11px 0 21px 18px;
    line-height: 32px;
    color: var(--black);
}

@media (min-width: 1200px) {
	.single-blog .container {
	    max-width: 1193px;
	}
	.faq-sec .container{
        max-width: 1023px;
    }
}

@media only screen and (min-width: 1600px) {
    .lirt .wolf-img {
        width: 850px;
    }
    .lirt .text {
        padding: 140px 0;
    }
}

@media only screen and (max-width: 1399px) {
    .lirt .wolf-img {
        background-size: contain;
        background-position: right;
    }
    .lirt .text {
        padding: 80px 0;
    }
    .global-cta .col-lg-10 {
        width: 100%;
    }
}

@media only screen and (max-width: 1299px) {
    .lirt .wolf-img {
        width: 500px;
    }
}

@media (max-width: 1199px){
    body:not(.home) .reviews {
        padding: 50px 0;
    }
    .global-cta .row {
        padding: 30px 52px;
    }
    .faq-sec{
        padding: 51px 0 31px;
    }   
    .faq-sec .faqs .faq h4 {
        padding: 17px 60px 10px 50px;
    }

    .single-hero .single-cnt::before , .single-hero .single-cnt::after {
        width: 230px;
        height: 228px;
    }
}

@media (min-width: 993px){
    body:not(.home) .reviews .slick-dots {
        position: absolute;
        bottom: -10px;
        margin-top: 0;
    }
    body:not(.home) .reviews .slick-dots li {
        height: 5px;
    }
}

@media only screen and (max-width: 992px) {

    .lirt .wolf-img,
    .lirt .col-md-6 {
        width: 100%;
    }

    .lirt .wolf-img {
        position: inherit;
        background-size: 108%;
        background-position: bottom;
        height: 300px;
    }

    .lirt .wolf-img-wrap {
        height: 100%;
    }

    .lirt .wolf-img-wrap img {
        position: inherit;
        max-height: 250px;
        margin-bottom: -10px;
        margin-left: -25px;
    }

    .lirt {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }

    .lirt .text {
        padding: 40px 0;
    }

    .lirt p {
        margin: 20px auto;
    }

    .global-cta {
        padding: 141px 0 70px 0;
    }

    .gc-content h2 {
        color: var(--yellow);
    }

    .global-cta .row {
        padding: 30px 52px;
    }

    .global-cta .col-md-7,
    .global-cta .col-md-5 {
        width: 100%;
    }

    .global-cta .col-md-7 {
        text-align: center;
        margin-bottom: 30px;
    }

    .global-cta::before {
        background-size: cover;
        z-index: 0;
    }

    .global-cta:after {
        background-size: contain;
        background-position: bottom;
    }

    .review-wrap .slick-list {
        padding: 0;
    }

    .review-item.slick-slide.slick-active {
        box-shadow: 0 1px 9px 0 rgba(33, 28, 31, 0.12);
    }

    .review-item {
        margin: 20px 13px 10px 13px;
    }

    .review-item .review-text p {
        padding: 40px 32px 51px 30px;
    }
    body:not(.home) .reviews::before {
        width: 51.2vw;
        height: 53.16vw;
    }
    body:not(.home) .reviews {
        padding: 50px 0 20px;
    }
    .single-hero .single-cnt::before , .single-hero .single-cnt::after {
        width: 190px;
        height: 188px;
    }
    .faq-sec .top-wrp {
        margin-bottom: 30px;
    }
    .faq-sec .faqs .faq h4 {
        padding: 17px 50px 10px 40px;
    }
    .faq-sec .faqs .faq h4::after {
        right: 33px;
    }
    .single-blog a.back-to-parent {
        margin-bottom: 10px;
    }
    .single-blog .post-cnt-wrp h2 {
        margin-bottom: 20px;
    }
    .single-blog .post-cnt-wrp blockquote {
        padding: 73px 30px 50px 50px;
    }
    .single-blog .post-cnt-wrp blockquote h3 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .lirt .text {
        padding: 50px 0 64px 0;
    }
    .single-hero .single-cnt {
        min-height: 574px;
        padding: 180px 0;
        justify-content: flex-start;
    }
    .single-hero::before {
        width: 117.32px;
        height: 117.32px;
        top: 94px;
    }
    .single-hero .single-cnt::before, .single-hero .single-cnt::after {
        width: 182.84px;
        height: 180px;
        bottom: 0;
    }
    .single-hero .single-cnt::before {
        left: -15px;
    }
    .single-hero .single-cnt::after {
        right: -15px;
    }
    .single-hero h4.sub-title {
        line-height: 50px;
        margin-bottom: 0;
    }
    .single-hero h1 {
        font-size: 38px;
    }
    .single-hero .bg-img.mobile{
        display: block;
    }
    .single-hero .bg-img.desktop{
        display: none;
    }
    .faq-sec .faqs .faq h4 {
        padding: 10px 45px 10px 15px;
        line-height: 30px;
    }
    .faq-sec .faqs .faq:not(:last-child) {
        margin-bottom: 15px;
    }
    .faq-sec .faqs .faq p {
        margin: 15px 0 31px;
        line-height: 26px;
    }

    .single-blog {
        padding: 20px 0 47px;
    }
    .single-blog .post-cnt-wrp h2 {
        margin-bottom: 15px;
    }
    .single-blog .post-cnt-wrp p {
        line-height: 24px;
    }
    .single-blog .post-cnt-wrp figure {
        margin: 30px auto 40px;
    }
    .single-blog .post-cnt-wrp figure img {
        min-height: 230px;
    }
    .single-blog .post-cnt-wrp ol {
        margin-left: 0;
    }
    .single-blog video {
        min-height: 230px;
    }
    .single-blog figure.wp-block-video::before {
        width: 46.41px; 
        height: 34px;
    }
    .single-blog .post-cnt-wrp blockquote {
        padding: 73px 30px 33px 30px;
        margin: 40px 0 30px;
    }
    .single-blog .post-cnt-wrp blockquote::before {
        left: 15px;
    }
    .single-blog .post-cnt-wrp blockquote h3 {
        font-size: 28px;
        line-height: 36px;
    }

}

@media only screen and (max-width : 650px) {
    .global-cta .row {
        padding: 30px 22px;
    }
}