@charset "UTF-8";

html, body{
    overflow-x:hidden !important;
}

.container{
    max-width:100%;
    overflow:hidden;
}

.row{
    margin-left:0 !important;
    margin-right:0 !important;
}

.product-card{
    width:100%;
    overflow:hidden;
}

/* SAME PRODUCT CATEGORY DESIGN */

.product-card{
border:1px solid #e6e6e6;
border-radius:10px;
padding:15px;
transition:.3s;
background:#fff;
box-shadow:0 2px 6px rgba(0,0,0,.04);
height:100%;
}

.product-card:hover{
transform:translateY(-5px);
box-shadow:0 8px 18px rgba(0,0,0,.1);
}

.product-thumb{
    width:100%;
    height:auto;              /* 🔥 FIX */
    max-height:220px;
    object-fit:contain;
}


.product-card h4,
.product-card p{
    word-break:break-word;
}

.product-card:hover .product-thumb{
transform:scale(1.03);
}

.product-card h4 a{
font-size:18px;
font-weight:600;
color:#333;
text-decoration:none;
}

.product-card h4 a:hover{
color:#007bff;
}

.btn-primary:hover{
background:#000!important;
border-color:#000!important;
}



/* ===== PREMIUM AREA INTRO ===== */

.area-intro{
background:linear-gradient(135deg,#f7fbff,#ffffff);
border-top:1px solid #eee;
}

.area-title{
font-size:34px;
font-weight:700;
color:#222;
line-height:1.4;
}

.area-title span{
color:#00a79d;
}

.lead-text{
font-size:18px;
color:#555;
line-height:1.8;
}

.sub-text{
color:#666;
margin-top:10px;
}

.trust-card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
border-left:5px solid #00a79d;
}

.trust-card ul{
padding-left:0;
list-style:none;
}

.trust-card li{
margin-bottom:10px;
font-size:15px;
color:#444;
}

.rating-box{
background:#f1f9f8;
padding:10px;
border-radius:8px;
font-weight:600;
color:#00a79d;
text-align:center;
}

.btn-primary{
background:#00a79d;
border-color:#00a79d;
}

.btn-primary:hover{
background:#000;
border-color:#000;
}

.area-page-title{
    margin-top:0 !important;
    margin-bottom:10px !important;
}

.last-updated-text{

    font-size:14px;

    color:#98a2b3;

    margin-top:14px;
}

/* =========================
PREMIUM SEO SECTION
========================= */

.premium-seo-section{

    background:
    linear-gradient(135deg,#f8fffe 0%,#eefaf8 100%);

    position:relative;

    overflow:hidden;
}

.premium-seo-wrapper{

    background:#fff;

    border-radius:32px;

    padding:70px;

    box-shadow:
    0 10px 50px rgba(15,23,42,0.06);

    border:1px solid rgba(0,167,157,0.08);

    position:relative;

    overflow:hidden;
}

.premium-seo-wrapper::before{

    content:"";

    position:absolute;

    top:-120px;
    right:-120px;

    width:260px;
    height:260px;

    background:
    rgba(0,167,157,0.05);

    border-radius:50%;
}

.seo-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    background:
    rgba(0,167,157,0.10);

    border-radius:50px;

    margin-bottom:24px;

    font-size:14px;

    font-weight:700;

    color:#00a79d;
}

.premium-seo-title{

    font-size:52px;

    line-height:1.2;

    font-weight:800;

    color:#0f172a;

    margin-bottom:26px;
}

.premium-seo-title span{

    color:#00a79d;
}

.premium-seo-subtitle{

    font-size:19px;

    line-height:1.9;

    color:#475467;

    margin-bottom:30px;
}

.premium-seo-content p{

    font-size:17px;

    line-height:1.9;

    color:#667085;

    margin-bottom:20px;
}

.premium-seo-content a{

    color:#00a79d;

    font-weight:700;

    text-decoration:none;
}

.premium-seo-content a:hover{

    text-decoration:underline;
}

.premium-trust-card{

    background:
    linear-gradient(135deg,#00a79d 0%,#00897f 100%);

    border-radius:28px;

    padding:45px;

    color:#fff;

    position:relative;

    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(0,167,157,0.20);
}

.premium-trust-card::before{

    content:"";

    position:absolute;

    width:220px;
    height:220px;

    background:
    rgba(255,255,255,0.08);

    border-radius:50%;

    top:-100px;
    right:-100px;
}

.trust-icon{

    width:72px;
    height:72px;

    border-radius:20px;

    background:
    rgba(255,255,255,0.15);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:28px;
}

.premium-trust-card h4{

    font-size:30px;

    font-weight:800;

    line-height:1.4;

    margin-bottom:32px;
}

.trust-feature-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:16px;
}

.trust-feature-item{

    background:
    rgba(255,255,255,0.12);

    border-radius:16px;

    padding:16px 18px;

    font-size:15px;

    font-weight:600;

    display:flex;

    align-items:center;

    gap:10px;

    backdrop-filter:blur(10px);
}

.trust-feature-item span{

    color:#fff;

    font-weight:900;
}

.trust-rating-box{

    margin-top:35px;

    background:
    rgba(255,255,255,0.12);

    border-radius:18px;

    padding:18px 22px;

    display:flex;

    align-items:center;

    gap:18px;
}

.rating-number{

    width:70px;
    height:70px;

    border-radius:18px;

    background:#fff;

    color:#00a79d;

    font-size:28px;

    font-weight:800;

    display:flex;

    align-items:center;

    justify-content:center;
}

.trust-rating-box span{

    display:block;

    font-size:16px;

    font-weight:700;
}

.trust-rating-box small{

    color:#d1fae5;

    font-size:14px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

.premium-seo-wrapper{

    padding:40px 28px;
}

.premium-seo-title{

    font-size:38px;
}

.premium-trust-card{

    margin-top:30px;
}

}

@media(max-width:576px){

.premium-seo-title{

    font-size:30px;
}

.premium-seo-subtitle{

    font-size:16px;
}

.trust-feature-grid{

    grid-template-columns:1fr;
}

.premium-trust-card{

    padding:30px 24px;
}

}


/* =========================
PAGINATION DESIGN
========================= */

.pagination-wrapper{
margin-top:40px;
overflow-x:auto;
padding-bottom:10px;
}

.pagination{
gap:8px;
flex-wrap:wrap;
}

.page-link{

background:#fff;

color:#00a79d;

border:1px solid rgba(0,167,157,0.15);

padding:10px 16px;

border-radius:10px;

font-weight:700;

transition:all .25s ease;

box-shadow:
0 2px 8px rgba(0,0,0,0.04);
}

.page-link:hover{

background:#00a79d;

color:#fff;

border-color:#00a79d;

transform:translateY(-2px);
}

.page-item.active .page-link{

background:#00a79d !important;

color:#fff !important;

border-color:#00a79d !important;

box-shadow:
0 8px 20px rgba(0,167,157,0.25);
}

.page-item.disabled .page-link{

background:#f5f5f5;

color:#999;

border-color:#eee;

opacity:.7;
}

/* =========================
SEARCH FILTER
========================= */

.area-search-wrapper{

max-width:700px;

margin:25px auto 20px;

}

.area-search-input{

width:100%;

height:58px;

border:2px solid #e4e7ec;

border-radius:16px;

padding:0 20px;

font-size:16px;

font-weight:500;

outline:none;

transition:.3s;

background:#fff;

box-shadow:
0 6px 18px rgba(0,0,0,.05);

}

.area-search-input:focus{

border-color:#00a79d;

box-shadow:
0 0 0 4px rgba(0,167,157,.12);

}

.area-search-input::placeholder{

color:#98a2b3;

}

@media(max-width:768px){

.area-search-wrapper{

margin:18px auto;

}

.area-search-input{

height:52px;

font-size:15px;

}

}