/* =========================================
PHONIYO HOME
CLEAN & OPTIMIZED CSS
========================================= */

/* =========================================
GLOBAL + ASTRA FIX
========================================= */

.home .site{
    overflow:hidden;
}

.home .site-content,
.home .site-main,
.home article,
.home .entry-content{
    padding:0 !important;
    margin:0 !important;
    width:100% !important;
    max-width:100% !important;
}

.home .entry-content.clear{
    max-width:100% !important;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container{
    background:#020135;
}

.ast-container{
    background:#f6f7fb;
}

.phoniyo-home{
    max-width:1200px;
    width:100%;
    margin:0 auto;
    padding:0 20px;
    background:#f6f7fb;
    overflow:hidden;
}

/* =========================================
COMMON SECTION
========================================= */

.home-section,
.phoniyo-section{
    margin-top:20px;
    background: #fff;
    padding: 15px;
    border-radius: 7px;
}

.dark-section{
    background:#05014a;
}

.section-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:15px;
}

.section-head.center{
    justify-content:center;
    text-align:center;
}

.section-title,
.section-head h2{
    font-size:20px;
    font-weight:700;
    line-height:1.2;
    color:#111;
    margin:0 0 10px;
}

.section-title.white{
    color:#fff;
}

.section-sub{
    color:#777;
    margin:0;
}

.section-sub.light{
    color:#c7cbff;
}

.view-all-btn,
.section-link{
    text-decoration:none;
    font-weight:700;
    color:#05014a;
}

/* =========================================
TECH NEWS SECTION
PRO LAYOUT
========================================= */

.tech-news-section{
    margin-top:15px;
}

.tech-news-wrap{
    max-width:1200px;
    margin:0 auto;
    background:#fff;
    border-radius:7px;
    padding:28px;
    display:grid;
    grid-template-columns:1.6fr .85fr;
    gap:28px;
    box-shadow:0 10px 35px rgba(0,0,0,.04);
    overflow:hidden;
}

/* =========================
LINKS
========================= */

.tech-featured-news a,
.tech-small-news a{
    text-decoration:none;
    color:#111;
}

/* =========================
LEFT FEATURED POST
========================= */

.tech-featured-news{
    display:flex;
    flex-direction:column;
    height:100%;
}

.tech-featured-image{
    border-radius:7px;
    overflow:hidden;
    background:#f5f7fb;
}

.tech-featured-image img{
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.tech-featured-news:hover .tech-featured-image img{
    transform:scale(1.03);
}

/* CONTENT */

.tech-featured-content{
    padding-top:18px;
}

.tech-news-time{
    font-size:13px;
    color:#8b8b8b;
    margin-bottom:10px;
    font-weight:500;
}

.tech-featured-content h2{
    font-size:18px;
    line-height:1.22;
    font-weight:800;
    color:#111;
    margin:0;
    letter-spacing:-.3px;
}

/* =========================
RIGHT SIDE
========================= */

.tech-side-news{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:100%;
}

/* PAGE */

.news-page{
    display:none;
    flex-direction:column;
    gap:18px;
}

.news-page.active{
    display:flex;
}

/* SMALL CARD */

.tech-small-news{
    padding-bottom:18px;
    border-bottom:1px solid #eceef3;
}

.tech-small-news:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.tech-small-news a{
    display:grid;
    grid-template-columns:120px 1fr;
    gap:16px;
    align-items:center;
}

/* IMAGE */

.small-news-image{
    border-radius:7px;
    overflow:hidden;
    background:#f5f7fb;
}

.small-news-image img{
    width:100%;
    height:122px;
    object-fit:cover;
    display:block;
    transition:.3s;
}

.tech-small-news:hover .small-news-image img{
    transform:scale(1.05);
}

/* CONTENT */

.small-news-content{
    min-width:0;
}

.small-news-content h3{
    font-size:16px;
    line-height:1.35;
    color:#111;
    font-weight:700;
    margin:0;
    letter-spacing:-.2px;
}

/* =========================
ARROWS
========================= */

.news-nav{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    margin-top:24px;
}

.news-arrow{
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#f4f5f9;
    color:#111;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.news-arrow:hover{
    background:#05014a;
    color:#fff;
    transform:translateY(-2px);
}

.news-arrow i{
    font-size:12px;
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

.tech-news-wrap{
    grid-template-columns:1fr;
}

.tech-featured-content h2{
    font-size:16px;
}

.tech-side-news{
    margin-top:10px;
}

}

/* =========================
MOBILE
========================= */

@media(max-width:767px){

.tech-news-wrap{
    padding:18px;
    border-radius:20px;
    gap:22px;
}

.tech-featured-content h2{
    font-size:16px;
}

.tech-small-news a{
    grid-template-columns:95px 1fr;
    gap:14px;
}

.small-news-image img{
    height:72px;
}

.small-news-content h3{
    font-size:15px;
}

.news-nav{
    justify-content:center;
    margin-top:20px;
}

.news-arrow{
    width:36px;
    height:36px;
}

}
/* =========================================
BANNER
========================================= */

.phoniyo-banner-section{
    background:#06005a;
    border-radius:7px;
    overflow:hidden;
    margin-top:100px;
}

.phoniyo-banner-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:70px;
}

.phoniyo-banner-left{
    max-width:500px;
}

.banner-mini-title{
    color:#ffcb21;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.phoniyo-banner-left h2{
    color:#fff;
    font-size:30px;
    line-height:1.1;
    font-weight:700;
    margin:18px 0;
}

.phoniyo-banner-left p{
    color:#c9c9ff;
    font-size:16px;
    line-height:1.7;
}

.banner-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#ffcb21;
    color:#111;
    text-decoration:none;
    font-weight:700;
    padding:10px 18px;
    border-radius:7px;
    margin-top:5px;
}

.phoniyo-banner-right img{
    max-width:460px;
    width:100%;
}

/* =========================================
POPULAR PHONES
========================================= */

.popular-phone-card{
    background:#fff;
    border-radius:7px;
    overflow:hidden;
    text-decoration:none;
    color:#111;
    box-shadow:0 5px 18px rgba(0,0,0,.05);
    transition:.3s;
}

.popular-phone-card:hover{
    transform:translateY(-5px);
}

.popular-phone-image{
    background:#f5f7ff;
    text-align:center;
}

.popular-phone-image img{
    width:100%;
    object-fit:contain;
}

.popular-phone-content{
    padding:20px;
}

.popular-phone-content h3{
    font-size:18px;
    font-weight:700;
    margin:0 0 8px;
}

.popular-phone-content span{
    color:#666;
    font-size:14px;
}

/* =========================================
BROWSE CATEGORIES
========================================= */

.browse-categories-section{
    margin-top:70px;
}

.browse-category-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.browse-category-card{
    position:relative;
    background:#fff;
    border-radius:7px;
    padding:30px;
    text-decoration:none;
    color:#111;
    overflow:hidden;
    transition:.35s ease;
    border:1px solid #eceef5;
    box-shadow:0 6px 24px rgba(0,0,0,.04);
}

.browse-category-card:hover{
    transform:translateY(-6px);
    box-shadow:0 14px 35px rgba(0,0,0,.08);
}

.browse-category-card::before{
    content:"";
    position:absolute;
    top:-60px;
    right:-60px;
    width:160px;
    height:160px;
    background:linear-gradient(135deg,#f5f7ff,#eef1ff);
    border-radius:50%;
}

.browse-category-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:28px;
    position:relative;
    z-index:2;
}

.browse-category-icon{
    width:58px;
    height:58px;
    border-radius:7px;
    background:#05014a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    box-shadow:0 10px 25px rgba(5,1,74,.18);
}

.browse-category-badge{
    background:#f5f6fb;
    color:#555;
    font-size:12px;
    font-weight:700;
    padding:8px 14px;
    border-radius:7px;
    letter-spacing:.3px;
}

.browse-category-card h3{
    font-size:20px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 14px;
    color:#111;
    position:relative;
    z-index:2;
}

.browse-category-card p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin:0;
    position:relative;
    z-index:2;
}

.browse-category-bottom{
    margin-top:28px;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    font-weight:700;
    color:#05014a;
    position:relative;
    z-index:2;
}

.browse-category-bottom i{
    transition:.3s;
}

.browse-category-card:hover .browse-category-bottom i{
    transform:translateX(5px);
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

.browse-category-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.browse-category-grid{
    grid-template-columns:1fr;
    gap:18px;
}

.browse-category-card{
    padding:24px;
    border-radius:7px;
}

.browse-category-card h3{
    font-size:24px;
}

.browse-category-card p{
    font-size:15px;
}

}

/* =========================================
COMPARISON
========================================= */

.comparison-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.comparison-box{
    background:#fff;
    border-radius:7px;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.compare-phone{
    text-align:center;
}

.compare-phone img{
    width:100px;
    margin-bottom:12px;
}

.compare-phone span{
    display:block;
    font-weight:700;
}

.vs-text{
    font-size:28px;
    font-weight:800;
    color:#05014a;
}

/* =========================================
LATEST REVIEWS
========================================= */

/* CARD */

.review-mini-card{
    background:#fff;
    border-radius:7px;
    overflow:hidden;
    text-decoration:none;
    color:#111;
    transition:.3s;
    display:flex;
    flex-direction:column;
    box-shadow:0 4px 18px rgba(0,0,0,.04);
}

.review-mini-card:hover{
    transform:translateY(-5px);
}

/* IMAGE */

.review-mini-image{
    width:100%;
    background:#f6f7fb;
    overflow:hidden;
}

.review-mini-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

/* CONTENT */

.review-mini-content{
    padding:20px;
}

/* TITLE */

.review-mini-content h3{
    font-size:18px;
    line-height:1.45;
    font-weight:700;
    margin:0 0 12px;
    color:#111;
}

/* TIME */

.review-time{
    font-size:13px;
    color:#777;
    margin-bottom:14px;
}

/* RATING */

.review-rating-wrap{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.review-stars{
    display:flex;
    align-items:center;
    gap:3px;
    color:#ffb400;
    font-size:14px;
    line-height:1;
}

.review-rating-number{
    font-size:14px;
    font-weight:700;
    color:#111;
}

/* RESPONSIVE */

@media(max-width:767px){




.review-mini-content{
    padding:18px;
}

.review-mini-content h3{
    font-size:17px;
}

}

/* =========================================
FILTER TAGS
========================================= */

.brand-box,
.price-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    min-height:70px;
    background:#f8f9ff;
    border:1px solid #eceef8;
    border-radius:12px;
    text-decoration:none;
    color:#111;
    font-weight:600;
    transition:.3s;
}

.brand-box:hover,
.price-box:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.brand-box img{
    width:24px;
    height:24px;
    object-fit:contain;
}

.price-box{
    font-size:15px;
}

/* =========================================
SUBSCRIBE
========================================= */

.subscribe-section{
    margin-top:15px;
    background: linear-gradient(90deg, #504d6a, #35323e);
    border-radius:7px;
    padding:15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.subscribe-left{
    display:flex;
    align-items:center;
    gap:20px;
}

.subscribe-left i{
    font-size:40px;
    color:#fff;
}

.subscribe-left h3{
    color:#fff;
    font-size:27px;
    font-weight:800;
    margin:0 0 5px;
}

.subscribe-left p{
    color:#d8d8ff;
    margin:0;
}

.subscribe-form{
    display:flex;
    align-items:center;
    gap:12px;
    width:100%;
    max-width:520px;
}

.subscribe-form input{
    flex:1;
    height:56px;
    border:none;
    border-radius:7px;
    padding:0 18px;
}

.subscribe-form button{
    border:none;
    background:#ffcb21;
    color:#111;
    font-weight:700;
    height:56px;
    padding:0 24px;
    border-radius:7px;
    cursor:pointer;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

.tech-news-wrap{
    grid-template-columns:1fr;
}

.tech-featured-image img{
    height:320px;
}


.category-grid,
.why-grid,
.filter-tags{
    grid-template-columns:repeat(2,1fr);
}

.comparison-row{
    grid-template-columns:1fr;
}

.phoniyo-banner-content,
.subscribe-section{
    flex-direction:column;
}

}

@media(max-width:767px){

.phoniyo-home{
    padding:0 15px;
}

.tech-news-wrap{
    padding:20px;
    border-radius:7px;
}

.tech-featured-image img{
    height:240px;
}

.tech-featured-content h2{
    font-size:16px;
}

.tech-small-news a{
    gap:14px;
}

.small-news-image img{
    width:95px;
    height:75px;
}

.small-news-content h3{
    font-size:16px;
}

.news-nav{
    position:relative;
    justify-content:center;
    margin-top:25px;
}


.category-grid,
.why-grid,
.filter-tags{
    grid-template-columns:1fr;
}

.phoniyo-banner-content{
    padding:35px 25px;
}
.why-phoniyo-section{
    padding:35px 25px;
}

.subscribe-form{
    flex-direction:column;
}

.subscribe-form button{
    width:100%;
}

}

/* =========================================
GLOBAL SLIDER
========================================= */

.phoniyo-slider-wrap{
    position:relative;
}

.phoniyo-slider{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding:4px;
}

.phoniyo-slider::-webkit-scrollbar{
    display:none;
}

/* CARDS */

.popular-phone-card,
.review-mini-card{
    min-width:280px;
    flex:0 0 280px;
}

/* ARROWS */

.slider-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:38px;
    height:38px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#111;
    box-shadow:0 4px 14px rgba(0,0,0,.08);
    z-index:20;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s ease;
}

.slider-arrow:hover{
    transform:translateY(-50%) scale(1.05);
    background:#05014a;
    color:#fff;
}

.slider-prev{
    left:-18px;
}

.slider-next{
    right:-18px;
}

/* MOBILE */

@media(max-width:767px){

.slider-arrow{
    display:none;
}

.popular-phone-card,
.review-mini-card{
    min-width:240px;
    flex:0 0 240px;
}

}
/* =========================================
LATEST REVIEW SLIDER FIX
========================================= */

.latest-review-grid::-webkit-scrollbar{
    display:none;
}

/* CARD */

.review-mini-card{
    min-width:280px;
    flex:0 0 280px;
}

/* MOBILE */

@media(max-width:767px){

.review-mini-card{
    min-width:240px;
    flex:0 0 240px;
}

}

/* =========================================
MODERN CATEGORY SECTION
========================================= */

.browse-category-modern-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

/* CARD */

.browse-modern-card{
    position:relative;
    overflow:hidden;
    border-radius:7px;
    min-height:220px;
    text-decoration:none;
    display:block;
    background:#111;
    transition:.35s ease;
    box-shadow:0 6px 22px rgba(0,0,0,.05);
}

/* IMAGE */

.browse-modern-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .5s ease;
}

/* OVERLAY */

.browse-modern-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.78) 0%,
        rgba(0,0,0,.35) 45%,
        rgba(0,0,0,.08) 100%
    );
}

/* CONTENT */

.browse-modern-content{
    position:absolute;
    left:24px;
    right:24px;
    bottom:22px;
    z-index:5;
}

/* SMALL TEXT */

.browse-modern-content span{
    display:block;
    color:rgba(255,255,255,.78);
    font-size:13px;
    font-weight:500;
    margin-bottom:8px;
    letter-spacing:.2px;
}

/* TITLE */

.browse-modern-content h3{
    font-size:26px;
    line-height:1.15;
    font-weight:800;
    color:#fff;
    margin:0;
    letter-spacing:-.5px;
}

/* HOVER */

.browse-modern-card:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 40px rgba(0,0,0,.12);
}

.browse-modern-card:hover img{
    transform:scale(1.06);
}

/* =========================================
TABLET
========================================= */

@media(max-width:991px){

.browse-category-modern-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/* =========================================
MOBILE
========================================= */

@media(max-width:767px){

.browse-category-modern-grid{
    grid-template-columns:1fr;
    gap:18px;
}

.browse-modern-card{
    min-height:200px;
}

.browse-modern-content{
    left:20px;
    right:20px;
    bottom:20px;
}

.browse-modern-content h3{
    font-size:22px;
}

}
.phoniyo-nav {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* =========================================
TRENDING SECTION
========================================= */

.trending-phones-section{
    padding:20px 0;
}

/* GRID */

.trending-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

/* CARD */

.trending-phone-card{
    background:#fff;
    border-radius:7px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    position:relative;
    transition:.35s ease;
    box-shadow:0 5px 20px rgba(0,0,0,.04);
}

.trending-phone-card:hover{
    transform:translateY(-6px);
}

/* HOT BADGE */

.hot-badge{
    position:absolute;
    top:6px;
    left:1px;
    background:#ff3d3d;
    color:#fff;
    padding:10px 16px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    z-index:5;
}

/* IMAGE */

.trending-phone-image{
    display:block;
    background:#f5f7fb;
    padding:5px;
    text-align:center;
}

.trending-phone-image img{
    max-height:280px;
}

/* CONTENT */

.trending-phone-content{
    padding:28px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.trending-phone-content h3{
    font-size:18px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:8px;
}

.trending-phone-content h3 a{
    text-decoration:none;
    color:#111;
}

/* PRICE */

.trending-phone-price{
    font-size:14px;
    font-weight:800;
    margin-bottom:0px;
    display:none;
}

/* META */

.trending-meta{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:0px;
    color:#666;
    font-size:14px;
}

/* RESPONSIVE */

@media(max-width:991px){

.trending-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.trending-grid{
    grid-template-columns:1fr;
}

}

/* =========================================
EDITOR PICKS
========================================= */

.editor-picks-section{
    padding:20px 0;
}

/* GRID */

.editor-picks-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

/* CARD */

.editor-phone-card{
    background:#fff;
    border-radius:7px;
    flex-direction: column;
    display: flex;
    overflow:hidden;
    position:relative;
    transition:.35s ease;
    box-shadow:0 5px 20px rgba(0,0,0,.04);
}

.editor-phone-card:hover{
    transform:translateY(-6px);
}

/* BADGE */

.editor-badge{
    position:absolute;
    top:142px;
    left:26px;
    background:#ffcb21;
    color:#111;
    padding:10px 16px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    z-index:5;
}

/* IMAGE */

.editor-phone-image{
    display:block;
    background:#f5f7fb;
    padding:5px;
    text-align:center;
}

.editor-phone-image img{
    max-height:260px;
}

/* CONTENT */

.editor-phone-content{
    padding:26px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.editor-phone-content h3{
    font-size:18px;
    line-height:1.4;
    font-weight:700;
    margin-bottom:8px;
}

.editor-phone-content h3 a{
    color:#111;
    text-decoration:none;
}

.editor-phone-price{
    font-size:14px;
    margin-bottom:0px;
}

/* RESPONSIVE */

@media(max-width:991px){

.editor-picks-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.editor-picks-grid{
    grid-template-columns:1fr;
}

}

.uni-quick-compare{

    background:#fff;

    border-radius:7px;

    padding:35px;

    margin:15px 0;
}

.uni-section-head{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:25px;
}

.uni-section-head h2{

    margin:0;

    font-size:20px;

    font-weight:700;
}

.uni-view-all{

    color:#05004e;

    font-weight:700;

    text-decoration:none;
}

.uni-compare-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;
}

@media(max-width:767px){

.uni-compare-grid{

    display:flex;
    flex-direction:column;
}

}

.uni-compare-card{

    background:#f8f9fc;

    border:1px solid #ececf4;

    border-radius:7px;
    display:flex;
    flex-direction:column;

    padding:20px;

    text-align:center;

    text-decoration:none;

    transition:.3s;
}

.uni-compare-card:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.uni-phones{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    margin-bottom:15px;
}

.uni-phone img{

    width:80px;

    height:80px;

    object-fit:contain;
}

.uni-vs{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#05004e;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;
}

.uni-compare-card h3{

    font-size:16px;

    line-height:1.5;

    color:#111;

    margin-bottom:10px;
}

.uni-compare-link{

    color:#05004e;

    font-weight:600;
    display: flex;
    /* flex: 1; */
    margin-top: auto;
    flex-direction: column;
    
}

.popular-phone-rating{
    display:flex;
    align-items:center;
    gap:2px;
    display:none;
    color:#ffb400;
    font-size:14px;
    margin-top:8px;
}

.popular-rating-number{
    color:#666;
    font-weight:600;
    margin-left:6px;
}
#brand-home-farea{
    margin-top:0px !important;
}