/*
Theme Name: Dialzilla
Theme URI: 
Author: Muhammad Sheraz
Author URI: 
Description: Crafting tailored digital experiences with top-tier development, IT staffing, and marketing.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options
*/



/* ***********************************/
/*     Globally define style Start   */
/* ***********************************/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::selection {
    background-color: #266dd3;
    color: #fff;
}

.show-on-mobile {
    display: none;
}

html {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

.content{
    margin-top: 80px;
}
/* Headings */
h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 58px;
    color: #111123;
    margin-bottom: 24px;
}

h2 {
    font-weight: bold;
    font-size: 44px;
    line-height: 48px;
    color: #111123;
    margin-bottom: 32px;
}

h3 {
    font-weight: bold;
    font-size: 34px;
    line-height: 38px;
    color: #111123;
    margin-bottom: 24px;
}

h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #111123;
    margin-bottom: 16px;
}

h5 {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.25em;
    color: #111123;
    margin-bottom: 10px;
}

h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #111123;
    margin-bottom: 10px;
}

span {
    color: #343434;
}

/* Paragraphs */
p {
    margin: 0 0 24px 0;
    color: #343434;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

/* Blockquotes */
blockquote {
    border-left: 4px solid #ccc;
    padding-left: 20px;
    margin: 0 0 1em 0;
    color: #666;
}
ul{
    padding-left: 16px;
}

li {
    color: #343434;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

/* Links */
a {
    color: #00E281;
    text-decoration: none;
}

a:hover {
    color: #111123;
}

a:visited {
    color: #111123;
}

/* Button Styles */
.button {
    display: inline-flex;
    background-color: #111123;
    /* background-color: #00E281; */
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 6px;
}

.button.light {
    background-color: transparent;
    border: 1px solid #fff;
}

#button-3 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-3 a {
    color: #fff;
    position: relative;
    transition: all .45s ease-Out;
}

#button-3.light a {
    color: #fff;
}

#circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #00E281;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}

#circle.light {
    background: #00E281;
}

#button-3:hover #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}

#button-3:hover a {
    color: #fff;
}

#button-3.light:hover a {
    color: #111123;
}
.ahconi{
    display: flex;
}
/* <div class="button" id="button-3">
    <div id="circle"></div>
    <a href="#">Let's Go! 3</a>
  </div> */

/* Form Elements */
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] input[type="email"],
input[type="text"],
input[type="number"],
textarea,
select {
    font-family: "Poppins", sans-serif;
    border: 1px solid #D4D4D4;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    border-radius: 5px;
    margin: 6px 0 24px 0;
    width: 100%;
    height: 50px;
    background: rgba(212, 212, 212, 0.2);
    color: #AAAAAA;
    font-size: 16px;
    transition: all 0.2s;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="submit"]:focus-visible {
    outline: none;
    border: none;
}

input[type="submit"] {
    width: 100%;
    outline: none;
    border: none;
    height: 50px;
    padding: 12px 22px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    background: #00E281;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
}

textarea {
    font-family: "Poppins", sans-serif;
    border-radius: 5px !important;
    height: 100px;
    resize: none;
    background: #fff;
}

input::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
textarea::placeholder,
select::placeholder {
    font-family: "Poppins", sans-serif;
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

textarea.wpcf7-form-control::placeholder {
    font-family: "Poppins", sans-serif;
}

.wpcf7 select option:hover {
    background-color: #F5EFFF;
    color: #31165D;
}

.wpcf7 select:valid {
    color: #718096;
}

.wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../../uploads/2025/02/select-field-arro-1.svg');
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 12px;
    padding-right: 2rem;
}

/* Hide the default arrow in IE/Edge */
.wpcf7 select::-ms-expand {
    display: none;
}

input:focus-visible,
input#email:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: none;
    border: 1px solid #111123;
}

label {
    font-size: 14px;
    line-height: 20px;
    color: #3B3349;
    font-weight: 400;
    position: relative;
}

label img {
    position: absolute;
    top: 2px;
    user-select: none;
    -webkit-user-select: none;
    margin-left: 2px;
}

span.wpcf7-not-valid-tip,
span.error {
    position: absolute;
    color: #ff3333;
    top: 36px;
    left: 8px;
    font-size: 11px;
}

.message-label span.error {
    top: -6px;
}

.page-id-2410 span.error {
    color: #FF3D57;
    top: 33px;
}

.wpcf7-response-output,
span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
    position: absolute;
    display: unset !important;
    bottom: 22px;
    border: 1px solid red;
    font-size: 12px;
    left: 94px;
    margin: 0;
}

.form-row {
    display: flex;
    gap: 24px;
}

/* First we hide the default CF7 loader */
.wpcf7-spinner::before {
display:none;
}

/* Add a new custom CF7 loader */
 .wpcf7-spinner {
width: 24px;
height: 24px;
border-radius: 50%;
display: inline-block;
border-top: 2px solid #111123;
border-right: 2px solid transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
background-color: inherit;
}
/* Style the new loader element */
 .wpcf7-spinner::after {
content: '';
box-sizing: border-box;
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
border-radius: 50%;
border-bottom: 2px solid #00E281;
border-left: 2px solid transparent;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

th,
td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

.bcdark-clr {
    background-color: #00E281;
}

.bclight-clr {
    background-color: #fff;
}

.scp-clr {
    color: #00E281;
}

.scd-clr {
    color: #111123;
}

.wcd-clr {
    color: #fff;
}

.desktop-space {
    margin-top: 120px;
}

.desktop-space-e {
    margin-top: 100px !important;
}

.d-flex {
    display: flex;
}

.cb-flex {
    justify-content: space-between;
}

.dc-flex {
    flex-direction: column;
}

.ai-center {
    align-items: center;
}

.gap-16 {
    gap: 16px;
}

.gap-8 {
    gap: 8px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-8 {
    margin-top: 8px;
}

.mb-0 {
    margin-bottom: 0;
}

.fw-bold {
    font-weight: bold;
}

.lh-0 {
    line-height: 0;
}

.ttc {
    text-transform: capitalize;
}

.ttu {
    text-transform: uppercase;
}


.pb-24 {
    padding-bottom: 24px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-8 {
    padding-bottom: 8px;
}


.pt-24 {
    padding-top: 24px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-8 {
    padding-top: 8px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-8 {
    padding-left: 8px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-8 {
    padding-right: 8px;
}


.pp-24 {
    padding: 24px;
}

.pp-16 {
    padding: 16px;
}

.pp-8 {
    padding: 8px;
}

.ppr {
    position: relative;
}

.box-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}


.talign {
    text-align: center;
}

.vs-hidden {
    visibility: hidden;
}

.show-on-desktop {
    display: block;
}

.show-on-mobile {
    display: none;
}

.show-on-mobile-e {
    display: none !important;
}

/* *********************************/
/*    Globally define style End    */
/* *********************************/

/* ***************************************/
/*      Navigation menu style Start      */
/* ***************************************/

.links ul{
	padding-left:0;
}
.mega_menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 18px;
}

/* Parent menu of an active submenu */
.nav-links ul li.active>a {
    color: #00E281 !important;
}

.logo-span {
    display: block;
    height: 44px;
    width: 130px;
    background: url(../../uploads/2025/01/dialzilla-logo.svg);
}

/* nav.fixed .logo-span {
    background: url(https://www.devvolve.com/wp-content/uploads/2025/01/DevVovle-dark.svg);
} */

.fa-bars {
    color: #fff;
}

.bx {
    cursor: pointer;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 80px;
    background: #fff;
    z-index: 99;
    transition: all 0.3s ease;
}

/* nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
} */

nav .navbar {
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 50px;
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 80px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0 14px;
}

/* nav.fixed .navbar .links li a {
    color: #111123;
} */

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #111123;
    font-size: 15px;
    font-weight: 400;
}

.fa-caret-down {
    color: #00E281;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .au-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    padding-top: 3px;
    height: 100%;
    width: 22px;
    line-height: 78px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    width: auto;
    position: absolute;
    top: 64px;
    left: -52px;
    line-height: 40px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .au-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
}

.navbar .links li .js-sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar .links li .sub-menu a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

.sub-menu::before {
    /*     display: none !important; */
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: "";
}

.sub-menu::after {
    /*     display: none !important; */
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
}

.htmlCss-sub-menu::after,
.htmlCss-sub-menu::before {
    left: 42% !important;
}

@media all and (min-width:1080px) and (max-width:1180px) {
    nav .navbar .links li .sub-menu.submega {
        background: #fff;
        width: 1038px;
        left: -388px;
        top: 68px;
    }

    .micon span {
        font-size: 15px;
        line-height: 15px;
    }

    .micon span.sub {
        margin-top: 6px;
        font-size: 12px;
        line-height: 14px;
    }

    .micon {
        padding: 12px;
    }

    .htmlCss-sub-menu::after,
    .htmlCss-sub-menu::before {
        left: 42% !important;
    }
}

@media (max-width:920px) {
    nav .navbar .links li a {
        color: #fff;
    }

    nav .navbar {
        max-width: -webkit-fill-available;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }
}

@media (max-width:1080px) {
    nav .navbar .links li .sub-menu.submega {
        top: 0;
    }

    .fa-caret-down {
        color: #00E281;
    }

    nav.fixed .fa-bars {
        color: #111123;
    }

    .show-on-mobile {
        display: block;
    }

    .mega_menu_wrap {
        flex-direction: column;
        padding: 0 0 0 16px;
    }

    nav .navbar .links li .sub-menu.submega {
        width: 100%;
        left: 0;
        background: transparent;
    }

    .navbar .links li .sub-menu a {
        color: #fff;
    }

    /* .megamenu {
        margin-bottom: 16px;
        position: relative;
    } */

    /* .megamenu::before {
        display: none !important;
        position: absolute;
        content: "";
        width: 1px;
        height: 105%;
        top: 13px;
        left: -12px;
        background-color: #111123;
    } */

    /* .megamenu:last-child::before {
        display: none;
    } */

    /* .navbar .links li .sub-menu.submega a {
        color: #fff;
        font-size: 15px;
        line-height: 30px;
    } */

    /* nav .navbar .links li .sub-menu {
        line-height: 30px;
    } */

    nav .navbar .nav-links {
        height: 100vh;
        overflow-x: hidden;
    }

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        right: -114%;
        display: block;
        max-width: -webkit-fill-available;
        width: 100%;
        background: #111123;
        line-height: 40px;
        padding: 25px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .fa-solid.fa-xmark {
        color: #fff;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        line-height: 25px;
        color: #111123;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
        left: 0;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;
        padding: 0 16px;
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow,
    .links li:hover .au-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center;
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu,
    nav .navbar .links li:hover .au-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show4 .links .au-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
        left: 0;
        background: transparent;
    }

    .sub-menu::after,
    .sub-menu::before {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow,
    .navbar .nav-links.show4 .links .au-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }

    .micon span {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        padding: 10px 0;
    }

    .megamenu {
        width: 100%;
        margin: 0;
    }

    .micon {
        padding: 0;
        gap: 0;
    }

    .micon img {
        display: none;
    }

    .micon span.sub {
        display: none;
    }

    .mmsd {
        margin-bottom: -10px;
    }

    .search-results .fa-bars , .search-no-results .fa-bars{
        color: #111123;
    }

    nav.fixed .navbar .links li a{
        color: #fff;
    }

    .megamenu li.active .micon span{
        color: #00E281;
    }

    .micon:hover, .megamenu li.active .micon{
        background-color: transparent;
        border-radius: unset;
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: -webkit-fill-available;
    }
}

/* ***************************************/
/*      Navigation menu style End      */
/* ***************************************/

/* ***************************************/
/*      Footer Style Start Here     */
/* ***************************************/


/* footer style start  */
footer {
    /* background: url(https://techimplement.com/wp-content/uploads/2024/10/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%; */
    padding: 48px 50px 32px 50px;
    margin-top: 0px;
    background: #111123;
}

.footer-wrap {
    max-width: 1250px;
    padding: 0 50px;
    width: 100%;
    margin: auto;
}
 
.bitvoxe-footer {
    display: flex;
    justify-content: space-between;
}

.bitvoxe-footer ul{
    padding-left: 0;
}
.bitvoxe-footer h6{
    font-size: 18px;
    line-height: 20px;
}

.fcon-is ul li:first-child {
    font-size: 14px;
    line-height: 16px;
}


.fcon ul li {
    list-style: none;
    margin-bottom: 8px;
}

.fcon ul li:last-child {
    margin-bottom: 0px;
}

.fcon ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.fcon ul li a:hover{
    color: #00E281;
}

.fcon-is ul {
    width: 100%;
}

.fcon-is ul li:first-child,
.fcon-is ul li:last-child {
    list-style-type: none;
    position: relative;
    padding-left: 24px;
}

.fcon-is ul li:first-child a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 17px;
    width: 15px;
    background-image: url('../../uploads/2024/10/call-icon.svg');
    background-repeat: no-repeat;
    margin-top: 1px;

}
img.footer-logo{
	width:200px;
	margin-bottom:48px;
}
.fcon-is ul li:last-child a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 14px;
    height: 14px;
    background-image: url('../../uploads/2024/10/footer-mail-icon.svg');
    background-repeat: no-repeat;
    margin-top: 7px;
}

.bitvoxe-footer .fcon-tcol ul li a,
.bitvoxe-footer .fcon-fcol ul li a,
.bitvoxe-footer .fcon-scol ul li a {
    position: relative;
}

.bitvoxe-footer .fcon-tcol ul li a::after,
.bitvoxe-footer .fcon-fcol ul li a::after,
.bitvoxe-footer .fcon-scol ul li a::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0%;
    background: #00E281;
    bottom: -5px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.bitvoxe-footer .fcon-tcol ul li a:hover::after,
.bitvoxe-footer .fcon-fcol ul li a:hover::after,
.bitvoxe-footer .fcon-scol ul li a:hover::after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.fw-social {
    margin-top: 48px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 16px 0 14px 0;
}

.fw-social h4 {
    font-size: 22px;
    line-height: 22px;
}

.fws-icons {
    display: flex;
    justify-content: center;
}

.fws-icons a {
    margin: 0 24px;
}

.fw-copywrite {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.fw-copywrite p {
    font-size: 14px;
    line-height: 14px;
}

.fw-copywrite a {
    font-size: 14px;
    line-height: 14px;
    margin-right: 24px;
    color: #fff;
}

.fw-copywrite a:last-child {
    margin-right: 0px;
}

/* footer style end  */


/* Blog Style  */
.container-blog {
    max-width: 1250px;
    width: 100%;
    padding: 0 50px;
    margin: 120px auto 0px auto;
}

.bcta {
    margin-bottom: 16px;
}

.bcta a {
    font-size: 14px;
    line-height: 16px;
    margin-right: 20px;
    position: relative;
}

.bcta a::after {
    position: absolute;
    content: ">";
    right: -15px;
    top: 2px;
    pointer-events: none;
}

.bcta a:last-child::after {
    display: none;
}

.bcont {
    width: 70%;
}

.bside {
    width: 30%;
}

.blog-inner {
    gap: 50px;
}

.fimgst h1 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin: 4px 0;
}

.fimgs {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 32px;
}

.fimgs img {
    border-radius: 16px;
    transition: all 0.5s ease-in-out;
}

.fimgs:hover img {
    transform: scale(1.05);
    border-radius: 16px;
    transition: all 0.5s ease-in-out;
}

.fimgst {
    width: 100%;
    overflow: hidden;
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 0 0px 16px 16px;
}

.fimgs:hover .fimgst a::after {
    background-color: #fff;
    transition: all 0.3s ease-in-out;

}

.fimgs:hover .fimgst a {
    background: #00E281;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.fimgst a,
.rpcontent span:first-child {
    font-size: 14px;
    line-height: 16px;
    color: black;
    background: #fff;
    padding: 6px 10px 6px 32px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.fimgst a::after,
.rpcontent span:first-child::after {
    position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
    background-color: #111123;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.fimgst span,
.rpcontent span:last-child {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

/* Author section  */
.autsec {
    display: flex;
    flex-direction: column;
    background-color: #111123;
    padding: 24px;
    border-radius: 20px;
}

.autsecc h4 {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin: 12px 0;
}

.autsecc p.author-details {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.autsecc p.author-details::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: -11px;
    opacity: 0.6;
}

.autsecc p.author-des {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
}

.autseci .author-img {
    width: 100px;
    height: 100px;
    margin-right: 16px;
    display: none;
}

.autseci .author-link {
    width: 28px;
    height: auto;
}

.bside .bsideshare {
/*     background: url(https://techimplement.com/wp-content/uploads/2024/10/blog-share-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    padding: 24px;
    border-radius: 20px;
	background:#111123;
}

.bsideshare p {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
}

.bcounts {
    margin-bottom: 64px;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    background: #111123;
    border-radius: 16px;
    align-items: center;
    position: relative;
}

.bcounts::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -32px;
    left: 0;
    background: #6C7880;
    border-radius: 50px;
}

.rect-posts {
    margin-bottom: 120px;
}


.recent-slide {
    margin: 0 12px;
    background: #F8F8F8;
    padding: 16px;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.recent-slide:hover {
    transform: translateY(-10px);
    transition: all 0.5s ease-in-out;
    box-shadow: 2px 13px -1px rgba(0, 0, 0, .2) !important;
    border-radius: 12px;
    overflow: hidden;
}

h4.recentposthe {
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
    height: 80px;
}

.recent-slide:hover h4.recentposthe {
    color: #111123;
    transition: all 0.3s ease-in-out;
}

.recent-slide img {
    border-radius: 16px;
}

.rpcontent span:first-child {
    margin: 12px 0 8px 0;
}

.rect-posts .slick-slider {
    -ms-user-select: unset;
    user-select: unset;
}

.recent-slide:hover .rpcontent span:first-child {
    color: #fff;
    background: #111123;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.recent-slide:hover .rpcontent span:first-child::after {
    background: #fff;
    transition: all 0.5s ease-in-out;
}

.rpcontent span:last-child {
    color: #555 !important;
}

.blog-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.bloginnercon {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 18px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.bloginnercon:hover {
    transform: translateY(-14px);
    transition: all 0.5s ease-in-out;
    border-radius: 18px;
}

.bloginnercon:hover h3 {
    color: #111123;
    transition: all 0.5s ease-in-out;
}

.bloginnercon:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    opacity: 0.7;
    border-radius: 18px;
}

.bicsi {
    overflow: hidden;
    height: 190px;
}

.bloginnercon img {
    width: 100%;
    height: auto;
    border-radius: 18px 18px 0 0 !important;
    transition: all 0.5s ease-in-out;
}

.bloginnercon h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
    height: 120px;
}

.bloginnercon .btn {
    font-size: 16px;
    line-height: 16px;
}

.bics {
    padding: 8px 16px 16px 16px;
}

.awards-card {
    display: none;
}

.post-card {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.load-more-wrapper {
    text-align: center;
    margin: 30px 0;
}

.load-more-btn,
.back-to-top-btn {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.load-more-btn:hover,
.back-to-top-btn:hover {
    background-color: #005a87;
}

.blog-row {
    margin-bottom: 120px;
}

.bs-tsoc a {
    padding-right: 8px;
}

.bs-fsoc {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.bs-tsoc a:last-child {
    margin-right: 0px;
}

.bs-fsoc {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.bs-tsoc a {
    margin-right: 4px;
    background-color: #fff;
    padding: 8px 8px;
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
    display: inline-block;
}

.bs-tsoc a.tsoc-mail {
    padding: 5.8px 12px;
}

.bs-tsoc a.tsoc-face {
    padding: 5.9px 15.5px;
}

a.tsoc-face svg {
    width: 9px !important;
}

.bs-tsoc a.tsoc-yout {
    padding: 6px 9px;
}

.bs-tsoc a.tsoc-insta {
    padding: 6px 11px;
}

.bs-tsoc a.tsoc-twitt {
    padding: 6.59px 12px;
}

.bs-tsoc a.tsoc-tik {
    padding: 6px 11px;
}

.bs-tsoc a.tsoc-wha {
    padding: 6px 11px;
}


.bs-tsoc a svg {
    width: 16px;
    height: auto;
    margin-top: 6px;
    fill: #111123;
    transition: all 0.5s ease;
}

.bs-tsoc a svg path {
    fill: #111123;
}

.bs-tsoc a:hover {
    background-color: #111123;
    box-shadow: inset 0 0 0 3px #fff;
}

.bs-tsoc a:hover svg path {
    fill: #fff;
}

.bs-tsoc a:hover svg {
    color: #fff;
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* Table of content style start here  */
#toc_container {
    margin-top: 24px;
}

#toc_container span {
    font-size: 20px;
    line-height: 24px;
    color: #1B1B1F;
    font-weight: 500;
}

#toc_container ul li a {
    font-size: 16px;
    line-height: 18px;
    color: #1B1B1F;
}

#toc_container ul {
    margin-top: 16px;
}

#toc_container ul li {
    padding: 0px 10px 0px 20px;
    margin-bottom: 16px;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}

#toc_container ul li.active {
    border-left: 3px solid #00E281;
}

#toc_container ul li.active a {
    color: #00E281;
    font-weight: 600;
}

/* Table of content style End here  */

/* Search Popup Style Start Here  */
body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #111123;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 50%;
    outline: none;
    transition: background 0.3s ease-in-out;
}

.close:hover {
    background: #00E281;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(50, 33, 58, 0.9);
    transition: all 0.3s ease-in-out;
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.search-box.search-elem.search-open {
    transform: scale(1);
}

/* Navigation Search Style Start Here  */
.search-box {
    display: flex;
    gap: 16px;
    align-items: center;
}

.search-btn svg {
    width: 24px;
    margin-top: 6px;
}

nav .search-btn svg path {
    fill: #111123;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #c7e2ff;
    box-shadow: 0px 8px 40px 0px #99C6FF26;
    border-radius: 10px;
}

.search-input-container {
    display: flex;
    position: relative;
}

.search-field {
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 24, 33, 0.36);
    width: 100%;
    padding: 28px 70px 21px 25px;
    font-size: 20px;
    line-height: 1.208;
    color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 400;
    outline: none;
    transition: border-bottom-color .3s ease;
}

.search-form input:focus {
    outline: none;
    border: 1px solid transparent;
    border-bottom-color: #111123;
}

.search-form input::placeholder {
    font-size: 20px;
    line-height: 1.208;
}

.search-field:focus {
    border-bottom-color: #111123;
    border-color: none;
}

.search-submit {
    position: absolute;
    right: 24px;
    top: 55%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
}

.search-submit img {
    width: 24px;
    margin-top: 0;
}

.search-suggestions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px 24px 20px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.suggestion {
    box-shadow: rgba(0, 24, 33, 0.1) 0px 0px 16px;
    background-color: #d6d6d6;
    color: #111123;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.suggestion:hover {
    background-color: #111123;
    color: #ffffff;
}



/* Navigation Search Style End Here  */

/* Search Popup Style End Here  */

.srpost article{
    padding: 20px;
    border: 1px solid rgba(21, 238, 177, 0.36);
    margin-bottom: 24px;
}

.search-results .logo-span , .search-no-results .logo-span {
    background: url(../../uploads/2025/01/dialzilla-logo.svg);
}

.search-results nav .navbar .links li a , .search-no-results nav .navbar .links li a{
    color: #111123;
}

.search-results nav .search-btn svg path , .search-no-results .search-btn svg path{
fill: #111123;
}

.sr-number{
    font-size: 24px;
    color: #111123;
}

.search-results .container-blog {
    margin: 120px auto 0px auto;
}

.search-results .pagination{
    margin: 60px 0 24px 0;
}

.search-results .pagination nav{
    position: unset;
}

.search-results h2.screen-reader-text{
    display: none;
}

.search-results .pagination .nav-links{
    text-align: center;
}
.search-results .pagination .nav-links span{
    width: 40px;
    display: inline-block;
    background:#111123;
    height: 40px;
    padding: 6px;
    margin: 0 6px;
    font-size: 20px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
}
.search-results .pagination .nav-links .page-numbers:nth-child(2){
    width: 40px;
    display: inline-block;
    background: #00E281;
    height: 40px;
    padding: 6px;
    margin: 0 6px;
    font-size: 20px;
    border-radius: 6px;
    color: #111123;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.search-results .pagination .nav-links .page-numbers:nth-child(2):hover{
background-color:#111123 ;
color: #fff;
transition: all 0.3s ease-in-out;
}

/* Search Result Style End here  */

/* our services Cards Style here  */
.card img{
    display: block;
    margin: 0 auto 32px auto;
    z-index: 10;
    position: relative;
}

.card {
    background-color: #fafafa;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05), 0px 8px 15px  rgba(0, 0, 0, 0.1), 0 0 0 1px  rgba(255, 255, 255, 0.1);
    padding: 56px 16px 16px 16px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.25s;
}
.card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background-color:  transparent;
}

.card h4 {
    z-index: 2;
    position: relative;
    margin: 14px 0 12px 0;
    font-size: 20px;
    line-height: 24px;
}
.card p {
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #343434;
}
.card .shine {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}
.card .shine:before {
    content: '';
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 55%;
    filter: blur(35px);
    opacity: 0.3;
    transform: translateX(-50%);
    background-image:conic-gradient(from 225deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #10b981 25deg, #edfaf6 285deg, #fff 345deg, rgba(16, 185, 129, 0) 360deg);
}
.card .background {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
    mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
}
.card .background .tiles {
    opacity: 0;
    transition: opacity 0.25s;
}
.card .background .tiles .tile {
    position: absolute;
    background-color:  rgba(16, 185, 129, 0.08);
    animation-duration: 8s;
    animation-iteration-count: infinite;
    opacity: 0;
}
.card .background .tiles .tile.tile-4, .card .background .tiles .tile.tile-6, .card .background .tiles .tile.tile-10 {
    animation-delay: -2s;
}
.card .background .tiles .tile.tile-3, .card .background .tiles .tile.tile-5, .card .background .tiles .tile.tile-8 {
    animation-delay: -4s;
}
.card .background .tiles .tile.tile-2, .card .background .tiles .tile.tile-9 {
    animation-delay: -6s;
}
.card .background .tiles .tile.tile-1 {
    top: 0;
    left: 0;
    height: 10%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-2 {
    top: 0;
    left: 22.5%;
    height: 10%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-3 {
    top: 0;
    left: 50%;
    height: 10%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-4 {
    top: 0;
    left: 77.5%;
    height: 10%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-5 {
    top: 10%;
    left: 0;
    height: 22.5%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-6 {
    top: 10%;
    left: 22.5%;
    height: 22.5%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-7 {
    top: 10%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-8 {
    top: 10%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-9 {
    top: 32.5%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-10 {
    top: 32.5%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}
@keyframes tile {
    0%, 12.5%, 100% {
        opacity: 1;
   }
    25%, 82.5% {
        opacity: 0;
   }
}
.card .background .line {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s;
}
.card .background .line:before, .card .background .line:after {
    content: '';
    position: absolute;
    background-color: #e9e9e7;
    transition: transform 0.35s;
}
.card .background .line:before {
    left: 0;
    right: 0;
    height: 1px;
    transform-origin: 0 50%;
    transform: scaleX(0);
}
.card .background .line:after {
    top: 0;
    bottom: 0;
    width: 1px;
    transform-origin: 50% 0;
    transform: scaleY(0);
}
.card .background .line.line-1:before {
    top: 10%;
}
.card .background .line.line-1:after {
    left: 22.5%;
}
.card .background .line.line-1:before, .card .background .line.line-1:after {
    transition-delay: 0.3s;
}
.card .background .line.line-2:before {
    top: 32.5%;
}
.card .background .line.line-2:after {
    left: 50%;
}
.card .background .line.line-2:before, .card .background .line.line-2:after {
    transition-delay: 0.15s;
}
.card .background .line.line-3:before {
    top: 55%;
}
.card .background .line.line-3:after {
    right: 22.5%;
}
.card:hover {
    box-shadow: 0px 3px 6px rgba(24, 24, 27, 0.05), 0px 8px 15px rgba(24, 24, 27, 0.1), 0 0 0 1px rgba(24, 24, 27, 0.15);
}

.card:hover .shine {
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0s;
}
.card:hover .background .tiles {
    opacity: 1;
    transition-delay: 0.25s;
}
.card:hover .background .tiles .tile {
    animation-name: tile;
}
.card:hover .background .line {
    opacity: 1;
    transition-duration: 0.15s;
}
.card:hover .background .line:before {
    transform: scaleX(1);
}
.card:hover .background .line:after {
    transform: scaleY(1);
}
.card:hover .background .line.line-1:before, .card:hover .background .line.line-1:after {
    transition-delay: 0s;
}
.card:hover .background .line.line-2:before, .card:hover .background .line.line-2:after {
    transition-delay: 0.15s;
}
.card:hover .background .line.line-3:before, .card:hover .background .line.line-3:after {
    transition-delay: 0.3s;
}

/*  */
.SMN_effect-16 a:before, .SMN_effect-16 a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	border: 2px solid rgba(17, 17, 35, 0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.SMN_effect-16 a:after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.SMN_effect-16 a{
    position: relative;
    z-index: 99;
}

.SMN_effect-16 a:hover:before, .SMN_effect-16 a:hover:after, .SMN_effect-16 a:focus:before, .SMN_effect-16 a:focus:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.card:hover .SMN_effect-16 a:before, .card:hover .SMN_effect-16 a:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.menu a {
	font-weight: 500;
	padding: 20px 0px;
	position: relative;
	display: block;
}
/*  */

/* our services Cards End here  */

/* key benefits section style start here  */
  
  .key-benefits-inner{
    background: linear-gradient(71deg, #080509, #1a171c, #080509) !important;
    background-clip: padding-box !important;
    border: 2px solid transparent !important;
  }

  .card-title {
    font-weight: 600;
    color: white;
    letter-spacing: -0.02em;
    font-size: 28px;
}
  
  .card-description {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .container-card svg{
    margin-bottom: 24px;
  }
/* key benefits section style End here  */

/* Ho its ork section style start here  */

.hitsork ul {
    display: grid;
    grid-template-columns: 0.25rem 1fr;
    grid-auto-columns: max-content;
    column-gap: 20px;

    margin-inline: auto;
    padding-left: 0;
  }
 
  .hitsork ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: 0.125rem;
  }

  .hitsork ul li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .hitsork ul li {
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    grid-column: 2;
    margin-inline: 1.5rem;
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}
 
  .hitsork ul li .date {
    height: 3rem;
    margin-inline: -1.5rem;
    text-align: center;
    background-color: #00E281;
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: 1.5rem 0 0 1.5rem;
  }
 
  .hitsork ul li .date::before {
    content: "";
    width: 1.5rem;
    aspect-ratio: 1;
    background: #00E281;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
  }

  .hitsork ul li .date::after {
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 1;
    background: rgba(245, 245, 245);
    border: 0.3rem solid #00E281;
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + 20px + 0.125rem);
  }

  .hitsork ul li .title,
  .hitsork ul li .descr {
    background: rgba(245, 245, 245, 0.3);
    position: relative;
    padding-inline: 10px;
  }
  
  .hitsork ul li .title {
    overflow: hidden;
    padding-block-start: 16px;
    padding-block-end: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}
  
.hitsork ul li .descr {
    padding-block-end: 16px;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
}

  .hitsork ul li .title::before,
  .hitsork ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.1);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
  }
  
  .hitsork ul li .title::before {
    bottom: calc(100% + 0.125rem);
  }
  
  .hitsork ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
  }
  
  @media (min-width: 40rem) {
    .hitsork ul {
      grid-template-columns: 1fr 0.25rem 1fr;
    }
    .hitsork ul::before {
      grid-column: 2;
    }
    .hitsork ul li:nth-child(odd) {
      grid-column: 1;
    }
    .hitsork ul li:nth-child(even) {
      grid-column: 3;
    }
  
    /* start second card */
    .hitsork ul li:nth-child(2) {
      grid-row: 2/4;
    }
  
    .hitsork ul li:nth-child(odd) .date::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      left: 0;
    }
  
    .hitsork ul li:nth-child(odd) .date::after {
      transform: translate(-50%, -50%);
      left: calc(100% + 20px + 0.125rem);
    }
  
    .hitsork ul li:nth-child(odd) .date {
      border-radius: 0 1.5rem 1.5rem 0;
    }
  }
  
  .credits {
    margin-top: 1rem;
    text-align: right;
  }
  .credits a {
    color: rgba(30, 30, 30);
  }
  
/* Ho its ork section style End here  */

/* home Contact Us Style Start Here  */
.home-form {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px 40px 24px 40px;
    margin: auto;
    width: 80%;
    background: #fff;
    border-radius: 30px;
}
/* home Contact Us Style End Here  */

/* why choose us section style start here  */
.wcsfirst , .wcsnd{
    display: flex;
    gap: 60px;
}
 
.wcsnd{
    width: 70%;
    margin: auto;
}

.wcsfirst div{
    border: 2px solid #111123;
    padding: 32px 8px;
    border-radius: 30px;
    border-left: none;
    border-right: none;
}
.wcsnd div{
    border: 2px solid #111123;
    padding: 32px 16px;
    border-radius: 30px;
    border-top: none;
    border-bottom: none;
}


.wcsfirst div:nth-child(2){
    position: relative;
    top: 24px;
}
.wcsfirst div:nth-child(2) img {
    position: absolute;
    width: 266px;
    top: -62px;
    left: 50%;
}

.wcsfirst div:nth-child(3){
    position: relative;
}
.wcsfirst div:first-child{
    position: relative;
}

.wcsfirst div:first-child img {
    position: absolute;
    width: 180px;
    bottom: -232px;
    left: 0%;
    z-index: 1;
}

.wcsfirst div:nth-child(3) img {
    position: absolute;
    width: 150px;
    bottom: -198px;
    left: 73%;
    z-index: 1;
}

.wcsnd div:nth-child(2) {
    position: relative;
    left: 132px;
    width: 642px;
    top: 64px;
}

.wcsnd div:first-child {
    position: relative;
    top: 92px;
    left: -37px;
}

.wcsnd div:first-child img {
    position: absolute;
    width: 150px;
    top: -91px;
    left: 96%;
    z-index: 1;
}

.why-chose-us  h4{
    color: #00E281;
    font-size: 22px;
    line-height: 26px;
}


/* why choose us section style start here  */

/* Services pae cards style start here  */

.service-card {
    background-color: white;
    /* max-width: 360px; */
    /* display: flex; */
    /* flex-direction: column; */
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: 0px 1rem 1.5rem rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
  }

  .service-card:hover{
    box-shadow: 0px 3px 6px rgba(24, 24, 27, 0.05), 0px 8px 15px rgba(24, 24, 27, 0.1), 0 0 0 1px rgba(24, 24, 27, 0.15);
  }

  
  .service-card .banner {
    /* background-image: url(http://dialzilla.local/wp-content/uploads/2025/02/26338.webp); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
  }

  .banner img{
    position: absolute;
    top: 96px;
  }

  .sc-content{
    padding: 48px 24px 24px 24px;
    text-align: center;
  }

  .sc-content p{
    color: rgba(64,64,64,0.5);
    font-size: 16px;
    line-height: 20px;
  }

  .sc-content #button-3{
    width: 100%;
    border-radius: 50px;
    margin-top: 16px;
  }
  .sc-content #button-3 a{
    font-size: 18px;
  }

  
/* Services pae cards style End here  */

/* FAQ Accordion Style Start Here  */
.faqrapper {
  width: 80%;
  margin: auto;
}

.faqrinn {
  background-color: rgb(255, 255, 255);
  /* color: black; */
  border-radius: 20px;
  box-shadow: rgba(150, 150, 239, 0.2) 0px 7px 29px 0px;
  margin: 20px 0;
}

.faqhead {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faqhead::after {
  content: "\002B";
  font-size: 24px;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.faqhead.active::after {
  transform: rotate(45deg);
}

.faqcont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.faqcontan {
    padding: 0 20px 20px;
    font-size: 16px;
    line-height: 24px;
}
/* FAQ Accordion Style End Here  */

/* Contact us page style start here  */
.cupage-social{
	display:flex;
	flex-direction:column;
}

.cupage-social a{
	display:flex;
	align-items:center;
	font-size:20px;
	line-height:24px;
	margin-bottom:40px;
}

.cupage-social a:nth-child(2){
	padding:24px;
	border:2px solid #00E281;
	border-radius:12px;
}

.cupage-social img{
	margin-right:20px;
}

.cupage-social a:visited{
	color:#fff;
}
.cupage-social a:hover{
	color:#fff;
}

/* Contact us page style end here  */

/* About us page style start here  */
/* Style for the number count section start  */
.numcout-wrap .numcount-cont p {
    width: 75%;
    margin: auto;
}

.numcout-wrap .numcount-num {
    display: flex;
    gap: 24px;
/*     margin-top: 48px; */
}

.numcout-wrap .numcount-num .num-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: #FFFFFF;
    padding: 24px;
    border-radius: 50px;
    width: 25%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.numii {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.num-inner {
    position: relative;
}

.num-inner span {
    color: #52606D;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.num-inner .counter {
    margin: 0px 0 12px 0;
    color: #000000;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}

.num-inner::after {
    position: absolute;
    content: '+';
    color: #000000;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    top: 28px;
}

.num-inner:nth-child(3):after {
    position: absolute;
    content: '%';
    color: #000000;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    top: 28px;
}

.num-inner1::after {
    left: 194px;
}

.num-inner2::after {
    left: 187px;
}

.num-inner3::after {
    left: 178px;
}

.num-inner4::after {
    left: 187px;
}

.num-inner1 .numii .counter {
    margin-left: -16px;
}

.num-inner2 .numii .counter {
    margin-left: -24px;
}

.num-inner3 .numii .counter {
    margin-left: -30px;
}

.num-inner4 .numii .counter {
    margin-left: -28px;
}

/* Style for the number count section end  */
/* About us page style end here  */


/* Big Screen Media Quries start here  */
@media all and (min-width:1900px) {}

@media all and (min-width:1600px) and (max-width:1900px) {}

@media all and (min-width:1600px) {}

/* Big Screen Media Quries End here  */

/* Tablet style start here  */
@media all and (min-width:768px) and (max-width:1080px) {

    /* Globally tablet style start here  */
    label {
        font-size: 12px;
        line-height: 12px;
    }

    .show-on-mobile {
        display: none;
    }

    .desktop-space-e {
        margin-top: 60px !important;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    h1 {
        font-size: 42px;
        line-height: 48px;
    }

    h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    h3 {
        font-size: 30px;
        line-height: 34px;
    }

    h4 {
        font-size: 22px;
        line-height: 24px;
    }

    /* Globally tablet style end here  */

    /* 	Blog Style tablet version start  */
    .container-blog {
        max-width: 100%;
        padding: 0 25px;
    }

    .blog-inner {
        gap: 20px;
    }

    .fimgst {
        padding: 8px 16px;
    }

    .fimgst a,
    .rpcontent span:first-child {
        font-size: 10px;
        line-height: 10px;
        padding: 6px 10px 6px 26px;
    }

    .fimgst a::after,
    .rpcontent span:first-child::after {
        width: 10px;
        height: 10px;
        top: 6px;
    }

    .fimgst h1 {
        font-size: 22px;
        line-height: 24px;
        margin: 8px 0 0 0;
    }

    .fimgst span,
    .rpcontent span:last-child {
        font-size: 12px;
        line-height: 12px;
    }

    .bcountst {
        width: 50%;
    }

    .rect-posts .slick-dots li.slick-active button:before {
        opacity: 1;
        width: 18px;
        height: 18px;
        font-size: 0px;
        color: #111123;
        background: #111123;
        border: 1px solid #fff;
        top: 0;
    }

    .rect-posts .slick-dots li button:before {
        width: 13px;
        height: 13px;
        border-radius: 50px;
        opacity: 1;
        color: transparent;
        border: 1px solid #CBD5E0;
        top: 3px;
    }

    .bicsi {
        height: auto !important;
    }

    .blog-row {
        gap: 14px !important;
    }

    .bloginnercon h3 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    /* 	Blog Style tablet version end  */

}

/* Tablet style End here  */


/* Mobile style start here  */
@media all and (max-width:767px) {

    /* Globally Mobile style start here  */
    .process-path {
        clip-path: polygon(100% 0, 100% 82%, 50% 100%, 0 82%, 0 0, 50% 18%);
    }

    .show-on-desktop {
        display: none;
    }

    .mmcrm::before,
    .mmai::before,
    .mmsd::before {
        display: none;
    }

    #toc_container {
        display: none;
    }

    .desktop-space-e {
        margin-top: 60px !important;
    }

    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .button {
        font-size: 14px;
        padding: 12px 18px;
    }

    .visibility-sh-ms {
        visibility: visible;
    }

    /* Globally Mobile style End here  */

    /* Navigation menu for mobile start */

    .dnmbl{
        display: none;
    }

    .search-box {
        position: absolute;
        right: 64px;
        bottom: 23px;
    }

    /* Navigation menu for mobile End */

    /* Footer mobile style start here  */
    
    /* Footer Mobile style start here  */
    footer {
        padding: 48px 25px 32px 25px;
    }

    .bitvoxe-footer {
        flex-direction: column;
    }

    .fcon-is,
    .fcon-fcol,
    .fcon-scol {
        width: 100%;
        margin-bottom: 16px;
    }
    /* Footer Mobile style end here  */


    /* 	Blog style for mobile start here  */
    .container-blog {
        max-width: 100%;
        padding: 0 25px;
    }

    .rect-posts .slick-dots li.slick-active button:before {
        opacity: 1;
        width: 18px;
        height: 18px;
        font-size: 0px;
        color: #111123;
        background: #111123;
        border: 1px solid #fff;
        top: 0;
    }

    .rect-posts .slick-dots li button:before {
        width: 13px;
        height: 13px;
        border-radius: 50px;
        opacity: 1;
        color: transparent;
        border: 1px solid #CBD5E0;
        top: 3px;
    }

    .recent-slide {
        margin: 0;
    }

    .blog-inner {
        flex-direction: column;
        gap: 32px;
    }

    .bcont,
    .bside {
        width: 100%;
    }

    .fimgs {
        margin-bottom: 20px;
    }

    .fimgst a {
        padding: 6px 10px 6px 20px;
    }

    .fimgst a,
    .fimgst span {
        font-size: 10px;
        line-height: 10px;
    }

    .fimgst h1 {
        font-size: 16px;
        line-height: 18px;
        margin: 8px 0 0 0;
    }

    .fimgst a::after {
        width: 9px;
        height: 9px;
    }

    .bcounts {
        display: none !important;
    }

    .bsideshare {
        margin-bottom: 60px;
        position: relative;
    }

    .bsideshare::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #6C7880;
        left: 0;
        bottom: -30px;
        opacity: 0.6;
    }

    .fimgst {
        padding: 6px 16px;
    }

    .blog-row {
        grid-template-columns: 1fr !important;
    }

    .bicsi {
        height: auto !important;
    }

    /* 	Blog style for mobile end here  */


    /* Search Result Mobile Style start here  */
    .search-form{
        margin: 0 12px;
    }

    .search-results .pagination {
        margin: 40px 0 8px 0;
    }

    .close {
        top: 6rem;
        right: 1rem;
    }
    /* Search Result Mobile Style End here  */

 /* Number Counter section Mobile start here  */
    .numcout-wrap .numcount-num {
        flex-wrap: wrap;
        gap: 16px;
/*         margin-top: 40px; */
    }

    .numcout-wrap .numcount-num .num-inner {
        width: 47%;
        flex-direction: column;
        gap: 12px;
        border-radius: 24px;
        padding: 24px 12px;
    }

    .num-inner::after {
        top: 97px;
        z-index: 1;
    }

    .num-inner:nth-child(3):after {
        top: 97px;
    }


    .num-inner4 .numii .counter {
        margin-left: -16px;
    }

    .num-inner3 .numii .counter {
        margin-left: -24px;
    }

    .num-inner2 .numii .counter {
        margin-left: -18px;
    }

    @media all and (max-width:360px) {
        .num-inner1::after {
            left: 90px;
        }

        .num-inner2::after {
            left: 87px;
        }

        .num-inner3::after {
            left: 77px;
        }

        .num-inner4::after {
            left: 92px;
        }
    }

    @media all and (min-width:360px) and (max-width:380px) {
        .num-inner1::after {
            left: 98px;
        }

        .num-inner2::after {
            left: 94px;
        }

        .num-inner3::after {
            left: 84px;
        }

        .num-inner4::after {
            left: 98px;
        }
    }

    @media all and (min-width:380px) and (max-width:400px) {
        .num-inner1::after {
            left: 102px;
        }

        .num-inner2::after {
            left: 98px;
        }

        .num-inner3::after {
            left: 88px;
        }

        .num-inner4::after {
            left: 102px;
        }
    }

    @media all and (min-width:400px) and (max-width:767px) {
        .num-inner1::after {
            left: 108px;
        }

        .num-inner2::after {
            left: 104px;
        }

        .num-inner3::after {
            left: 94px;
        }

        .num-inner4::after {
            left: 110px;
        }
    }

    /* Number Counter section Mobile end here  */


	
}

/* Mobile style end here  */


/* Small Mobile Devices Media Query start here  */

@media all and (max-width:767px) and (min-width:380px) {
    .ser-con {
        height: 340px;
    }

    /* Our Tech Stack Mobile style start here  */
    .otsimg img {
        width: 140px;
    }

    /* Our Tech Stack Mobile style End here  */
}

@media all and (max-width:380px) {
    .ser-con {
        height: 382px;
    }

    /* Our Tech Stack Mobile style start here  */
    .otsimg img {
        width: 100px;
    }

    /* Our Tech Stack Mobile style End here  */
}