.elementor-685 .elementor-element.elementor-element-d4a587c{--display:flex;--min-height:89px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-685 .elementor-element.elementor-element-d4a587c.e-con{--align-self:center;}.elementor-685 .elementor-element.elementor-element-00f9aa7 > .elementor-widget-container{margin:0px 0px 0px 050px;padding:0px 5px 0px 0px;}.elementor-685 .elementor-element.elementor-element-00f9aa7.elementor-element{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}.elementor-685 .elementor-element.elementor-element-00f9aa7{text-align:right;}.elementor-685 .elementor-element.elementor-element-00f9aa7 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-shadow:-3px 11px 37px rgba(133.6181596763914, 130.42697952933932, 235.28004150390626, 0.95);}.elementor-685 .elementor-element.elementor-element-95a8d0d .elementor-menu-toggle{margin:0 auto;}.elementor-685 .elementor-element.elementor-element-95a8d0d .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-685 .elementor-element.elementor-element-95a8d0d .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-astglobalcolor2 );fill:var( --e-global-color-astglobalcolor2 );}.elementor-685 .elementor-element.elementor-element-73bcee4{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:center;--align-items:center;--padding-top:45px;--padding-bottom:45px;--padding-left:45px;--padding-right:45px;}.elementor-685 .elementor-element.elementor-element-67cc046{text-align:center;}.elementor-685 .elementor-element.elementor-element-67cc046 .elementor-heading-title{text-transform:capitalize;text-decoration:none;text-shadow:88px 24px 100px #572EEE;}.elementor-685 .elementor-element.elementor-element-4bd84b0{text-align:center;}.elementor-685 .elementor-element.elementor-element-4bd84b0 .elementor-heading-title{text-shadow:1px -4px 72px #C0C929;color:#DEEA0F;}.elementor-685 .elementor-element.elementor-element-9191fc9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-685 .elementor-element.elementor-element-9191fc9.e-con{--align-self:center;--order:99999 /* order end hack */;}.elementor-685 .elementor-element.elementor-element-a6ddb81{--display:flex;}.elementor-685 .elementor-element.elementor-element-627a0d9.elementor-element{--align-self:center;}.elementor-685 .elementor-element.elementor-element-9b11945{--display:flex;}@media(min-width:768px){.elementor-685 .elementor-element.elementor-element-d4a587c{--content-width:1083px;}}@media(max-width:1024px){.elementor-685 .elementor-element.elementor-element-d4a587c{--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-685 .elementor-element.elementor-element-73bcee4{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-685 .elementor-element.elementor-element-d4a587c{--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--flex-wrap:nowrap;}.elementor-685 .elementor-element.elementor-element-73bcee4{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-685 .elementor-element.elementor-element-67cc046{text-align:center;}}/* Start custom CSS for shortcode, class: .elementor-element-8bd17b3 *//* Keep your existing section styles */
.tool-types-section {
    padding: 30px;
    border-radius: 15px;
    max-width: auto;
    text-align: center;
    
    animation: fadeInUp 0.8s ease-in-out;
    position: relative;
    overflow: hidden;
}

.tool-types-section h2 {
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.tool-types-section h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #00d4ff;
    border-radius: 2px;
}

/* REPLACE your .tool-types-list with this new chip layout */
.tool-types-list,
.tool-types-chips {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 0px;
}

/* REPLACE your .tool-type-item with this chip style */
.tool-type-item,
.tool-type-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid transparent;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    animation: chipFadeIn 0.6s ease forwards;
    min-width: auto;
    width: auto;
    box-sizing: border-box;
}

/* Different color schemes - use nth-child to target your existing items */
.tool-type-item:nth-child(1),
.tool-type-chip:nth-child(1) { 
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    animation-delay: 0.1s;
}

.tool-type-item:nth-child(2),
.tool-type-chip:nth-child(2) { 
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    box-shadow: 0 4px 15px rgba(78, 205, 196, 0.4);
    animation-delay: 0.2s;
}

.tool-type-item:nth-child(3),
.tool-type-chip:nth-child(3) { 
    background: linear-gradient(135deg, #45b7d1, #3498db);
    box-shadow: 0 4px 15px rgba(69, 183, 209, 0.4);
    animation-delay: 0.3s;
}

.tool-type-item:nth-child(4),
.tool-type-chip:nth-child(4) { 
    background: linear-gradient(135deg, #f39c12, #e67e22);
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4);
    animation-delay: 0.4s;
}

.tool-type-item:nth-child(5),
.tool-type-chip:nth-child(5) { 
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    box-shadow: 0 4px 15px rgba(155, 89, 182, 0.4);
    animation-delay: 0.5s;
}

.tool-type-item:nth-child(6),
.tool-type-chip:nth-child(6) { 
    background: linear-gradient(135deg, #1abc9c, #16a085);
    box-shadow: 0 4px 15px rgba(26, 188, 156, 0.4);
    animation-delay: 0.6s;
}

.tool-type-item:nth-child(7),
.tool-type-chip:nth-child(7) { 
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
    animation-delay: 0.7s;
}

.tool-type-item:nth-child(8),
.tool-type-chip:nth-child(8) { 
    background: linear-gradient(135deg, #34495e, #2c3e50);
    box-shadow: 0 4px 15px rgba(52, 73, 94, 0.4);
    animation-delay: 0.8s;
}

.tool-type-item:nth-child(9),
.tool-type-chip:nth-child(9) { 
    background: linear-gradient(135deg, #f1c40f, #f39c12);
    box-shadow: 0 4px 15px rgba(241, 196, 15, 0.4);
    animation-delay: 0.9s;
}

.tool-type-item:nth-child(10),
.tool-type-chip:nth-child(10) { 
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.4);
    animation-delay: 1s;
}

/* Style the links inside */
.tool-type-item a,
.tool-type-chip {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover effects */
.tool-type-item:hover,
.tool-type-chip:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.tool-type-item:hover::before,
.tool-type-chip:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: inherit;
}

.tool-type-item a:hover,
.tool-type-chip:hover {
    color: #fff;
}

/* Active state */
.tool-type-item:active,
.tool-type-chip:active {
    transform: translateY(-1px) scale(1.02);
    transition: all 0.1s ease;
}

.tool-type-item.active,
.tool-type-chip.active {
    animation: pulse 2s infinite;
    border-color: rgba(255, 255, 255, 0.5);
}

/* Remove the old description styling since chips don't need it */
.tool-type-description {
    display: none;
}

/* Responsive design - update your existing media queries */
@media (max-width: 992px) {
    .tool-type-item,
    .tool-type-chip {
        padding: 8px 16px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .tool-type-item,
    .tool-type-chip {
        padding: 6px 14px;
        font-size: 12px;
    }
    
    .tool-types-section {
        padding: 20px;
    }
    
    .tool-types-section h2 {
        font-size: 20px;
    }
    
    .tool-types-list,
    .tool-types-chips {
        gap: 8px;
    }
}

/* Keep your existing animations and add new ones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes chipFadeIn {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Pulse animation for active chip */
@keyframes pulse {
    0% { 
        box-shadow: 0 4px 15px rgba(0, 212, 255, 0.4); 
    }
    50% { 
        box-shadow: 0 4px 25px rgba(0, 212, 255, 0.8); 
    }
    100% { 
        box-shadow: 0 4px 15px rgba(0, 212, 255, 0.4); 
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-0692572 */:root {
    /* Glassmorphism Theme Variables */
    --glass-bg: rgba(30, 41, 59, 0.45);
    --glass-border: rgba(255, 255, 255, 0.12);
    --glass-highlight: rgba(255, 255, 255, 0.08);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    --glass-backdrop: blur(16px);
    --glass-hover: rgba(30, 41, 59, 0.75);
    
    /* Accent Colors */
    --accent-primary: #6366f1;
    --accent-secondary: #8b5cf6;
    --accent-hover: #818cf8;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --text-primary: #f1f5f9;
    --text-secondary: #cbd5e1;
    --t94a3b8ext-tertiary: #;
    
    /* Animation */
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.rating-tools-container {
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: var(--text-primary);
    background: linear-gradient(135deg, #0c1424 0%, #1e293b 100%) fixed;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.rating-tools-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.08) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgba(139, 92, 246, 0.06) 0%, transparent 30%);
    z-index: -1;
    pointer-events: none;
}

/* Search Section - Glassmorphism */
.search-section {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.search-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-backdrop);
    -webkit-backdrop-filter: var(--glass-backdrop);
    border-radius: 20px;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    z-index: -1;
}

.search-box {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.search-input-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.search-input-wrapper .search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-tertiary);
    width: 20px;
    height: 20px;
    pointer-events: none;
    transition: var(--transition);
    z-index: 2;
}

.search-input-wrapper input {
    width: 100%;
    padding: 14px 20px 14px 50px;
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    font-size: 16px;
    color: var(--text-primary);
    background: var(--glass-bg);
    backdrop-filter: var(--glass-backdrop);
    -webkit-backdrop-filter: var(--glass-backdrop);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.search-input-wrapper input:focus {
    outline: none;
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
    background: var(--glass-hover);
}

.search-input-wrapper input::placeholder {
    color: var(--text-tertiary);
    opacity: 0.8;
}

.clear-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.05);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: var(--transition);
    z-index: 2;
}

.search-input-wrapper input:not(:placeholder-shown) ~ .clear-btn {
    opacity: 1;
}

.clear-btn svg {
    width: 100%;
    height: 100%;
    stroke: var(--text-tertiary);
    transition: var(--transition);
}

.clear-btn:hover svg {
    stroke: var(--danger);
    transform: scale(1.1);
}

/* Controls Styling - Glassmorphism */
.rating-tools-controls {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-backdrop);
    -webkit-backdrop-filter: var(--glass-backdrop);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--glass-shadow);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.rating-tools-controls::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: linear-gradient(to bottom, 
        rgba(99, 102, 241, 0.15), 
        transparent);
    border-radius: 20px 20px 0 0;
}

/* Filters Section */
.filters-title {
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.filters-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(to right, var(--accent-primary), var(--accent-secondary));
    border-radius: 3px;
}

.filter-controls {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.filter-group::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--glass-highlight);
}

.filter-group label {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-group label::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--accent-primary);
    opacity: 0.7;
}

.filter-select {
    padding: 12px 16px;
    border: 1px solid var(--glass-border);
    border-radius: 10px;
    font-size: 14px;
    color: var(--text-primary);
    background: rgba(30, 41, 59, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: var(--transition);
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    position: relative;
    z-index: 1;
}

.filter-select:focus {
    outline: none;
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
    background: var(--glass-hover);
}

/* Filter Actions */
.filter-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 12px;
    padding-top: 16px;
    position: relative;
}

.filter-actions::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--glass-highlight);
}

.btn-filter {
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-transform: none;
    letter-spacing: normal;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-filter::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s;
    z-index: 0;
}

.btn-filter:hover::after {
    left: 100%;
}

.btn-filter.btn-primary {
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    color: white;
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.2);
}

.btn-filter.btn-primary:hover {
    background: linear-gradient(135deg, #5a67d8, #7c3aed);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.3);
}

.btn-filter.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-secondary);
    border-color: var(--glass-border);
}

.btn-filter.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    transform: translateY(-2px);
}

/* Results Info */
.results-info {
    margin-bottom: 20px;
    padding: 14px 18px;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 10px;
    border-left: 3px solid var(--accent-primary);
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.results-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, var(--accent-primary), var(--accent-secondary));
    border-radius: 3px 0 0 3px;
}

.results-count {
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
}

.results-count strong {
    color: var(--text-primary);
}

/* Loading Spinner */
.loading-spinner {
    text-align: center;
    padding: 40px 20px;
}

.spinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid var(--accent-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
    position: relative;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Tools Grid */
.rating-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 30px;
}

.rating-tool-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-backdrop);
    -webkit-backdrop-filter: var(--glass-backdrop);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--glass-shadow);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.rating-tool-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s var(--ease);
    z-index: 2;
}

.rating-tool-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.2);
}

.rating-tool-card:hover::before {
    transform: scaleX(1);
}

.tool-image {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.tool-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 50%);
    z-index: 1;
}

.tool-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    position: relative;
    z-index: 0;
}

.rating-tool-card:hover .tool-image img {
    transform: scale(1.08);
}

.tool-content {
    padding: 22px;
}

.tool-category {
    margin-bottom: 12px;
    position: relative;
}

.category-badge {
    display: inline-block;
    background: rgba(99, 102, 241, 0.15);
    color: var(--text-primary);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(99, 102, 241, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.tool-title {
    margin: 0 0 14px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.3;
    transition: var(--transition);
}

.rating-tool-card:hover .tool-title {
    color: var(--accent-hover);
}

.tool-rating {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fbbf24;
}

.star {
    font-size: 18px;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.star.filled {
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.rating-text {
    font-size: 14px;
    color: var(--text-tertiary);
    font-weight: 500;
}

.price-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.price-badge.free {
    background: rgba(16, 185, 129, 0.15);
    color: #86efac;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.price-badge.paid {
    background: rgba(59, 130, 246, 0.15);
    color: #93c5fd;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.price-badge.freemium {
    background: rgba(245, 158, 11, 0.15);
    color: #fed7aa;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.tool-description {
    margin-bottom: 16px;
    color: var(--text-tertiary);
    line-height: 1.6;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: var(--transition);
}

.rating-tool-card:hover .tool-description {
    color: var(--text-secondary);
}

.tool-features {
    margin-bottom: 16px;
}

.tool-features h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 6px;
}

.tool-features h4::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--accent-primary);
}

.tool-features ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.tool-features li {
    font-size: 13px;
    color: var(--text-tertiary);
    margin-bottom: 6px;
    padding-left: 22px;
    position: relative;
    transition: var(--transition);
}

.rating-tool-card:hover .tool-features li {
    color: var(--text-secondary);
}

.tool-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent-primary);
    font-weight: bold;
    font-size: 18px;
    line-height: 0.8;
    top: 50%;
    transform: translateY(-50%);
}

.tool-tags {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-tertiary);
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 500;
    transition: var(--transition);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tag:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--text-primary);
    transform: translateY(-1px);
}

.tool-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    flex: 1;
    min-width: 120px;
    padding: 12px 18px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: var(--transition);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: all 0.6s;
    z-index: 0;
}

.btn:hover::after {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    color: white;
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.2);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #5a67d8, #7c3aed);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.3);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-secondary);
    border: 1px solid var(--glass-border);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Pagination */
.rating-tools-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 30px 0;
    flex-wrap: wrap;
    padding: 10px;
}

.pagination-btn {
    padding: 10px 16px;
    border: 1px solid var(--glass-border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-tertiary);
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    min-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pagination-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s;
}

.pagination-btn:hover:not(.active)::after {
    left: 100%;
}

.pagination-btn:hover:not(.active) {
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.08);
}

.pagination-btn.active {
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
    font-weight: 600;
}

.pagination-dots {
    color: var(--text-tertiary);
    padding: 0 6px;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: var(--text-tertiary);
    background: var(--glass-bg);
    backdrop-filter: var(--glass-backdrop);
    -webkit-backdrop-filter: var(--glass-backdrop);
    border-radius: 16px;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    position: relative;
    overflow: hidden;
}

.no-results::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
}

.no-results p {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.no-results svg {
    font-size: 48px;
    color: var(--text-tertiary);
    margin-bottom: 16px;
    opacity: 0.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .rating-tools-controls {
        padding: 20px;
    }
    
    .filter-controls {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    
    .filter-actions {
        justify-content: center;
    }
    
    .btn-filter {
        width: auto;
        min-width: 140px;
    }
    
    .rating-tools-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tool-actions {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
    }
    
    .search-input-wrapper input {
        padding: 13px 16px 13px 46px;
        font-size: 15px;
    }
    
    .search-input-wrapper .search-icon {
        left: 17px;
        width: 18px;
        height: 18px;
    }
    
    .clear-btn {
        right: 17px;
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 480px) {
    .rating-tools-container {
        border-radius: 16px;
    }
    
    .search-section {
        margin-bottom: 20px;
    }
    
    .search-box {
        padding: 16px 12px;
    }
    
    .search-input-wrapper input {
        padding: 12px 14px 12px 42px;
        font-size: 14px;
    }
    
    .search-input-wrapper .search-icon {
        left: 14px;
        width: 16px;
        height: 16px;
    }
    
    .clear-btn {
        right: 14px;
        width: 24px;
        height: 24px;
    }
    
    .rating-tool-card {
        border-radius: 14px;
    }
    
    .tool-content {
        padding: 18px;
    }
    
    .tool-title {
        font-size: 18px;
    }
}

/* Accessibility */
.search-input-wrapper input:focus,
.filter-select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.4);
}

/* Enhanced Glassmorphism for larger screens */
@media (min-width: 1024px) {
    .rating-tool-card:hover {
        transform: translateY(-8px);
    }
    
    .btn-filter.btn-primary:hover,
    .btn-primary:hover {
        transform: translateY(-3px);
    }
    
    .search-input-wrapper input:focus {
        transform: scale(1.01);
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a6ddb81 *//* Make it match your theme colors */
.rating-tools-container {
    background: linear-gradient(135deg, #your-primary-color, #your-secondary-color);
}

/* Adjust spacing to match your layout */
.rating-tools-container {
    margin: 40px 0;
    padding: 60px 0;
}/* End custom CSS */