/*=====================
    GLOBAL FIX (IMPORTANT)
=====================*/

*{
    box-sizing:border-box;
}

body{
    overflow-x:hidden;
}

/*=====================
    SECTION
=====================*/

.seo-hero-section{
    background:linear-gradient(180deg,#f5faff 0%,#ffffff 100%);
    overflow:hidden;
}

/*=====================
    BADGE
=====================*/

.seo-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:linear-gradient(135deg,#0ea5e9,#22c55e);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
    max-width:100%;
}

/*=====================
    TYPOGRAPHY SAFE
=====================*/

.seo-hero-section h1{
    font-size:44px;
    font-weight:600;
    color:#0f172a;
    line-height:1.3;
    margin-bottom:18px;
    word-wrap:break-word;
    overflow-wrap:break-word;
}

.seo-text{
    font-size:17px;
    color:#64748b;
    font-weight:400;
    line-height:1.9;
    margin-bottom:15px;
    word-wrap:break-word;
    overflow-wrap:break-word;
}

/*=====================
    BUTTON FIX
=====================*/

.seo-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 26px;
    border-radius:50px;
    background:linear-gradient(135deg,#0ea5e9,#22c55e);
    color:#fff;
    font-weight:500;
    text-decoration:none;
    transition:.3s;
    max-width:100%;
}

.seo-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}

/*=====================
    RIGHT CARD FIX
=====================*/

.seo-card{
    background:#fff;
    border-radius:24px;
    padding:30px;
    box-shadow:0 20px 50px rgba(2,132,199,.12);
    border:1px solid #e2f2ff;
    height:100%;
    overflow:hidden;
}

.seo-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0ea5e9,#22c55e);
    color:#fff;
    font-size:26px;
    margin-bottom:18px;
}

/*=====================
    LIST FIX
=====================*/

.seo-card ul{
    padding-left:18px;
    margin:0;
}

.seo-card ul li{
    font-size:15px;
    color:#475569;
    margin-bottom:10px;
    word-wrap:break-word;
}

/*=====================
    BOOTSTRAP ROW FIX (IMPORTANT)
=====================*/

.row{
    margin-left:0 !important;
    margin-right:0 !important;
}

.container{
    overflow:hidden;
}

/*=====================
    RESPONSIVE FIX
=====================*/

@media(max-width:991px){
    .seo-hero-section h1{
        font-size:34px;
    }
}

@media(max-width:767px){
    .seo-hero-section h1{
        font-size:28px;
    }

    .seo-text{
        font-size:15px;
    }

    .seo-card{
        padding:22px;
    }
}
.py-60{
    padding:60px 0;
}

/*=====================
    SECTION BG
=====================*/

.seo-services-section{
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

/*=====================
    HEADING
=====================*/

.seo-services-heading{
    max-width:750px;
    margin:auto;
}

.seo-services-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:linear-gradient(135deg,#6366f1,#22c55e);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:15px;
}

.seo-services-heading h2{
    font-size:40px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:12px;
}

.seo-services-heading p{
    font-size:16px;
    color:#64748b;
    font-weight:400;
    line-height:1.8;
}

/*=====================
    CARD BASE
=====================*/

.seo-service-card{
    background:#fff;
    border-radius:18px;
    padding:22px;
    text-align:center;
    border:1px solid #e2e8f0;
    box-shadow:0 10px 25px rgba(15,23,42,.06);
    transition:.35s;
    height:100%;
}

.seo-service-card h5{
    font-size:16px;
    font-weight:500;
    color:#0f172a;
    margin:0;
}

/*=====================
    HOVER EFFECT
=====================*/

.seo-service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(15,23,42,.12);
}

/*=====================
    COLOR VARIANTS
=====================*/

.seo-service-card.blue{
    border-left:4px solid #3b82f6;
}

.seo-service-card.green{
    border-left:4px solid #22c55e;
}

.seo-service-card.purple{
    border-left:4px solid #8b5cf6;
}

.seo-service-card.orange{
    border-left:4px solid #f97316;
}

.seo-service-card.sky{
    border-left:4px solid #0ea5e9;
}

.seo-service-card.indigo{
    border-left:4px solid #6366f1;
}

.seo-service-card.pink{
    border-left:4px solid #ec4899;
}

.seo-service-card.teal{
    border-left:4px solid #14b8a6;
}

/*=====================
    RESPONSIVE
=====================*/

@media(max-width:991px){
    .seo-services-heading h2{
        font-size:32px;
    }
}

@media(max-width:767px){
    .seo-services-heading h2{
        font-size:26px;
    }

    .seo-service-card{
        padding:18px;
    }
}
.py-60{
    padding:60px 0;
}

/*=====================
    SECTION
=====================*/

.seo-process-section{
    background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

/*=====================
    HEADING
=====================*/

.seo-process-heading{
    max-width:750px;
    margin:auto;
}

.seo-process-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:linear-gradient(135deg,#6366f1,#06b6d4);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:15px;
}

.seo-process-heading h2{
    font-size:40px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:12px;
}

.seo-process-heading p{
    font-size:16px;
    color:#64748b;
    line-height:1.8;
}

/*=====================
    TIMELINE
=====================*/

.seo-timeline{
    position:relative;
    max-width:900px;
    margin:auto;
}

/* center line */
.seo-timeline::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:2px;
    background:linear-gradient(180deg,#6366f1,#06b6d4);
    transform:translateX(-50%);
}

/* step container */
.seo-step{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
    position:relative;
}

/* left/right alternation */
.seo-step:nth-child(odd){
    flex-direction:row;
}

.seo-step:nth-child(even){
    flex-direction:row-reverse;
}

/* number circle */
.seo-step-number{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(135deg,#6366f1,#06b6d4);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    font-size:18px;
    position:relative;
    z-index:2;
}

/* content box */
.seo-step-content{
    width:45%;
    background:#fff;
    padding:22px;
    border-radius:16px;
    box-shadow:0 12px 30px rgba(15,23,42,.08);
    border:1px solid #eef2f7;
    transition:.3s;
}

.seo-step-content:hover{
    transform:translateY(-5px);
}

.seo-step-content h5{
    font-size:18px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:10px;
}

.seo-step-content p{
    font-size:15px;
    color:#64748b;
    line-height:1.7;
    margin:0;
}

/* connector dots */
.seo-step::after{
    content:"";
    position:absolute;
    width:12px;
    height:12px;
    background:#06b6d4;
    border-radius:50%;
    left:50%;
    transform:translateX(-50%);
}

/*=====================
    RESPONSIVE
=====================*/

@media(max-width:991px){

.seo-timeline::before{
    left:20px;
}

.seo-step{
    flex-direction:column !important;
    align-items:flex-start;
    padding-left:50px;
}

.seo-step-number{
    position:absolute;
    left:0;
    top:0;
}

.seo-step-content{
    width:100%;
}

.seo-step::after{
    left:20px;
}

}

@media(max-width:767px){

.seo-process-heading h2{
    font-size:28px;
}

}
.py-60{
    padding:60px 0;
}

/*=====================
    SECTION
=====================*/

.seo-types-section{
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

/*=====================
    HEADING
=====================*/

.seo-types-heading{
    max-width:750px;
    margin:auto;
}

.seo-types-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:linear-gradient(135deg,#10b981,#3b82f6);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:15px;
}

.seo-types-heading h2{
    font-size:40px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:12px;
}

.seo-types-heading p{
    font-size:16px;
    color:#64748b;
    line-height:1.8;
}

/*=====================
    CARD
=====================*/

.seo-type-card{
    background:#fff;
    border-radius:18px;
    padding:26px;
    border:1px solid #e2e8f0;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
    transition:.35s;
    height:100%;
    position:relative;
    overflow:hidden;
}

.seo-type-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(15,23,42,.12);
}

/* ICON */
.seo-type-icon{
    width:60px;
    height:60px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    margin-bottom:18px;
}

/* TITLE */
.seo-type-card h5{
    font-size:18px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:10px;
}

/* TEXT */
.seo-type-card p{
    font-size:15px;
    color:#64748b;
    line-height:1.8;
    margin:0;
}

/*=====================
    COLOR THEMES
=====================*/

.seo-type-card.local .seo-type-icon{
    background:linear-gradient(135deg,#22c55e,#16a34a);
}

.seo-type-card.national .seo-type-icon{
    background:linear-gradient(135deg,#3b82f6,#1d4ed8);
}

.seo-type-card.international .seo-type-icon{
    background:linear-gradient(135deg,#8b5cf6,#6366f1);
}

.seo-type-card.ecommerce .seo-type-icon{
    background:linear-gradient(135deg,#f97316,#f59e0b);
}

.seo-type-card.saas .seo-type-icon{
    background:linear-gradient(135deg,#06b6d4,#0ea5e9);
}

/*=====================
    RESPONSIVE
=====================*/

@media(max-width:991px){
    .seo-types-heading h2{
        font-size:32px;
    }
}

@media(max-width:767px){
    .seo-types-heading h2{
        font-size:26px;
    }

    .seo-type-card{
        padding:20px;
    }
}
.py-60{
    padding:60px 0;
}

/*=====================
    INCLUDED BOX
=====================*/

.seo-includes-box{
    background:#ffffff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(15,23,42,.06);
    border:1px solid #e2e8f0;
}

.seo-includes-box h2{
    font-size:28px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:10px;
}

.seo-includes-box p{
    color:#64748b;
    margin-bottom:20px;
}

/* tags grid */
.seo-includes-grid{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.seo-includes-grid span{
    background:linear-gradient(135deg,#e0f2fe,#ecfdf5);
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
    color:#0f172a;
    font-weight:500;
}

/*=====================
    TABLE BASE
=====================*/

.seo-table-wrapper h2,
.seo-one-time h2{
    font-size:30px;
    font-weight:600;
    color:#0f172a;
}

/* table container */
.seo-table{
    width:100%;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
    border:1px solid #e2e8f0;
    background:#fff;
}

/* header */
.seo-table-head{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:linear-gradient(135deg,#0ea5e9,#22c55e);
    color:#fff;
    font-weight:600;
}

.seo-table-head.alt{
    grid-template-columns:repeat(2,1fr);
    background:linear-gradient(135deg,#6366f1,#0ea5e9);
}

.seo-table-head div{
    padding:14px;
    text-align:center;
}

/* rows */
.seo-table-row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid #f1f5f9;
}

.seo-table-row div{
    padding:14px;
    text-align:center;
    font-size:14px;
    color:#334155;
}

/* 2 column table */
.seo-one-time .seo-table-row{
    grid-template-columns:repeat(2,1fr);
}

/* price row highlight */
.seo-table-row.price{
    background:#f8fafc;
    font-weight:600;
}

/* hover */
.seo-table-row:hover{
    background:#f9fafb;
}



/*=====================
    RESPONSIVE FIX
=====================*/

@media(max-width:991px){
    .seo-table-head,
    .seo-table-row{
        font-size:13px;
    }
}

@media(max-width:767px){

.seo-table-head,
.seo-table-row{
    grid-template-columns:1fr !important;
}

.seo-table-row div{
    text-align:left;
    padding:12px 16px;
    display:flex;
    justify-content:space-between;
}

.seo-table-head div{
    text-align:left;
}

}

.seo-table-wrapper h2{
    font-size:28px;
    font-weight:600;
    color:#0f172a;
}

/* container */
.table-responsive{
    width:100%;
    overflow-x:auto;
}

/* main table */
.seo-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
}

/* header */
.seo-table thead tr{
    background:linear-gradient(135deg,#0ea5e9,#22c55e);
    color:#fff;
}

.seo-table th{
    padding:14px;
    font-weight:600;
    text-align:center;
    white-space:nowrap;
}

/* cells */
.seo-table td{
    padding:14px;
    text-align:center;
    border-bottom:1px solid #eef2f7;
    font-size:14px;
    color:#334155;
}

/* first column alignment */
.seo-table td:first-child{
    text-align:left;
    font-weight:500;
}

/* hover */
.seo-table tbody tr:hover{
    background:#f8fafc;
}

/* price row highlight */
.price-row{
    background:#f1f5f9;
    font-weight:600;
}

/* alternate table header */
.alt-table thead tr{
    background:linear-gradient(135deg,#6366f1,#0ea5e9);
}

/* responsive fix */
@media(max-width:768px){
    .seo-table th,
    .seo-table td{
        font-size:13px;
        padding:10px;
    }
}

.py-60{
    padding:60px 0;
}

/*=====================
    SECTION BACKGROUND
=====================*/

.seo-benefits-section{
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

/*=====================
    LEFT SIDE
=====================*/

.seo-benefits-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:linear-gradient(135deg,#f97316,#ef4444);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:15px;
}

.seo-benefits-section h2{
    font-size:38px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:10px;
}

.seo-benefits-text{
    font-size:16px;
    color:#64748b;
    margin-bottom:20px;
    line-height:1.8;
}

/*=====================
    LIST STYLE
=====================*/

.seo-benefits-list{
    list-style:none;
    padding:0;
    margin:0;
}

.seo-benefits-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    font-size:15px;
    color:#334155;
}

.seo-benefits-list li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#22c55e;
    font-weight:bold;
}

/*=====================
    RIGHT CARD
=====================*/

.seo-benefits-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
    border:1px solid #e2e8f0;
}

.seo-benefits-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0ea5e9,#22c55e);
    color:#fff;
    font-size:26px;
    margin-bottom:18px;
}

.seo-benefits-card h3{
    font-size:22px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:10px;
}

.seo-benefits-card p{
    font-size:15px;
    color:#64748b;
    line-height:1.8;
}

/*=====================
    STATS BOX
=====================*/

.seo-mini-stats{
    display:flex;
    justify-content:space-between;
    margin-top:25px;
    gap:15px;
}

.seo-mini-stats div{
    flex:1;
    text-align:center;
    padding:12px;
    background:#f8fafc;
    border-radius:12px;
}

.seo-mini-stats h4{
    font-size:18px;
    font-weight:600;
    color:#0ea5e9;
    margin:0;
}

.seo-mini-stats span{
    font-size:12px;
    color:#64748b;
}

/*=====================
    RESPONSIVE
=====================*/

@media(max-width:991px){
    .seo-benefits-section h2{
        font-size:30px;
    }
}

@media(max-width:767px){
    .seo-benefits-card{
        padding:25px;
    }

    .seo-mini-stats{
        flex-direction:column;
    }
}
.py-60{
    padding:60px 0;
}

/*=====================
    SECTION BACKGROUND
=====================*/

.seo-why-section{
    background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

/*=====================
    LEFT SIDE
=====================*/

.seo-why-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:linear-gradient(135deg,#6366f1,#0ea5e9);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:15px;
}

.seo-why-section h2{
    font-size:38px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:10px;
}

.seo-why-text{
    font-size:16px;
    color:#64748b;
    line-height:1.8;
    margin-bottom:20px;
}

/*=====================
    LIST STYLE
=====================*/

.seo-why-list{
    list-style:none;
    padding:0;
    margin:0;
}

.seo-why-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    font-size:15px;
    color:#334155;
}

.seo-why-list li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#22c55e;
    font-weight:bold;
}

/*=====================
    RIGHT CARD
=====================*/

.seo-why-card{
    background:#fff;
    padding:35px;
    border-radius:22px;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
    border:1px solid #e2e8f0;
    position:relative;
    overflow:hidden;
}

/* soft glow */
.seo-why-card::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(99,102,241,.08);
    border-radius:50%;
    top:-80px;
    right:-80px;
}

.seo-why-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#6366f1,#0ea5e9);
    color:#fff;
    font-size:26px;
    margin-bottom:18px;
    position:relative;
    z-index:2;
}

.seo-why-card h3{
    font-size:22px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:10px;
    position:relative;
    z-index:2;
}

.seo-why-card p{
    font-size:15px;
    color:#64748b;
    line-height:1.8;
    position:relative;
    z-index:2;
}

/*=====================
    STATS
=====================*/

.seo-why-stats{
    display:flex;
    justify-content:space-between;
    margin-top:25px;
    gap:15px;
    position:relative;
    z-index:2;
}

.seo-why-stats div{
    flex:1;
    text-align:center;
    padding:12px;
    background:#f8fafc;
    border-radius:12px;
}

.seo-why-stats h4{
    font-size:16px;
    font-weight:600;
    color:#6366f1;
    margin:0;
}

.seo-why-stats span{
    font-size:12px;
    color:#64748b;
}

/*=====================
    RESPONSIVE
=====================*/

@media(max-width:991px){
    .seo-why-section h2{
        font-size:30px;
    }
}

@media(max-width:767px){
    .seo-why-card{
        padding:25px;
    }

    .seo-why-stats{
        flex-direction:column;
    }
}
.py-60{
    padding:60px 0;
}

/*=====================
    SECTION BACKGROUND
=====================*/

.seo-cta-section{
    background:linear-gradient(135deg,#0f172a,#1e293b,#0ea5e9);
    position:relative;
    overflow:hidden;
}

/* glow effect */
.seo-cta-section::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-100px;
    right:-100px;
}

.seo-cta-section::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(34,197,94,0.08);
    border-radius:50%;
    bottom:-80px;
    left:-80px;
}

/*=====================
    CTA BOX
=====================*/

.seo-cta-box{
    text-align:center;
    padding:50px 30px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:22px;
    backdrop-filter:blur(10px);
    position:relative;
    z-index:2;
}

/* badge */
.seo-cta-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:linear-gradient(135deg,#22c55e,#0ea5e9);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:15px;
}

/* heading */
.seo-cta-box h2{
    font-size:40px;
    font-weight:600;
    color:#ffffff;
    margin-bottom:15px;
}

/* text */
.seo-cta-box p{
    font-size:16px;
    color:#cbd5e1;
    line-height:1.8;
    max-width:850px;
    margin:0 auto 12px auto;
}

/* button */
.seo-cta-btn{
    display:inline-block;
    margin-top:20px;
    padding:14px 30px;
    border-radius:50px;
    background:linear-gradient(135deg,#22c55e,#0ea5e9);
    color:#fff;
    font-weight:500;
    text-decoration:none;
    transition:.3s;
}

.seo-cta-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(34,197,94,.25);
    color:#fff;
}

/*=====================
    RESPONSIVE
=====================*/

@media(max-width:991px){
    .seo-cta-box h2{
        font-size:30px;
    }
}

@media(max-width:767px){
    .seo-cta-box{
        padding:35px 20px;
    }

    .seo-cta-box h2{
        font-size:24px;
    }

    .seo-cta-box p{
        font-size:14px;
    }
}
.py-60{
    padding:60px 0;
}

/*=====================
    BACKGROUND
=====================*/

.seo-faq-section{
    background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

/*=====================
    HEADING
=====================*/

.seo-faq-heading h2{
    font-size:38px;
    font-weight:600;
    color:#0f172a;
}

.seo-faq-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:linear-gradient(135deg,#6366f1,#22c55e);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:15px;
}

/*=====================
    ACCORDION WRAP
=====================*/

.seo-faq-accordion{
    max-width:850px;
    margin:auto;
}

/* item */
.seo-faq-item{
    margin-bottom:15px;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #e2e8f0;
    background:#fff;
    box-shadow:0 10px 25px rgba(15,23,42,.05);
}

/* question */
.seo-faq-question{
    width:100%;
    text-align:left;
    padding:18px 20px;
    border:none;
    background:linear-gradient(135deg,#f8fafc,#ffffff);
    font-size:16px;
    font-weight:500;
    color:#0f172a;
    cursor:pointer;
    transition:.3s;
}

/* active state */
.seo-faq-question:not(.collapsed){
    background:linear-gradient(135deg,#6366f1,#0ea5e9);
    color:#fff;
}

/* answer */
.seo-faq-answer{
    padding:18px 20px;
    font-size:15px;
    color:#64748b;
    line-height:1.8;
    background:#ffffff;
}

/* collapse fix */
.collapse{
    transition:.3s ease;
}

/*=====================
    RESPONSIVE
=====================*/

@media(max-width:991px){
    .seo-faq-heading h2{
        font-size:30px;
    }
}

@media(max-width:767px){
    .seo-faq-heading h2{
        font-size:24px;
    }

    .seo-faq-question{
        font-size:15px;
    }
}