/*==================================================
            TOOL BREADCRUMB
==================================================*/

.breadcrumb-section{

    position:relative;

    overflow:hidden;

    padding:90px 0;

    background:
    linear-gradient(
        135deg,
        #F8FBFF 0%,
        #FFFFFF 100%
    );

}

.breadcrumb-section::before{

    content:"";

    position:absolute;

    top:-180px;

    right:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.06),
        transparent 72%
    );

}

.breadcrumb-section::after{

    content:"";

    position:absolute;

    bottom:-180px;

    left:-180px;

    width:340px;

    height:340px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(255,122,26,.06),
        transparent 72%
    );

}

/*==================================================
            WRAPPER
==================================================*/

.breadcrumb-wrapper{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:1.3fr .7fr;

    gap:60px;

    align-items:center;

}

/*==================================================
            BREADCRUMB NAV
==================================================*/

.breadcrumb-nav{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:25px;

}

.breadcrumb-nav a{

    color:#64748B;

    font-weight:600;

    text-decoration:none;

    transition:.3s;

}

.breadcrumb-nav a:hover{

    color:#2563EB;

}

.breadcrumb-nav span{

    color:#94A3B8;

}

.breadcrumb-nav .active{

    color:#081C3A;

    font-weight:700;

}

/*==================================================
            BADGE
==================================================*/

.tool-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border-radius:50px;

    background:#EFF6FF;

    color:#2563EB;

    font-size:14px;

    font-weight:700;

    margin-bottom:22px;

}

.tool-badge i{

    color:#FF7A1A;

}

/*==================================================
            CONTENT
==================================================*/

.breadcrumb-content h1{

    font-size:54px;

    font-weight:800;

    color:#081C3A;

    line-height:1.15;

    margin-bottom:22px;

}

.breadcrumb-content p{

    max-width:720px;

    color:#64748B;

    font-size:17px;

    line-height:1.9;

    margin-bottom:35px;

}

/*==================================================
            FEATURES
==================================================*/

.breadcrumb-features{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}

.breadcrumb-features span{

    display:flex;

    align-items:center;

    gap:8px;

    padding:12px 18px;

    border-radius:50px;

    background:#ffffff;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 10px 30px rgba(15,23,42,.04);

    font-weight:600;

    color:#334155;

}

.breadcrumb-features i{

    color:#16A34A;

}

/*==================================================
            RIGHT CARD
==================================================*/

.breadcrumb-card{

    background:#ffffff;

    border-radius:28px;

    padding:40px;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 25px 70px rgba(15,23,42,.08);

}

.tool-icon{

    width:85px;

    height:85px;

    margin-bottom:25px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:

    linear-gradient(
        135deg,
        #2563EB,
        #3B82F6
    );

    color:#ffffff;

    font-size:38px;

    box-shadow:

    0 18px 40px rgba(37,99,235,.20);

}

.breadcrumb-card h3{

    font-size:28px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:25px;

}

.breadcrumb-card ul{

    list-style:none;

    margin:0;

    padding:0;

}

.breadcrumb-card li{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:16px 0;

    border-bottom:1px solid rgba(15,23,42,.06);

}

.breadcrumb-card li:last-child{

    border-bottom:none;

}

.breadcrumb-card strong{

    color:#334155;

    font-weight:600;

}

.breadcrumb-card li span{

    font-weight:800;

    color:#2563EB;

    font-size:18px;

}

/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:1199px){

.breadcrumb-content h1{

font-size:46px;

}

}

@media(max-width:991px){

.breadcrumb-section{

padding:70px 0;

}

.breadcrumb-wrapper{

grid-template-columns:1fr;

gap:40px;

}

.breadcrumb-card{

max-width:500px;

}

}

@media(max-width:767px){

.breadcrumb-section{

padding:60px 0;

}

.breadcrumb-nav{

font-size:14px;

gap:8px;

}

.tool-badge{

font-size:12px;

padding:8px 16px;

}

.breadcrumb-content h1{

font-size:34px;

line-height:1.25;

}

.breadcrumb-content p{

font-size:15px;

margin-bottom:25px;

}

.breadcrumb-features{

flex-direction:column;

gap:12px;

}

.breadcrumb-features span{

width:100%;

justify-content:flex-start;

}

.breadcrumb-card{

padding:28px 22px;

border-radius:22px;

}

.tool-icon{

width:70px;

height:70px;

font-size:30px;

margin-bottom:20px;

}

.breadcrumb-card h3{

font-size:22px;

margin-bottom:18px;

}

.breadcrumb-card li{

padding:14px 0;

}

.breadcrumb-card li span{

font-size:16px;

}

}/*==================================================
            WORD COUNTER TOOL
==================================================*/

.word-counter-section{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #FFFFFF 0%,
        #F8FBFF 100%
    );

}

.word-counter-section::before{

    content:"";

    position:absolute;

    top:-180px;

    right:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.05),
        transparent 72%
    );

}

.word-counter-section::after{

    content:"";

    position:absolute;

    bottom:-180px;

    left:-180px;

    width:320px;

    height:320px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(255,122,26,.05),
        transparent 72%
    );

}

/*==================================================
            SECTION TITLE
==================================================*/

.word-counter-section .section-title{

    max-width:850px;

    margin:0 auto 70px;

}

.word-counter-section .section-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 22px;

    border-radius:50px;

    background:#EFF6FF;

    color:#2563EB;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.word-counter-section .section-title h2{

    font-size:46px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:18px;

}

.word-counter-section .section-title p{

    max-width:720px;

    margin:auto;

    font-size:17px;

    line-height:1.9;

    color:#64748B;

}

/*==================================================
            WORD EDITOR
==================================================*/

.word-editor{

    background:#ffffff;

    border-radius:28px;

    overflow:hidden;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 25px 70px rgba(15,23,42,.07);

}

/*==================================================
            TOOLBAR
==================================================*/

.editor-toolbar{

    display:flex;

    align-items:center;

    justify-content:space-between;

    flex-wrap:wrap;

    gap:12px;

    padding:18px 25px;

    border-bottom:1px solid rgba(15,23,42,.06);

    background:#F8FBFF;

}

.editor-toolbar button{

    border:none;

    background:#ffffff;

    color:#334155;

    font-weight:600;

    font-size:14px;

    padding:10px 18px;

    border-radius:12px;

    transition:.3s;

    display:flex;

    align-items:center;

    gap:8px;

}

.editor-toolbar button:hover{

    background:#2563EB;

    color:#ffffff;

}

.toolbar-right{

    display:flex;

    align-items:center;

    gap:10px;

    font-weight:600;

    color:#64748B;

    margin-left:auto;

}

.live-dot{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#22C55E;

    animation:pulse 1.5s infinite;

}

@keyframes pulse{

0%{

transform:scale(.8);

opacity:.7;

}

50%{

transform:scale(1.2);

opacity:1;

}

100%{

transform:scale(.8);

opacity:.7;

}

}

/*==================================================
            TEXTAREA
==================================================*/

#textInput{

    width:100%;

    min-height:600px;

    border:none;

    outline:none;

    resize:none;

    padding:30px;

    font-size:18px;

    line-height:1.9;

    color:#334155;

    background:#ffffff;

}

#textInput::placeholder{

    color:#94A3B8;

}

/*==================================================
            BOTTOM ACTIONS
==================================================*/

.editor-actions{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    padding:20px 25px;

    background:#F8FBFF;

    border-top:1px solid rgba(15,23,42,.06);

}

.editor-actions button{

    border:none;

    background:#ffffff;

    color:#334155;

    font-size:14px;

    font-weight:600;

    padding:12px 18px;

    border-radius:12px;

    transition:.3s;

}

.editor-actions button:hover{

    background:#081C3A;

    color:#ffffff;

}

/*==================================================
            STATISTICS PANEL
==================================================*/

.statistics-panel{

    position:sticky;

    top:120px;

    background:#ffffff;

    border-radius:28px;

    border:1px solid rgba(15,23,42,.06);

    padding:30px;

    box-shadow:

    0 25px 70px rgba(15,23,42,.07);

}

.statistics-header{

    margin-bottom:30px;

}

.statistics-header h3{

    font-size:28px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:8px;

}

.statistics-header span{

    color:#64748B;

    font-size:14px;

}

/*==================================================
            STATS GRID
==================================================*/

.statistics-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.stat-card{

    text-align:center;

    padding:22px 15px;

    border-radius:20px;

    background:#F8FBFF;

    transition:.35s;

}

.stat-card:hover{

    background:#2563EB;

    transform:translateY(-5px);

}

.stat-card:hover h4,

.stat-card:hover span{

    color:#ffffff;

}

.stat-card h4{

    font-size:34px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:8px;

}

.stat-card span{

    color:#64748B;

    font-size:14px;

}

/*==================================================
            PROGRESS
==================================================*/

.writing-score{

    margin-top:35px;

}

.score-top{

    display:flex;

    justify-content:space-between;

    margin-bottom:12px;

    font-weight:700;

    color:#334155;

}

.progress{

    height:12px;

    border-radius:50px;

    overflow:hidden;

    background:#E5E7EB;

}

.progress-bar{

    background:

    linear-gradient(
        90deg,
        #2563EB,
        #3B82F6,
        #22C55E
    );

    transition:.4s;

}

/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:1199px){

.word-counter-section .section-title h2{

font-size:40px;

}

}

@media(max-width:991px){

.word-counter-section{

padding:80px 0;

}

.statistics-panel{

position:relative;

top:auto;

}

}

@media(max-width:767px){

.word-counter-section{

padding:60px 0;

}

.word-counter-section .section-title{

margin-bottom:40px;

}

.word-counter-section .section-badge{

font-size:12px;

padding:8px 16px;

}

.word-counter-section .section-title h2{

font-size:30px;

line-height:1.3;

}

.word-counter-section .section-title p{

font-size:15px;

}

.word-editor{

border-radius:20px;

}

.editor-toolbar{

padding:15px;

}

.editor-toolbar button{

width:100%;

justify-content:center;

}

.toolbar-right{

width:100%;

justify-content:center;

margin-top:10px;

}

#textInput{

min-height:350px;

padding:20px;

font-size:16px;

}

.editor-actions{

padding:15px;

}

.editor-actions button{

width:100%;

}

.statistics-panel{

padding:22px;

border-radius:20px;

}

.statistics-header h3{

font-size:22px;

}

.statistics-grid{

grid-template-columns:repeat(2,1fr);

gap:12px;

}

.stat-card{

padding:18px 10px;

}

.stat-card h4{

font-size:26px;

}

.stat-card span{

font-size:13px;

}

}/*==================================================
            WRITING INSIGHTS
==================================================*/

.writing-insights-section{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #F8FBFF 0%,
        #FFFFFF 100%
    );

}

.writing-insights-section::before{

    content:"";

    position:absolute;

    top:-180px;

    right:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.05),
        transparent 72%
    );

}

.writing-insights-section::after{

    content:"";

    position:absolute;

    bottom:-180px;

    left:-180px;

    width:320px;

    height:320px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(255,122,26,.05),
        transparent 72%
    );

}

/*==================================================
            SECTION TITLE
==================================================*/

.writing-insights-section .section-title{

    max-width:850px;

    margin:0 auto 70px;

}

.writing-insights-section .section-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 22px;

    border-radius:50px;

    background:#EFF6FF;

    color:#2563EB;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.writing-insights-section .section-title h2{

    font-size:46px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:18px;

}

.writing-insights-section .section-title p{

    max-width:760px;

    margin:auto;

    font-size:17px;

    line-height:1.9;

    color:#64748B;

}

/*==================================================
            INSIGHT GRID
==================================================*/

.insight-wrapper{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

/*==================================================
            INSIGHT CARD
==================================================*/

.insight-card{

    display:flex;

    gap:22px;

    align-items:flex-start;

    padding:28px;

    border-radius:24px;

    background:#ffffff;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 20px 60px rgba(15,23,42,.05);

    transition:.35s;

}

.insight-card:hover{

    transform:translateY(-8px);

    box-shadow:

    0 35px 80px rgba(37,99,235,.12);

}

.insight-icon{

    width:72px;

    height:72px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:

    linear-gradient(
        135deg,
        #2563EB,
        #3B82F6
    );

    color:#ffffff;

    font-size:28px;

    flex-shrink:0;

    box-shadow:

    0 15px 35px rgba(37,99,235,.20);

}

.insight-content{

    flex:1;

}

.insight-content h3{

    font-size:18px;

    font-weight:700;

    color:#081C3A;

    margin-bottom:10px;

}

.insight-content h4{

    font-size:32px;

    font-weight:800;

    color:#2563EB;

    margin-bottom:12px;

}

.insight-content p{

    margin:0;

    color:#64748B;

    font-size:15px;

    line-height:1.8;

}

/*==================================================
            SCORE CARD
==================================================*/

.writing-score-card{

    position:sticky;

    top:120px;

    padding:40px 35px;

    text-align:center;

    border-radius:30px;

    background:

    linear-gradient(
        135deg,
        #081C3A,
        #0F2C58
    );

    color:#ffffff;

    box-shadow:

    0 30px 70px rgba(15,23,42,.18);

}

.score-circle{

    width:150px;

    height:150px;

    margin:0 auto 30px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:

    linear-gradient(
        135deg,
        #2563EB,
        #3B82F6
    );

    border:10px solid rgba(255,255,255,.12);

    box-shadow:

    0 20px 45px rgba(0,0,0,.15);

}

.score-circle span{

    font-size:52px;

    font-weight:800;

    color:#ffffff;

}

.writing-score-card h3{

    font-size:28px;

    font-weight:800;

    margin-bottom:18px;

}

.writing-score-card p{

    color:rgba(255,255,255,.82);

    line-height:1.9;

    margin-bottom:30px;

}

.writing-score-card ul{

    list-style:none;

    margin:0;

    padding:0;

    text-align:left;

}

.writing-score-card li{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:16px;

    color:#ffffff;

    font-weight:600;

}

.writing-score-card li span{

    width:28px;

    height:28px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#22C55E;

    color:#ffffff;

    font-size:14px;

    flex-shrink:0;

}

/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:1199px){

.writing-insights-section .section-title h2{

font-size:40px;

}

}

@media(max-width:991px){

.writing-insights-section{

padding:80px 0;

}

.insight-wrapper{

grid-template-columns:1fr;

}

.writing-score-card{

position:relative;

top:auto;

margin-top:10px;

}

}

@media(max-width:767px){

.writing-insights-section{

padding:60px 0;

}

.writing-insights-section .section-title{

margin-bottom:40px;

}

.writing-insights-section .section-badge{

font-size:12px;

padding:8px 16px;

}

.writing-insights-section .section-title h2{

font-size:30px;

line-height:1.3;

}

.writing-insights-section .section-title p{

font-size:15px;

}

.insight-card{

padding:22px;

gap:18px;

border-radius:20px;

}

.insight-icon{

width:60px;

height:60px;

font-size:24px;

border-radius:16px;

}

.insight-content h3{

font-size:16px;

}

.insight-content h4{

font-size:26px;

}

.insight-content p{

font-size:14px;

}

.writing-score-card{

padding:30px 22px;

border-radius:24px;

}

.score-circle{

width:120px;

height:120px;

margin-bottom:22px;

}

.score-circle span{

font-size:42px;

}

.writing-score-card h3{

font-size:24px;

}

.writing-score-card p{

font-size:14px;

}

.writing-score-card li{

font-size:14px;

}

}/*==================================================
            KEYWORD DENSITY
==================================================*/

.keyword-density-section{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #FFFFFF 0%,
        #F8FBFF 100%
    );

}

.keyword-density-section::before{

    content:"";

    position:absolute;

    top:-180px;

    right:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.05),
        transparent 72%
    );

}

.keyword-density-section::after{

    content:"";

    position:absolute;

    bottom:-180px;

    left:-180px;

    width:320px;

    height:320px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(255,122,26,.05),
        transparent 72%
    );

}

/*==================================================
            SECTION TITLE
==================================================*/

.keyword-density-section .section-title{

    max-width:850px;

    margin:0 auto 70px;

}

.keyword-density-section .section-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 22px;

    border-radius:50px;

    background:#EFF6FF;

    color:#2563EB;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.keyword-density-section .section-title h2{

    font-size:46px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:18px;

}

.keyword-density-section .section-title p{

    max-width:760px;

    margin:auto;

    color:#64748B;

    font-size:17px;

    line-height:1.9;

}

/*==================================================
            WRAPPER
==================================================*/

.keyword-wrapper{

    background:#ffffff;

    border-radius:30px;

    overflow:hidden;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 25px 70px rgba(15,23,42,.07);

}

/*==================================================
            TOOLBAR
==================================================*/

.keyword-toolbar{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

    padding:28px 35px;

    background:#F8FBFF;

    border-bottom:1px solid rgba(15,23,42,.06);

}

.keyword-title{

    display:flex;

    align-items:center;

    gap:15px;

}

.keyword-title i{

    width:60px;

    height:60px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:

    linear-gradient(
        135deg,
        #2563EB,
        #3B82F6
    );

    color:#ffffff;

    font-size:24px;

    box-shadow:

    0 15px 35px rgba(37,99,235,.18);

}

.keyword-title h3{

    margin:0;

    font-size:28px;

    font-weight:800;

    color:#081C3A;

}

/*==================================================
            SEARCH
==================================================*/

.keyword-search{

    width:320px;

}

.keyword-search input{

    width:100%;

    height:56px;

    border-radius:14px;

    border:1px solid rgba(15,23,42,.08);

    background:#ffffff;

    outline:none;

    padding:0 18px;

    transition:.3s;

}

.keyword-search input:focus{

    border-color:#2563EB;

    box-shadow:

    0 0 0 4px rgba(37,99,235,.08);

}

/*==================================================
            TABLE
==================================================*/

.keyword-table{

    margin:0;

}

.keyword-table thead{

    background:#081C3A;

}

.keyword-table thead th{

    color:#ffffff;

    border:none;

    padding:20px;

    font-size:15px;

    font-weight:700;

    white-space:nowrap;

}

.keyword-table tbody td{

    padding:20px;

    vertical-align:middle;

    border-color:#EEF2F7;

    color:#334155;

    font-size:15px;

}

.keyword-table tbody tr{

    transition:.3s;

}

.keyword-table tbody tr:hover{

    background:#F8FBFF;

}

/*==================================================
            KEYWORD BADGE
==================================================*/

.keyword-name{

    display:inline-flex;

    align-items:center;

    padding:8px 18px;

    border-radius:40px;

    background:#EFF6FF;

    color:#2563EB;

    font-weight:700;

}

/*==================================================
            DENSITY
==================================================*/

.keyword-density{

    font-weight:700;

    color:#2563EB;

}

/*==================================================
            STATUS
==================================================*/

.keyword-status{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:8px 18px;

    border-radius:40px;

    font-size:13px;

    font-weight:700;

}

.status-excellent{

    background:#DCFCE7;

    color:#15803D;

}

.status-good{

    background:#DBEAFE;

    color:#1D4ED8;

}

.status-low{

    background:#FEF3C7;

    color:#B45309;

}

.status-high{

    background:#FEE2E2;

    color:#DC2626;

}

.status-stuffing{

    background:#FECACA;

    color:#991B1B;

}

/*==================================================
            EMPTY STATE
==================================================*/

.keyword-table tbody td[colspan]{

    padding:70px 20px;

    color:#94A3B8;

    font-size:17px;

}

/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:1199px){

.keyword-density-section .section-title h2{

font-size:40px;

}

}

@media(max-width:991px){

.keyword-density-section{

padding:80px 0;

}

.keyword-toolbar{

padding:25px;

}

.keyword-search{

width:100%;

}

}

@media(max-width:767px){

.keyword-density-section{

padding:60px 0;

}

.keyword-density-section .section-title{

margin-bottom:40px;

}

.keyword-density-section .section-badge{

font-size:12px;

padding:8px 16px;

}

.keyword-density-section .section-title h2{

font-size:30px;

line-height:1.3;

}

.keyword-density-section .section-title p{

font-size:15px;

}

.keyword-wrapper{

border-radius:20px;

}

.keyword-toolbar{

padding:20px;

}

.keyword-title{

align-items:flex-start;

}

.keyword-title i{

width:52px;

height:52px;

font-size:20px;

border-radius:14px;

}

.keyword-title h3{

font-size:22px;

}

.keyword-search{

width:100%;

}

.keyword-search input{

height:50px;

}

.keyword-table thead th{

padding:15px;

font-size:13px;

}

.keyword-table tbody td{

padding:15px;

font-size:14px;

white-space:nowrap;

}

.keyword-name{

padding:6px 12px;

font-size:13px;

}

.keyword-status{

padding:6px 12px;

font-size:12px;

}

}/*==================================================
            WHO USES THIS TOOL
==================================================*/

.tool-users-section{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:linear-gradient(
        180deg,
        #F8FBFF 0%,
        #FFFFFF 100%
    );

}

.tool-users-section::before{

    content:"";

    position:absolute;

    top:-180px;

    right:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.05),
        transparent 72%
    );

}

.tool-users-section::after{

    content:"";

    position:absolute;

    bottom:-180px;

    left:-180px;

    width:320px;

    height:320px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(255,122,26,.05),
        transparent 72%
    );

}

/*=========================================
        SECTION TITLE
=========================================*/

.tool-users-section .section-title{

    max-width:850px;

    margin:0 auto 70px;

}

.tool-users-section .section-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 22px;

    border-radius:50px;

    background:#EFF6FF;

    color:#2563EB;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.tool-users-section .section-title h2{

    font-size:46px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:20px;

}

.tool-users-section .section-title p{

    color:#64748B;

    font-size:17px;

    line-height:1.9;

    max-width:760px;

    margin:auto;

}

/*=========================================
            USER CARD
=========================================*/

.user-card{

    position:relative;

    height:100%;

    background:#ffffff;

    padding:40px 35px;

    border-radius:26px;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 20px 60px rgba(15,23,42,.05);

    transition:.35s;

    overflow:hidden;

}

.user-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:0;

    background:#2563EB;

    transition:.4s;

}

.user-card:hover{

    transform:translateY(-10px);

    box-shadow:

    0 30px 70px rgba(37,99,235,.12);

}

.user-card:hover::before{

    height:100%;

}

/*=========================================
            ICON
=========================================*/

.user-icon{

    width:82px;

    height:82px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(
        135deg,
        #2563EB,
        #3B82F6
    );

    color:#ffffff;

    font-size:32px;

    margin-bottom:28px;

    box-shadow:

    0 18px 40px rgba(37,99,235,.18);

    transition:.35s;

}

.user-card:hover .user-icon{

    transform:rotate(-8deg) scale(1.08);

}

/*=========================================
            CONTENT
=========================================*/

.user-card h3{

    font-size:24px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:18px;

}

.user-card p{

    margin:0;

    color:#64748B;

    font-size:16px;

    line-height:1.9;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1199px){

.tool-users-section .section-title h2{

font-size:40px;

}

}

@media(max-width:991px){

.tool-users-section{

padding:80px 0;

}

.user-card{

padding:35px 30px;

}

.user-icon{

width:72px;

height:72px;

font-size:28px;

}

.user-card h3{

font-size:22px;

}

}

@media(max-width:767px){

.tool-users-section{

padding:60px 0;

}

.tool-users-section .section-title{

margin-bottom:40px;

}

.tool-users-section .section-badge{

font-size:12px;

padding:8px 16px;

}

.tool-users-section .section-title h2{

font-size:30px;

line-height:1.3;

}

.tool-users-section .section-title p{

font-size:15px;

}

.user-card{

padding:28px 22px;

border-radius:20px;

}

.user-icon{

width:65px;

height:65px;

font-size:24px;

border-radius:18px;

margin-bottom:20px;

}

.user-card h3{

font-size:20px;

margin-bottom:12px;

}

.user-card p{

font-size:14px;

line-height:1.8;

}

}