.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: hsl(var(--background));
    border-bottom: 1px solid hsl(var(--border));
    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: calc(var(--radius) - 2px);
    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: hsl(var(--ring));
    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 {
    border-color: hsl(var(--primary));
}
.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);
}
.mega-dropdown .open {
    border-radius: 0.75rem;
}
/* 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;
}
.widget_tool_box{
    border-radius: 0.75rem;
}
.widget_tool_box ul{
    padding-left: 0 !important;
}
.widget_tool_box ul .popular-seo-t h3{
    background: var(--hero-gradient);
}
    /* Icon bubble */
.tool-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--hero-gradient);
    color: hsl(var(--primary-foreground));
    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: var(--hero-gradient);
    color: #fff !important;
}


/* Main footer background + large padding */
.site-footer {
    background: hsl(215 50% 10%);
    padding: 90px 0 60px; /* increased top & bottom padding */
    color: #ffffff;
}

/* 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: #ffffff;
    opacity: 0.9;
}

/* Footer description */
.footer-about p {
    color: #ffffff;
    opacity: 0.6;
    line-height: 1.7;
    font-size: 15px;
    max-width: 450px;
    margin-top: 10px;
}

/* Footer links spacing */
.footer-links ul li {
    margin-bottom: 12px; /* more room between links */
}

.footer-links ul li a {
    color: #ffffff;
    opacity: 0.6;
    font-size: 15px;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-links ul li a:hover {
    color: hsl(var(--ring));
}

/* 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: #ffffff;
    opacity: 0.6;
}

.footer-logo{
    font-size: 24px;
    font-weight: 700;
}
.footer-logo span {
    color: hsl(217 91% 50%);
}

.blog-feature-section {
    margin-left: -20px;
    margin-right: -20px;
}

/* Section title */
.blog-feature-title {
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 25px;
    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 #f9f9f9;
}
.form-control:focus {
    border-color: hsl(var(--primary));
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.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-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 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 20px;
}
.seo_about h3 {
    color: #00AF66;
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
}
.seo_about h4 {
    margin-top: 25px;

}
.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: hsl(var(--primary));
    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(32, 100, 241, 0.35);
    transition: all 0.25s ease;
}

#backToTop:hover {
    background: hsl(var(--accent-foreground));
    transform: translateY(-3px);
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 16px;
    }
}

.section-tools {
    margin-top: 40px;
}

/* FLEX ROW (Bootstrap 3 FIX) */
.tool-row {
    display: flex;
    flex-wrap: wrap;
}

/* CARD */
.tool-card {
    background-color: hsl(var(--card));
    box-shadow: var(--card-shadow);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    border-color: hsl(var(--border));
    transition: all 0.3s ease;
    height: 100%;          /* equal height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* HEADER (ICON + TITLE SAME LINE) */
.tool-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

/* ICON */
.icon-box {
    width: 48px;
    height: 48px;
    background: #e6f0ff;
    border-radius: 12px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0; /* prevent shrinking */
}

.icon-box i {
    font-size: 18px;
    color: hsl(var(--primary));
}

/* TITLE */
.tool-header h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

/* TEXT */
.tool-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

/* LINK */
.try-link {
    margin-top: 25px;
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
}

.try-link:hover {
    text-decoration: none;
}
.tool-card:visited{
    text-decoration: none !important;
}
.tool-card:hover .icon-box{
    color: hsl(var(--primary-foreground));
    background: var(--hero-gradient);
}
.testimonial-section {
    background: hsl(var(--accent) / .3);
    padding: 70px 0;
}

.testimonial-section .subtitle {
    color: #3b82f6;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial-section .title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
}

.testimonial-section .desc {
    color: #6b7280;
    margin-bottom: 40px;
}

/* Card */
.testimonial-section .testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    text-align: left;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
}

.testimonial-section .testimonial-card:hover {
    box-shadow: var(--card-shadow-hover);
    animation-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

/* Quote icon */
.testimonial-section .quote {
    color: #dbeafe;
    font-size: 22px;
    margin-bottom: 10px;
}

/* Text */
.testimonial-section .text {
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Stars */
.testimonial-section .stars {
    color: #2563eb;
    margin-bottom: 15px;
}

.testimonial-section .stars i {
    margin-right: 3px;
}

/* User */
.testimonial-section .user {
    display: flex;
    align-items: center;
}

.testimonial-section .avatar {
    width: 40px;
    height: 40px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    margin-right: 10px;
    font-size: 13px;
}

.testimonial-section .user h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.testimonial-section .user span {
    font-size: 12px;
    color: #6b7280;
}

/* spacing between rows */
.testimonial-section .second-row {
    margin-top: 10px;
}

.pricing-section {
    background: #f5f7fb;
    padding: 80px 0;
}

.pricing-section .subtitle {
    color: #3b82f6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.pricing-section .title {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.pricing-section .desc {
    color: #6b7280;
    margin-bottom: 50px;
}

/* CARD */
.pricing-section .pricing-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

/* FEATURED CARD */
.pricing-section .pricing-card.featured {
    border: 2px solid #3b82f6;
}

/* BADGE */
.pricing-section .badge-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
}

/* TEXT */
.pricing-section .pricing-card h4 {
    font-weight: 600;
    margin-bottom: 5px;
}

.pricing-section .plan-desc {
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 15px;
}

/* PRICE */
.pricing-section .price {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-section .price span {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
}

/* FEATURES */
.pricing-section .features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.pricing-section .features li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #374151;
}

.pricing-section .features i {
    color: #3b82f6;
    margin-right: 8px;
}

/* BUTTONS */
.pricing-section .btn {
    border-radius: 8px;
    padding: 10px;
}

.pricing-section .gradient-btn {
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    border: none;
    color: #fff;
}

.pricing-section .gradient-btn:hover {
    opacity: 0.9;
}
.glass-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.section-breadcrumb {
    margin-top: 70px;
    padding-top: 65px;
    padding-bottom: 65px;
    background: #F0F3FA;
}
.f-18{
    font-size: 18px;
}
.f-16{
    font-size: 16px;
}
.section-breadcrumb .tool-icon {
    width: 65px;
    height: 65px;
    font-size: 26px;
}
.section-breadcrumb .tools-title-head {
    font-size: 38px;
}
.gap-5{
    gap: 1.25rem;
}
.uploadBox, .jFiler-input-dragDrop{
    border-radius: 0.75rem;
}
.mega-dropdown .tool-icon {
    min-width: 40px;
}
.mega-dropdown .tool-item:hover {
    background: #e6f0ff;
    padding: 5px;
    border-radius: 6px;
}
.open > .dropdown-toggle.btn-danger{
    background: var(--hero-gradient);
    border-color: hsl(var(--primary));
    border-radius: calc(var(--radius) - 2px);
}

/* icon box */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    background: #13283c;
    border-radius: 12px;

    margin-right: 12px;

    transition: all 0.25s ease;
    text-decoration: none;
}

/* SVG styling (IMPORTANT) */
.social-icon svg {
    width: 18px;
    height: 18px;

    stroke: #cbd5e1;
    stroke-width: 2;
    fill: none;

    transition: all 0.25s ease;
}

/* hover */
.social-icon:hover {
    background: hsl(217 91% 50%);
    transform: translateY(-2px);
}

.social-icon:hover svg {
    stroke: #ffffff;
}

/* remove last spacing */
.social-icon:last-child {
    margin-right: 0;
}

.hero h1 {
  font-weight: 700;
  font-size: 55px;
  color: #1d1d1f;
  line-height: 1.3;
  margin-top: 10px;
}
.signup {
  background: var(--hero-gradient);
  border-color: hsl(var(--primary));
  border-radius: calc(var(--radius) - 2px);
}
.hero {
  border-bottom: 1px solid hsl(var(--border));
}

/* MOBILE FIX */
@media (max-width: 767px) {

    .mega-dropdown {
        position: static !important;
    }

    .mega-menu {
        width: 100%;
        padding: 25px;
        border-radius: 10px;
        margin-top: 10px;
    }
    /* FULL WIDTH DROPDOWN */
    .navbar-nav .open .dropdown-menu.mega-menu {
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        padding: 10px 0;
        margin: 0;
    }

    /* HEADER TEXT */
    .mega-header {
        padding: 10px 15px;
    }

    .mega-header h4 {
        font-size: 16px;
    }

    .mega-header p {
        font-size: 13px;
    }

    /* STACK ITEMS */
    .mega-menu .row {
        margin: 0;
    }

    .mega-menu .col-sm-6 {
        width: 100%;
        padding: 0 15px;
    }

    /* TOOL ITEM MOBILE */
    .tool-item {
        padding: 12px 10px;
    }

    /* FOOTER */
    .mega-footer {
        padding: 10px 15px;
    }
}

.rounded-full {
  --cpval: polygon(100% 50%, 65.45085% 97.55283%, 9.54915% 79.38926%, 9.54915% 20.61074%, 65.45085% 2.44717%);
  -webkit-clip-path: var(--cpval);
  border: 2px solid #eee;
}
.text-base {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.py-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.tools-title-head {
  font-size: 42px;
  margin-bottom: 10px;
}
.tools-subtitle-head{
    font-size: 18px
    color: hsl(var(--muted-foreground));
}
.mb-40{
    margin-bottom: 40px;
}
.max-w-2xl {
    max-width: 56rem;
}
.icon-box {
  color: hsl(var(--primary));
}
.stats-section {
  padding-top: 50px;
  padding-bottom: 25px;
}
.stats-row {
  margin-left: 0;
  margin-right: 0;
}

.stats-row > [class*="col-"] {
  padding-left: 15px;   /* reduce from 15px */
  padding-right: 15px;
}
.stats-row {
  text-align: center;
}
.stat-item {
  display: inline-block;
  float: none; /* override bootstrap float */
  margin: 0 15px; /* adjust this for exact spacing */
  vertical-align: middle;
}
.stat-item {
  text-align: center;
}
.stat-item {
  width: auto;   /* instead of 33.33% */
}
.stat-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.icon-circle {
  width: 55px;
  height: 55px;
  background: #e6f0ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #2b7cff;
}

.stat-number {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

.stat-label {
  font-size: 15px;
  color: #777;
}

.stat-text {
    text-align: left;
}

.w-5 {
  width: 2rem;
}
.h-5 {
  height: 2rem;
}

/* make card relative */
.tool-card {
    position: relative;
}

/* badge */
.tool-badge {
    position: absolute;
    top: 12px;
    right: 30px;

    background: linear-gradient(120deg, #f7b731, #e9a923);
    color: #fff;

    font-size: 11px;
    font-weight: 600;

    padding: 5px 10px;
    border-radius: 20px;

    z-index: 2;
}

/* optional subtle shadow */
.tool-badge {
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}