/*
Theme Name: DevVovle
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   */
/* ***********************************/

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

* {
    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;
}

.process-path {
    clip-path: polygon(88% 0%, 100% 50%, 88% 100%, 0% 100%, 12% 50%, 0% 0%);
}

/* Headings */
h1 {
    font-weight: bold;
    font-size: 54px;
    line-height: 66px;
    color: #001821;
    margin-bottom: 24px;
}

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

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

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

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

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

span {
    color: #9E9E9E;
}

/* Paragraphs */
p {
    margin: 0 0 24px 0;
    color: #9E9E9E;
    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: #9E9E9E;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

/* Links */
a {
    color: #15EEB1;
    text-decoration: none;
}

a:hover {
    color: #001821;
}

a:visited {
    color: #001821;
}

/* Button Styles */
.button {
    display: inline-flex;
    background-color: #15EEB1;
    padding: 12px 24px;
    color: #001821;
    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: #001821;
    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: #001821;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}

#circle.light {
    background: #15EEB1;
}

#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: #001821;
}
.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: #15EEB1;
    cursor: pointer;
}

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('https://www.devvolve.com/wp-content/uploads/2025/01/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 #001821;
}

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: 38px;
    left: 8px;
    font-size: 12px;
}

.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 */
.home-contact-us .wpcf7-spinner {
width: 24px;
height: 24px;
border-radius: 50%;
display: inline-block;
border-top: 2px solid #001821;
border-right: 2px solid transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
background-color: inherit;
}
/* Style the new loader element */
.home-contact-us .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 #15EEB1;
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: #15EEB1;
}

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

.scp-clr {
    color: #15EEB1;
}

.scd-clr {
    color: #001821;
}

.wcd-clr {
    color: #fff;
}

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

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

.d-flex {
    display: flex;
}

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

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

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

.gap-24 {
    gap: 24px;
}

.gap-16 {
    gap: 16px;
}

.gap-8 {
    gap: 8px;
}

.gap-32 {
    gap: 32px;
}

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

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

.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-32 {
    padding-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pp-32 {
    padding: 32px;
}

.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;
}

.br-40 {
    border-radius: 40px !important;
}

.br-32 {
    border-radius: 32px;
}

.br-16 {
    border-radius: 16px !important;
}

.br-8 {
    border-radius: 8px !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;
}

.sub-menu.submega {
    left: auto;
}

.megamenu {
    position: relative;
    line-height: 0;
    width: 33.33%;
}

nav .navbar .links .mega_menu_wrap li {
    justify-content: flex-start;
    padding: 0 !important;
}

nav .navbar .links li .sub-menu.submega {
    background: #fff;
    width: 1155px;
    left: -436px;
    top: 70px;
}

.navbar .links li .sub-menu.submega a {
    white-space: unset;
}

.mm-la {
    margin-bottom: 0 !important;
}

.micon {
    padding: 16px;
    display: flex;
    gap: 16px;
}
.megamenu li.active .micon{
    background-color: rgba(21, 238, 177, 0.36);
    border-radius: 5px;
}
.micon:hover {
    background-color: rgba(21, 238, 177, 0.36);
    border-radius: 5px;
}

.micon div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.micon span {
    font-size: 16px;
    line-height: 16px;
    color: #001821;
    font-weight: 500;
}

.micon span.sub {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
    color: #999fb2;
    font-weight: 400;
}

.micon img {
    width: 50px;
}

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

.logo-span {
    display: block;
    height: 34px;
    width: 125px;
    background: url(https://www.devvolve.com/wp-content/uploads/2025/02/devvolve-light-new.svg);
}

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

.fa-bars {
    color: #fff;
}

.bx {
    cursor: pointer;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 80px;
    background: transparent;
    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: #001821;
}

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

.fa-caret-down {
    color: #15EEB1;
}

.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: #15EEB1;
    }

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

    .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: #001821;
    }

    .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: #001821;
        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: #001821;
    }

    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: #001821;
    }

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

    .megamenu li.active .micon span{
        color: #15EEB1;
    }

    .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      */
/* ***************************************/


/* Style for the hero heading blink  */
.hero-container {
    clip-path: polygon(50% 0%, 100% 0, 100% 92%, 50% 100%, 50% 100%, 0 92%, 0 0) !important;
}

.hero-head {
    color: #fff;
    font-size: 60px;
    line-height: 74px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 0;
}

.hero-head:nth-child(3) {
    margin-bottom: 24px;
}

.hero-head span {
    color: #fff;
    position: relative;
}

.hero-head span::before {
    content: "";
    height: 30px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: -8px;
    background: #fff;
    transform: translateY(-45%);
    animation: blink 0.7s infinite;
}

.hero-head span.stop-blinking::before {
    animation: none;
}


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

.hero-content {
    width: 100%;
    margin: auto;
}

p.hero-para {
    width: 714px;
    margin: 0 auto 24px auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

p.bf-blink {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #15EEB1;
}

.herobw {
    text-align: center;
}

a.hero-btn {
    display: inline-block;
}

/* Style for the hero heading blink  */

/* Our Top Customer Section style start here  */
.scroller {
    max-width: 100%;
}

.top-customer {
    position: relative;
    top: 64px;
}

.scroller__inner {
    display: flex;
    flex-wrap: wrap;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 20%, rgb(77, 72, 72) 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 40s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}


img.trust-img {
    /* border-radius: 10px !important; */
    /* padding: 30px 40px; */
    width: 200px;
    margin: 8px 16px;
    /* background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px); */
}

.top-customer h5 {
    text-align: center;
    margin-bottom: 16px;
}

/* Our Top Customer Section style End here  */

/* Our Services Section style start here  */
.tab-buttons-e {

    display: flex;
    justify-content: space-between;
}

.tab-content-e {
    margin-top: 24px;
}

.tab-buttons-e span {
    font-size: 24px;
    text-align: center;
    width: 48%;
    cursor: pointer;
    background-color: transparent;
    color: #001821;
    display: inline-block;
    padding: 6px 28px;
    border-radius: 10px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    border: 3px solid #15EEB1;
    box-shadow: 0px 0px 12px 0px #00000017;
}

.tab-buttons-e span:hover {
/*     color: #15EEB1; */
    background-color: #15EEB1;
}

.tab-buttons-e span.active {
    background-color: #15EEB1;
    color: #001821;
    font-weight: bold;
}

.osc-main {
    display: flex;
    gap: 20px;
}

.oscmi {
    height: 420px;
    width: 25%;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 32px 16px;
    border-radius: 20px;
}

.oscmi img {
    width: 105px;
    margin-bottom: 16px;
}

.oscmi h5 {
    margin-bottom: 16px;
}

.oscmi p {
    font-size: 14px;
    line-height: 20px;
}

/* Our Services Section style End here  */

/* Accordion main style start here  */
.accordion-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 16px;
}

.accordion-item-ser {
    margin-bottom: 16px;
    filter: drop-shadow(0px 4px 36.8px rgba(102, 46, 193, 0.1));
}

.accitem-ser {
    filter: drop-shadow(0px 4px 36.8px rgba(102, 46, 193, 0.1));
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 6px;
    transition: border-radius 0.8s ease-in-out;
}

/* .accordion-header span {
    color: ;
} */

.accordion-header-ser {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 50px 16px 50px;
    cursor: pointer;
    background-color: rgba(21, 238, 177, 0.36);
    border-radius: 20px;
}

.accordion-header-ser.ah-services.active {
    border-radius: 20px 20px 0 0;
    padding: 16px 50px 0px 50px;
}

.accordion-header.active {
    border-radius: 6px 6px 0 0;
}


.accordion-content {
    padding: 10px 20px;
    display: none;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}

.accordion-content-ser {
    padding: 0px 86px 24px 140px;
    display: none;
    background-color: rgba(21, 238, 177, 0.36);
    border-radius: 0 0 20px 20px;
}


.accordion-content P {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.accordion-item:last-child {
    border-bottom: none;
}

.ac-arrow {
    transition: transform 0.3s ease;
}


.accordion-header.active .ac-arrow,
.accordion-header-ser.active .ac-arrow {
    transform: rotate(180deg);
}

.ah-con {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ahconh h5 {
    font-weight: 500;
}

.ac-services p {
    color: #808080;
    font-size: 16px;
    line-height: 22px;
}

.acarrowra {
    background-color: #001821;
    width: 30px;
    padding: 2px 8px;
    height: 30px;
    border-radius: 50px;
}

/* Accordion main style End here  */

/* 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: #15EEB1;
    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: #001821;
    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: #001821;
    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;
}

.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: #001821;
    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: #001821;
    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: #001821;
    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: #001821;
    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: #001821;
    transition: all 0.5s ease;
}

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

.bs-tsoc a:hover {
    background-color: #001821;
    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 #15EEB1;
}

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

/* Table of content style End here  */

/* Footer Style Start Here  */
#footer .container-blog {
    margin: 0 auto 0 auto;
}

.footer-img img {
    width: 100%;
}

#footer {
    background-color: #001821;
    padding: 0px 0 32px 0;
    margin-top: -10px;
}

.fmain {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 24px;
}

.fmc {
    width: 75%;
}

.fml {
    width: 25%;
}

.fmc p:first-child {
    font-size: 54px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    width: 70%;
}

.fmc p:nth-child(2) {
    color: #fff;
    width: 70%;
}

.fmclinks {
    margin-top: 24px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.fmclinks ul li {
    list-style: none;
}

.fmcli ul li:not(:first-child) a:hover{
    color:#15EEB1 !important;
}

.fmcli ul li:first-child a {
    font-weight: 700;
    color: #fff;
}

.fmcli ul li:not(:first-child) a {
    font-size: 14px;
    color: #fff;
	position:relative;
}

/* .fmcli ul li:not(:first-child) a::after{
	position:absolute;
	content:"";
	height:1px;
	width:100%;
	bottom:0;
	left:0;
	transition:all 0.3s ease-in-out;
	background-color:#15EEB1;
} */

.fmcli ul li:not(:first-child) a:hover::after{
	width:100%;
}

.sfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.sfci{
	display:flex;
	align-items:center;
}

/* Footer Style End Here  */

/* Our  Tech Stack Style Start here  */
.otsimg {
    display: flex;
}

.otsimg img:first-child {
    border-bottom: 1px solid #DEDEDE;
}

.otsimg img:nth-child(2) {
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

.otsimg img:nth-child(3) {
    border-bottom: 1px solid #DEDEDE;
}

/* Our  Tech Stack Style End here  */

/* Testimonial Style Start Here  */
.ser-con {
    background-color: #001821;
    margin: 0 16px;
    border-radius: 20px;
    height: 290px;
    padding: 40px 40px 24px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ser-con p {
    font-size: 20px;
    line-height: 38px;
    color: #fff;
}

.serci {
    border-top: 1px solid #404047;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sercia {
    display: flex;
    gap: 16px;
    align-items: center;
}

.serciai {
    display: flex;
    flex-direction: column;
}

.serciai span:first-child {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

.serciai span:nth-child(2) {
    font-size: 14px;
    color: #9E9E9E;
    margin-top: 4px;
}

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

.serwra-slider .slick-dots li button:before {
    width: 13px;
    height: 13px;
    border-radius: 50px;
    opacity: 1;
    color: #18181C;
    background: #18181C;
    border: 1px solid #CBD5E0;
    top: 3px;
}

.serwra-slider .slick-dots {
    bottom: -36px;
}

/* Testimonial Style End Here  */

/* Client Engagement model style start here  */
.client-engagement {
    position: relative !important;
}

.cem-sec p {
    width: 90%;
    margin: 0 auto 24px auto;
}

img.cems-img {
    position: absolute;
    top: 25%;
    right: -139px;
    z-index: 1;
    -webkit-user-select: none;
    /* Chrome, Safari, Edge */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

/* Client Engagement model style End here  */

/* Schedule Your Meeting Style Start Here  */
.sch-meeting-sec {
    position: relative;
}

.sch-meeting-sec img {
    position: absolute;
    top: -126px;
    right: -17%;
    max-width: 104% !important;
}

/* Schedule Your Meeting Style End Here  */

/* Deliveeing Business Innovation style start here  */
.dbi-sec {
    position: relative;
}

/* Deliveeing Business Innovation style end here  */

/* Home contact Us Style start here  */
.home-contact-us {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px;
    margin: auto;
    width: 80%;
    background: #fff;
    border-radius: 30px;
}

img.dbs-cricle {
    position: absolute;
    right: -24px;
    top: 88%;
}

/* Home contact Us Style End 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  */

/* Cards Section Style Start Here  */
.cards-section p {
    font-size: 16px;
    line-height: 22px;
}

.cards-section img {
    margin-bottom: 16px;
}

.cards-section h5 {
    margin-bottom: 16px;
}

/* Cards Section Style End Here  */

/* Section Circle style Start here  */
.rteyon {
    position: relative !important;
    z-index: 2 !important;
}

.rteyoni {
    position: absolute;
    top: -66px;
    width: 300px;
    right: -68px;
}

/* Section Circle style End here  */

/* Conatct us page style start here  */
.cupci {
    margin-bottom: 24px;
}

.cupcii {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 12px;
}

.cupcii img {
    width: 44px;
}

.cupcii div {
    display: flex;
    flex-direction: column;
}

.cupcii div span:first-child {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.cupcii div span:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px;
}

.cupci a {
    color: #fff;
}

.cupci a:hover {
    color: #15EEB1;
}

.cusocial img {
    margin: 0 4px;
}

.page-id-707 .footer-img,
.page-id-707 #footer {
    display: none;
}

/* Conatct us page style End here  */

/* Chosse Devvolve Section Style Start here  */
.chdev {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.chdev:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

/* Chosse Devvolve Section Style End here  */

/* Process Section style start here  */
.process-section {
    padding-left: 14px;
}

.process-section p:first-child {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 20px;
}

.process-section p:nth-child(2) {
    font-size: 15px;
    line-height: 17px;
}

.process-section ul li{
	font-size:15px;
	line-height:17px;
}

.process-section ul li:last-child{
	margin-bottom:0;
}

/* Process Section style end here  */

.page-id-456 .rteyoni {
    display: none;
}

/* 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: #001821;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 50%;
    outline: none;
    transition: background 0.3s ease-in-out;
}

.close:hover {
    background: #15EEB1;
}

.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.fixed .search-btn svg path {
    fill: #001821;
}

.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;
}

/* Input Container */
.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: #001821;
}

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

.search-field:focus {
    border-bottom-color: #001821;
    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: #001821;
    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: #001821;
    color: #ffffff;
}



/* Navigation Search Style End Here  */

/* Search Popup Style End Here  */

/* Search Result Style Start 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(https://www.devvolve.com/wp-content/uploads/2025/01/DevVovle-dark.svg);
}

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

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

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

.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:#001821;
    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: #15EEB1;
    height: 40px;
    padding: 6px;
    margin: 0 6px;
    font-size: 20px;
    border-radius: 6px;
    color: #001821;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.search-results .pagination .nav-links .page-numbers:nth-child(2):hover{
background-color:#001821 ;
color: #fff;
transition: all 0.3s ease-in-out;
}

/* Search Result 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  */

/* 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  */
}