body{
    background:#EBEBEB;
}
h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px; 
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
}
.single-services .inner-hero-block .hero-content{
    max-width: 100%;
}
img{
    max-width: 100%;
    position: relative;
    z-index: 5;
}
.light-background{
    background:#fff;
}
.single-services .entry-meta{
    display:none;
}
.first-background{
    background: var(--seconddarkwhite);
}
.seo-item .service-number,
.second-background{
    background:#2D2D32;
}
.second-background p,
.second-background h2{
    color:#fff;
}
.img{
    position: relative;
}
.img::before,
.img::after{
    content:"";
    position:absolute;
    z-index: 1;
    left:0;
    bottom: 0;
    width:100%;
    height:100%;
    border-radius: 10px;
    transition: .5s all ease-in-out;
}
.img:hover::before,
.img:hover::after{
    transform:translate(-10px);
}
.img::before{
    background: var(--secondarydark); 
    transform: rotate(5.68deg);
}
.img::after{ 
    background: #004C8C; 
    transform: rotate(-5.75deg);
}
.general-section{
    padding-right:20px;
    padding-left: 20px;
}
.seo-item{
    position: relative;
    background:#6E6E6E;
    margin-bottom: 50px;
    border-radius: 10px;
    padding:40px 70px;
    animation: fadeIn 0.8s ease forwards;
}
.seo-item .service-title{
    color:#fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px; 
    color: #FFFFFF;
}
.seo-item .service-content{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;  
    color: #FFFFFF;
}
.seo-item .service-number{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    left: -30px;
    top:-30px;
    position: absolute;
    width:100px;
    height:100px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 135px; 
    color: #FCBF49;
}
.seo-item .read-more-btn{
    cursor: pointer;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;  
    color: #FFFFFF;
    background:transparent;
    border:none;
    display: flex;
    justify-self: flex-end;
}
.seo-container .pagination{
    text-align: center;
}
.seo-container #nextBtn,
.seo-container #prevBtn{
    cursor: pointer;
    background:transparent;
    border:none; 
}
.seo-container #pageInfo{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px; 
    color: #FFFFFF;
}
.seo-item p{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px; 
    color: #FFFFFF;
}
.two-col-image-content p{
    margin-bottom: 15px;
}
/* Case Studies */ 
.featured-card::before{
    content: "";
    position: absolute; 
    inset: 0;
    z-index: 1;    
    background: linear-gradient(86.11deg, #2D2D32 55.34%, rgba(255, 255, 255, 0) 103.16%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); 
    transition:.5s all ease-in-out;
}
.featured-card:hover::before{
    transform:scale(1.5);
} 
.featured-card {
    position: relative;
    max-height: 242px;
    padding: 30px 25px !important;
    border-radius: 10px !important;
    transition: all 0.5s ease-in-out;
} 
.thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 0;
}

.featured-card .z-5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hero-cards { gap: 35px; }

.card-excerpt-and-action .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #181818;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.featured-card:hover .icon { background: var(--midblue); }
.card-title{
    color:#fff;
}
.blog-tag,
.case-study-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 150px;
    padding: 3px 24px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 100px;
    font-family: var(--main-font);
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color:#FFFFFF;
}
.blog-tag::before { content: url(/wp-content/uploads/2025/08/blog-icon.svg); }
.case-study-tag::before { content: url(/wp-content/uploads/2025/08/fluent-mdl2_test-case.svg); }

.card-title {
    font-family: var(--main-font); 
    font-size: 24px;
    line-height: 30px;
    max-width: 70%;
}

.intro {
    color:#FFFFFF;
    font-family: var(--secondary-font);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    transition: color 0.5s ease-in-out;
}

.featured-card:hover {
    box-shadow: 0 0 15px 5px rgba(13, 153, 255, 0.3);
}
.studies-content h2{
    position: relative;
}
.studies-content h2::before{
    content:"Studies";
    position:absolute;
    top:0;
    left: -90px;
    font-family: var(--main-font);  
    font-size: 130px;
    line-height: 120px; 
    color: rgba(110, 110, 110, 0.1);
}
.studies-content{
    border-radius: 30px;
    z-index: 5;
}
.featured-card:hover .intro { color: var(--orange); }
.studies-content{
    background:#F8F8F8;
    position: relative;
    z-index: 1;
    padding:150px 20px 150px 20px;
    margin-top: -50px;
    margin-bottom: -50px;
}
.studies-content h2{
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    color: var(--secondarydark);
}
.studies.dgr{
    gap:35px;
}
.studies-content .description{
    font-family: var(--secondary-font); 
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;  
    color: var(--secondarydark);
}
.three-blocks-wrapper{
    gap:20px;
}
.three-blocks-wrapper h3{
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px; 
    color:#fff;
}
.three-blocks-wrapper .block-content{
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px; 
    color: #FFFFFF;
}
.three-blocks-wrapper .left-column .block-content,
.three-blocks-wrapper .left-column h3{
    color: var(--secondarydark);
} 
.left-column .block-item{
    padding:35px;
    background:#CACACA;
}
.left-column.col-6{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right-column{
    padding:35px;
    background: #6E6E6E;
}
.block-content ul{
    padding:0;
}
.block-content ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap:10px;
    font-family: var(--secondary-font); 
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;   
}
.block-content ul li::before{
    content: "";
    height: 30px;
    width:30px;
    background:url(/wp-content/uploads/2025/09/checkmark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.block-item.block-1{
    margin-bottom: 20px;
}
/* Content */
.main-content{
    position: relative;
    z-index: 5;
    padding:150px 20px 225px 20px;
    background:#FFFFFF;
    margin-top: -35px;
}
.main-content h2{
    position: relative;
    font-weight: 500;
    color: var(--secondarydark);
}
.main-content h2::before{
    content:"Case Comparing";
    position:absolute;
    top: -50px;
    left: -120px;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 130px;
    line-height: 120px;
    color: rgba(110, 110, 110, 0.1);
}
.paragraph{
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--secondarydark);
}
.dgr-4{
    display: grid;
    gap:30px;
    grid-template-columns: repeat(4,1fr);
}
.multiblock-item{
    padding:25px;
}
.multiblock-item:nth-child(even) {
    background: #6E6E6E;
    color: #fff;
}
.multiblock-item:nth-child(odd) {
    background: #D9D9D9;
    color: var(--secondarydark);
}
.multiblock-item:nth-child(even) svg { 
    fill: #fff;
}
.multiblock-item:nth-child(odd) svg { 
    fill: var(--secondarydark);
}
.multiblock-item h3{
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;  
    color: inherit;
}
.multiblock-item .block-header{
    display: flex;
    align-items: flex-start;
    gap:30px;
    margin-bottom: 25px;
}
.block-header svg{
    min-width:50px; 
}
.four-blocks-section>.container{
    position: relative;
}
.multiblock-section-title{
    position:absolute;
    top:-25px;
    left:-35px;
    padding:5px 15px;
    background: #6E6E6E;
    border-radius: 10px;
    font-family: var(--main-font); 
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;  
    color: #FFFFFF;
}
/* Accordeon Section */
.elc-accordion-section{
    position: relative;
    z-index: 5;
    margin-bottom: -50px;
    background:#fff;
    padding: 139px 0 200px 0;
}
.elc-accordion-title{
    color:var(--secondarydark);
} 
.elc-accordion-section .subheading{
    margin-bottom: 20px;
    font-family: var(--secondary-font); 
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;  
    color: var(--secondarydark);
}
.elc-accordion-wrapper{
    border-top: 1px solid var(--secondarydark);
}
.elc-accordion-header{
    position: relative;
    font-family: var(--secondary-font);
    cursor: pointer;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: var(--secondarydark);
    background:transparent;
    border: none;
    padding:10px 0;   
    border-bottom: 1px solid var(--secondarydark);
    width:100%;
    text-align: left;
}
.elc-accordion-content{
    font-family: var(--main-font);
    
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    animation: fadeIn 0.4s ease forwards;
    max-height: 0;
    overflow: hidden;
    transition:.5s all ease-in-out;
}
.elc-accordion-content.open{
    padding:20px 0; 
    max-height: 500px;
}
.elc-accordion-header::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    border: 6px solid transparent; 
    border-top-color: #000;       
    transition: transform 0.3s ease;
}
.elc-accordion-header[aria-expanded="true"]{
    font-weight: 700;
}
.elc-accordion-header[aria-expanded="true"]::after{
    transform: rotate(-180deg) translateY(50%);
}
.elc-accordion-section::before{
    content:"Key SEO";
    position:absolute;
    top:90px;
    left: 0;
    font-family: var(--main-font);  
    font-size: 130px;
    line-height: 120px; 
    color: rgba(110, 110, 110, 0.1);
} 
/* First main-content section h2 */
.page-id-1054 .main-content h2::before {
    content: "Stay Ahead";
}

.postid-630 .elc-accordion-section::before{
    content:"Digital PR";
}
.postid-630 .main-content h2::before{
    content:"Elevate";
}
.postid-636 .main-content h2::before{
    content:"Organic SEO";
}
.postid-636 .main-content h2::before{
    content:"Outreach";
}
.postid-632 .elc-accordion-section::before,
.postid-634 .elc-accordion-section::before{
    content:"Why Us"
}
/* Services */
.services-section{
    padding: 200px 20px 165px 20px;
}

.services-section h2{
    position: relative; 
}
.services-section h2::before {
    content: "Services";
    position: absolute;
    top: -70px;
    left: -100px;
    font-family: var(--main-font);
    font-size: 130px;
    line-height: 120px;
    color: rgba(110, 110, 110, 0.1);
}
.services-section .icon a{
    line-height: 0;
}
.services-section .description{
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--leading-body);
    line-height: 30px;
    color: var(--secondarydark);
}
.services-section .content{
    display: flex;
    align-items: flex-end;
} 
.service-one-main{
    height: 300px;
    background:#2D2D32;
    padding:15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.service-one-main h3{
    font-family: var(--main-font);
    font-style: normal; 
    font-size: 24px;
    line-height: 30px; 
    color: #FFFFFF;
    margin-bottom: 15px;
}
.full-excerpt,
.service-content-excerpt{
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px; 
    color: #FFFFFF;
}
.service-one-main{
    position: relative;
    text-decoration: none!important;
}
.service-one-main .full-title,
.service-content-inner{
    position: relative;
    z-index: 5;
}
.service-one-main::after{
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 1;
    height: 150px;
    width: 100%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.service-one-main .full-title .arrow{
    text-align: right;
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    transition: .9s all ease-in-out;
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px; 
    color: #FFFFFF;
}
.service-one-main:hover .full-title .arrow{
    opacity: 1;
}
.service-one-main .full{  
    margin-bottom: 15px;
    transition: max-height .8s ease-in-out, opacity .3s ease .3s; 
}
.service-one-main .full{
    display: block; 
    max-height: 0;
    opacity: 0;
}
.service-one-main:hover .full{
    max-height: 500px;
    opacity: 1;
}
.service-one-main .short {
    max-height: 70px;             
    opacity: 1;                
    overflow: hidden;
    transition: 
        max-height 0.3s ease,      
        opacity 0.3s ease;    
}
 
.service-one-main:hover .short {
    display: block;
    max-height: 1px;
    opacity: 0;
    transition: 
        max-height 0.3s ease, 
        opacity 0.3s ease;
}

.service-one-main:not(:hover) .short {
    max-height: 70px;
    opacity: 1;
    transition: 
        max-height 0.3s ease, 
        opacity 0.3s ease 0.8s; 
}
.service-one-main .full-title svg{
    width:50px;
    transition:.3s all ease-in-out;
}
.service-one-main:hover .full-title svg{
    width:124px;
}
.service-one-main .thumbnail{
    position:absolute;
    filter: brightness(0) invert(1);
    background-size: 70%!important;
    background-repeat: no-repeat!important;
    background-position: 80% 30%!important;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.services.col-7.dgr{
    gap:20px;
}
@media (prefers-color-scheme: dark) {
    body,
    .first-background{
        background:#000;
    }
    .light-background{
        background:#F5F5F5;
    }
    .seo-item .service-number,
    .second-background{
        background:var(--secondarydark);
    }
    .seo-item{
        background:#5D5D5D;
    }
    .featured-card::before{ 
        background: linear-gradient(86.11deg, #000000 55.34%, rgba(255, 255, 255, 0) 103.16%);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
    .main-content .general.icon svg path{
        stroke:#fff;
    } 
    .main-content .general.icon:not(:hover){
        background:var(--secondarydark);
    } 
    .main-content{
        background:#F5F5F5;
    }
    .elc-accordion-section{ 
        background:var(--light-section); 
    } 
    .services-section .general.icon:not(:hover){
        background:#fff;
    } 
    .services-section .general.icon:not(:hover) svg path{
        stroke:var(--secondarydark);
    }
    .services-section .description{ 
        color: #FAFAFA;
    }
    .services-section{
        background:var(--black);
    }
    .service-one-main .thumbnail {
        filter: none;
    }
}

@media(max-width:1200px){
    .dgr-4{
        grid-template-columns: repeat(2, 1fr);
    }
    .main-content,
    .elc-accordion-section{
        padding:75px 20px 150px 20px;
    } 
    .general-section{
        padding:100px 20px 100px 20px;
    }
    .multiblock-section-title{
        position: unset;
        margin-bottom: 25px;
    }
    .services-section .container{
        gap:var(--col-1);
    }
    .services-section .services.dgr{
        grid-template-columns: 1fr 1fr 1fr;
        gap:35px;
    }
}
@media(min-width:1200px){
    .general-section{
        padding:150px 20px 150px 20px;
    }
    .three-blocks-wrapper .col-6{
        width:calc(50% - 10px);
    }
    .studies.dgr{
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width:1025px){
    .services.col-7.dgr{
        gap:20px;
        grid-template-columns: 1fr 1fr;
    }
    .three-blocks-wrapper .col-6 {
        width: calc(50% - 10px);
    }
}
@media(max-width:1025px){ 
    .single-services .two-col-image-content .paragraph{
        display: none;
    }
    .other-services{
        margin-bottom: 50px;
    }
    .services-section .primary-btn{
        margin-bottom: 20px;
    }
    .main-content  .primary-btn{
        margin-bottom: 30px;
    }
    .studies.dgr{
        grid-template-columns: repeat(2, 1fr);
    }
    .services-section h2::before,
    .main-content h2::before,
    .elc-accordion-section::before{
        font-size: 70px;
    } 
    .two-col-image-content>.container>.col-5,
    .list-content .col-4 p{
        margin-bottom: 50px;
    }
    .studies-content .description{
        margin-bottom: 20px;
    }
}
@media (max-width:768px){
    .single-services .studies-content,
    .single-services .elc-accordion-section,
    .single-services .main-content{ 
        margin:0!important;
    }
    .single-services .studies-content,
    .general-section{
        padding:75px 20px 75px 20px;
    }
    .services.col-7.dgr{
        grid-template-columns: 1fr;
    }
    .left-column.col-6{
        margin:0;
    }
    .right-column,
    .block-item:not(.block-3){
        padding:25px!important;
    }
    .three-blocks-wrapper h3{
        line-height: 32px;
        margin-bottom: 25px;
    }
    .elc-accordion-section{
        margin-bottom: 50px;
    }
    .dgr-4{
        grid-template-columns: 1fr;
    }
    .main-content,
    .elc-accordion-section{
        padding:50px 20px 50px 20px;
    }
    .studies.dgr{
        grid-template-columns: 1fr; 
    }
    .main-content,
    .elc-accordion-section{
        padding:50px 20px 50px 20px;
    }
    .card-title{
        max-width: 100%;
    } 
    .icons.dgr{ 
        grid-template-columns: 1fr 1fr; 
    }
    .seo-item{
        padding:80px 20px;
    } 
    .services-section{
        padding:50px 20px 50px 20px;
    }
}
@media(min-width:500px) and (max-width:800px){
    .services.col-7.dgr{
        gap:20px;
        grid-template-columns: 1fr 1fr;
    }
}
@media(min-width:800px) and (max-width:1025px){
    .services.col-7.dgr{
        padding-top: 35px;
        gap:20px;
        grid-template-columns: 1fr 1fr 1fr;
    } 
}
@media(min-width:400px) and (max-width:1200px){ 
    .single-services .two-col-image-content .img{
        max-width: 400px;
        margin:0 auto;
    }
}
@media(min-width:1259px){
    .services.col-7.dgr{
        gap:20px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width:1400px){
    .card-title{
        max-width: 100%;
    }
}