/*==================================
SEO HERO
==================================*/

.seo-hero{

    padding:140px 20px 100px;

    background:#19272B;

}

.seo-hero-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.seo-badge{

    color:#00E5FF;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

}

.seo-hero-content h1{

    color:#fff;

    font-size:58px;

    line-height:1.15;

    margin:20px 0;

}

.seo-hero-content p{

    color:#B8C7CC;

    font-size:18px;

    line-height:1.8;

    max-width:600px;

}

.seo-buttons{

    display:flex;

    gap:20px;

    margin-top:40px;

}

.seo-primary-btn,
.seo-secondary-btn{

    padding:16px 35px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

}

.seo-primary-btn{

    background:linear-gradient(90deg, #4F8CFF, #00E5FF);

    color:#19272B;

}

.seo-primary-btn:hover{

    transform:translateY(-5px);

    box-shadow:
    0 15px 40px rgba(0,229,255,.35);
    
    color:#fff;

}

.seo-secondary-btn{

    border:1px solid #00E5FF;

    color:#fff;

}

.seo-secondary-btn:hover{
    
    background:linear-gradient(90deg, #4F8CFF, #00E5FF);

    color:#19272B;

}

.seo-card{

    width:350px;

    height:350px;

    margin:auto;

    background:#243135;

    border-radius:40px;

    border:1px solid rgba(0,229,255,.2);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

}

.seo-card i{

    color:#00E5FF;

    font-size:80px;

    margin-bottom:25px;

}

.seo-card h3{

    color:#fff;

    font-size:28px;

    margin-bottom:15px;

}

.seo-card p{

    color:#B8C7CC;

    max-width:250px;

}

@media(max-width:900px){

.seo-hero-container{

    grid-template-columns:1fr;

    text-align:center;

}

.seo-buttons{

    justify-content:center;

}

.seo-hero-content h1{

    font-size:40px;

}

}

/*==================================
SEO WHY SECTION
==================================*/

.seo-why-section{

    padding:100px 20px;

    background:#243135;

}

.seo-section-heading{

    max-width:800px;

    margin:0 auto 70px;

    text-align:center;

}

.seo-section-heading span{

    color:#4F8CFF;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

}

.seo-section-heading h2{

    color:#fff;

    font-size:48px;

    margin:20px 0;

}

.seo-section-heading p{

    color:#B8C7CC;

    line-height:1.8;

    font-size:18px;

}

.seo-why-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.seo-why-card{

    background:#19272B;

    padding:35px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.seo-why-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}

.seo-icon{

    width:65px;

    height:65px;

    background:#243135;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.seo-icon i{

    color:#00E5FF;

    font-size:28px;

}

.seo-why-card h3{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}

.seo-why-card p{

    color:#B8C7CC;

    line-height:1.8;

}

@media(max-width:991px){

.seo-why-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.seo-why-grid{

    grid-template-columns:1fr;

}

.seo-section-heading h2{

    font-size:34px;

}

}

/*==================================
SEO SERVICES
==================================*/

.seo-services-section{

    padding:100px 20px;

    background:#19272B;

}

.seo-services-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.seo-service-card{

    background:#243135;

    padding:35px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.seo-service-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}

.seo-service-icon{

    width:65px;

    height:65px;

    background:#19272B;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.seo-service-icon i{

    color:#00E5FF;

    font-size:28px;

}

.seo-service-card h3{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}

.seo-service-card p{

    color:#B8C7CC;

    line-height:1.8;

}

@media(max-width:991px){

.seo-services-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.seo-services-grid{

    grid-template-columns:1fr;

}

}

/*==================================
DIGITAL MARKETING
==================================*/

.digital-marketing-section{

    padding:100px 20px;

    background:#243135;

}

.digital-marketing-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.digital-card{

    background:#19272B;

    padding:35px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.digital-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}

.digital-icon{

    width:65px;

    height:65px;

    background:#243135;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.digital-icon i{

    color:#00E5FF;

    font-size:28px;

}

.digital-card h3{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}

.digital-card p{

    color:#B8C7CC;

    line-height:1.8;

}

@media(max-width:991px){

.digital-marketing-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.digital-marketing-grid{

    grid-template-columns:1fr;

}

}

/*==================================
SEO PROCESS
==================================*/

.seo-process-section{

    padding:100px 20px;

    background:#243135;

}

.seo-process-wrapper{

    max-width:900px;

    margin:auto;

    position:relative;

}

.seo-process-wrapper::before{

    content:"";

    position:absolute;

    left:35px;

    top:0;

    height:100%;

    width:2px;

    background:rgba(0,229,255,.25);

}

.seo-process-item{

    display:flex;

    gap:35px;

    position:relative;

    margin-bottom:45px;

}

.seo-process-number{

    width:70px;

    height:70px;

    min-width:70px;

    border-radius:50%;

    background:#00E5FF;

    color:#19272B;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    font-weight:800;

    z-index:2;

}

.seo-process-content{

    background:#243135;

    padding:30px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    flex:1;

    transition:.35s;

}

.seo-process-content:hover{
        transform:translateX(10px);

    border-color:#00E5FF;
    cursor:pointer;
}

.seo-process-content h3{

    color:#fff;

    margin-bottom:15px;

    font-size:24px;

}

.seo-process-content p{

    color:#B8C7CC;

    line-height:1.8;

}

@media(max-width:768px){

.seo-process-wrapper::before{

    left:25px;

}

.seo-process-item{

    gap:20px;

}

.seo-process-number{

    width:50px;

    height:50px;

    min-width:50px;

    font-size:15px;

}

.seo-process-content{

    padding:20px;

}

}

/*==================================
SEO TOOLS
==================================*/

.seo-tools-section{

    padding:100px 20px;

    background:#243135;

}

.seo-tools-grid{

    max-width:1100px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.seo-tool-card{

    background:#19272B;

    padding:30px 20px;

    border-radius:20px;

    border:1px solid rgba(255,255,255,.08);

    text-align:center;

    transition:.35s;

}

.seo-tool-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}

.seo-tool-card img{

    width:50px;

    height:50px;

    margin-bottom:20px;

}

.seo-tool-card h3{

    color:#fff;

    font-size:18px;

    margin:0;

}

@media(max-width:991px){

.seo-tools-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.seo-tools-grid{

    grid-template-columns:1fr 1fr;

}

}

/*==================================
SEO RESULTS
==================================*/


.seo-results-section{

    padding:100px 20px;

    background:#19272B;

}



.seo-results-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}



.seo-result-card{

    background:#243135;

    padding:35px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}



.seo-result-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}



.seo-result-icon{

    width:65px;

    height:65px;

    background:#19272B;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}



.seo-result-icon i{

    color:#00E5FF;

    font-size:28px;

}



.seo-result-card h3{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}



.seo-result-card p{

    color:#B8C7CC;

    line-height:1.8;

}



@media(max-width:991px){


.seo-results-grid{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:768px){


.seo-results-grid{

    grid-template-columns:1fr;

}


}

/*==================================
SEO FAQ
==================================*/


.seo-faq-section{

    padding-top:100px;

    padding-bottom:100px;

    background:#243135;

}

/*==================================
SEO CTA
==================================*/


.seo-cta{

    padding-top:100px;

    padding-bottom:100px;

}