:root {
  --light_pink: #DB4678;
  --white: #ffffff;
  --clash_display : 'Clash Display';
  --brojeck: 'Brojack';
  --satoshi: 'Satoshi';
}
  .container{
    max-width: 960px;
    margin: 0 auto;
  }
@media (min-width:1200px) {
  .container{
    max-width: 1200px;
    margin: 0 auto;
  }
}

body.page--blog header.vcv-header,
body.page--client-stories header.vcv-header,
body.page--contact-us header.vcv-header,
body.page--case-studies header.vcv-header  {
    background: transparent url('../images/Mask-Group.png') 0% 0% no-repeat padding-box;
    background-color: #1C1A1A;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
 body.single-post::before {
    background: transparent url('../images/Mask-Group.png') 0% 0% no-repeat padding-box;
    background-color: #1C1A1A;
    background-size: cover;
    background-position: center;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    /* left: 50%; */
    height: 80px;
    width: 100%;
}
div#el-e0215163 {
    display: none;
}
.blog_posts_tabs {
    display: inline-block;
    padding: 10px 25px 9px;
    border-radius: 35px;
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    background: transparent;
    border: 0px solid transparent;
    min-width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--clash_display);
    width: max-content;
    min-width: max-content;
    line-height: 18px;
}

.blog_posts_tabs::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 38px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background: linear-gradient(90deg,rgba(28, 26, 26, 0) 30%, rgba(219, 70, 120, 1) 100%);
}
.all_blog_tabs {
    display: flex;
    gap: 14px;
    margin-bottom: 42px;
    overflow-x: auto;
}
a.blog_posts_tabs.active , a.blog_posts_tabs:hover {
    background: var(--light_pink);
}
.blog_posta_content_wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.blog_post-item {
    width: calc(50% - 15px);
    display: block;
}
.blog_post_feature_image img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
  }
  .blog_post_feature_image {
    max-height: 280px;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog_post_feature_image img:hover {
    transform: scale(1.04);
}
.blog_post_title h5 {
    font-size: 30px;
    max-width: 495px;
    line-height: 30px;
    color: var(--white);
    margin: 0;
    margin-bottom: 20px;
    font-family: var(--clash_display);
    font-weight: 400;
    letter-spacing: 0.1px;
}
.blog_post_date_n_author {
    display: flex;
    gap: 25px;
    font-size: 16px;
    line-height: 25px;
    align-items: center;
    color: rgba(249, 255, 246, 1);
    font-family: var(--satoshi);
    font-weight: 500;
}
.post_author img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    object-fit: cover;
}
.post_author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog_post_date_n_author .date, .post_author  p {
    opacity: 40%;
    text-transform: capitalize;
}
.blog_post_date_n_author .date {
    position: relative;
}
.blog_post_date_n_author .date::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    height: 5px;
    width: 5px;
    background: rgba(249, 255, 246, 1);
    border-radius: 100%;
    transform: translateY(-50%);
}
h2.no_post_found_title {
    color: white;
    text-align: center;
}
.ajax_loader_wrap  , .ajax_loader_wrap_latest_blog{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: #00000054;
    display: none;
}
.blog_posts_wrapper {
  position: relative;
}
.ajax_loader {
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.title_category_filter_posts h3 {
    font-size: 45px;
    line-height: 45px;
    color: white;
    margin: 0;
    margin-bottom: 22px;
    font-family: var(--clash_display);
    font-weight: 300;
}
.all_blog_posts {
    padding: 100px 0 80px;
}
.latest_blog_posts {
    padding: 0 0 70px;
}
.blog_posta_content_wrapper.latest_blog_posts_content_wrapper .blog_post-item {
    width: calc( 33.334% - 20px );
}
.heading_latest_news_blog h3 {
    font-size: 25px;
    line-height: 35px;
    font-family: var(--clash_display);
    color: var(--white);
    margin: 0;
    margin-bottom: 30px;
}
.latest_blog_posts_content_wrapper .blog_post_feature_image img {
    object-fit: cover;
}
.latest_blog_posts_content_wrapper .blog_post_feature_image {
    margin-bottom: 20px;
}
.latest_blog_posts_content_wrapper .blog_post_title h5 {
    font-size: 22px;
    line-height: 25px;
    max-width: 343px;
    letter-spacing: 0px;
}
.load_more_button {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    margin-top: 50px;
    border: 3px solid var(--light_pink);
    border-radius: 38px;
    padding: 7px 7px 7px 17px;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    gap: 10px;
    font-size: 18px;
    font-family: var(--clash_display);
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    background-color: transparent;
    font-weight: 500;
}
.arrow_svg_wrapper {
    height: 30px;
    width: 30px;
    background: var(--light_pink);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: rotate(45deg); */
     transition: all .3s linear;
}
.load_more_button:hover{
    background-color:var(--light_pink) ;
    cursor: pointer;
}
.load_more_button:hover .arrow_svg_wrapper{
    background-color: #1C1A1A;
}
.arrow_svg_wrapper svg {
    height: 13.57px;
    width: 13.57px;
    transition: all .3s linear;
    transform: rotate(45deg);
}
.load_more_button:hover .arrow_svg_wrapper svg {
    fill: white;
}
/* single blog page */
.single_post_before_content {
    padding: 30px 0 0;
}
.date_n_readtime {
    color: var(--light_pink);
    font-size: 16px;
    line-height: 20px;
    font-family: var(--satoshi);
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    gap: 40px;
}
.read_time_sigle_post {
    position: relative;
}
.read_time_sigle_post::after {
    content: "";
    position: absolute;
    left: -21px;
    top: 0;
    width: 2px;
    height: calc(100% - 2px);
    background: #DB4678;
    top: 50%;
    transform: translateY(-50%);
}
.inner_main_content_wrapper , .wrapper_share_articles_social_media_links {
    max-width: 750px;
    margin: 0 auto;
}
.title_single_post h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: var(--clash_display);
    color: var(--white);
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
}
.social_media_share_linke_wrapper a {
    display: flex;
}
.social_media_share_linke_wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}
.single-post  .vce-layouts-wp-content-area-container {
    max-width: 750px;
    margin: auto;
}
.single-post .vce-layouts-wp-content-area-container * {
    color: white;
}
.single-post  .vce-layouts-wp-content-area-container img {
    width: calc(100% + 100px);
    margin: 30px 0;
    height: 450px;
    max-height: 450px;
    min-height: 450px;
    min-width: calc(100% + 100px);
    margin-left: -50px;
    border-radius: 10px;
    display: block;
}
.single-post .vce-layouts-wp-content-area-container p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--satoshi);
    font-weight: 400;
}
.single-post .vce-layouts-wp-content-area-container h3,
.single-post .vce-layouts-wp-content-area-container h1 ,
.single-post .vce-layouts-wp-content-area-container h2,
.single-post .vce-layouts-wp-content-area-container h4,
.single-post .vce-layouts-wp-content-area-container h5,
.single-post .vce-layouts-wp-content-area-container h6 {
    margin: 30px 0 20px;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Clash Display';
    font-weight: 600;
}
.single-post .vce-layouts-wp-content-area-container blockquote + h1,
.single-post .vce-layouts-wp-content-area-container blockquote + h2,
.single-post .vce-layouts-wp-content-area-container blockquote + h3,
.single-post .vce-layouts-wp-content-area-container blockquote + h4,
.single-post .vce-layouts-wp-content-area-container blockquote + h5,
.single-post .vce-layouts-wp-content-area-container blockquote + h6 {
    margin-top: 20px;
}
.single-post .vce-layouts-wp-content-area-container h3 strong,
.single-post .vce-layouts-wp-content-area-container h1 strong,
.single-post .vce-layouts-wp-content-area-container h2 strong,
.single-post .vce-layouts-wp-content-area-container h4 strong,
.single-post .vce-layouts-wp-content-area-container h5 strong,
.single-post .vce-layouts-wp-content-area-container h6 strong {
    font-weight: 700;
}
.single-post .vce-layouts-wp-content-area-container blockquote {
    margin: 20px 0;
}
.single-post .vce-layouts-wp-content-area-container blockquote * {
    text-transform: uppercase;
}
.single-post .vce-layouts-wp-content-area-container blockquote::before {
    content: "";
    position: relative;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='40px' height='40px' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(0) scale(1, 1)'%3E%3Cpath d='M5.29289 1.29291L6.70711 2.70712L3 6.41423V7.00001H7V14H1V5.5858L5.29289 1.29291Z' fill='%23db4678'/%3E%3Cpath d='M15 7.00001H11V6.41423L14.7071 2.70712L13.2929 1.29291L9 5.5858V14H15V7.00001Z' fill='%23db4678'/%3E%3C/svg%3E");
    height: 27px;
    width: 41px;
    top: 0;
    display: block;
}
.wrapper_share_articles_social_media_links p {
    color: var(--white);
    font-size: 16px;
    font-family: var(--satoshi);
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.related_news_heading h5 {
    font-size: 25px;
    color: white;
    font-family: 'Clash Display';
    margin: 0;
    font-weight: 500;
    margin-bottom: 30px;
}
section.related_article_single_blog_post {
    padding: 70px 0 100px ;
}
.related_article_single_blog_post .latest_blog_posts_content_wrapper .slick-list{
    margin: 0 -20px;
}
a.blog_post-item.slick-slide {
    margin: 0 20px;
}
.custom-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.custom-nav .slick-prev, .custom-nav .slick-next {
    position: unset;
    display: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
.custom-nav .slick-dots {
    position: unset;
    display: unset;
    width: unset;
    display: flex;
    gap: 8px;
    align-items: center;
}
.custom-nav .slick-dots li {
    margin: unset;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: 1px solid var(--white);
    transition: all .3s linear;
    background: transparent;
}
.custom-nav li.slick-active {
    background: var(--light_pink);
    border-color: var(--light_pink);
}
.custom-nav .slick-dots li button {
    display: unset;
    padding: unset;
    display: none;
}
.custom-nav .slick-prev::before, .custom-nav .slick-next::before {
    display: none;
}
.custom-nav .slick-prev svg {
    transform: rotate(-137deg);
}
.custom-nav .slick-next svg {
    transform: rotate(45deg) !important;
}
.custom-nav .slick-next svg path , .custom-nav .slick-prev svg path {
    transition: all .3s linear;
    fill: var(--light_pink);
}
.custom-nav .slick-arrow.slick-disabled svg path{
    fill: var(--white) !important;
}


body.nav-open section.vcv-content {
    display: none;
}
.buttons-inline .vce-col-content {
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
.buttons-inline .vce-col-content .vce-button--style-basic-wrapper {
	margin: 0;
}

.buttons-inline .btn-bookACall {}

.buttons-inline .vce-button--style-basic-wrapper .vce-button {
	display: flex;
	align-items: center;
}

.buttons-inline .vce-button--style-basic-wrapper .vce-button::after {
	content: '';
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-left: 10px;
	align-items: center;
	align-content: center;
}

.buttons-inline .btn-bookACall .vce-button::after { 
	background: #1C1A1A;
}
.buttons-inline .vce-button--style-basic-wrapper .vce-button::before {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	background: url("/wp-content/uploads/2025/08/Group-230.svg") no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
}
.buttons-inline .btn-learnMore .vce-button {
	box-shadow: inset 0 0 0 3px #A3CC3F;
}
.buttons-inline .btn-learnMore .vce-button::after {
	background: #A3CC3F;
}
.buttons-inline .btn-learnMore .vce-button::before {
	filter: invert(1);
}
.buttons-inline .btn-bookACall .vce-button:hover {
	background: #FF508B !important;
}
.buttons-inline .btn-learnMore .vce-button:hover {
	background: #A3CC3F !important;
	color: #1C1A1A;
}

.buttons-inline .btn-learnMore .vce-button:hover::after {
	background: #1C1A1A;
}

.buttons-inline .btn-learnMore .vce-button:hover::before {
	filter: invert(0);
}

.buttons-inline .btn-learnMore-pink .vce-button{
	box-shadow: inset 0 0 0 3px #DB4678;
}
.buttons-inline .btn-learnMore-pink .vce-button:after {
	background: #DB4678;
}
.buttons-inline .btn-learnMore-pink .vce-button:hover {
	background: #DB4678 !important;
	color: #1C1A1A;
}

@media (max-width: 1200px) {
   .blog_posta_content_wrapper.latest_blog_posts_content_wrapper .blog_post-item {
        width: calc( 50% - 15px );
    }
}
@media (max-width: 992px) {
     .container{
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .blog_post-item{
        width: 100%;
    }
    .blog_posta_content_wrapper.latest_blog_posts_content_wrapper .blog_post-item {
        width: 100%;
    }
    .title_category_filter_posts h3 {
        font-size: 35px;
        line-height: 35px;
        padding-left: 20px;
    }
   .all_blog_tabs {
        padding-left: 20px;
        padding-bottom: 22px;
        margin-bottom: 20px;
    }
    div#posts-container {
        padding: 0 20px;
    }
    .blog_post_feature_image {
        margin-bottom: 20px;
    }
    .blog_post_title h5 {
        font-size: 22px;
        line-height: 25px;
    }
    .all_blog_posts {
        padding: 100px 0 60px;
    }
    .heading_latest_news_blog h3 {
        padding: 0 20px;
    }
    .load_more_button {
        margin-top: 30px;
    }
    body.page--blog header.vcv-header,
    body.page--about-us .hero-banner-section,
    body.page--case-studies header.vcv-header,
    body.page--contact-us header.vcv-header,
    body.page--client-stories header.vcv-header {
        background: transparent url('../images/top-men-blur.png') 0% 0% no-repeat padding-box;
    }
    body.single-post::before{
         background: transparent url('../images/top-men-blur.png') 0% 0% no-repeat padding-box;
         background-position: center;
    }
    .title_single_post h1 {
       font-size: 30px;
        line-height: 30px;
    }
    .single-post  .vce-layouts-wp-content-area-container img {
        width: calc(100% );
        margin: 10px 0;
        height: 200px;
        max-height: 200px;
        min-height: 200px;
        min-width: 100%;
        margin-left: 0;
    }
    .single-post .vce-layouts-wp-content-area-container h3, .single-post .vce-layouts-wp-content-area-container h1, .single-post .vce-layouts-wp-content-area-container h2, .single-post .vce-layouts-wp-content-area-container h4, .single-post .vce-layouts-wp-content-area-container h5, .single-post .vce-layouts-wp-content-area-container h6 {
        font-size: 22px;
        line-height: 22px;
    }
    .single-post .vce-layouts-wp-content-area-container blockquote + h1,
    .single-post .vce-layouts-wp-content-area-container blockquote + h2,
    .single-post .vce-layouts-wp-content-area-container blockquote + h3,
    .single-post .vce-layouts-wp-content-area-container blockquote + h4,
    .single-post .vce-layouts-wp-content-area-container blockquote + h5,
    .single-post .vce-layouts-wp-content-area-container blockquote + h6 {
        font-size: 25px;
        line-height: 25px;
    }
    .single_post_before_content {
        padding: 30px 20px 0;
    }
    .single-post  .vce-layouts-wp-content-area-container , 
    .wrapper_share_articles_social_media_links {
        padding: 0 20px;
    }
    section.related_article_single_blog_post {
        padding: 10px 0 40px;
    }
    .related_news_heading h5 {
        width: fit-content;
    }
}