*,
.tool a {
    box-sizing: border-box
}

.tool-counter {
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    background-color: #5b2c6f;
}

.tools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}



.tools-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 900px;
}

.tool:hover {
    transform: scale(1.05);
}

:root {
    /* Tweak these variables to theme the cursor */
    --cursor-color: #00e0a4;
    /* Toolzy accent */
    --cursor-dot-size: 6px;
    /* inner dot diameter */
    --cursor-ring-size: 36px;
    /* outer ring diameter */
    --cursor-ring-thickness: 2px;
    --cursor-idle-opacity: 0.35;
    --cursor-active-opacity: 0.9;
    --cursor-hover-scale: 1.35;
    /* ring scale on interactive hover */
    --cursor-z: 9999;
    --cursor-blend: difference;
    /* try: normal, difference, color-dodge (browser-dependent) */
    --cursor-transition: transform 120ms ease, opacity 180ms ease;
}

/* Hide native cursor only when our custom cursor is enabled */
html.cursor-enabled,
body.cursor-enabled {
    cursor: none !important;
}

.tz-cursor__ring,
.tz-cursor__dot {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    /* never capture clicks */
    z-index: var(--cursor-z);
    opacity: 0;
    /* fade in when first moved */
    will-change: transform, opacity;
    contain: layout paint;
}

.tz-cursor__ring {
    width: var(--cursor-ring-size);
    height: var(--cursor-ring-size);
    border: var(--cursor-ring-thickness) solid var(--cursor-color);
    border-radius: 9999px;
    mix-blend-mode: var(--cursor-blend);
    transition: var(--cursor-transition);
    box-sizing: border-box;
    /* Subtle glow for dark backgrounds */
    filter: drop-shadow(0 0 6px rgba(0, 224, 164, 0.25));
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.tz-cursor__dot {
    width: var(--cursor-dot-size);
    height: var(--cursor-dot-size);
    background: var(--cursor-color);
    border-radius: 9999px;
    transition: var(--cursor-transition);
    mix-blend-mode: var(--cursor-blend);
    transform: translate3d(-50%, -50%, 0) scale(1);
}

/* States */
.tz-cursor--visible .tz-cursor__ring,
.tz-cursor--visible .tz-cursor__dot {
    opacity: var(--cursor-active-opacity);
}

.tz-cursor--idle .tz-cursor__ring {
    opacity: var(--cursor-idle-opacity);
}

.tz-cursor--hover .tz-cursor__ring {
    transform: translate3d(-50%, -50%, 0) scale(var(--cursor-hover-scale));
    border-radius: 14px;
}

.tz-cursor--down .tz-cursor__ring {
    transform: translate3d(-50%, -50%, 0) scale(0.9);
}

.tz-cursor--down .tz-cursor__dot {
    transform: translate3d(-50%, -50%, 0) scale(0.8);
}

/* Click pulse effect */
.tz-cursor__pulse {
    position: fixed;
    pointer-events: none;
    z-index: var(--cursor-z);
    width: var(--cursor-ring-size);
    height: var(--cursor-ring-size);
    border: var(--cursor-ring-thickness) solid var(--cursor-color);
    border-radius: 9999px;
    opacity: 0.8;
    transform: translate3d(-50%, -50%, 0) scale(0.6);
    animation: tz-pulse 420ms ease-out forwards;
    mix-blend-mode: var(--cursor-blend);
}

@keyframes tz-pulse {
    0% {
        opacity: 0.8;
        transform: translate3d(-50%, -50%, 0) scale(0.6);
    }

    70% {
        opacity: 0.3;
        transform: translate3d(-50%, -50%, 0) scale(1.2);
    }

    100% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(1.6);
    }
}

.box,
.home p,
.menu a {
    color: #000
}

.box,
.home h1,
.home p {
    text-align: center
}

.box,
.navbar {
    position: relative
}

* {
    margin: 0;
    padding: 0
}

body::-webkit-scrollbar {
    width: 15px;
    background-color: black;
    overflow: hidden
}

.hero {
    width: 100%;
    margin-top: 20px;

    display: flex;
    flex-direction: column;
    border-radius: 20px;
    align-items: center;
    background: radial-gradient(circle at 30% 20%, #dabdec 0%, #cfa8e7 50%, #a55dd2 100%);
    position: relative;
    /*background-color: #FFB8FF;*/
    color: black;

}

.hero h1 {
    font-size: 4rem;
}

.hero p {
    font-size: 22px;
    margin: 5px;
}

.search-box {
    position: relative;
    max-width: 1000px;
    margin-top: 10px;
    position: relative;
}

#searchInput {
    position: relative;
    left: -60%;
    width: 250%;
    padding: 13px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 18px;
}

#results {
    list-style: none;
    margin: 0;
    padding: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -60%;
    width: 100%;
    z-index: 1000;
}

#results li {
    padding: 10px;
}

#results li a {
    text-decoration: none;
    color: #2563eb;
    font-weight: 500;
}

#results li:hover {
    background: #f3f4f6;
}


.footer,
.navbar,
.tool {
    background-color: #fff
}

body::-webkit-scrollbar-track {
    background-color: #fff
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, purple, #d7bde2);
    border-radius: 20px;
    opacity: 80%
}

:root {
    --bg-color: #f0f2f5;
    --text-color: black
}

body,
html {
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    font-family: 'Segoe UI', sans-serif
}

main {
    padding: 0 10px
}

html {
    scroll-behavior: smooth
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-shadow: 0 10px 25px #d7bde2;
    height: 60px;
    background: none;
    padding: 10px 50px;
}

.logo,
.menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo img {

    width: 40px;
    /*border:2px solid red;*/
}

.catagory {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px
}

.cat1 p {
    color: black;
}

.cat1 {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cat-h1 {
    font-size: 2rem;
}

.cat1 a {
    text-decoration: none;
    color: none;
}

.cat {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.5s;
}

.cat:hover {
    background-color: #d8b4ed;
}

.cat img {
    width: 60px;
}

.cat h1 {
    color: purple;
}

.logo h1 {
    font-size: 38px;
    font-weight: 700;
    color: purple;
}

.menu {
    gap: 30px
}

#closeMenu,
.menu-icons {
    display: none;
}

.menu-icons img {
    width: 35px;
}

.home,
.tool {
    align-items: center
}

.menu a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: .3s
}

.menu a:hover {
    border-bottom: 2px solid purple;
    transform: scale(1.05);
    color: purple;
    font-weight: 600
}

.social img:hover,
.tool:hover {
    transform: scale(1.1)
}

.menu-icons {
    font-size: 24px;
    cursor: pointer
}

.home,
.tools {
    display: flex
}

.box,
.heading {
    font-size: 2rem
}

.home {
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    justify-self: center;
    margin-bottom: 30px;
    width: 80%
}

.list-33 div,
.tool-section {
    flex-direction: column
}

.home h1 {
    font-size: 4rem;
    color: purple;
}

.home p {
    margin-top: 10px;
    font-size: 18px
}

.home div {
    display: flex;
}

.sear a,
.tool a {
    color: #fff;
    text-decoration: none;
    height: 40px
}

.tool-section {
    padding: 10px;
    display: flex;
    margin-bottom: 20px
}

.heading {
    margin-bottom: 20px
}

.tools {

    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
}

.list-33 div,
.social {
    gap: 20px;
    display: flex
}

.tool {
    width: 24%;
    display: flex;
    justify-content: space-between;

    padding: 15px 10px;
    box-shadow: 0 15px 30px #d6cbda;
    border-radius: 15px;
    transition: .8s
}

.tool a {
    background-color: purple;
    width: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sear a,
.tool a:hover {
    background-color: #5b2c6f
}

.tool h1 {
    font-size: 1.4rem
}

.footer {
    height: 450px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
    padding: 60px 100px 10px
}

.intro-1 {
    display: flex;
    align-items: center
}

.intro-1 img {
    width: 140px
}

.social img {
    margin-top: 50px;
    width: 30px;
    transition: .2s
}

.social img:hover {
    padding: 4px;
    border: 2px solid #000;
    border-radius: 50px
}

.foot1,
.right {
    display: flex;
    justify-content: space-around
}

.list-33 {
    display: flex;
    gap: 100px
}

.list-33 section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.list-33 section a {
    text-decoration: none;
    color: #151515;
    font-size: 16px;
    font-weight: 500
}

.list-33 section a:hover {
    border-bottom: 2px solid #000
}

.right div {
    display: flex;
    gap: 50px
}

.right div a {
    color: #282727
}

.seach {
    display: flex;
    justify-content: center
}

.sear,
.sear a {
    align-items: center;
    display: flex
}

.sear {
    border: 3px solid #d7bde2;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 60%;
    padding: 50px;
    gap: 10px;
    border-radius: 20px;
    transition: .5s
}

.sear a {
    justify-content: center;
    width: 200px;
    border-radius: 40px;
    border: none
}

.sear:hover {
    border-color: #5b2c6f
}

.text-effect {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
}

.tool-counter {
    padding: 20px;
    border-radius: 10px;
    color: black;
    background: rgba(255, 255, 255, .05);
}

.searchbar {}

#toolCount {
    margin-top: 10px;
    font-size: 30px;
}

.box {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 40px 60px;
    box-shadow: 0 10px 25px #d7bde2;
    backdrop-filter: blur(10px);
    min-width: 300px;
    color: white;
    font-weight: 600;
    gap: 30px;
    margin-top: 20px;
}

.cursor {
    display: inline-block;
    width: 2px;
    height: 1.2em;
    background-color: #38bdf8;
    animation: .7s steps(1) infinite blink;
    margin-left: 2px;
    vertical-align: middle
}

.typing-text {
    color: purple;
}

body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Navbar */
.linkbar {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0px 80px;
    gap:20px;
}

.linkbar ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 20;
}

.linkbar ul li {
    position: relative;
}

.linkbar ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.linkbar ul li a:hover {
    color: purple;
}

/* Mega Menu */
.mega-menu {
    display: none;
    max-height: 500px;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 100;
    border-radius: 10px;
}
.mega-menu h3
{
    color: rgb(255, 0, 221);
}
.mega-menu div {
    display: flex;
    flex-wrap: wrap;

}
.sub-link
{
    display: flex;
    flex-direction: column;
}
.linkbar ul li:hover .mega-menu {
    display: grid;
    animation: fadeIn 0.3s ease-in-out;
}

.mega-menu h4 {
    margin-bottom: 2px;
    font-size: 30px;
    color: rgb(0, 0, 0) ;
}

.mega-menu a {
    display: block;
    margin-bottom: 2px;
    color: black;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mega-menu a:hover {
    color: #000;
}
.sub-mega
{
    display: flex;
    flex-direction: column;
}
/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media(max-width: 768px) {
    .navbar ul {
        flex-wrap: wrap;
    }

    .mega-menu {
        position: static;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
}























@keyframes blink {
    50% {
        opacity: 0
    }
}

@media (max-width:1150px) {

    #closeMenu,
    .menu {
        display: none
    }

    .menu {
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #fff;
        gap: 20px;
        padding: 20px;
        z-index: 99
    }

    .menu-icons {
        display: block
    }

    .home h1 {
        font-size: 3rem
    }

    .heading {
        font-size: 1.5rem
    }

    .tool {
        width: 40%
    }

    .footer {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .sear {
        width: 400px
    }
}

@media (max-width:1000px) {


    .hero h1 {
        font-size: 3rem;
        padding: 15px;
    }

}

@media (max-width:768px) {

    #results {
        left: 0;
    }

    #searchInput {
        left: 0%;
        width: 300%;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero p {
        font-size: 18px;
        padding: 20px;
    }

    #searchInput {
        width: 250px;
    }

    #closeMenu,
    .menu {
        display: none
    }

    .navbar {
        justify-content: space-between;
        padding: 0 20px
    }

    .menu,
    .tools {
        flex-direction: column
    }

    .menu {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #fff;
        gap: 20px;
        padding: 20px;
        z-index: 99
    }

    .menu-icons {
        display: block
    }

    .home h1 {
        font-size: 3rem
    }

    .heading {
        font-size: 1.5rem
    }

    .tool {
        width: 100%
    }

    .footer {
        flex-direction: column;
        align-items: center;
        gap: 50px
    }

    .sear {
        width: 400px
    }

    .home div {
        flex-direction: column;
    }
}

@media (max-width:560px) {

    .hero h1 {
        font-size: 2.5rem;
    }

    .footer {
        height: 1400px
    }

    .list-33 {
        display: flex;
        flex-direction: column
    }
    .mega-menu a
    {
        font-size: 20px;
    }
}

@media (max-width:1000px) {

    .foot1,
    .right {
        flex-direction: column;
        gap: 20px
    }
}

@media (max-width:510px) {

    #searchInput {
        width: 300px;
    }

    .hero h1 {
        font-size: 2.1rem;
    }

    .navbar {
        padding: 0 20px;
    }

    .home h1 {
        font-size: 2rem;
    }

    .box h3 {
        font-size: 2rem;

        margin-top: 15px;
    }
}

@media (max-width:450px) {

    .hero h1 {
        font-size: 1.8rem;
        padding: 15px;
        font-weight: 800;
    }
}