.navbar-brand .icon {
    background: none !important;
}
.reviewIn{
    height: 44px !important;
    box-shadow: none !important;
    font-size: 15px !important;
    padding: 8px 10px 5px !important;
    color: #333 !important;
}
.reviewIn:focus {
    border-color: #51BAD6;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.4) !important;
}
.reviewBox{
    width: 100%;
}
.premiumBox h2{
    color: #e0e8eb;
    font-size: 22px;
}
.newH3{
    color: #989ea8;
    font-size: 20px;
    font-weight: 400;
}
.hisData {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0 !important;
}
.hisData .titleBox {
    background: #f3f3f5 none repeat scroll 0 0;
    border-bottom: 1px solid #d7dbde;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #2c3e50;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 50px 15px 20px;
    position: relative;
    text-transform: uppercase;
}
.hisUl{
    list-style: outside none none;
    margin: 0 !important;
    padding: 0 !important;
}
.hisUl li{
    border-bottom: 1px solid #dcdcdc;
    list-style: outside none none;
    margin: 0 !important;
    padding: 0 !important;
}
.hisUl li a {
    color: #1f313f;
    display: block;
    padding: 10px 20px;
    position: relative;
}
.hisUl li a:hover {
    background: #fbfcfc none repeat scroll 0 0;
    color: #ec4060;
}
.favicon {
    margin-right: 8px;
    vertical-align: -2px;
}
/* ---------------- NAVBAR ---------------- */
.navbar-default {
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 0;
}
.navbar-brand {
    font-size: 24px;
    font-weight: 700;
}
.themeLogoText span {
    color: #ef3e3e;
}

/* ---------------- HERO SECTION ---------------- */
.hero {
    background: linear-gradient(135deg,hsl(var(--hero-gradient-start)),hsl(var(--hero-gradient-end)));
    padding: 120px 0 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-heading-block {
    margin-top: 60px;
}
.hero h1 {
    font-weight: 700;
    font-size: 46px;
    color: #1d1d1f;
    line-height: 1.3;
    margin-top: 10px;
}
.hero h1 .red {
    color: #ef3e3e;
}
.hero p {
    max-width: 800px;
    margin: 20px auto 40px;
    font-size: 18px;
    color: hsl(var(--muted-foreground));
}

/* ---------------- SEARCH BAR ---------------- */
.search-box {
    max-width: 550px;
    margin: 0 auto 35px;
    position: relative;
}
.search-box input {
    width: 100%;
    height: 56px;
    border-radius: 16px;
    border: none;
    padding-left: 55px;
    font-size: 15px;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.12);
}
.search-box i {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 20px;
    color: #555;
}

.search-box input:focus-visible {
    border-color: hsl(var(--primary)) !important;

}

/* ---------------- CATEGORY BUTTONS ---------------- */
.category-wrap {
    text-align: center;
}
.category-btn {
    display: inline-block;
    margin: 2px;
    padding: 12px 22px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #eee;
    font-size: 14px;
    cursor: pointer;
}
.category-btn.active {
    background: #1e1f26;
    color: #ffffff;
}

/* Pills hover */
.category-btn:hover {
    background: #f9f9f9;
}

/* Make section space match screenshot */
.section-padding {
    padding: 70px 0;
}
.bottom-12{
    bottom: 12rem;
}
.left-30{
    left: 10rem;
}
.w-72 {
    width: 18rem;
}
.h-72 {
    height: 18rem;
}
.w-48{width:13rem}
.h-48{height:13rem}
.w-98{width:28rem}
.h-98{height:28rem}
.category-pill:hover {
    border-color: hsl(var(--primary) / .3);
    color: hsl(var(--foreground));
}
.category-pill {
    border-width: 1px;
    border-color: hsl(var(--border));
    background-color: hsl(var(--card));
    color: hsl(var(--muted-foreground));
}

/* container */
.mega-dropdown { position: static !important; cursor: pointer; }

.drop_seotoollink,.drop_seotoollink:hover,.drop_seotoollink:focus,.drop_seotoollink:active{
    text-decoration: none;
    color: hsl(var(--foreground));
}

.drop_tool .tool-icon {
    margin-right: 5px;
}
.mega-menu {
    width: 560px;
    padding: 22px 26px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #eee;
    position: absolute;
    top: 52px;
    left: 0;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    animation: megaFade .25s ease-out;
    z-index: 9999;
    opacity: 0;
    transform: translateY(10px);
}

/* animation */
@keyframes megaFade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Header */
.mega-header h4 {
    font-weight: 700;
    margin-bottom: 4px;
}
.mega-header p {
    color: #777;
    margin-bottom: 15px;
    font-size: 13px;
}

/* Tool item rows */
.tool-item {
    display: flex;
    margin-bottom: 14px;
}
.tool-title {
    font-weight: 600;
    font-size: 14px;
}
.tool-desc {
    font-size: 12px;
    color: #777;
}

/* footer link */
.mega-footer {
    text-align: center;
    margin-top: 12px;
}
.mega-footer a {
    color: #ef3e3e;
    font-weight: 600;
    text-decoration: none;
}
.mega-footer a {
    text-decoration: underline;
}
/* ---------- DESKTOP CENTERING ---------- */
.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* add spacing between items if needed */
.nav-center > li > a {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

/* signup button fix */
.signup {
     background-color: #d9534f;
     border-color: #d43f3a;
     border-radius: 10px;
     padding: 8px 20px !important;
     color: #fff !important;
     font-size: 16px;
}
.signup:hover {
    background-color: #cf4945 !important;
    border-color: #d43f3a !important;
}
.signin {
    font-size: 16px;
    padding: 16px 20px !important;
}
/* ---------- MOBILE MODE ---------- */
@media (max-width: 767px) {

    /* remove centering on mobile */
    .nav-center {
        position: static;
        transform: none;
        text-align: left;
        width: 100%;
    }

    /* make items full width */
    .nav-center > li {
        width: 100%;
    }

    .nav-center > li > a {
        padding: 12px 15px !important;
    }

    /* right items also stack inside collapse */
    .nav-auth {
        float: none !important;
        width: 100%;
        margin-top: 10px;
    }

    .nav-auth > li {
        width: 100%;
    }

    .nav-auth > li > a,
    .signup {
        display: block !important;
        width: 100%;
        text-align: left;
        margin: 4px 0;
        padding: 10px 15px !important;
    }

    .signup {
        border-radius: 8px !important;
    }
}

.mega-menu {
    display: none;
    opacity: 0;
    transform: translateY(12px);
    transition: all 220ms cubic-bezier(0.23, 0.82, 0.25, 1);
    position: absolute;
    top: 56px;
    left: 0;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    padding: 22px 26px;
    width: 560px;
    z-index: 9999;
}

/* When open */
.mega-dropdown.open .mega-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* CARET smooth rotation */
.mega-dropdown > a .caret {
    transition: transform 200ms ease;
}
.mega-dropdown.open > a .caret {
    transform: rotate(180deg);
}
.tool-item:hover {
    background: hsl(var(--hero-gradient-end));
    padding: 5px;
    border-radius: 6px;
}
.tool-item {
    padding: 5px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    animation-duration: .3s;
}

.tools-section {
    margin-top: 60px;
    margin-bottom: 20px;
}

.tools-title {
    font-weight: 700;
    font-size: 26px;
    color: #1d1d1f;
    margin-bottom: 5px;
}

.tools-subtitle {
    color: #777;
    margin-bottom: 25px;
}

.tools-grid {
    margin-bottom: 50px;
}

.tool-card {
    width: 100%;
    height: 190px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 5px 14px rgba(0,0,0,0.06);
    border: 1px solid #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 180ms ease;
    cursor: pointer;
}
.tool-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.12);
    border-color: #eee;
}
.widget_tool_box ul{
    padding-left: 0 !important;
}
    /* Icon bubble */
.tool-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #ffe9e5;
    color: #ef3e3e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    font-size: 18px;
}

.recentSec > .tool-icon{
    font-size: 22px;
    padding: 24px;
    margin-bottom: 0;
}

.tool-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1d1d1f;
}

.tool-card p {
    font-size: 13px;
    color: #777;
    line-height: 1.4;
}

/* animation when shown */
.tools-section.show {
    display: block;
    animation: fadeUp 550ms cubic-bezier(0.23, 0.82, 0.25, 1);
}

/* active pill */
.category-pill.active {
    background: #1e1f26 !important;
    color: #fff !important;
}


/* Main footer background + large padding */
.site-footer {
    background: #f5f6f8;
    padding: 90px 0 60px; /* increased top & bottom padding */
    color: #555;
    margin-top: 120px; /* extra space above footer */
}

/* Top footer section (columns) */
.footer-top {
    margin-bottom: 60px; /* more spacing before separator */
}

/* Footer column titles */
.footer-links h4,
.footer-about h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px; /* increased for better match */
    color: #1d1d1f;
}

/* Footer description */
.footer-about p {
    color: #6f6f6f;
    line-height: 1.7;
    font-size: 15px;
    max-width: 260px;
    margin-top: 10px;
}

/* Footer links spacing */
.footer-links ul li {
    margin-bottom: 12px; /* more room between links */
}

.footer-links ul li a {
    color: #555;
    font-size: 15px;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-links ul li a:hover {
    color: #ef3e3e;
}

/* Divider line */
.footer-divider {
    border-top: 1px solid #ddd;
    margin: 40px 0; /* more spacing above & below divider */
}

/* Copyright text */
.footer-bottom {
    font-size: 15px;
    color: #777;
}

.footer-logo{
    font-size: 24px;
    font-weight: 700;
}
.footer-logo span {
    color: #ef3e3e;
}

/* Section title */
.blog-feature-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1d1d1f;
}

/* Article Card */
.article-card-box:hover, .article-card-box:focus, .article-card-box:active{
    text-decoration: none;

}
.article-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    margin-bottom: 40px;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:-webkit-transform .2s ease-in-out;
    -o-transition:transform .2s ease-in-out;

}

/* Hover lift */
.article-card:hover {
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

/* Image wrapper */
.article-image {
    text-align: center;
}

.article-image img {
    width: 100%;
}

/* Content area */
.article-content {
    padding: 25px;
}

.article-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1d1d1f;
}

.article-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Arrow icon */
.article-arrow {
    font-size: 18px;
    color: #1d1d1f;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Section container */
.premium-section {
    background: #FFECE8; /* Your template soft peach color */
    padding: 70px 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}

/* Text title */
.premium-title {
    font-size: 36px;
    font-weight: 700;
    color: #1D1D1F;
    margin-bottom: 25px;
}

/* List */
.premium-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 35px;
}

.premium-list li {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.premium-list li i {
    color: #28a745; /* green checkmark */
    margin-right: 10px;
    font-size: 18px;
}

/* Premium button */
.premium-btn {
    background: #efb733; /* warm gold button */
    color: #1D1D1F;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all .25s;
}

.premium-btn i {
    margin-right: 6px;
}

.premium-btn:hover {
    background: #d8a22d;
}

.mt-35{
    margin-top: 35px;
}

.premium-image-wrapper img {
    position: absolute;
    transform: rotate(-30deg);
    transition: transform 0.3s ease;
    top: -65px;
}

@media (max-width: 768px) {
    .premium-image-wrapper img {
        display: none;
    }
}

/* Header */
.why-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 10px;
}

.why-header p {
    font-size: 15px;
    color: #6f6f6f;
    max-width: 620px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

/* Card */
.why-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 24px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.10);
}

/* Icon circle */
.why-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #ffe9e5;
    color: #ef3e3e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
}

/* Card text */
.why-card h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1d1d1f;
}

.why-card p {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.6;
    margin: 0;
}

.why-choose-section .row {
    display: flex;
    flex-wrap: wrap;
}

.why-choose-section .col-sm-6,
.why-choose-section .col-md-3 {
    display: flex;
}

/* Force cards to stretch equally */
.why-card {
    width: 100%;
    height: 100%;
}
.premium-btn:hover,.premium-btn:focus{
    cursor: pointer;
    text-decoration: none;
}
.form-control {
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 4px #faf0f0;
}
.form-control:focus {
    border-color: #eda1a1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(252, 232, 232,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(252, 232, 232,.6);
}
.article-image img {
    width: 100%;
    min-height: 220px;
    max-height: 220px;
}
.seotoollink:hover{
    text-decoration: none;
}
.main-index, .profile{
    width: 100%;
}
.about_tool{
    display: none;
}
.top100{
    margin-top: 100px;
}
.main-index img {
    max-width: 100% !important;
}
.xd_top_box {
    display: block;
    height: auto;
    max-width: 100%;
    text-align: center;
    padding-bottom: 18px;
}
.imageres {
    padding: 5px;
    max-width: 100%;
    height: auto;
    display: inline;
}
.pdfTitle, .title, #title, .cloudBox{
    display: none;
}
.main-index{
    box-shadow: 0 12px 26px rgba(0,0,0,0.12);
    border: 1px solid #eee;
    padding-top: 50px;
}
.main-container {
    margin-top: 20px;
}
.btn-primary {
    border: 0;
}
.search-wrapper {
    position: relative; /* anchor for absolute results */
    max-width: 600px;
    margin: 0 auto;
    z-index: 1000;
}

/* Results container */
.search-results {
    position: absolute;
    top: 110%; /* just below search box */
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    padding: 12px;
    display: none; /* hidden by default */
}

/* Individual result */
.search-results a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.search-results a:hover {
    background: #f6f7f9;
}
.search-results {
    border: 1px solid hsl(var(--border));
}
.search-results .match a:hover {
    box-shadow: 0 0 1px 1px hsl(var(--border));
}
#search:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ef3e3e;
}
.seo_about h2 {
    color: #d9534f;
    border-bottom: 2px solid #d9534f;
    padding-bottom: 10px;
    margin-top: 40px;
    font-weight: 700;
    font-size: 20px;
}
.seo_about h3 {
    color: #00AF66;
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
}
.seo_about h4 {
    color: #ff7e5f;
    margin-top: 25px;
    font-weight: 500;
}
.seo_about p {
    margin-bottom: 20px;
    font-size: 16px;
}

.seo_about .highlight {
    background-color: #ffe9e5;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: 500;
}
.seo_about .idea-box {
    background-color: #fff5f3;
    border-left: 4px solid #ff7e5f;
    padding: 15px;
    margin: 20px 0;
}
.seo_about ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.seo_about li {
    margin-bottom: 10px;
}
.seo_about table {
    width: 100%; border-collapse: collapse; margin: 20px 0; box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.seo_about th, td {
    border: 1px solid #ddd; padding: 12px; text-align: left;
}
.seo_about th {
    background-color: #f8f9fa; color: #2c3e50;
}
.seo_about tr:nth-child(even)
{
    background-color: #f2f2f2;
}
#backToTop {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 46px;
    height: 46px;
    background: #ef3e3e; /* theme red */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(239,62,62,0.35);
    transition: all 0.25s ease;
}

#backToTop:hover {
    background: #d93535;
    transform: translateY(-3px);
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 16px;
    }
}