/*==================================================
Tag Hero
==================================================*/

.tag-page{

background:#f8fafc;

}

.tag-hero{

position:relative;

overflow:hidden;

padding:90px 0;

background:linear-gradient(135deg,#6d28d9,#4f46e5);

}

.tag-hero::before{

content:"";

position:absolute;

width:500px;

height:500px;

border-radius:50%;

background:rgba(255,255,255,.06);

top:-180px;

right:-120px;

}

.tag-hero::after{

content:"";

position:absolute;

width:350px;

height:350px;

border-radius:50%;

background:rgba(255,255,255,.05);

bottom:-150px;

left:-100px;

}

.tag-hero .container{

position:relative;

z-index:2;

}

.tag-breadcrumb{

display:flex;

align-items:center;

gap:10px;

margin-bottom:30px;
margin-top:30px;

color:rgba(255,255,255,.75);

flex-wrap:wrap;

}

.tag-breadcrumb a{

color:#fff;

text-decoration:none;

transition:.3s;

}

.tag-breadcrumb a:hover{

color:#ddd6fe;

}

.tag-hero-content{

max-width:760px;

}

.tag-badge{

display:inline-flex;

align-items:center;

gap:10px;

padding:12px 22px;

border-radius:50px;

background:rgba(255,255,255,.12);

color:#fff;

font-weight:700;

margin-bottom:25px;

}

.tag-title{

font-size:58px;

line-height:1.15;

color:#fff;

margin-bottom:20px;

}

.tag-description{

font-size:19px;

line-height:1.9;

color:rgba(255,255,255,.88);

margin-bottom:35px;

}

.tag-meta{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.tag-meta-item{

display:flex;

align-items:center;

gap:10px;

padding:14px 22px;

border-radius:50px;

background:rgba(255,255,255,.12);

color:#fff;

backdrop-filter:blur(10px);

}

.tag-meta-item i{

color:#ddd6fe;

}

@media(max-width:991px){

.tag-hero{

padding:70px 0;

}

.tag-title{

font-size:42px;

}

}

@media(max-width:576px){

.tag-title{

font-size:32px;

}

.tag-description{

font-size:16px;

}

.tag-meta{

flex-direction:column;

}

.tag-meta-item{

width:100%;

}

}

/*==================================================
Featured Post
==================================================*/

.tag-featured-section{

padding:80px 0;

}

.tag-featured-card{

display:grid;

grid-template-columns:55% 45%;

background:#fff;

border-radius:24px;

overflow:hidden;

text-decoration:none;

box-shadow:0 20px 55px rgba(0,0,0,.08);

transition:.35s;

}

.tag-featured-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 65px rgba(0,0,0,.12);

}

.tag-featured-image{

overflow:hidden;

}

.tag-featured-image img{

width:100%;

height:100%;

display:block;

object-fit:cover;

transition:.45s;

}

.tag-featured-card:hover img{

transform:scale(1.05);

}

.tag-featured-content{

padding:50px;

display:flex;

flex-direction:column;

justify-content:center;

}

.tag-featured-badge{

display:inline-flex;

align-items:center;

width:max-content;

padding:10px 18px;

border-radius:40px;

background:#ede9fe;

color:#6d28d9;

font-size:13px;

font-weight:700;

margin-bottom:22px;

}

.tag-featured-content h2{

font-size:40px;

line-height:1.25;

color:#111827;

margin-bottom:20px;

}

.tag-featured-content p{

font-size:17px;

line-height:1.9;

color:#64748b;

margin-bottom:28px;

}

.tag-featured-meta{

display:flex;

gap:25px;

flex-wrap:wrap;

margin-bottom:28px;

}

.tag-featured-meta span{

display:flex;

align-items:center;

gap:8px;

color:#64748b;

}

.tag-featured-meta i{

color:#6d28d9;

}

.tag-featured-btn{

display:inline-flex;

align-items:center;

justify-content:center;

width:max-content;

padding:14px 28px;

border-radius:12px;

background:#6d28d9;

color:#fff;

font-weight:700;

}

@media(max-width:991px){

.tag-featured-card{

grid-template-columns:1fr;

}

.tag-featured-image{

height:320px;

}

.tag-featured-content{

padding:30px;

}

.tag-featured-content h2{

font-size:32px;

}

}

@media(max-width:576px){

.tag-featured-image{

height:240px;

}

.tag-featured-content h2{

font-size:28px;

}

.tag-featured-btn{

width:100%;

}

}

/*==================================================
Tag Filter
==================================================*/

.tag-filter-section{

padding:30px 0 10px;

}

.tag-filter-bar{

display:flex;

align-items:center;

justify-content:space-between;

gap:20px;

padding:24px;

background:#fff;

border-radius:20px;

box-shadow:0 15px 40px rgba(15,23,42,.08);

flex-wrap:wrap;

}

.tag-search-box{

position:relative;

flex:1;

min-width:280px;

}

.tag-search-box i{

position:absolute;

left:18px;

top:50%;

transform:translateY(-50%);

color:#64748b;

}

.tag-search-box input{

width:100%;

height:56px;

padding:0 18px 0 50px;

border:1px solid #e2e8f0;

border-radius:14px;

font-size:15px;

outline:none;

transition:.3s;

}

.tag-search-box input:focus{

border-color:#6d28d9;

box-shadow:0 0 0 4px rgba(109,40,217,.12);

}

.tag-filter-select select{

height:56px;

padding:0 20px;

border:1px solid #e2e8f0;

border-radius:14px;

background:#fff;

font-size:15px;

cursor:pointer;

outline:none;

}

.tag-results-count{

display:flex;

align-items:center;

justify-content:center;

padding:0 22px;

height:56px;

border-radius:14px;

background:#f3e8ff;

color:#6d28d9;

font-weight:700;

white-space:nowrap;

}

.tag-results-count strong{

margin-right:6px;

font-size:18px;

}

@media(max-width:991px){

.tag-filter-bar{

flex-direction:column;

align-items:stretch;

}

.tag-search-box{

min-width:100%;

}

.tag-filter-select{

width:100%;

}

.tag-filter-select select{

width:100%;

}

.tag-results-count{

width:100%;

}

}

/*==================================================
Tag Content
==================================================*/

.tag-content-section{

padding:70px 0;

}

.tag-content-wrapper{

display:grid;

grid-template-columns:minmax(0,1fr) 340px;

gap:40px;

align-items:start;

}

.tag-main{

min-width:0;

}

.tag-section-heading{

display:flex;

justify-content:space-between;

align-items:center;

gap:20px;

margin-bottom:35px;

padding-bottom:20px;

border-bottom:1px solid #e5e7eb;

}

.tag-section-heading h2{

font-size:38px;

margin-bottom:8px;

color:#111827;

}

.tag-section-heading p{

color:#64748b;

line-height:1.8;

}

.tag-post-count{

padding:12px 22px;

border-radius:40px;

background:#ede9fe;

color:#6d28d9;

font-weight:700;

white-space:nowrap;

}

/*==========================================
Grid
==========================================*/

.tag-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

@media(max-width:991px){

.tag-content-wrapper{

grid-template-columns:1fr;

}

.tag-section-heading{

flex-direction:column;

align-items:flex-start;

}

.tag-grid{

grid-template-columns:1fr;

}

}
/*==================================================
Tag Cards
==================================================*/

.tag-card{

background:#fff;

border-radius:22px;

overflow:hidden;

border:1px solid #eef2f7;

box-shadow:0 10px 35px rgba(15,23,42,.06);

transition:.35s;

height:100%;

}

.tag-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 55px rgba(109,40,217,.12);

}

.tag-card a{

display:flex;

flex-direction:column;

height:100%;

text-decoration:none;

color:inherit;

}

.tag-card-image{

aspect-ratio:16/9;

overflow:hidden;

background:#f8fafc;

}

.tag-card-image img{

width:100%;

height:100%;

display:block;

object-fit:cover;

transition:.45s;

}

.tag-card:hover img{

transform:scale(1.08);

}

.tag-card-content{

padding:24px;

display:flex;

flex-direction:column;

flex:1;

}

.tag-card-category{

display:inline-flex;

align-items:center;

width:max-content;

padding:7px 15px;

border-radius:40px;

background:#f3e8ff;

color:#6d28d9;

font-size:12px;

font-weight:700;

letter-spacing:.4px;

text-transform:uppercase;

margin-bottom:18px;

}

.tag-card-content h3{

font-size:24px;

line-height:1.4;

margin-bottom:16px;

color:#111827;

transition:.3s;

}

.tag-card:hover h3{

color:#6d28d9;

}

.tag-card-content p{

color:#64748b;

line-height:1.8;

margin-bottom:22px;

flex:1;

}

.tag-card-meta{

display:flex;

justify-content:space-between;

font-size:14px;

color:#64748b;

padding-top:18px;

border-top:1px solid #eef2f7;

margin-bottom:20px;

flex-wrap:wrap;

gap:10px;

}

.tag-card-meta span{

display:flex;

align-items:center;

gap:8px;

}

.tag-card-meta i{

color:#6d28d9;

}

.tag-read-more{

display:flex;

align-items:center;

gap:10px;

font-weight:700;

color:#6d28d9;

transition:.3s;

margin-top:auto;

}

.tag-card:hover .tag-read-more{

gap:16px;

}

/* Empty */

.tag-empty{

grid-column:1/-1;

padding:80px 30px;

background:#fff;

border-radius:24px;

text-align:center;

box-shadow:0 10px 30px rgba(15,23,42,.06);

}

.tag-empty i{

font-size:60px;

color:#6d28d9;

margin-bottom:20px;

}

.tag-empty h3{

font-size:32px;

margin-bottom:15px;

}

.tag-empty p{

color:#64748b;

line-height:1.8;

}

/*==================================================
Tag Pagination
==================================================*/

.tag-pagination{

margin-top:60px;

display:flex;

justify-content:center;

}

.tag-pagination ul{

display:flex;

align-items:center;

gap:12px;

padding:0;

margin:0;

list-style:none;

}

.tag-pagination li{

margin:0;

}

.tag-pagination a,
.tag-pagination span{

display:flex;

align-items:center;

justify-content:center;

min-width:48px;

height:48px;

padding:0 18px;

border-radius:14px;

background:#fff;

border:1px solid #e5e7eb;

color:#334155;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.tag-pagination a:hover{

background:#6d28d9;

border-color:#6d28d9;

color:#fff;

}

.tag-pagination .current{

background:#6d28d9;

border-color:#6d28d9;

color:#fff;

}

/*==================================================
Tag Sidebar
==================================================*/

.tag-sidebar{

display:flex;

flex-direction:column;

gap:25px;

position:sticky;

top:120px;

height:max-content;

}

.tag-widget{

background:#fff;

padding:25px;

border-radius:20px;

box-shadow:0 12px 35px rgba(15,23,42,.06);

}

.tag-widget h3{

font-size:22px;

margin-bottom:20px;

color:#111827;

}

/* Search */

.tag-search-form{

display:flex;

gap:10px;

}

.tag-search-form input{

flex:1;

height:54px;

padding:0 18px;

border:1px solid #e5e7eb;

border-radius:12px;

outline:none;

}

.tag-search-form button{

width:54px;

border:none;

border-radius:12px;

background:#6d28d9;

color:#fff;

cursor:pointer;

}

/* Recent */

.tag-recent-list{

list-style:none;

padding:0;

margin:0;

}

.tag-recent-list li{

margin-bottom:18px;

padding-bottom:18px;

border-bottom:1px solid #eef2f7;

}

.tag-recent-list li:last-child{

margin-bottom:0;

padding-bottom:0;

border:none;

}

.tag-recent-list a{

display:flex;

gap:15px;

text-decoration:none;

color:inherit;

}

.tag-recent-list img{

width:85px;

height:85px;

border-radius:14px;

object-fit:cover;

}

.tag-recent-list h4{

font-size:16px;

line-height:1.5;

margin-bottom:6px;

}

.tag-recent-list span{

font-size:13px;

color:#64748b;

}

/* Categories */

.tag-category-list{

list-style:none;

padding:0;

margin:0;

}

.tag-category-list li{

margin-bottom:12px;

}

.tag-category-list a{

display:flex;

justify-content:space-between;

align-items:center;

padding:14px 16px;

background:#f8fafc;

border-radius:14px;

text-decoration:none;

color:#334155;

transition:.3s;

}

.tag-category-list strong{

background:#6d28d9;

color:#fff;

min-width:34px;

height:34px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:13px;

}

.tag-category-list a:hover{

background:#f3e8ff;

}

/* Tag Cloud */

.tag-cloud{

display:flex;

flex-wrap:wrap;

gap:12px;

}

.tag-cloud a{

padding:10px 16px;

background:#f3e8ff;

border-radius:30px;

text-decoration:none;

color:#6d28d9;

font-size:14px !important;

transition:.3s;

}

.tag-cloud a:hover{

background:#6d28d9;

color:#fff;

}

/* Tools */

.tag-tools-list{

list-style:none;

padding:0;

margin:0;

}

.tag-tools-list li{

margin-bottom:12px;

}

.tag-tools-list a{

display:block;

padding:14px 16px;

background:#f8fafc;

border-radius:14px;

text-decoration:none;

color:#334155;

transition:.3s;

}

.tag-tools-list a:hover{

background:#6d28d9;

color:#fff;

}

/* Newsletter */

.tag-newsletter{

background:linear-gradient(135deg,#6d28d9,#4f46e5);

}

.tag-newsletter h3,

.tag-newsletter p{

color:#fff;

}

.tag-newsletter p{

margin-bottom:18px;

line-height:1.8;

}

.tag-newsletter form{

display:flex;

flex-direction:column;

gap:14px;

}

.tag-newsletter input{

height:52px;

padding:0 16px;

border:none;

border-radius:12px;

}

.tag-newsletter button{

height:52px;

border:none;

border-radius:12px;

background:#fff;

color:#6d28d9;

font-weight:700;

cursor:pointer;

}

@media(max-width:991px){

.tag-sidebar{

position:relative;

top:0;

}

}

/*==================================================
Tag SEO
==================================================*/

.tag-seo-section{

padding:90px 0;

background:#fff;

}

.tag-seo-content{

max-width:900px;

margin:auto;

text-align:center;

}

.tag-seo-content h2{

font-size:42px;

margin-bottom:25px;

color:#111827;

}

.tag-seo-content p{

font-size:17px;

line-height:2;

color:#64748b;

margin-bottom:20px;

}

/*==================================================
Tag FAQ
==================================================*/

.tag-faq-section{

padding:0 0 90px;

background:#fff;

}

.tag-section-title{

text-align:center;

margin-bottom:50px;

}

.tag-section-title h2{

font-size:42px;

color:#111827;

}

.tag-faq-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.tag-faq-item{

padding:32px;

background:#f8fafc;

border-radius:22px;

transition:.35s;

}

.tag-faq-item:hover{

transform:translateY(-6px);

box-shadow:0 15px 40px rgba(15,23,42,.08);

}

.tag-faq-item h3{

font-size:22px;

margin-bottom:16px;

color:#111827;

}

.tag-faq-item p{

line-height:1.9;

color:#64748b;

}

@media(max-width:768px){

.tag-faq-grid{

grid-template-columns:1fr;

}

.tag-seo-content h2,

.tag-section-title h2{

font-size:30px;

}

.tag-seo-content p{

font-size:16px;

}

}
/*==========================================
Tag Empty
==========================================*/

.tag-empty{

grid-column:1/-1;

padding:80px 35px;

background:#fff;

border-radius:24px;

text-align:center;

box-shadow:0 15px 40px rgba(15,23,42,.08);

}

.tag-empty i{

font-size:60px;

color:#6d28d9;

margin-bottom:20px;

}

.tag-empty h3{

font-size:34px;

margin-bottom:18px;

}

.tag-empty p{

max-width:520px;

margin:0 auto 25px;

line-height:1.9;

color:#64748b;

}

.tag-empty a{

display:inline-flex;

align-items:center;

justify-content:center;

padding:15px 30px;

border-radius:12px;

background:#6d28d9;

color:#fff;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.tag-empty a:hover{

background:#5b21b6;

}

@media(max-width:576px){

.tag-card-content{

padding:20px;

}

.tag-card-content h3{

font-size:22px;

}

.tag-featured-content{

padding:26px;

}

.tag-featured-content h2{

font-size:28px;

}

.tag-pagination a,
.tag-pagination span{

min-width:42px;

height:42px;

padding:0 14px;

font-size:14px;

}

}

.tag-search-form input:focus,
.tag-search-form button:focus,
.tag-filter-select select:focus{

outline:none;

border-color:#6d28d9;

box-shadow:0 0 0 4px rgba(109,40,217,.15);

}

.tag-card{

display:flex;

flex-direction:column;

height:100%;

}

.tag-card a{

display:flex;

flex-direction:column;

height:100%;

}

.tag-card-content{

display:flex;

flex-direction:column;

flex:1;

}

.tag-read-more{

margin-top:auto;

}

/*==================================================
Final Hover Effects
==================================================*/

.tag-card,
.tag-widget,
.tag-featured-card{

transition:all .35s ease;

}

.tag-card{

position:relative;

overflow:hidden;

}

.tag-card::before{

content:"";

position:absolute;

top:0;

left:-100%;

width:100%;

height:3px;

background:linear-gradient(90deg,#6d28d9,#8b5cf6);

transition:.35s;

}

.tag-card:hover::before{

left:0;

}

/*==================================================
Selection
==================================================*/

.tag-page ::selection{

background:#6d28d9;

color:#fff;

}

@media print{

.tag-sidebar,

.tag-filter-section,

.tag-pagination{

display:none;

}

.tag-main{

width:100%;

}

}

@media(min-width:1200px){

.tag-sidebar{

top:110px;

}

}