/* cfdcff */
:root {
    --primary-color: #0C66E4;
    --secondary-color: #fff;
    --text-color: #303030;
    --black-color: #202020;
    --white-color: #ffffff;
    --success-color: #3de968;
    --error-color: #cb1022;
    --warning-color: #efcf2a;
    --font-family: 'Poppins', sans-serif;
    --font-size: 16px;
    --border-radius: 5px
}

*,
::after,
::before {
    box-sizing: border-box;
}

.custom-alert {
    font-weight: 500;
    position: absolute;
    top: 59px;
    width: 100%;
    text-align: left;
    left: 0;
    text-align: center;
    padding: 0.8rem;
    border-radius: 0px;
    background-color: #0c66e42b !important;
}

body {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 400;
    background-color: #0c66e40d;
}

.top-navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
    padding: 0.2rem;
    /* box-shadow: 1px 2px 12px rgb(0 0 0 / 15%); */
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: unset;
}

.navbar-toggler-icon {
    background-image: unset;
}

.dropdown-container {
    box-shadow: 0 10px 55px 0 rgba(0, 25, 50, .15);
    display: none;
    background-color: var(--white-color);
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
    padding: 2rem;
    border-radius: 5px;
    /* height: 400px; */
    overflow-y: scroll;
}

.navbar-nav{
    gap: 10px;
}
.language-dropdown{
    position: absolute;
    right: 0;
}
.linkLists{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
}
.nav-link{
    /* color:#000 !important; */
    font-weight: 600;
}
.mega-menu-dropdown {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    transition: all .5s ease-in-out;
}


.menu-link {
    text-decoration: none;
    color: #181D20;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    transition: all .3s linear;
    border-radius: 5px;
    font-size: 14px;

}

.menu-link:hover {
    color: var(--white-color);
    background: var(--primary-color)
}

.menu-tools {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    /* padding-left: 4rem; */
}


.toggle-mega-menu:hover .nav-link {
    color: var(--primary-color);

}

.toggle-mega-menu:hover .menu-down-icon path {
    fill: var(--primary-color);
}

.toggle-mega-menu:hover .dropdown-container {
    display: block;
}

.home-headings {
    margin-top: 60px;
}

/* i89 dropdown css */
.lang-drop-down-btn {
    font-size: var(--bs-nav-link-font-size);
}

.language-modal {
    width: 200px;
    display: none;
    position: absolute;
    right: -40px;
    background: white;
    box-shadow: 0 10px 55px 0 rgba(0, 25, 50, .15);
}

.language-dropdown:hover .language-modal {
    display: block;
}

.language-drop-down-menu {
    padding: 0rem;
}

.language-drop-down-item {
    display: block;
    padding: 10px 1rem;
    color: #868992;
    text-decoration: none;
}

.language-drop-down-item:hover {
    background: var(--primary-color);
    color: var(--white-color);
    box-shadow: 1px 2px 12px rgb(0 0 0 / 15%);
}

.active-lang {
    background: var(--primary-color);
    color: #fff !important;
}


/* footer css */
.bottom-footer {
    padding-top: 3rem;
    /* padding-bottom: 3rem; */
    background-color: #051226;
}

.footer-logo {
    font-size: 1.8rem;
}

.footer-list {
    list-style: none;
    padding: 0px;
}

.footer-list li {
    padding: 0.5rem 0;
    color: var(--white-color)
}

.footer-category {
    font-size: 16px;
    margin-bottom: 0.6rem;
    font-weight: 600;
    color: var(--white-color)
}

.footer-link {
    text-decoration: none;
    color: #fff;
}

.footer-link:hover {
    text-decoration: underline;
    color: var(--primary-color)
}

.footer-trademark {
    padding: 1.5rem 0;
    border-top: 1px solid #424b59;
    color: var(--white-color)
}

.share-btn {
    background: #0866FF;
    height: 35px;
    display: flex;
    width: 40px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}

.share-btn:hover {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 20px 20px 60px var(--primary-color), -20px -20px 60px #ffffff;
}

.twitter-link {
    background-color: #000;
    /* border: 1px solid white; */
}

.instagram-link {
    background-color: #F400CA;
}

.linkedin-link {
    background-color: #0a66c2;
}

.telegram-link {
    background-color: #2ca5e0;
}

/* //home page css */
.page-h1 {
    font-weight: 900;
}

.home-headings h2 {
    font-weight: 400;
    font-size: 13px;
}



.feature-category {
    font-size: 20px;
    font-weight: 600;
  }

.webzify-features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.webzify-feature-tool {
    background-color: white;
    box-shadow: 0px 8px 12px rgba(2, 30, 84, .06);
    padding: 21px;
    border-radius: 8px;
    /* min-height: 100px; */
    align-items: center;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all .1s ease-out;
}

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

#webzify-icon-img {
    width: 20px;
}

.webzify-tool-heading {
    font-weight: 600;
    font-size: 14px;
    color: #141414;
    padding-left: 1rem;
    margin: 0;
}


.webzify-tool-image-background {
    background-color: rgba(158, 97, 255, 0.270);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.searchToolsForm {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

#searchBox {
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

#searchBox:focus {
    box-shadow: unset;
}

.search {
    cursor: pointer;
    position: absolute;
    right: 0px;
    background: var(--primary-color);
    padding: 18px 34px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.scroll-top {
    position: fixed;
    bottom: 15px;
    z-index: 99;
    right: 50px;
    cursor: pointer;
    background: var(--primary-color);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: transparent;
}

/* add to chrome button css */
.add-to-chrome-btn {
    border-radius: 8px !important;
    color: #fff;
    position: fixed;
    right: 10px;
    z-index: 999;
    background: var(--primary-color);
    top: 110px;
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding: 1rem; */
    animation: righttoleft 1s linear;
}

@keyframes righttoleft {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}


.add-to-chrome-btn:hover {
    color: #fff !important;
    background: var(--primary-color);
}


/* trustpiliot review css */
.review-us-on .profileUrl {
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 5px;
    width: 250px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 0 1rem;
    font-weight: 700;
    height: 60px;
    background-color: #000;
}
.profileUrl:hover{
    background-color: #00B67A;
    border: 1px solid #00B67A;
    /* color: white; */
}
.profileUrl:hover svg{
    /* fill: white; */
}

.profileUrl svg {
    height: 40px;
    width: 90px;
}

@media (max-width:768px) {
    
    .webzify-left-sidebar, .webzify-right-sidebar{
        display: none;
    }
    .toggle-mega-menu:hover .dropdown-container{
       display: none;
       width: 100%;
    }
    .language-dropdown{
        position: relative;
    }
    .linkLists{
        display: flex;
        flex-direction: column;
    }
    .home-headings{
        margin-top: 70px;
    }
    .add-to-chrome-btn {
        display: none;
    }

    .custom-alert{
        font-size: 12px;
        padding: 0.5rem 0px;
    }
    .language-dropdown:hover .language-modal {
        right: unset;
    }

   
    .scroll-top {
        display: none;
        right: 10px;
    }

    .lang-drop-down-btn {
        padding-left: 0px;
    }

    .toggle-mega-menu {
        /* width: 60px; */
    }

    .language-dropdown {
        width: 110px;
    }

    .dropdown-container {
        padding: 1rem;
        overflow: scroll;
        width: 300px;
        height: auto;
        position: static;
        max-height: 600px;
    }

    .mega-menu-dropdown {
        flex-direction: column;
    }

    .menu-tools {
        padding: 0px;
    }

    .navbar,
    .footer-section {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .bottom-footer {
        padding: 1rem 0 !important;
    }

    .footer-trademark {
        flex-direction: column;
        padding: 1rem 0 !important;
    }

    .trademark-message {
        order: 2;
        margin-top: 2rem;
    }
}