/*!Theme Name: Jhanvi Infotech
Theme URI: http://underscores.me/
Author: Vision
Author URI: /
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jhanviinfotech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Jhanvi Infotech is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/*/

/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

html {
    box-sizing: border-box;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

:root {
    --white-tick: url("/wp-content/uploads/2026/01/white-tick-mark.svg")
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: initial
}

img {
    border-style: none
}

input,
optgroup,
select,
textarea {
    font-family: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

*,
*::before,
*::after {
    box-sizing: inherit
}

@font-face {
    font-family: poppins;
    src: url(./assets/fonts/Poppins-Medium.woff2)format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: poppins;
    src: url(./assets/fonts/Poppins-SemiBold.woff2)format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: poppins;
    src: url(./assets/fonts/Poppins-Regular.woff2)format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: poppins;
    src: url(./assets/fonts/Poppins-Bold.woff2)format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --primary-color: #0066ff;
    --white-color: #ffffff;
    --black-color: #000000;
    --text-color: #555555;
    --title-text-color: #333333;
    --light-blue-color: #0094ff;
    --primary-family: "Poppins", poppins
}

input,
select,
optgroup,
textarea {
    color: var(--title-text-color);
    font-family: var(--primary-family);
    font-size: 16px;
    line-height: 1.5
}

pre {
    background: #eee;
    font-family: "courier 10 pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 23px;
    max-width: 100%;
    overflow: auto;
    padding: 23px
}

body {
    background: #fff url(./assets/image/home-hero-sec-back-image.svg)no-repeat;
    color: var(--text-color);
    font-size: calc(14px + (16 - 14) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    font-family: var(--primary-family);
    font-weight: 400;
    font-style: normal;
    position: relative
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 22px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    font-family: var(--primary-family);
    margin-bottom: 0;
    margin-left: 22px
}

img {
    height: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%
}

table {
    margin: 0 0 22px;
    width: 100%
}

a {
    color: var(--black-color);
    text-decoration: none
}

.no-data-found {
    color: red
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
    background-color: #25d366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    transition: transform .3s ease
}

.whatsapp-float:hover {
    transform: scale(1.1)
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
    display: block
}

.main-navigation.toggled ul.nav-menu {
    display: block
}

@media screen and (min-width:37.5em) {
    .main-navigation ul {
        display: flex
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 22px
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.page-content,
.entry-content,
.entry-summary {
    margin: 22px 0 0
}

.page-links {
    clear: both;
    margin: 0 0 22px
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.widget {
    margin: 0 0 22px
}

.widget select {
    max-width: 100%
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    margin-bottom: 22px;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 20px 0
}

.wp-caption-text {
    text-align: center
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px #00000099;
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: 1px;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

html {
    overflow-x: hidden
}

.container {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-gap {
    margin-left: -15px;
    margin-right: -15px
}

.row-gap>* {
    padding-left: 15px;
    padding-right: 15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    position: relative;
    width: 100%
}

.col {
    flex: 1 0
}

.col-1 {
    flex: none;
    width: 8.33333333%
}

.col-2 {
    flex: none;
    width: 16.66666667%
}

.col-3 {
    flex: none;
    width: 25%
}

.col-4 {
    flex: none;
    width: 33.33333333%
}

.col-5 {
    flex: none;
    width: 41.66666667%
}

.col-6 {
    flex: none;
    width: 50%
}

.col-7 {
    flex: none;
    width: 58.33333333%
}

.col-8 {
    flex: none;
    width: 66.66666667%
}

.col-9 {
    flex: none;
    width: 75%
}

.col-10 {
    flex: none;
    width: 83.33333333%
}

.col-11 {
    flex: none;
    width: 91.66666667%
}

.col-12 {
    flex: none;
    width: 100%
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0
    }
    .col-sm-1 {
        flex: none;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: none;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: none;
        width: 25%
    }
    .col-sm-4 {
        flex: none;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: none;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: none;
        width: 50%
    }
    .col-sm-7 {
        flex: none;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: none;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: none;
        width: 75%
    }
    .col-sm-10 {
        flex: none;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: none;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: none;
        width: 100%
    }
}

@media(min-width:768px) {
    .site-footer .footer-logos-box {
        padding: 20px 14px 16px 24px;
        column-gap: 40px;
        row-gap: 28px
    }
    .site-footer .footer-logos-part img {
        max-width: 82px;
        min-height: 26px
    }
    .col-md {
        flex: 1 0
    }
    .col-md-1 {
        flex: none;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: none;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: none;
        width: 25%
    }
    .col-md-4 {
        flex: none;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: none;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: none;
        width: 50%
    }
    .col-md-7 {
        flex: none;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: none;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: none;
        width: 75%
    }
    .col-md-10 {
        flex: none;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: none;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: none;
        width: 100%
    }
}

@media(min-width:992px) {
    .col-lg-1 {
        flex: none;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: none;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: none;
        width: 25%
    }
    .col-lg-4 {
        flex: none;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: none;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: none;
        width: 50%
    }
    .col-lg-7 {
        flex: none;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: none;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: none;
        width: 75%
    }
    .col-lg-10 {
        flex: none;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: none;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: none;
        width: 100%
    }
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.text-align-right {
    text-align: right
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0 !important
}

.pr-0 {
    padding-right: 0
}

.pl-0 {
    padding-left: 0
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mr-0 {
    margin-right: 0
}

.ml-0 {
    margin-left: 0
}

p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-family: var(--primary-family);
    color: var(--text-color)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: var(--primary-family);
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

h1 {
    font-size: calc(35px + (60 - 35) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.4;
    color: var(--white-color);
    font-weight: 600
}

h2 {
    font-size: calc(36px + (50 - 36) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    color: var(--title-text-color);
    font-weight: 600
}

h3 {
    font-size: calc(32px + (48 - 32) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.3;
    color: var(--title-text-color);
    font-weight: 600
}

h4 {
    font-size: calc(28px + (32 - 28) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    color: var(--title-text-color);
    font-weight: 500
}

h5 {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    color: var(--title-text-color);
    font-weight: 600
}

h6 {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    font-weight: 600;
    color: var(--title-text-color)
}

section {
    padding: 65px 0
}

.slick-arrow-box a.slick-arrow svg:hover circle {
    fill: var(--primary-color)
}

.slick-arrow-box a.slick-arrow svg:hover path {
    stroke: var(--white-color)
}

.highlight-text {
    color: var(--primary-color)
}

.blue-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: var(--light-blue-color)
}

.btn,
button:not(.nav-menu button),
input[type=button],
input[type=submit] {
    display: inline-flex;
    padding: 7px 43px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 5%);
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 30px;
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px)/(1920 - 320)));
    line-height: 2;
    transition: .6s cubic-bezier(.22, .78, .45, 1.02);
    outline: none !important;
    border: 1px solid var(--primary-color);
    cursor: pointer
}

.btn:hover {
    background-color: initial;
    color: var(--primary-color)
}

.h2-title.title-back {
    padding-bottom: 60px;
    margin-bottom: 0
}

.title-back {
    position: relative;
    display: inline-block
}

.title-back:before {
    content: "";
    position: absolute;
    width: 67px;
    height: 65px;
    background-image: url(./assets/image/title-background-shape.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    top: -22px;
    z-index: -1;
    background-size: contain;
    margin-left: -39px
}

.custom-logo-link {
    max-height: 70px
}

.custom-logo-link img {
    max-height: 70px;
    max-width: max-content
}

.custom-logo-link {
    display: block;
    line-height: 0
}

.header-row {
    align-items: center
}

.main-nav-col {
    position: unset
}

.main-nav-col ul.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    padding-top: 42px
}

.main-nav-col ul.nav-menu li {
    padding: 0 0 42px;
    margin: 0 16px
}

.main-nav-col ul.nav-menu li a.menu-item,
.main-nav-col ul.nav-menu li button {
    display: inline-block;
    color: var(--title-text-color);
    text-decoration: none;
    border: 0;
    background-color: initial;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    padding: 0
}

.main-nav-col ul.nav-menu li .menu-item {
    position: relative
}

.main-nav-col ul.nav-menu li a.menu-item:after {
    height: 2px;
    position: absolute;
    content: "";
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    background: linear-gradient( 90deg, #06f 0%, rgba(255, 255, 255, 0) 100%);
    width: 0;
    bottom: 0;
    left: 0;
    margin-bottom: -20px
}

.main-nav-col ul.nav-menu li a.menu-item:hover:after {
    width: 100%
}

.main-nav-col ul.nav-menu li a.menu-item:hover {
    color: var(--primary-color)
}

.main-nav-col ul.nav-menu li .sub-menu-main-box {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--white-color);
    padding: 22px 70px;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease 0s;
    background-image: url(./assets/image/header-menu-bg-image.svg);
    background-position: 50%;
    background-repeat: repeat
}

body.home .main-nav-col ul.nav-menu li .sub-menu-main-box {
    top: 120px
}

.body-hover {
    z-index: 1;
    position: relative
}

.body-hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a1a1a138;
    z-index: -1
}

.main-nav-col ul.nav-menu .dropdown-parent svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}

body.home .header-container {
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient( 90deg, #e9f6ff 20%, #fff 41%)
}

.site-header.header-container .container {
    position: static
}

.header-container {
    z-index: 9999;
    width: 100%;
    background-color: initial;
    top: 0;
    left: 0;
    transition: all .5s ease 0s
}

.site-header.fixed {
    background: var(--white-color)url(./assets/image/sticky-header-back.svg)no-repeat 100%;
    padding-top: 0 !important;
    background-size: cover;
    position: fixed
}

body.home .header-container.site-header.fixed {
    height: 120px
}

body.home .site-header.fixed .main-nav-col ul.nav-menu li.career-menu,
body.home .site-header.fixed .main-nav-col ul.nav-menu li.menu-item-has-children {
    padding: 47px 16px
}

.site-header.fixed .main-nav-col ul.nav-menu li {
    padding: 33px 16px;
    margin: 0
}

.site-header.fixed .main-nav-col ul.nav-menu li .sub-menu-main-box {
    top: 90px
}

.submenu-row {
    display: flex
}

.submenu-list.submenu-col-1 {
    width: 33%
}

.submenu-list.submenu-col-2 {
    width: 66%
}

h5.sub-menu-title {
    position: relative;
    margin-bottom: 30px
}

h5.sub-menu-title:before {
    content: "";
    position: absolute;
    width: 74px;
    height: 2px;
    background: var(--black-color);
    bottom: -2px;
    left: 0
}

ul.sub-menu-list {
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 40px;
    column-gap: 80px;
    list-style: none
}

.sub-menu-list li a img {
    max-width: 24px;
    height: auto
}

.submenu-list.submenu-col-3 {
    width: 100%
}

.submenu-list.submenu-col-2 .sub-menu-list {
    grid-template-columns: 1fr 1fr
}

.submenu-list.submenu-col-3 .sub-menu-list {
    grid-template-columns: 1fr 1fr 1fr
}

.main-nav-col .sub-menu-list li a.menu-item.sub-menu-item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    font-weight: 500
}

a.menu-item.sub-menu-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 70%;
    height: 2px;
    opacity: .3;
    background: linear-gradient(273deg, rgba(16, 107, 247, 0) 2.9%, #06f 100%)
}

.zoho-services-menu .submenu-col-3 li:nth-last-child(-n+3) a:before,
.submenu-col-2 li:nth-last-child(-n+2) a:before,
ul.sub-menu-list li:last-child a:before {
    display: none
}

body .consulting-services-menu .submenu-col-3 li:nth-last-child(-n+3) a::before {
    background: 0 0
}

.consulting-services-menu .submenu-col-3 ul.sub-menu-list,
.zoho-services-menu .submenu-col-3 ul.sub-menu-list {
    margin-bottom: 20px
}

.main-nav-col ul.nav-menu li ul.sub-menu-list li,
.site-header.fixed .main-nav-col ul.nav-menu li ul.sub-menu-list li {
    padding: 0;
    margin: 0
}

.hide-menu {
    display: none
}

.mobile-view-year-image,
.get-in-touch-mobile-view,
#menu_toggle {
    display: none
}

#footer {
    background: #101010;
    padding-top: 50px;
    overflow: hidden
}

.site-footer {
    position: relative
}

.site-footer .all-info-main-row {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #ffffff00, #878787d6, #ffffff00);
    border-image-slice: 1
}

.site-footer .all-office-info-row {
    border-left: 1px solid #878787d6
}

.footer-content {
    max-width: 755px;
    padding: 25px 25px 25px 0
}

.footer-head-address p,
.footer-content p {
    color: #ffffffbf
}

.site-footer .pages-heading p.page-heading-title,
.site-footer .pages-menu-part .pages-heading .title-text,
.footer-head-title .title-text,
.footer-head-title .title-text,
.footer-head-title h6 {
    font-size: 18px;
    color: var(--white-color);
    padding-bottom: 4px;
    font-weight: 700;
    display: inline-block;
    border-width: 0 0 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #0066ff, #ffffff00)100% 1
}

.footer-contact-part {
    display: flex;
    flex-wrap: wrap
}

.all-info-main-row .col-lg-3 .footer-contact-part .footer-details-part a {
    padding-left: 15px;
    padding-bottom: 10px;
    display: block
}

.site-footer .col-lg-3 .footer-head-details-part:nth-child(1) {
    padding-bottom: 30px;
    border-width: 0 0 1px;
    border-style: solid;
    border-image: linear-gradient(to left, #878787d6, #ffffff00)100% 1
}

.site-footer .col-lg-3 .footer-head-details-part:nth-child(2) {
    padding-top: 15px
}

.footer-contact-part .footer-details-part a {
    color: var(--white-color);
    font-size: calc(16px + (18 - 16) * ((100vw - 320px)/(1920 - 320)));
    padding-left: 20px
}

.site-footer .all-info-main-row .col-lg-3 {
    padding-top: 30px
}

.site-footer .col-lg-9 .all-office-info-row .col-lg-6,
.site-footer .col-lg-9 .all-office-info-row .col-lg-4 {
    padding: 32px 30px 23px
}

.footer-head-details-col {
    display: flex
}

.footer-head-details-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.site-footer .col-lg-9 .all-office-info-row .col-lg-4:nth-child(2) {
    border: 1px solid #878787d6;
    border-top: 0;
    border-bottom: 0
}

.site-footer .social-icon-box {
    display: flex;
    gap: 20px
}

.site-footer .footer-logos-box {
    padding: 30px 20px 25px 37px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 70px;
    row-gap: 38px;
    border-width: 1px 0 0;
    border-style: solid;
    border-image: linear-gradient(to right, #878787d6, #ffffff00)100% 1
}

.site-footer .footer-logos-part img {
    max-width: 120px;
    min-height: 34px;
    object-fit: contain;
    transition: transform .8s ease
}

.site-footer .footer-logos-part:hover img {
    transform: scale(1.05)
}

@media only screen and (max-width:1366px) {
    .site-footer .footer-logos-box {
        padding: 28px 18px 22px 32px;
        column-gap: 65px;
        row-gap: 36px
    }
    .site-footer .footer-logos-part img {
        max-width: 115px;
        min-height: 32px
    }
}

.site-footer .copyright-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
    row-gap: 30px
}

.site-footer .copyright-text p a,
.site-footer .copyright-text p {
    color: var(--white-color);
    font-size: 14px;
    margin: 0
}

.site-footer .pages-menu-name .pages-menu a {
    color: #ffffffbf;
    padding-bottom: 15px;
    display: inline-block
}

.site-footer .pages-menu-name .pages-menu a:hover {
    color: var(--primary-color)
}

.site-footer .company-main-menu-part {
    display: flex;
    flex-wrap: wrap
}

.site-footer .company-main-menu-part .pages-menu {
    width: 50%
}

.footer-bar-sec {
    background: url(./assets/image/footer-bar-background-image.svg)no-repeat 50%;
    background-size: cover
}

.footer-bar-sec .all-pages-menu-row a {
    font-size: 16px;
    padding-bottom: 10px;
    color: var(--title-text-color)
}

.footer-contact-part .footer-details-part a:hover,
.footer-bar-sec .all-pages-menu-row a:hover {
    color: var(--primary-color)
}

.footer-bar-sec .all-pages-menu-row .pages-menu {
    margin-bottom: 10px
}

.footer-bar-sec .all-pages-menu-row {
    gap: 53px
}

.all-pages-menu-row .menu-custom-col {
    max-width: 25%
}

.site-footer .pages-heading h6,
.footer-bar-sec .all-pages-menu-row .pages-menu-part .pages-heading h6 {
    font-size: 18px;
    padding-bottom: 4px;
    font-weight: 700;
    display: inline-block;
    border-width: 0 0 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #0066ff, #ffffff00)100% 1
}

.site-footer .pages-heading h6 {
    color: var(--white-color)
}

.footer-bar-sec .all-pages-menu-row .pages-name-slider .slick-prev,
.footer-bar-sec .all-pages-menu-row .pages-name-slider .slick-next {
    font-size: 0;
    background: 0 0;
    border: 0;
    padding: 0;
    margin-top: 13px;
    top: 100%;
    box-shadow: none;
    justify-content: left
}

.footer-bar-sec .all-pages-menu-row .pages-name-slider .slick-prev:before,
.footer-bar-sec .all-pages-menu-row .pages-name-slider .slick-next:before {
    content: "";
    height: 15px;
    width: 15px;
    opacity: 1
}

.footer-bar-sec .all-pages-menu-row .pages-name-slider .slick-prev {
    left: 0
}

.footer-bar-sec .all-pages-menu-row .pages-name-slider .slick-prev:before {
    background: url(./assets/image/footer-arrow-right.svg)no-repeat 50%
}

.footer-bar-sec .all-pages-menu-row .pages-name-slider .slick-next {
    left: 25px
}

.footer-bar-sec .all-pages-menu-row .pages-name-slider .slick-next:before {
    background: url(./assets/image/footer-arrow-left.svg)no-repeat 50%
}

.inner-banner {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 37px 0
}

.inner-banner .hero-content {
    max-width: 700px;
    margin-bottom: 70px
}

.inner-banner .hero-content p {
    color: var(--white-color);
    font-size: calc(12px + (20 - 12) * ((100vw - 320px)/(1920 - 320)));
    font-weight: 400
}

.company-service-sec .h2-title.title-back {
    margin-bottom: 20px;
    padding: 0
}

.company-service-sec .service-content-box .service-content {
    white-space: normal
}

.company-service-sec .service-box {
    display: inline-block;
    padding: 45px 65px
}

.company-service-sec .service-content p:last-child {
    margin-bottom: 0
}

.company-service-sec .service-list-row {
    background-image: url(./assets/image/services-sec-bg-image-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center
}

.company-service-sec .service-content-box h6 {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto
}

.testimonials-sec {
    background-color: #e9f4ff
}

.testimonials-sec .testimonials-sec-title h2 {
    z-index: 1;
    padding-bottom: 20px;
    font-size: calc(26px + (36 - 26) * ((100vw - 320px)/(1920 - 320)))
}

.testimonials-sec .testimonials-our-word-slider-row {
    margin-top: 30px
}

.testimonials-sec .testimonials-our-word-slider-row .slick-list {
    display: grid
}

.testimonials-our-word-slider-row {
    margin: 0 -10px
}

.testimonials-our-word-slider-row .testimonials-slider-box {
    padding-left: 10px;
    padding-right: 10px
}

.testimonials-sec .testimonials-our-word-slider-row .testimonials-our-wordpress-services-part-box {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    height: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.testimonials-sec .testimonials-our-word-slider-row .testimonials-our-wordpress-services-part-box .our-word-slider-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    line-height: 1;
    border-top: 1px solid #ccc
}

.testimonials-sec .testimonials-our-word-slider-row .slick-dots {
    bottom: -60px
}

.testimonials-sec .testimonials-our-word-slider-row .slick-dots li button {
    border: 0;
    background-color: #c0e0ff;
    box-shadow: none;
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 6px
}

.testimonials-sec .testimonials-our-word-slider-row .slick-dots li {
    height: auto;
    width: auto
}

.testimonials-sec .slick-dots li.slick-active button:before,
.testimonials-sec .slick-dots li button:before {
    color: transparent;
    width: 30px;
    height: 6px;
    border-radius: 30px;
    top: auto;
    left: auto
}

.testimonials-sec .slick-dots li button:before {
    background-color: #06f
}

.our-word-slider-row {
    margin-top: 40px
}

.our-word-slider-row .slick-list {
    display: grid
}

.our-word-slider-row .our-wordpress-services-part-box {
    border: 1px solid #bfd3d8;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    height: 100%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.our-word-slider-row .our-wordpress-services-part-box .our-word-slider-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    line-height: 1;
    border-top: 1px solid #bfd3d8
}

.our-word-slider-row .our-wordpress-services-part-box.video-wrap-testimonials {
    background-color: initial;
    border: 0;
    padding: 0
}

.our-word-slider-sec .slick-dots {
    bottom: -56px
}

.our-word-slider-sec .slick-dots li button {
    border: 0;
    background-color: #bfd3d8;
    box-shadow: none;
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 6px
}

.our-word-slider-sec .slick-dots li {
    width: 30px;
    height: 6px
}

.our-word-slider-sec .slick-dots li.slick-active button:before,
.our-word-slider-sec .slick-dots li button:before {
    color: transparent;
    width: 30px;
    height: 6px;
    border-radius: 30px;
    top: auto;
    left: auto
}

.our-word-slider-sec .slick-dots li button:before {
    font-size: 10px;
    background-color: #bfd3d8
}

.our-word-slider-sec .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #21759b
}

.our-wordpress-services-part-box .slick-dotted.slick-slider {
    margin: 0
}

.blog-list-slider {
    margin: 0 -10px
}

.blog-list-slider .slick-slide {
    margin-right: 10px;
    margin-left: 10px
}

.blog-list-slider .blog-list-box {
    box-shadow: 0 0 12px #0066ff14;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 25px
}

.blog-list-slider .col-lg-4:first-child>.blog-list-box {
    padding-left: 0
}

.blog-content-box span.post-date {
    color: var(--text-color);
    font-weight: 600
}

.blog-content-box .post-date-category-part {
    display: flex;
    gap: 0 20px
}

.blog-content-box {
    padding: 30px 25px
}

.blog-content-box h6.blog-title {
    padding-top: 8px
}

.blog-content-box p.blog-title {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    font-weight: 600;
    color: var(--title-text-color);
    padding-top: 8px
}

.blog-content-box h6.blog-title a {
    color: var(--title-text-color)
}

.blog-content-box h5.blog-title a:hover {
    color: var(--primary-color)
}

.artical-link a {
    position: relative;
    color: var(--primary-color);
    font-weight: 600;
    transform: translateX(0);
    transition: transform .3s linear, color .3s linear
}

.artical-link a::after {
    content: "";
    position: absolute;
    background: url(./assets/image/blog-right-arrow.svg)no-repeat 50%;
    width: 20px;
    height: 8px;
    top: 8px;
    left: 135px;
    transform: translateX(0);
    transition: transform .4s linear
}

.artical-link a:hover::after {
    transform: translateX(10px)
}

.blog-img img {
    border-radius: 20px;
    width: 100%
}

.trusted-company-sec.horizontal-layout .cus-next-arrow.slick-arrow,
.case-studies-sec .slick-arrow-box .slick-arrow,
.blog-slider-arrows .slick-arrow-box .slick-arrow,
.event-slider-arrows .slick-arrow-box .slick-arrow,
.event-year-arrow.slick-arrow-box .slick-arrow {
    display: inline-block;
    padding: 0 10px;
    line-height: 0
}

.trusted-company-sec.horizontal-layout .cus-next-arrow.slick-arrow,
.inner-slider-row .row .col-lg-12 .event-img-slider .slick-next-arrow svg,
.company-process-arrow .cus-next-arrow svg,
.slick-arrow-part .cus-next-arrow svg,
.case-studies-sec .cus-next-arrow.slick-arrow,
.blog-slider-arrows .cus-next-arrow.slick-arrow,
.event-slider-arrows .cus-next-arrow.slick-arrow,
.event-year-arrow.slick-arrow-box .cus-next-arrow.slick-arrow {
    transform: rotate(180deg)
}

.row.blog-slider-arrows {
    padding-top: 10px;
    z-index: 1;
    position: relative
}

.faq-title-box {
    display: flex;
    flex-wrap: wrap
}

.faq-title-box .faq-section-image {
    background: url(./assets/image/faq-icon.svg)no-repeat 50%;
    height: 170px;
    width: 100px;
    background-size: contain
}

.faq-title-box .h2-title.title-back {
    margin-top: 10px;
    position: relative;
    padding-bottom: 20px;
    width: calc(100% - 100px);
    padding-left: 80px
}

.faq-accordion-main-box .accordion-box {
    padding-bottom: 40px
}

.faq-accordion-main-box .accordion-box:last-child {
    padding-bottom: 0
}

.accordion-box .accordion-title .faq-title {
    color: var(--black-color);
    font-weight: 500;
    margin: 0
}

.accordion-box.active-accordion .accordion-title .faq-title {
    font-family: var(--primary-family);
    font-size: calc(18px + (20 - 18) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    color: var(--primary-color);
    margin: 0;
    font-weight: 600
}

.accordion-box .accordion-title {
    display: flex;
    gap: 55px;
    padding-bottom: 26px;
    border-bottom: 1px solid #0000001a;
    cursor: pointer;
    align-items: center
}

.accordion-box .accordion-title .open-icon {
    display: none;
    line-height: 0
}

.accordion-box .accordion-title .close-icon {
    line-height: 0
}

.accordion-box .accordion-content {
    display: none;
    padding: 0 85px;
    color: var(--text-color);
    padding-top: 20px
}

.accordion-box.active-accordion .accordion-content {
    display: block
}

.faq-accordion-main-box {
    padding-right: 30px
}

.single .faq-accordion-main-box {
    padding-right: 0
}

.accordion-content p:last-child {
    margin-bottom: 0
}

.accordion-box.active-accordion .close-icon {
    display: none
}

.accordion-box.active-accordion .open-icon {
    display: block
}

.get-in-touch-info-part {
    box-shadow: 0 4px 15px #00000026;
    margin: 35px -78px 35px 0;
    background-color: #fff;
    padding: 40px 40px 30px;
    z-index: 1;
    width: 28%
}

.get-started-sec .get-in-touch-form-part {
    background-color: initial
}

.get-started-sec .get-in-touch-info-part {
    margin: 100px -78px 85px 0
}

.get-in-touch-instanly-part .contact-sub-details-name:nth-child(2) {
    margin: 30px 0 0
}

.get-in-touch-instanly-part .contact-sub-details-name:nth-child(3) {
    margin: 15px 0 0
}

.contact-sub-details-name .contact-sub-title {
    font-family: var(--primary-family);
    font-size: calc(18px + (20 - 18) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    font-weight: 600;
    color: var(--primary-color)
}

.get-in-touch-details-part p a {
    color: #444;
    font-weight: 600
}

.get-in-touch-details-part p a:hover {
    color: var(--primary-color)
}

.get-in-touch-form-part {
    background-color: #f6f6f6;
    padding: 60px 0 0 120px;
    width: 78%
}

.contact-form-row .row .col-lg-4,
.contact-form-row .row .col-lg-6,
.contact-form-row .row .col-lg-12 {
    margin-bottom: 30px;
    padding-right: 70px
}

.contact-form-row .row .col-lg-4 input,
.contact-form-row .row .col-lg-4 select,
.contact-form-row .row .col-lg-6 select,
.contact-form-row .row .col-lg-12 input,
.contact-form-row .row .col-lg-6 input {
    height: 50px;
    width: 100%;
    color: var(--black-color)
}

.contact-form-row .row .col-lg-6:nth-child(odd) {
    padding-right: 40px
}

.contact-form-row .row .col-lg-6:nth-child(even) {
    padding-left: 40px
}

.contact-form-row .row .col-lg-12 textarea {
    height: 45px;
    margin-top: 30px
}

.contact-form-row .row .col-lg-12 textarea::placeholder {
    padding-top: 0;
    padding-bottom: 0
}

.contact-form-row .row .col-lg-12 textarea,
.contact-form-row .row .col-lg-12 input,
.contact-form-row .row .col-lg-6 input,
.contact-form-row .row .col-lg-6 select,
.contact-form-row .row .col-lg-4 select,
.contact-form-row .row .col-lg-4 input {
    border-bottom: 1px solid #0003;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-weight: 500;
    outline: none;
    background-color: initial
}

.contact-form-row .row .col-lg-12 textarea:focus-visible,
.contact-form-row .row .col-lg-6 input:focus-visible,
.contact-form-row .row .col-lg-6 select:focus-visible,
.contact-form-row .row .col-lg-4 select:focus-visible,
.contact-form-row .row .col-lg-4 input:focus-visible {
    border-bottom: 1px solid #000000ca;
    outline: none
}

.contact-form-row .row .col-lg-12 h6,
.contact-form-row .row .col-lg-6 h6,
.contact-form-row .row .col-lg-4 h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-text-color);
    margin: 0
}

.contact-form-row p.form-label {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-text-color);
    margin: 0
}

.contact-form-row .row .col-lg-12 textarea::placeholder,
.contact-form-row .row .col-lg-6 input::placeholder,
.contact-form-row .row .col-lg-4 input::placeholder {
    color: #b0adad
}

.contact-form-row .row .col-lg-4 select option,
.contact-form-row .row .col-lg-6 select option {
    color: var(--black-color)
}

.contact-form-row .row input[type=submit] {
    display: inline-block;
    color: var(--white-color);
    padding: 12px 46px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    transition: .6s cubic-bezier(.22, .78, .45, 1.02);
    width: auto;
    margin: 0
}

.contact-form-row .row input[type=submit]:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: initial
}

.contact-form-row .row .col-lg-12.upload-your-attachment {
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 50px;
    border: 2px dashed #0094ff;
    width: calc(100% - 70px)
}

.contact-form-row .wpcf7-spinner {
    vertical-align: middle
}

.row.benefits-happens-row {
    padding: 50px 20px 50px 0
}

.row.benefits-happens-row .title-text {
    font-family: var(--primary-family);
    font-size: calc(18px + (24 - 18) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    color: var(--title-text-color);
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

ul.benefits-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px
}

.benefits-list li {
    position: relative;
    color: var(--title-text-color);
    font-weight: 500;
    padding-left: 40px;
    width: 50%
}

.benefits-list li:before {
    content: "";
    position: absolute;
    background-image: url(./assets/image/checkbox-circle-fill.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 24px;
    height: 25px
}

.happens-box .happens-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: section
}

.happens-box .happens-list li {
    position: relative;
    color: var(--title-text-color);
    font-weight: 500;
    margin-bottom: 14px;
    display: flex
}

.happens-box .happens-list li::before {
    counter-increment: section;
    content: counter(section)" ";
    font-size: 24px;
    padding-right: 16px;
    font-weight: 700
}

.border-box-col span {
    width: 1px;
    height: 100%;
    display: inline-block;
    background: #0003
}

.border-box-col {
    text-align: center
}

.blog-part-main {
    display: flex;
    flex-wrap: wrap
}

.blog-posts-img {
    padding: 7px
}

.blog-posts .blog-post-details-part {
    margin-right: 20px;
    box-shadow: 0 0 12px #0066ff14;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 25px
}

.blog-page-content {
    padding: 65px 0 50px
}

.blog-content {
    color: var(--title-text-color);
    font-size: 20px
}

.date-category-main-part {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px
}

.date-category-main-part .entry-meta {
    width: 45%
}

.post-category a {
    color: var(--primary-color);
    font-weight: 600
}

.load-more-button-part {
    display: flex;
    justify-content: center;
    margin: 20px 0 100px
}

.load-more-button:hover {
    background-color: initial;
    border: 1px solid var(--primary-color);
    color: var(--primary-color)
}

.blog-category-display-sec .hero-title h2 {
    color: var(--white-color)
}

.post-details-main-part .post-featured-image {
    margin-bottom: 30px
}

body .vi-single-page-h2-title h2.h2-title.title-back {
    font-size: calc(32px + (40 - 32) * ((100vw - 320px)/(1920 - 320)));
    font-weight: 600;
    padding-bottom: 20px
}

.vi-popup-digital-google-link,
.zoho-aws-popup,
.vi-footer-popup-google-link,
.vi-popup-google-link,
.vi-popup-part {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    justify-content: center;
    align-items: center;
    display: flex;
    animation: fadeIn .5s;
    z-index: 99999
}

.zoho-aws-popup .popup-content,
.vi-popup-digital-google-link .popup-content,
.vi-footer-popup-google-link .popup-content,
.vi-popup-google-link .popup-content,
.vi-popup-part .popup-content {
    background-color: var(--white-color);
    padding: 45px;
    border-radius: 5px;
    width: 1300px;
    max-width: 90%;
    position: relative;
    animation: slideIn .5s;
    max-height: 90vh;
    overflow-y: auto
}

.vi-popup-part .popup-content {
    width: 580px
}

.vi-popup-part .contact-form-row .row .col-lg-12 {
    padding-right: 0
}

.zoho-aws-popup .popup-content {
    width: 980px;
    height: 565px;
    background-image: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px
}

.zoho-aws-popup .work-ingo-main-part {
    background-color: #e9f7ff;
    border-radius: 20px;
    padding: 30px 35px 30px 40px
}

.zoho-aws-popup .leave-info-part {
    background: url(./assets/image/leave-info-background.svg)no-repeat 50%;
    width: 251px;
    height: 130px;
    text-align: center;
    align-items: center;
    display: flex
}

.zoho-aws-popup .leave-info-part:before {
    content: "";
    position: absolute;
    background: url(./assets/image/popup-dots-image.svg)no-repeat 50%;
    width: 70px;
    height: 50px;
    top: 22px;
    left: 22px
}

.zoho-aws-popup .leave-info-part .leave-info-part h6 {
    margin-bottom: 15px
}

.zoho-popup-sub-images-part img {
    height: 50px;
    width: 150px
}

.zoho-aws-popup .work-info-part {
    background: url(./assets/image/work-info-background-image.svg)no-repeat 50%;
    width: 315px;
    height: 230px;
    margin-left: 79px;
    margin-top: -35px;
    padding: 13px 20px 30px
}

.zoho-aws-popup .work-info-part ul {
    padding-left: 25px;
    margin-top: 10px;
    list-style: none
}

.zoho-aws-popup .work-info-part ul li {
    margin-bottom: 5px
}

.zoho-aws-popup .work-info-part ul li:before {
    content: "";
    position: absolute;
    background: url(./assets/image/popup-right-icon.svg)no-repeat 50%;
    width: 10px;
    height: 10px;
    margin: 6px 0 0 -21px
}

.zoho-aws-popup .leave-info-part h6 span img {
    height: 25px;
    width: 25px
}

body .zoho-aws-popup .leader-image {
    width: 80px;
    height: 80px;
    margin-bottom: 0
}

.zoho-aws-popup .leader-info-details .leader-name h6 {
    margin-bottom: 5px;
    border-bottom: 1px solid #3333334f;
    padding-bottom: 5px
}

.zoho-aws-popup .leader-info-details .leader-designation p {
    margin-bottom: 0;
    color: var(--black-color)
}

.zoho-aws-popup .leader-info-part {
    gap: 20px;
    margin-top: 40px
}

.zoho-aws-popup .free-consultancy-meet-details-part {
    padding-left: 30px
}

.zoho-aws-popup .free-consultancy-meet-details-part .free-consultancy-meet-link {
    margin-top: 30px;
    margin-bottom: 25px
}

.zoho-aws-popup .zoho-sub-images-part {
    line-height: 0;
    display: flex;
    justify-content: center;
    gap: 20px
}

.zoho-aws-popup .free-con-meet-info-title h5 {
    margin-bottom: 15px;
    margin-top: 25px
}

body .zoho-aws-popup .close {
    background-color: initial;
    color: var(--title-text-color);
    font-size: 30px
}

.vi-popup-digital-google-link .close,
.zoho-aws-popup .close,
.vi-footer-popup-google-link .close,
.vi-popup-google-link .close,
.vi-popup-part .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    z-index: 1;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 7px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: .7
}

.free-consultancy-meet-details-part {
    position: relative;
    text-align: center;
    width: 100%
}

.zoho-popup-footer-logos-service {
    padding-top: 49px
}

.zoho-popup-footer-logos {
    padding-top: 85px
}

.zoho-popup-footer-logos,
.zoho-popup-footer-logos-service {
    position: absolute;
    left: 10%;
    right: 0;
    top: 100%;
    display: flex;
    align-items: center;
    gap: 19px;
    justify-content: center
}

.zoho-popup-footer-logos img,
.zoho-popup-footer-logos-service img {
    height: 24px;
    width: auto;
    max-width: 100%;
    display: block
}

.ai-services-page-body {
    color: var(--white-color)
}

.ai-services-page-body .header-row {
    background-color: var(--black-color);
    color: var(--white-color)
}

.ai-services-page-body .main-nav-col ul.nav-menu li button {
    color: var(--white-color)
}

.ai-services-page-body .service-hero-content p {
    color: #f1f1f1c9 !important;
    font-size: clamp(16px, 1.1vw, 18px) !important;
    line-height: 32px
}

.ai-services-page-body .technology p {
    color: #f1f1f1c9;
    font-size: 16px;
    font-weight: 400;
    opacity: 70%
}

.ai-page-layout {
    background-repeat: no-repeat;
    background-position: 50% 0;
    display: flex;
    align-items: flex-end;
    min-height: 680px
}

.ai-page-layout .btn.ServicesPopup {
    background: #0495f0 !important;
    box-shadow: 0 1px #1018280d !important;
    border: 1px solid #0495f0 !important;
    text-transform: capitalize;
    color: #fff !important
}

.ai-page-layout .btn.ServicesPopup:hover {
    background: 0 0 !important;
    border: 1px solid #fff !important;
    color: #fff !important
}

.ai-services-page-body h2 {
    font-size: calc(24px + (36 - 24) * ((100vw - 320px)/(1920 - 320)));
    line-height: 50px;
    color: var(--white-color);
    font-weight: 600
}

.ai-services-page-body h5 {
    color: var(--white-color)
}

.ai-services-page-body h5.sub-menu-title {
    color: var(--title-text-color)
}

.ai-services-page-body .zoho-form-part {
    background: linear-gradient(180deg, #2e3b44 0%, #121212 100%);
    color: #fff;
    padding: 35px;
    border-radius: 10px;
    max-width: 530px;
    border: .5px solid #a9a5a5
}

.ai-services-page-body .zoho-contact-form form textarea,
.ai-services-page-body .zoho-contact-form form input:not([type=submit]) {
    background: initial;
    color: #fff
}

.ai-services-page-body .zoho-contact-form form input[type=submit] {
    background-color: #0495f0;
    color: #fff;
    border: 1px solid #0495f0;
    box-shadow: 0 1px 2px #1018280d;
    transition: all .25s ease
}

.ai-services-page-body .zoho-contact-form form input[type=submit]:hover {
    background-color: initial;
    color: #0495f0;
    border-color: #0495f0;
    border: 1px solid #0495f0
}

.ai-services-page-body .web-hero-section-layout-with-form .section-left-part {
    order: 2;
    padding-left: 90px;
    padding-right: 0 !important;
    padding-top: 50px;
    padding-bottom: 50px
}

.ai-services-page-body .amazon-top-rated-sec .top-rated-part-row {
    background-color: #121212;
    border: .5px solid #48484891
}

.ai-services-page-body .site-header.fixed {
    background: var(--black-color)
}

.ai-services-page-body svg path {
    stroke: var(--white-color) !important
}

.ai-services-page-body .career-menu a {
    color: var(--white-color) !important
}

.ai-services-page-body .btn:hover {
    background-color: initial;
    color: #fff;
    border-color: #fff
}

.ai-services-page-body .get-in-touch-form-part {
    background-color: #121212
}

.ai-services-page-body .get-in-touch-info-part {
    background: linear-gradient(180deg, #2e3b44 0%, #121212 100%)
}

.ai-services-page-body .benefits-list li,
.ai-services-page-body .row.benefits-happens-row .title-text,
.ai-services-page-body .get-in-touch-details-part p a,
.ai-services-page-body .happens-box .happens-list li,
.ai-services-page-body .contact-form-row p.form-label {
    color: var(--white-color)
}

.ai-services-page-body .get-in-touch-details-part p a:hover {
    color: var(--primary-color)
}

.ai-services-page-body .contact-form-row .row input[type=submit] {
    background: #0495f0
}

.ai-services-page-body .contact-form-row .row input[type=submit]:hover {
    background: 0 0;
    color: #fff
}

.ai-services-page-body .contact-sub-details-name .contact-sub-title {
    color: #0495f0
}

.ai-services-page-body .contact-form-row .row .col-lg-4 input {
    border-bottom: 1px solid #9f8b8b33
}

.ai-services-page-body .contact-form-row .row .col-lg-12 textarea {
    border-bottom: 1px solid #99919133
}

.ai-services-page-body .title-back:before {
    display: none
}

.ai-services-page-body section .our-word-slider-sec {
    background: linear-gradient(135deg, #121212 0%, #021520e8 100%)
}

.ai-services-page-body .testimonials-sec {
    background: linear-gradient(135deg, #121212 0%, #021520e8 100%)
}

.ai-services-page-body .testimonials-sec {
    background: linear-gradient(154deg, #000000 0%, #03253a 100%)
}

.ai-services-page-body .our-wordpress-services-part-box {
    background: linear-gradient(180deg, #393a4c 0%, #121212 100%);
    border: 1px solid #484848 !important
}

.ai-services-page-body .video-wrap-testimonials {
    background: 0 0 !important;
    border: 0 !important
}

.ai-services-page-body section .our-word-slider-details .our-word-slider-title h6 {
    color: #fff !important
}

.ai-services-page-body .amazon-our-slider-part .our-wordpress-services-part-box .our-word-slider-details {
    border-top: 1px solid #484848
}

.ai-services-page-body .our-word-slider-sec .amazon-our-slider-part .slick-dots li.slick-active button:before {
    background-color: #fff
}

.ai-services-page-body .amazon-our-slider-part .slick-dots li button:before {
    background-color: #858381
}

.ai-services-page-body .our-word-slider-sec .amazon-our-slider-part .slick-dots li button {
    background-color: #979796
}

.ai-services-page-body .our-word-slider-content.vi-single-page-content p {
    color: #cfc2c2;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px
}

.ai-services-page-body .accordion-title h6 {
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize
}

.ai-services-page-body .zoho-faq-sec .accordion-box.active-accordion .accordion-title {
    border-bottom: 1px solid #484848
}

.ai-services-page-body .zoho-faq-sec .accordion-box .accordion-content {
    padding: 30px 0 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize
}

.ai-services-page-body .zoho-faq-sec .faq-accordion-main-box .accordion-box {
    border: 1px solid #484848;
    background: #121212
}

.info-box-60-40-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 -10px
}

.info-box-60-40-row>div {
    padding: 10px;
    box-sizing: border-box
}

.ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-box {
    background: #121212 !important;
    border: 1px solid #0495f0 !important;
    border-radius: 10px !important;
    padding: 30px !important;
    box-shadow: 0 0 30px rgba(4, 149, 240, .4)
}

.info-box-60-40-row .our-wordpress-services-part-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px
}

.ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-title h6 {
    color: #0495f0;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600
}

.info-box-60-40-row .our-wordpress-services-part-content {
    color: #fff;
    font-size: 14px;
    line-height: 1.7
}

.info-box-60-40-row>div:nth-child(4n+1) {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 300px
}

.info-box-60-40-row>div:nth-child(4n+2) {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 250px
}

.info-box-60-40-row>div:nth-child(4n+3) {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 250px
}

.info-box-60-40-row>div:nth-child(4n+4) {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 300px
}

.ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-box:hover .our-wordpress-services-part-title h6 {
    color: #0495f0 !important;
    transition: color .3s
}

.ai-services-page-body #menu_toggle span {
    background-color: #fff
}

.ai-services-page-body .digital-wordpress-website-sec .digital-wordpress-website-row {
    margin-top: -110px;
    line-height: 0;
    border: .5px solid rgba(0, 102, 255, .5);
    padding: 0 50px
}

.digital-wordpress-website-sec-image {
    text-align: right
}

.ai-services-page-body .build-wordpress-details-row .why-choose-wp-website-details-part-box {
    border: none;
    border-right: 1px solid #bfd3d8;
    border-radius: 0;
    height: 100%;
    padding: 0 10px
}

.ai-services-page-body .build-wordpress-details-row>.col-lg-4:last-child .why-choose-wp-website-details-part-box {
    border-left: 1px solid #bfd3d8;
    margin-left: -22px;
    padding-left: 22px
}

.ai-services-page-body .why-choose-wp-website-details-part-title h6 {
    color: #06f
}

.ai-services-page-body .row.align-item-center.why-choose-wp-website-details-row.build-wordpress-details-row {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px
}

.ai-services-page-body .digital-wordpress-website-sec {
    padding: 180px 0 65px
}

.ai-services-page-body section {
    background-color: #000
}

.ai-services-page-body section:nth-child(odd):not(.zoho-hero-section-layout):not( .aws-hero-layout):not(.ai-page-layout):not(.our-word-slider-sec) {
    background: radial-gradient(circle at top left, #062132 0%, transparent 65%), radial-gradient(circle at bottom right, #082436 0%, transparent 65%), #000
}

.ai-services-page-body section:nth-child(even):not(.zoho-hero-section-layout):not( .aws-hero-layout):not(.ai-page-layout):not(.our-word-slider-sec) {
    background: radial-gradient(circle at top right, #002e4abd 0%, transparent 65%), radial-gradient(circle at bottom left, #002e4abd 0%, transparent 65%, #000)
}

.ai-services-page-body .faq-accordion-main-box .accordion-box {
    border: 1px solid #0495f0;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #121212
}

.ai-services-page-body .jhanvi-infotech-image-faq-row .faq-accordion-main-box .accordion-content {
    padding: 20px 0 10px 5px;
    margin-top: 20px;
    border-top: .5px solid #484848
}

.ai-services-page-body .jhanvi-infotech-image-faq-row .accordion-box .accordion-title {
    padding: 0;
    border: none
}

.tick-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 30px
}

.tick-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #cfcfcf
}

.tick-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2025/12/Right-Tick.svg)no-repeat 50%/contain
}

.jhanvi-infotech-image-faq-row h6 {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 400 !important
}

.jhanvi-infotech-image-faq-row span.faq-title-icon {
    display: flex;
    height: auto
}

.jhanvi-infotech-image-faq-row .faq-title-icon img {
    width: 30px;
    height: 30px
}

.aws-faq-content .digital-sec-btn.web-services-button a {
    padding: 8px 60px
}

.ai-services-page-body .digital-wordpress-website-row .digital-wordpress-website-sec-image {
    margin-top: -50px
}

.ai-tool-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 3%;
    margin-bottom: 40px
}

.ai-tool-row-normal {
    flex-direction: row
}

.ai-tool-row-reverse {
    flex-direction: row-reverse
}

.ai-tool-col {
    display: flex;
    align-items: stretch
}

.ai-tool-col-text {
    flex: 0 0 35%;
    max-width: 35%
}

.ai-tool-col-image {
    flex: 0 0 62%;
    max-width: 62%;
    display: flex;
    align-items: stretch
}

.ai-tool-text-wrapper,
.ai-tool-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex
}

.ai-tool-text-box {
    background: linear-gradient(180deg, #393a4c, #121212);
    padding: 26px 27px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ai-tool-text-box {
    position: relative
}

.ai-tool-text-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    -webkit-mask: linear-gradient(#fff 0 0)content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.ai-tool-row:nth-child(3n+1) .ai-tool-text-box::before {
    background: linear-gradient(180deg, #0066ff6e, #001230)
}

.ai-tool-row:nth-child(3n+2) .ai-tool-text-box::before {
    background: linear-gradient(180deg, #0495f06e, #001230)
}

.ai-tool-row:nth-child(3n+3) .ai-tool-text-box::before {
    background: linear-gradient(180deg, #82ccf96e, #001230)
}

.ai-tool-number {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 12px
}

.ai-tool-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px
}

.ai-tool-row:nth-child(3n+1) .ai-tool-title {
    color: #82ccf9
}

.ai-tool-row:nth-child(3n+2) .ai-tool-title {
    color: #06f
}

.ai-tool-row:nth-child(3n+3) .ai-tool-title {
    color: #0495f0
}

.ai-tool-description {
    color: #fff;
    font-size: 16px;
    opacity: .7;
    line-height: 26px
}

.ai-tool-image-box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden
}

.ai-tool-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transform: scale(1);
    transition: transform .4s ease;
    will-change: transform;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1)
}

.ai-tool-image-box:hover .ai-tool-image {
    transform: scale(1.06)
}

.ai-services-page-body ul.nav-menu {
    background-color: #000 !important
}

.ai-services-page-body .build-wordpress-details-row {
    margin-bottom: 0
}

.ai-tool-heading-row {
    padding-bottom: 30px
}

.ai-tool-image-box {
    overflow: hidden;
    border-radius: 20px
}

.technology-tools-inner-title h3 {
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #0495f0;
    margin-bottom: 40px
}

.technology-tools-grid-description p {
    margin-bottom: 40px;
    color: #f1f1f1c9;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    padding: 0 64px;
    opacity: .7
}

.technology-tools-logo-box {
    background: #121212;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 10px
}

.technology-tools-logo-row-first {
    margin-bottom: 60px
}

.technology-tools-logo-box img {
    max-width: 100%;
    height: auto;
    object-fit: contain
}

.technology-tools-logo-row {
    margin-left: -10px;
    margin-right: -10px
}

.technology-tools-logo-row>div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.technology-tools-grid-title-text {
    text-transform: capitalize
}

.ai-development-services-grid {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 100px
}

.ai-development-services-grid>div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 80px;
    min-height: 330px
}

.ai-development-services-card {
    position: relative;
    height: 100%;
    padding: 36px 25px 27px 30px;
    border-radius: 10px;
    background: linear-gradient(180deg, #393a4c 0%, #121212 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    z-index: 1
}

.ai-development-services-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: .8px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #001230 100%);
    -webkit-mask: linear-gradient(#fff 0 0)content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.ai-development-services-header {
    margin-bottom: 30px
}

.ai-development-services-icon-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px auto 20px;
    z-index: 9;
    border: 1px solid
}

.ai-development-services-icon-wrap::before {
    content: "";
    position: absolute;
    inset: -49px;
    border-radius: 50%;
    filter: blur(23px);
    z-index: -1
}

.ai-development-services-col:nth-child(odd) .ai-development-services-icon-wrap {
    background-color: #0495f0
}

.ai-development-services-col:nth-child(odd) .ai-development-services-icon-wrap::before {
    background: radial-gradient( ellipse at bottom, rgba(4, 149, 240, .75) 0%, rgba(4, 149, 240, .45) 35%, rgba(4, 149, 240, .2) 60%, transparent 75%);
    transform: translateY(10px)
}

.ai-development-services-col:nth-child(even) .ai-development-services-icon-wrap {
    background-color: #06f
}

.ai-development-services-col:nth-child(even) .ai-development-services-icon-wrap::before {
    background: radial-gradient( ellipse at bottom, rgba(0, 102, 255, .75) 0%, rgba(0, 102, 255, .45) 35%, rgba(0, 102, 255, .2) 60%, transparent 75%);
    transform: translateY(10px)
}

.ai-development-services-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: relative;
    z-index: 3
}

.ai-development-services-card-content {
    width: 100%
}

.ai-development-services-card-title {
    font-size: 18px;
    text-transform: capitalize;
    margin: 30px 0 15px
}

.ai-development-services-card-description {
    line-height: 26px;
    color: #fff;
    opacity: .7
}

.ai-explore-box-row {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 60px
}

.ai-explore-col {
    max-width: 383px;
    width: 33.333%;
    position: relative;
    display: flex
}

.ai-explore-bg-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 307px;
    min-height: 354px;
    display: flex
}

.ai-explore-bg-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    min-width: 307px;
    min-height: 357px;
    border-radius: 22px;
    transform: rotate(12deg);
    transition: transform .4s ease;
    z-index: 0
}

.ai-explore-col:hover .ai-explore-bg-wrap::before {
    transform: rotate(-2deg)
}

.ai-explore-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-color: #121212;
    border-radius: 20px;
    border: 1px solid;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.ai-explore-box h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 16px
}

.ai-explore-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    opacity: .7;
    margin: 0
}

.ai-explore-col:nth-child(3n+1) .ai-explore-bg-wrap::before,
.ai-explore-col:nth-child(3n+1) .ai-explore-box,
.ai-explore-col:nth-child(3n+1) .ai-explore-box h4 {
    border-color: #06f;
    color: #06f
}

.ai-explore-col:nth-child(3n+1) .ai-explore-bg-wrap::before {
    background-color: #06f
}

.ai-explore-col:nth-child(3n+2) .ai-explore-bg-wrap::before,
.ai-explore-col:nth-child(3n+2) .ai-explore-box,
.ai-explore-col:nth-child(3n+2) .ai-explore-box h4 {
    border-color: #0495f0;
    color: #0495f0
}

.ai-explore-col:nth-child(3n+2) .ai-explore-bg-wrap::before {
    background-color: #0495f0
}

.ai-explore-col:nth-child(3n+3) .ai-explore-bg-wrap::before,
.ai-explore-col:nth-child(3n+3) .ai-explore-box,
.ai-explore-col:nth-child(3n+3) .ai-explore-box h4 {
    border-color: #82ccf9;
    color: #82ccf9
}

.ai-explore-col:nth-child(3n+3) .ai-explore-bg-wrap::before {
    background-color: #82ccf9
}

.ai-process-section {
    position: relative
}

.ai-process-timeline-wrap {
    margin-top: 100px
}

.ai-process-step {
    margin-bottom: 60px;
    text-align: center
}

.ai-process-step:nth-child(4),
.ai-process-step:nth-child(5) {
    margin-bottom: 37px;
    margin-top: 20px
}

.ai-process-step:nth-child(4) {
    padding-left: 17%;
    padding-right: 20px
}

.ai-process-step:nth-child(5) {
    padding-right: 15%
}

.ai-process-step:nth-child(1),
.ai-process-step:nth-child(2),
.ai-process-step:nth-child(3) {
    margin-top: -20px
}

.ai-process-step:nth-child(6),
.ai-process-step:nth-child(7),
.ai-process-step:nth-child(8) {
    padding: 0 26px;
    margin-top: 30px
}

.ai-process-step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 40px
}

.ai-process-step:nth-child(3n+1) .ai-process-step-number {
    background: #0495f0
}

.ai-process-step:nth-child(3n+2) .ai-process-step-number {
    background: #82ccf9
}

.ai-process-step:nth-child(3n+3) .ai-process-step-number {
    background: #0495f0
}

.ai-process-step-box {
    background: #121212;
    border-radius: 16px;
    padding: 20px 25px;
    min-height: 138px;
    border: 1px solid #0495f0;
    box-shadow: 0 0 20px rgba(4, 149, 240, .35)
}

.ai-process-step-box h4 {
    color: #0495f0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.ai-process-step-description {
    color: #fff;
    font-size: 15px;
    line-height: 1.6
}

.ai-process-step-description p {
    margin: 0
}

.ai-process-timeline-wrap::after {
    content: "";
    display: block;
    clear: both
}

.ai-process-timeline-wrap {
    position: relative;
    margin-top: 80px;
    padding: 0;
    background-image: url(/wp-content/uploads/2026/01/path-curv-image.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    display: flex;
    column-gap: 50px;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px
}

.ai-services-page-body .build-wordpress-details-row {
    counter-reset: boxNumber
}

.ai-services-page-body .build-wordpress-details-row .why-choose-wp-website-details-part-box {
    position: relative;
    overflow: hidden
}

.ai-services-page-body .build-wordpress-details-row .why-choose-wp-website-details-part-box::before {
    counter-increment: boxNumber;
    content: counter(boxNumber);
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    font-size: 300px;
    font-weight: 900;
    color: rgba(217, 217, 217, .3);
    line-height: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .2
}

.ai-services-page-body .build-wordpress-details-row .why-choose-wp-website-details-part-box * {
    position: relative;
    z-index: 1
}

.ai-services-page-body .why-choose-wp-website-sec {
    position: relative;
    overflow: hidden
}

.ai-services-page-body .why-choose-wp-website-sec::before,
.ai-services-page-body .why-choose-wp-website-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .48;
    z-index: 0;
    pointer-events: none
}

.ai-services-page-body .why-choose-wp-website-sec::before {
    left: -120px;
    background-image: url(/wp-content/uploads/2026/01/backround-left.svg);
    transform: rotate(265deg)
}

.ai-services-page-body .why-choose-wp-website-sec::after {
    right: -120px;
    background-image: url(/wp-content/uploads/2026/01/backround-right-new.svg);
    transform: rotate(99deg)
}

.ai-services-page-body .why-choose-wp-website-sec>.container {
    position: relative;
    z-index: 1
}

.ai-services-page-body .ai-tools-mastery-section {
    position: relative;
    overflow: hidden
}

.ai-services-page-body .ai-tools-mastery-section::before,
.ai-services-page-body .ai-tools-mastery-section::after {
    content: "";
    position: absolute;
    top: 0;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .48;
    z-index: 0;
    pointer-events: none
}

.ai-services-page-body .ai-tools-mastery-section::before {
    top: -140px;
    left: -120px;
    background-image: url(/wp-content/uploads/2026/01/backround-left.svg);
    transform: rotate(172deg)
}

.ai-services-page-body .ai-tools-mastery-section::after {
    top: -140px;
    right: -120px;
    background-image: url(/wp-content/uploads/2026/01/backround-right-new.svg);
    transform: rotate(190deg)
}

.ai-services-page-body .ai-tools-mastery-section>.container {
    position: relative;
    z-index: 1
}

.zoho-learn-consulting-services .mvp-SoftwarÐµ-hero-sec .service-hero-title h1 {
    color: var(--white-color)
}

.zoho-learn-consulting-services .zoho-hero-section-layout .service-hero-content p {
    color: var(--white-color);
    opacity: .7;
    line-height: 32px
}

.zoho-learn-consulting-services .zoho-hero-section-layout ul li {
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px
}

.zoho-learn-consulting-services .zoho-hero-section-layout ul li::before {
    background: url(/wp-content/uploads/2026/01/white-tick-mark.svg)no-repeat 50%
}

.zoho-learn-consulting-services .zoho-hero-section-layout ul li::before {
    background-image: var(--white-tick)
}

.zoho-learn-consulting-services .service-hero-content ul {
    padding-left: 20px
}

.zoho-learn-consulting-services .zoho-hero-section-layout .service-hero-button a {
    background-color: #e83b3f;
    border: 2px solid #e83b3f;
    color: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 8%);
    transition: all .3s ease
}

.zoho-learn-consulting-services .zoho-hero-section-layout .service-hero-button a:hover {
    background-color: initial;
    border-color: #e83b3f;
    color: #fff;
    box-shadow: 0 6px 14px rgba(232, 59, 63, .25)
}

.zoho-learn-consulting-services .zoho-hero-section-layout .zoho-contact-form form input[type=submit] {
    background-color: #e83b3f;
    border: 2px solid #e83b3f;
    color: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 8%);
    transition: all .3s ease;
    cursor: pointer
}

.zoho-learn-consulting-services .zoho-hero-section-layout .zoho-contact-form form input[type=submit]:hover {
    background-color: initial;
    border-color: #e83b3f;
    color: #1f1e1e;
    box-shadow: 0 6px 14px rgba(232, 59, 63, .25)
}

.zoho-learn-consulting-services .zoho-hero-section-layout .service-hero-button {
    margin-top: 0
}

.home-hero-box .subtitle-two {
    color: #333;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px
}

.home-hero-sec .h1-title {
    margin-bottom: 10px
}

.what-makes-us-different-sec-title h2 {
    color: #06f;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.what-makes-us-different-sec-sub-title {
    color: #333;
    font-weight: 600;
    font-size: 32px;
    line-height: 50px
}

.what-make-us-diffrent-p {
    margin-bottom: 40px
}

.what-makes-right {
    padding-left: 30px
}

ul.hero-points li {
    padding-bottom: 20px
}

.multi-channel-digital-sec-content-p {
    font-weight: 600;
    font-size: 32px;
    line-height: 50px
}

.multi-channel-digital-sec-title-span {
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase
}

.multi-channel-digital-landscape-content {
    padding: 40px 25px
}

.multi-channel-digital-landscape-container {
    max-width: 1440px
}

.multi-channel-digital-landscape-row {
    min-height: 377px
}

.multi-channel-digital-landscape-image {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px
}

.multi-channel-digital-sec-img img {
    max-width: 464px;
    height: auto;
    display: block
}

.platforms-sec {
    padding: 80px 0 130px;
    text-align: center
}

.platform-sub-title {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #333;
    margin: 12px 0 20px
}

.platform-desc {
    margin: 0 auto 50px;
    line-height: 26px;
    color: #555;
    font-weight: 400;
    font-size: 18px;
    text-align: center
}

.platform-logos-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.platform-logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px
}

.platforms-sec .h2-title {
    padding: 0
}

.your-brand-sec {
    padding: 80px 0
}

.your-brand-sec .h2-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.your-brand-sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #555;
    margin-bottom: 50px;
    text-align: center
}

.your-brand-row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px
}

.your-brand-row>div {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.your-brand-box {
    background-color: #eef6ff;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.your-brand-icon {
    margin-bottom: 30px
}

.your-brand-icon img {
    width: 140px;
    height: 140px;
    object-fit: contain
}

.your-brand-box-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 15px;
    color: #000;
    text-align: center
}

.your-brand-box-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    text-align: center
}

h2.trusted-multi-channel-title-back {
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 60px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #06f
}

.trusted-company-sec.horizontal-layout.trusted-multi-channel-horizontal-layout {
    background-color: #eef6ff
}

.logo-box.trusted-multi-channel-logo-box.slick-slide.slick-active {
    background-color: #0000
}

.trusted-sub-title.trusted-multi-channel-sub-title {
    font-weight: 600 !important;
    font-size: 32px;
    line-height: 40px;
    text-align: center
}

.trusted-company-sec .trusted-company-logos .logo-box {
    background-color: #eef6ff
}

.technology-new-menu {
    display: none
}

.zoho-learn-consulting-services .why-choose-service-layout-row>div:nth-child(odd) .why-choose-service-layout-row-box {
    background-color: #f7f8ff;
    border: .5px solid #a3b7f0
}

.zoho-learn-consulting-services .why-choose-service-layout-row>div:nth-child(even) .why-choose-service-layout-row-box {
    background-color: #fff5f6;
    border: .5px solid #f7afb0
}

.zoho-learn-consulting-services .why-choose-service-layout-row .col-lg-4 .why-choose-service-layout-row-box {
    border-radius: 20px
}

.zoho-learn-consulting-services .pop-up-btn {
    background-color: #e83b3f !important;
    border: 2px solid #e83b3f !important;
    color: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 8%);
    transition: all .3s ease
}

.zoho-learn-consulting-services .pop-up-btn:hover {
    background-color: initial !important;
    border-color: #e83b3f !important;
    box-shadow: 0 6px 14px rgba(232, 59, 63, .25);
    color: #333
}

.zoho-learn-consulting-services-section {
    background-color: #fff
}

.zoho-learn-service-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px;
    align-items: stretch
}

.zoho-learn-service-col.zoho-learn-service-text {
    padding: 30px;
    background-color: #faf9f9;
    border-radius: 20px;
    display: flex;
    align-items: center
}

.zoho-learn-row-normal {
    flex-direction: row
}

.zoho-learn-row-reverse {
    flex-direction: row-reverse
}

.zoho-learn-service-text {
    width: 70%
}

.zoho-learn-service-image {
    width: 30%;
    display: flex
}

.zoho-learn-image-wrapper,
.zoho-learn-image-box {
    width: 100%;
    height: 100%
}

.zoho-learn-service-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
    display: block
}

.zoho-learn-title-wrap h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 15px
}

.zoho-learn-heading-row {
    margin-bottom: 30px
}

.zoho-learn-consulting-services .zoho-consulting-services-sec {
    background-color: #18327f
}

.zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-web-title h2 {
    color: var(--white-color) !important;
    font-weight: 600
}

.zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-content p {
    color: var(--white-color) !important;
    font-weight: 400;
    opacity: 70%
}

.zoho-learn-consulting-services .zoho-consulting-services-row.layout1 {
    background-color: #0000;
    padding: 0;
    border-radius: 0
}

.zoho-learn-consulting-services .info-box-60-40-row .our-wordpress-services-part-box {
    background-color: #faf9f9;
    border-radius: 10px;
    border: none
}

.zoho-learn-consulting-services .info-box-60-40-row.page-zoho-learn-consulting-services {
    margin-top: 60px
}

.zoho-learn-consulting-services .zoho-consulting-services-sec {
    background-color: #18327f;
    margin-top: 40px;
    margin-bottom: 40px
}

.boot-your-business-sec.zoho-learn-consulting-services {
    background-color: #18327f;
    padding: 0
}

.zoho-learn-consulting-services .boot-your-business-part-row {
    border: none !important;
    padding: 50px 0
}

.zoho-learn-consulting-services .boot-your-business-sec .vi-single-page-web-title h2 {
    color: #fff
}

.zoho-learn-consulting-services .boot-your-business-sec .vi-single-page-content p {
    color: #fff;
    opacity: 70%
}

.zoho-learn-consulting-services .boot-your-business-part-row .boot-your-business-sec-image {
    line-height: 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0
}

.boot-your-business-sec.zoho-learn-consulting-services .digital-sec-btn.web-services-button {
    margin: 0
}

.zoho-learn-consulting-services .boot-your-business-part-row .digital-sec-btn .ServicesPopup {
    background-color: #e83b3f !important;
    border: 2px solid #e83b3f !important;
    color: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 8%);
    transition: all .3s ease
}

.zoho-learn-consulting-services .boot-your-business-part-row .digital-sec-btn .ServicesPopup:hover {
    background-color: initial !important;
    border-color: #e83b3f !important
}

.zoho-learn-consulting-services .zoho-services-timeline-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
}

.zoho-learn-consulting-services .zoho-services-timeline-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 17%;
    left: 50%;
    width: 2px;
    background: #cfd7f5;
    transform: translateX(-50%)
}

.zoho-learn-consulting-services .vi-single-page-content.zoho-services-content {
    margin-bottom: 60px
}

.zoho-learn-consulting-services .zoho-services-timeline-item {
    position: relative;
    width: 100%;
    margin-bottom: 40px
}

.zoho-learn-consulting-services .zoho-services-timeline-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #1f3b8f;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 5
}

.zoho-learn-consulting-services .zoho-services-timeline-item-inner {
    position: relative;
    width: 100%
}

.zoho-learn-consulting-services .icon-content-wrapper {
    display: inline-block;
    vertical-align: top
}

.zoho-learn-consulting-services .zoho-services-right .icon-content-wrapper {
    padding-left: 54%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.zoho-learn-consulting-services .zoho-services-left .icon-content-wrapper {
    padding-right: 54%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px
}

.zoho-learn-consulting-services .zoho-services-timeline-icon-wrapper {
    display: inline-block;
    vertical-align: top
}

.zoho-learn-consulting-services .zoho-services-timeline-content-wrapper {
    display: inline-block;
    max-width: 430px;
    vertical-align: top;
    margin-top: 2px
}

.zoho-learn-consulting-services .zoho-services-right .zoho-services-timeline-content-wrapper {
    margin-left: 16px
}

.zoho-learn-consulting-services .zoho-services-timeline-title h6 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin: 0 0 12px
}

.zoho-learn-consulting-services .zoho-services-timeline-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #6b6b6b
}

.zoho-learn-consulting-services .zoho-services-timeline-desc p {
    margin: 0;
    line-height: 26px
}

.ai-services-page-body .wordpress-deve-services-part-title h6 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff
}

.section-left-part p {
    opacity: 70%
}

.ai-services-page-body .wordpress-deve-services-part-details .vi-single-page-content p {
    color: #f1f1f1c9;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    opacity: 70%
}

.postid-12462 .digital-wordpress-website-row .digital-wordpress-website-sec-image {
    margin-top: -90px
}

.benefits-section {
    background: radial-gradient(ellipse at top, #0b2c3f 0%, #000000 70%)
}

.benefits-grid {
    margin-top: 40px;
    row-gap: 30px
}

.benifits-card-col {
    padding-left: 15px;
    padding-right: 15px
}

.benefits-card {
    background: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 149, 240, .35);
    height: 100%
}

.benefits-card-inner {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    gap: 30px;
    background: #121212
}

.benefits-card-image {
    width: 253px;
    height: 369px;
    flex-shrink: 0
}

.benefits-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.benefits-card-content {
    flex: 1
}

.benefits-card-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #0495f0;
    margin-bottom: 15px
}

.benefits-card-description p {
    line-height: 26px;
    opacity: .7;
    margin-bottom: 0;
    color: #fff
}

.explore-claude-ai-services-section {
    background: radial-gradient(ellipse at top, #0b2c3f 0%, #000000 70%)
}

.explore-claude-ai-services-title h2 {
    color: #fff;
    margin-bottom: 15px
}

.explore-claude-ai-services-desc {
    color: #fff;
    opacity: .7
}

.explore-claude-ai-services-grid {
    row-gap: 20px;
    margin-top: 40px
}

.explore-claude-ai-services-col {
    padding-left: 10px;
    padding-right: 10px
}

.explore-claude-ai-services-card {
    background: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 149, 240, .35);
    height: 100%
}

.explore-claude-ai-services-card-inner {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: #121212;
    height: 100%;
    flex-direction: column;
    align-items: center
}

.explore-claude-ai-services-card-inner.card-reverse {
    flex-direction: column-reverse
}

.explore-claude-ai-services-card-image {
    max-width: 240px
}

.explore-claude-ai-services-card-image img {
    width: 100%;
    height: auto;
    display: block
}

.explore-claude-ai-services-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #0495f0;
    margin-bottom: 15px
}

.explore-claude-ai-services-card-desc p {
    color: #fff;
    opacity: .7;
    line-height: 26px;
    margin-bottom: 0
}

.claude-ai-process-main .process-step-title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #fff
}

.claude-ai-process-main .process-step-desc p {
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #fff
}

section.claude-ai-process-section.py-5 {
    display: none
}

@media(max-width:1400px) {
    .home-hero-box .subtitle-two {
        font-size: 30px;
        line-height: 38px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 46px;
        line-height: 46px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 30px;
        line-height: 46px
    }
    .multi-channel-digital-sec-content-p {
        font-size: 30px;
        line-height: 46px
    }
    .multi-channel-digital-sec-title-span {
        font-size: 44px;
        line-height: 46px
    }
    .multi-channel-digital-landscape-container {
        max-width: 1320px
    }
    h2.trusted-multi-channel-title-back {
        font-size: 56px;
        line-height: 42px
    }
    .trusted-sub-title.trusted-multi-channel-sub-title {
        font-size: 30px;
        line-height: 38px
    }
    .vi-popup-digital-google-link .popup-content,
    .vi-footer-popup-google-link .popup-content,
    .vi-popup-google-link .popup-content,
    .vi-popup-part .popup-content {
        width: 90%
    }
    .ai-process-timeline-wrap {
        column-gap: 40px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 50px
    }
    .ai-process-step-box {
        padding: 20px 22px
    }
}

@media(max-width:1366px) {
    .explore-claude-ai-services-grid {
        margin-top: 35px;
        row-gap: 20px
    }
    .explore-claude-ai-services-card-inner {
        padding: 28px;
        gap: 20px
    }
    .explore-claude-ai-services-card-title {
        font-size: 17px
    }
    .explore-claude-ai-services-card-desc p {
        font-size: 15px;
        line-height: 24px
    }
    .ai-services-page-body .wordpress-deve-services-part-title h6 {
        font-size: 17px
    }
    .section-left-part p {
        opacity: .7
    }
    .ai-services-page-body .wordpress-deve-services-part-details .vi-single-page-content p {
        font-size: 15.5px;
        line-height: 25px
    }
    .postid-12462 .digital-wordpress-website-row .digital-wordpress-website-sec-image {
        margin-top: -70px
    }
    .benefits-grid {
        margin-top: 35px;
        row-gap: 28px
    }
    .benifits-card-col {
        padding-left: 12px;
        padding-right: 12px
    }
    .benefits-card-inner {
        padding: 28px;
        gap: 28px
    }
    .benefits-card-image {
        width: 235px;
        height: 345px
    }
    .benefits-card-description p {
        font-size: 15px;
        line-height: 25px
    }
    .ai-page-layout {
        min-height: 620px;
        align-items: flex-end
    }
    .ai-page-layout .btn.ServicesPopup {
        font-size: 15px;
        padding: 12px 26px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-wrapper {
        max-width: 1100px
    }
    .zoho-learn-consulting-services .zoho-services-right .icon-content-wrapper {
        padding-left: 55%
    }
    .zoho-learn-consulting-services .zoho-services-left .icon-content-wrapper {
        padding-right: 55%
    }
    .zoho-learn-consulting-services .zoho-services-timeline-content-wrapper {
        max-width: 400px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-title h6 {
        font-size: 21px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-desc {
        font-size: 15px
    }
    .zoho-learn-heading-row {
        margin-bottom: 26px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec {
        padding: 50px 0
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-web-title h2 {
        font-size: 32px;
        line-height: 40px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-content p {
        font-size: 16px;
        line-height: 26px
    }
    .zoho-learn-consulting-services .info-box-60-40-row.page-zoho-learn-consulting-services {
        margin-top: 50px
    }
    .zoho-learn-consulting-services .boot-your-business-part-row {
        padding: 40px 0
    }
    .zoho-learn-consulting-services .boot-your-business-part-row .boot-your-business-sec-image img {
        max-width: 360px;
        height: auto
    }
    .zoho-learn-service-row {
        gap: 28px;
        margin-bottom: 28px
    }
    .zoho-learn-service-col.zoho-learn-service-text {
        padding: 28px
    }
    .zoho-learn-title-wrap h3 {
        font-size: 19px
    }
    .home-hero-box .subtitle-two {
        font-size: 28px;
        line-height: 36px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 44px;
        line-height: 44px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 28px;
        line-height: 44px
    }
    .what-make-us-diffrent-p {
        margin-bottom: 30px
    }
    .what-makes-right {
        padding-left: 20px
    }
    .multi-channel-digital-sec-content-p {
        font-size: 28px;
        line-height: 44px
    }
    .multi-channel-digital-sec-title-span {
        font-size: 40px;
        line-height: 44px
    }
    .multi-channel-digital-landscape-row {
        min-height: 340px
    }
    .platform-sub-title {
        font-size: 28px;
        line-height: 36px
    }
    h2.trusted-multi-channel-title-back {
        font-size: 52px;
        line-height: 40px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 46px;
        line-height: 48px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 30px;
        line-height: 46px
    }
    .what-make-us-diffrent-p {
        margin-bottom: 36px
    }
    .what-makes-left {
        padding-right: 28px
    }
    .what-makes-right {
        padding-left: 28px
    }
    .ai-process-timeline-wrap {
        column-gap: 30px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 50px
    }
    .ai-process-step:nth-child(4) {
        padding-left: 20%
    }
    .ai-process-step:nth-child(6),
    .ai-process-step:nth-child(7),
    .ai-process-step:nth-child(8) {
        padding: 0 22px;
        margin-top: 20px
    }
    .ai-process-step-box {
        padding: 18px
    }
    .ai-development-services-grid {
        padding-top: 90px
    }
    .ai-development-services-grid>div {
        margin-bottom: 70px;
        min-height: 320px
    }
    .ai-development-services-card {
        padding: 34px 24px 26px 28px
    }
    .ai-development-services-header {
        margin-bottom: 28px
    }
    .ai-development-services-icon-wrap {
        width: 75px;
        height: 75px;
        margin: -75px auto 18px
    }
    .ai-development-services-icon {
        width: 46px;
        height: 46px
    }
    .ai-development-services-card-title {
        font-size: 17px;
        margin: 28px 0 14px
    }
    .ai-development-services-card-description {
        line-height: 25px
    }
    .ai-explore-box-row {
        margin-top: 70px;
        gap: 60px
    }
    .ai-explore-col {
        max-width: 360px
    }
    .ai-explore-bg-wrap {
        max-width: 290px;
        min-height: 340px
    }
    .ai-explore-bg-wrap::before {
        min-width: 290px;
        min-height: 340px;
        border-radius: 22px;
        transform: rotate(10deg)
    }
    .ai-explore-box {
        padding: 24px;
        border-radius: 20px
    }
    .ai-explore-box h4 {
        font-size: 17px;
        margin-bottom: 15px
    }
    .ai-explore-box p {
        font-size: 14px;
        line-height: 1.6
    }
    .ai-services-page-body p {
        padding: 0
    }
    .technology-tools-inner-title h3 {
        font-size: 23px;
        margin-bottom: 38px
    }
    .technology-tools-grid-description p {
        padding: 0 56px;
        margin-bottom: 38px
    }
    .technology-tools-logo-box {
        padding: 28px;
        border-radius: 10px
    }
    .technology-tools-logo-row-first {
        margin-bottom: 56px
    }
    .technology-tools-logo-box img {
        max-width: 100%;
        height: auto
    }
    .technology-tools-logo-row {
        margin-left: -10px;
        margin-right: -10px
    }
    .technology-tools-logo-row>div {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }
    .technology-tools-grid-title-text {
        text-transform: capitalize
    }
    .ai-tool-heading-row {
        padding-bottom: 25px
    }
    .ai-tool-row {
        gap: 3%;
        margin-bottom: 36px
    }
    .ai-tool-col-text {
        flex: 0 0 38%;
        max-width: 38%
    }
    .ai-tool-col-image {
        flex: 0 0 59%;
        max-width: 59%
    }
    .ai-tool-text-box {
        padding: 24px 26px
    }
    .ai-tool-number {
        font-size: 36px
    }
    .ai-tool-title {
        font-size: 22px
    }
    .ai-tool-description {
        font-size: 15px;
        line-height: 24px
    }
    .zoho-popup-footer-logos img,
    .zoho-popup-footer-logos-service img {
        height: 23px
    }
    .zoho-popup-footer-logos,
    .zoho-popup-footer-logos-service {
        gap: 18px;
        padding-top: 60px;
        flex-wrap: nowrap
    }
}

@media(max-width:1200px) {
    .explore-claude-ai-services-grid {
        margin-top: 30px;
        row-gap: 20px
    }
    .explore-claude-ai-services-col {
        padding-left: 10px;
        padding-right: 10px
    }
    .explore-claude-ai-services-card-inner {
        padding: 25px;
        gap: 20px
    }
    .explore-claude-ai-services-card-image {
        max-width: 220px
    }
    .explore-claude-ai-services-card-title {
        font-size: 16px
    }
    .explore-claude-ai-services-card-desc p {
        font-size: 15px;
        line-height: 24px
    }
    .ai-services-page-body .wordpress-deve-services-part-title h6 {
        font-size: 17px
    }
    .ai-services-page-body .wordpress-deve-services-part-details .vi-single-page-content p {
        font-size: 15px;
        line-height: 24px
    }
    .postid-12462 .digital-wordpress-website-row .digital-wordpress-website-sec-image {
        margin-top: -55px
    }
    .benefits-grid {
        margin-top: 32px;
        row-gap: 26px
    }
    .benifits-card-col {
        padding-left: 10px;
        padding-right: 10px
    }
    .benefits-card-inner {
        padding: 26px;
        gap: 26px
    }
    .benefits-card-image {
        width: 215px;
        height: 320px
    }
    .benefits-card-description p {
        font-size: 14.5px;
        line-height: 24px
    }
    .ai-page-layout {
        min-height: 580px;
        align-items: flex-end
    }
    .ai-page-layout .btn.ServicesPopup {
        font-size: 14.5px;
        padding: 11px 24px
    }
    .zoho-learn-heading-row {
        margin-bottom: 24px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-web-title h2 {
        font-size: 30px;
        line-height: 38px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-content p {
        font-size: 15px;
        line-height: 24px
    }
    .zoho-learn-consulting-services .info-box-60-40-row.page-zoho-learn-consulting-services {
        margin-top: 45px
    }
    .zoho-learn-consulting-services .boot-your-business-part-row {
        padding: 35px 0
    }
    .zoho-learn-consulting-services .boot-your-business-part-row .boot-your-business-sec-image img {
        max-width: 330px
    }
    .home-hero-box .subtitle-two {
        font-size: 26px;
        line-height: 34px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 40px;
        line-height: 42px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 26px;
        line-height: 40px
    }
    .multi-channel-digital-sec-content-p {
        font-size: 26px;
        line-height: 40px
    }
    .multi-channel-digital-sec-title-span {
        font-size: 36px;
        line-height: 40px
    }
    .multi-channel-digital-sec-img img {
        max-width: 420px
    }
    .platforms-sec {
        padding: 70px 0 100px
    }
    .platform-logo-row {
        gap: 50px
    }
    h2.trusted-multi-channel-title-back {
        font-size: 48px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 42px;
        line-height: 44px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 28px;
        line-height: 42px
    }
    .what-make-us-diffrent-p {
        margin-bottom: 32px
    }
    .what-makes-left {
        padding-right: 24px
    }
    .what-makes-right {
        padding-left: 24px
    }
    .ai-process-timeline-wrap {
        background-size: 95%;
        column-gap: 26px;
        margin-bottom: 60px
    }
    .ai-process-step {
        margin-bottom: 50px
    }
    .ai-process-step-box {
        min-height: auto
    }
}

@media(max-width:1024px) {
    .explore-claude-ai-services-card-inner {
        padding: 22px;
        gap: 18px
    }
    .explore-claude-ai-services-card-image {
        max-width: 200px
    }
    .explore-claude-ai-services-title h2 {
        font-size: 28px
    }
    .explore-claude-ai-services-desc {
        font-size: 15px
    }
    .explore-claude-ai-services-card-title {
        font-size: 16px
    }
    .explore-claude-ai-services-card-desc p {
        font-size: 14px;
        line-height: 22px
    }
    .ai-services-page-body .wordpress-deve-services-part-title h6 {
        font-size: 16.5px
    }
    .ai-services-page-body .wordpress-deve-services-part-details .vi-single-page-content p {
        font-size: 14.5px;
        line-height: 23px
    }
    .postid-12462 .digital-wordpress-website-row .digital-wordpress-website-sec-image {
        margin-top: -40px
    }
    .benefits-grid {
        margin-top: 30px;
        row-gap: 24px
    }
    .benifits-card-col {
        padding-left: 10px;
        padding-right: 10px
    }
    .benefits-card-inner {
        padding: 24px;
        gap: 24px
    }
    .benefits-card-image {
        width: 195px;
        height: 285px
    }
    .benefits-card-description p {
        font-size: 14.5px
    }
    .ai-page-layout {
        min-height: 520px;
        align-items: flex-end
    }
    .ai-page-layout .btn.ServicesPopup {
        font-size: 14px;
        padding: 10px 22px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-wrapper {
        max-width: 960px
    }
    .zoho-learn-consulting-services .zoho-services-right .icon-content-wrapper {
        padding-left: 56%
    }
    .zoho-learn-consulting-services .zoho-services-left .icon-content-wrapper {
        padding-right: 56%
    }
    .zoho-learn-consulting-services .zoho-services-timeline-content-wrapper {
        max-width: 360px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-title h6 {
        font-size: 20px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-desc {
        font-size: 15px;
        line-height: 1.65
    }
    .zoho-learn-heading-row {
        margin-bottom: 22px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-web-title h2 {
        font-size: 28px;
        line-height: 36px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-content p {
        font-size: 15px;
        line-height: 24px
    }
    .zoho-learn-consulting-services .info-box-60-40-row.page-zoho-learn-consulting-services {
        margin-top: 40px
    }
    .zoho-learn-consulting-services .boot-your-business-part-row {
        padding: 30px 0
    }
    .zoho-learn-consulting-services .boot-your-business-part-row .boot-your-business-sec-image img {
        max-width: 300px
    }
    .zoho-learn-service-text {
        width: 65%
    }
    .zoho-learn-service-image {
        width: 35%
    }
    .zoho-learn-service-row {
        gap: 25px
    }
    .zoho-learn-service-col.zoho-learn-service-text {
        padding: 25px
    }
    .zoho-learn-title-wrap h3 {
        font-size: 18px;
        line-height: 110%
    }
    .what-makes-right {
        padding-left: 0
    }
    .multi-channel-digital-landscape-image {
        justify-content: center;
        padding-right: 0
    }
    .multi-channel-digital-sec-img img {
        max-width: 380px;
        margin: 0 auto
    }
    .platform-logo-row {
        flex-wrap: wrap;
        gap: 40px
    }
    .your-brand-row {
        flex-wrap: wrap
    }
    .your-brand-row>div {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px
    }
    h2.trusted-multi-channel-title-back {
        font-size: 44px;
        line-height: 38px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 38px;
        line-height: 40px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 26px;
        line-height: 38px
    }
    .what-make-us-diffrent-p {
        margin-bottom: 28px
    }
    .what-makes-left {
        padding-right: 20px
    }
    .what-makes-right {
        padding-left: 20px
    }
    .ai-services-page-body .digital-wordpress-website-sec .digital-wordpress-website-row {
        padding: 0 30px
    }
    .ai-process-timeline-wrap {
        background-image: none;
        margin: 35px 0;
        padding: 0;
        column-gap: 30px;
        background-size: 95%
    }
    .ai-process-step {
        width: 25%;
        margin: 0 0 40px;
        padding: 0 15px;
        display: flex;
        flex-direction: column
    }
    .ai-process-step:nth-child(n) {
        padding-left: 10px;
        padding-right: 10px;
        margin: 20px 0 0 0
    }
    .ai-process-step-box {
        flex-grow: 1;
        display: flex;
        flex-direction: column
    }
    .ai-services-page-body p br {
        display: none
    }
    .ai-development-services-grid {
        padding-top: 80px
    }
    .ai-development-services-grid>div {
        margin-bottom: 60px;
        min-height: 300px
    }
    .ai-development-services-card {
        padding: 32px 22px 24px 26px
    }
    .ai-development-services-icon-wrap {
        width: 70px;
        height: 70px;
        margin: -70px auto 16px
    }
    .ai-development-services-icon-wrap::before {
        inset: -44px;
        filter: blur(21px)
    }
    .ai-development-services-icon {
        width: 44px;
        height: 44px
    }
    .ai-development-services-card-title {
        font-size: 16.5px;
        margin: 26px 0 13px
    }
    .ai-development-services-card-description {
        font-size: 14px;
        line-height: 24px
    }
    .ai-explore-box-row {
        margin-top: 65px;
        justify-content: center;
        gap: 55px
    }
    .ai-explore-col {
        max-width: 340px
    }
    .ai-explore-bg-wrap {
        max-width: 270px;
        min-height: 320px
    }
    .ai-explore-bg-wrap::before {
        min-width: 270px;
        min-height: 320px;
        transform: rotate(9deg)
    }
    .ai-explore-box {
        padding: 22px
    }
    .ai-explore-box h4 {
        font-size: 16px;
        margin-bottom: 14px
    }
    .ai-explore-box p {
        font-size: 13.5px;
        line-height: 1.55
    }
    .info-box-60-40-row {
        gap: 18px;
        margin: 0 -8px
    }
    .info-box-60-40-row>div {
        padding: 8px
    }
    .ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-box {
        padding: 26px !important;
        border-radius: 9px !important;
        box-shadow: 0 0 24px rgba(4, 149, 240, .35)
    }
    .info-box-60-40-row .our-wordpress-services-part-icon img {
        width: 46px;
        height: 46px;
        margin-bottom: 14px
    }
    .ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-title h6 {
        font-size: 17px;
        margin-bottom: 9px
    }
    .info-box-60-40-row .our-wordpress-services-part-content {
        font-size: 14px;
        line-height: 1.65
    }
    .our-wordpress-services-sec .benefits-of-wordpress-row {
        padding: 20px 0
    }
    .info-box-60-40-row>div:nth-child(4n+1),
    .info-box-60-40-row>div:nth-child(4n+4) {
        max-width: 100%
    }
    .info-box-60-40-row>div:nth-child(4n+2),
    .info-box-60-40-row>div:nth-child(4n+3) {
        max-width: 100%
    }
    .ai-services-page-body .faq-accordion-main-box .accordion-box {
        padding: 18px;
        margin-bottom: 18px;
        border-radius: 9px
    }
    .ai-services-page-body .jhanvi-infotech-image-faq-row .faq-accordion-main-box .accordion-content {
        padding: 18px 0 8px 4px;
        margin-top: 18px
    }
    .ai-services-page-body .jhanvi-infotech-image-faq-row .accordion-box .accordion-title {
        padding: 0
    }
    .tick-list {
        margin: 14px 0 26px
    }
    .tick-list li {
        padding-left: 30px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 22px
    }
    .tick-list li::before {
        width: 17px;
        height: 17px;
        top: 3px
    }
    .jhanvi-infotech-image-faq-row h6 {
        gap: 24px;
        font-size: 14px !important
    }
    .jhanvi-infotech-image-faq-row span.faq-title-icon {
        height: auto
    }
    .jhanvi-infotech-image-faq-row .faq-title-icon img {
        width: 28px;
        height: 28px
    }
    .aws-faq-content .digital-sec-btn.web-services-button a {
        padding: 8px 50px
    }
    .ai-services-page-body .digital-wordpress-website-row .digital-wordpress-website-sec-image {
        margin-top: -20px
    }
    .technology-tools-inner-title h3 {
        font-size: 22px;
        margin-bottom: 34px
    }
    .technology-tools-grid-description p {
        margin-bottom: 34px
    }
    .technology-tools-logo-box {
        padding: 26px;
        border-radius: 9px
    }
    .technology-tools-logo-row-first {
        margin-bottom: 50px
    }
    .technology-tools-logo-box img {
        max-width: 100%;
        height: auto
    }
    .technology-tools-logo-row {
        margin-left: -8px;
        margin-right: -8px
    }
    .technology-tools-logo-row>div {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 18px
    }
    .technology-tools-grid-title-text {
        text-transform: capitalize
    }
    .ai-tool-heading-row {
        padding-bottom: 20px
    }
    .ai-tool-row {
        gap: 4%;
        margin-bottom: 36px
    }
    .ai-tool-col-text {
        flex: 0 0 40%;
        max-width: 40%
    }
    .ai-tool-col-image {
        flex: 0 0 56%;
        max-width: 56%
    }
    .ai-tool-text-box {
        padding: 24px 26px
    }
    .ai-tool-number {
        font-size: 34px
    }
    .ai-tool-title {
        font-size: 22px
    }
    .ai-tool-description {
        font-size: 15px;
        line-height: 24px
    }
    .info-box-60-40-row {
        flex-direction: column
    }
    .info-box-60-40-row>div {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 10px 0
    }
    .ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-box {
        padding: 20px 15px
    }
    .ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-title h6 {
        font-size: 16px
    }
    .info-box-60-40-row .our-wordpress-services-part-content {
        font-size: 14px
    }
    .zoho-popup-footer-logos img,
    .zoho-popup-footer-logos-service img {
        height: 22px
    }
    .zoho-popup-footer-logos,
    .zoho-popup-footer-logos-service {
        gap: 16px;
        padding-top: 57px;
        flex-wrap: nowrap
    }
    .ai-services-page-body h2 {
        font-size: calc(22px + (32 - 22) * ((100vw - 320px)/(1024 - 320)));
        line-height: 46px
    }
    .ai-services-page-body h5 {
        font-size: 16px
    }
    .ai-services-page-body .zoho-form-part {
        padding: 28px;
        max-width: 450px;
        margin-top: 0
    }
    .ai-services-page-body .web-hero-section-layout-with-form .section-left-part {
        padding-left: 10px
    }
    .ai-services-page-body .web-hero-section-with-from-wrap .col-lg-5 {
        display: flex;
        justify-content: center
    }
}

@media(max-width:991px) {
    .explore-claude-ai-services-grid {
        row-gap: 20px
    }
    .explore-claude-ai-services-col {
        padding-left: 10px;
        padding-right: 10px
    }
    .explore-claude-ai-services-card-inner,
    .explore-claude-ai-services-card-inner.card-reverse {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
    .explore-claude-ai-services-card-image {
        max-width: 180px
    }
    .explore-claude-ai-services-card-title {
        font-size: 15px
    }
    .explore-claude-ai-services-card-desc p {
        font-size: 14px;
        line-height: 22px
    }
    .ai-services-page-body .wordpress-deve-services-part-title h6 {
        font-size: 16px
    }
    .ai-services-page-body .wordpress-deve-services-part-details .vi-single-page-content p {
        font-size: 14.5px;
        line-height: 23px;
        text-align: left
    }
    .postid-12462 .digital-wordpress-website-row .digital-wordpress-website-sec-image {
        margin-top: -25px
    }
    .benefits-grid {
        margin-top: 28px;
        row-gap: 22px
    }
    .benifits-card-col {
        padding-left: 8px;
        padding-right: 8px
    }
    .benefits-card-inner {
        flex-direction: column;
        padding: 24px;
        gap: 20px
    }
    .benefits-card-image {
        width: 100%;
        height: 260px
    }
    .benefits-card-description p {
        font-size: 14.5px;
        line-height: 23px
    }
    .ai-development-services-section .ai-development-services-grid {
        justify-content: center
    }
    .ai-page-layout {
        min-height: 480px;
        align-items: flex-end
    }
    .ai-page-layout .btn.ServicesPopup {
        font-size: 13.5px;
        padding: 10px 20px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-wrapper:before {
        left: 40px;
        transform: none
    }
    .zoho-learn-consulting-services .zoho-services-timeline-item:before {
        left: 40px;
        transform: none
    }
    .zoho-learn-consulting-services .zoho-services-right .icon-content-wrapper,
    .zoho-learn-consulting-services .zoho-services-left .icon-content-wrapper {
        padding-left: 90px;
        padding-right: 0;
        text-align: left;
        align-items: flex-start
    }
    .zoho-learn-consulting-services .zoho-services-timeline-content-wrapper {
        max-width: 100%;
        margin-left: 16px;
        margin-right: 0
    }
    .zoho-learn-consulting-services .zoho-services-timeline-title h6 {
        font-size: 19px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-desc {
        font-size: 14px
    }
    .zoho-learn-heading-row {
        margin-bottom: 20px;
        text-align: center
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-web-title h2 {
        font-size: 26px;
        line-height: 34px;
        text-align: center
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-content p {
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }
    .zoho-learn-consulting-services .info-box-60-40-row.page-zoho-learn-consulting-services {
        margin-top: 35px
    }
    .zoho-learn-consulting-services .boot-your-business-part-row {
        padding: 30px 15px;
        text-align: center
    }
    .zoho-learn-consulting-services .boot-your-business-part-row .boot-your-business-sec-image {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 20px
    }
    .zoho-learn-consulting-services .boot-your-business-part-row .boot-your-business-sec-image img {
        max-width: 280px
    }
    .boot-your-business-sec.zoho-learn-consulting-services .digital-sec-btn.web-services-button {
        text-align: center
    }
    .multi-channel-digital-landscape-content {
        padding: 10px;
        max-width: 560px
    }
    .home-hero-box .subtitle-two {
        font-size: 24px;
        line-height: 32px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 36px;
        line-height: 38px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 24px;
        line-height: 36px
    }
    .multi-channel-digital-sec-content-p {
        font-size: 24px;
        line-height: 36px
    }
    .multi-channel-digital-sec-title-span {
        font-size: 32px;
        line-height: 36px
    }
    .platforms-sec {
        padding: 30px 0 80px
    }
    .platform-desc {
        font-size: 16px
    }
    .your-brand-row>div {
        flex: 0 0 100%;
        max-width: 100%
    }
    h2.trusted-multi-channel-title-back {
        font-size: 40px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 24px;
        line-height: 34px
    }
    .what-make-us-diffrent-p {
        margin-bottom: 24px
    }
    .what-makes-left {
        padding-right: 0
    }
    .what-makes-right {
        padding-left: 0;
        margin-top: 30px
    }
    .ai-process-timeline-wrap {
        background-image: none;
        margin: 35px 0;
        padding: 0;
        column-gap: 30px;
        background-size: 100%;
        justify-content: center
    }
    .ai-process-step {
        width: 50%;
        padding: 0 15px;
        margin-top: 0;
        margin-bottom: 40px
    }
    .ai-process-step {
        width: 33.3333%;
        margin-bottom: 40px;
        padding: 0 15px
    }
    .ai-process-step-box {
        flex-grow: 1
    }
    .ai-process-step:nth-child(n) {
        padding-left: 10px;
        padding-right: 10px;
        margin: 20px 0 0 0
    }
    .ai-services-page-body .technology p br {
        display: none
    }
    .ai-services-page-body .zoho-faq-sec {
        padding: 20px 0
    }
    .ai-development-services-grid {
        padding-top: 75px
    }
    .ai-development-services-grid>div {
        margin-bottom: 55px;
        min-height: 300px
    }
    .ai-development-services-card {
        padding: 30px 22px 24px 24px
    }
    .ai-development-services-icon-wrap {
        width: 70px;
        height: 70px;
        margin: -70px auto 16px
    }
    .ai-development-services-card-title {
        font-size: 16px
    }
    .ai-development-services-card-description {
        line-height: 23px
    }
    .ai-explore-box-row {
        margin-top: 60px;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 100px;
        row-gap: 100px
    }
    .ai-explore-col {
        max-width: 350px
    }
    .ai-explore-bg-wrap {
        max-width: 300px;
        min-height: 330px
    }
    .ai-explore-bg-wrap::before {
        min-width: 280px;
        min-height: 330px;
        transform: rotate(8deg)
    }
    .ai-explore-box {
        padding: 22px
    }
    .ai-explore-box h4 {
        font-size: 16px
    }
    .ai-explore-box p {
        font-size: 14px
    }
    .technology-tools-inner-title h3 {
        font-size: 21px;
        margin-bottom: 30px
    }
    .technology-tools-grid-description p {
        font-size: 16px;
        padding: 0;
        margin-bottom: 30px
    }
    .technology-tools-logo-box {
        padding: 24px;
        border-radius: 8px
    }
    .technology-tools-logo-row-first {
        margin-bottom: 44px
    }
    .technology-tools-logo-box img {
        max-width: 100%;
        height: auto
    }
    .technology-tools-logo-row {
        margin-left: -8px;
        margin-right: -8px
    }
    .technology-tools-logo-row>div {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 18px
    }
    .technology-tools-grid-title-text {
        text-transform: capitalize
    }
    .ai-tool-row,
    .ai-tool-row-reverse {
        flex-direction: column;
        gap: 26px;
        margin-bottom: 40px
    }
    .ai-tool-col-text,
    .ai-tool-col-image {
        flex: 0 0 100%;
        max-width: 100%
    }
    .ai-tool-text-box {
        padding: 26px
    }
    .ai-tool-number {
        font-size: 32px
    }
    .ai-tool-title {
        font-size: 21px
    }
    .ai-tool-description {
        font-size: 15px;
        line-height: 24px
    }
    .ai-services-page-body .digital-wordpress-website-sec .digital-wordpress-website-row {
        padding: 0 15px !important
    }
    .zoho-aws-popup .free-consultancy-meet-details-part .free-consultancy-meet-link {
        margin-bottom: 0
    }
    .zoho-popup-footer-logos img,
    .zoho-popup-footer-logos-service img {
        height: 29px
    }
    .zoho-popup-footer-logos,
    .zoho-popup-footer-logos-service {
        gap: 19px;
        left: 0;
        right: 0;
        padding-top: 36px;
        padding-bottom: 36px;
        justify-content: center;
        flex-wrap: wrap
    }
}

@media(max-width:768px) {
    .explore-claude-ai-services-title h2 {
        font-size: 24px
    }
    .explore-claude-ai-services-desc {
        font-size: 14px
    }
    .explore-claude-ai-services-grid {
        margin-top: 25px;
        row-gap: 20px
    }
    .explore-claude-ai-services-card-inner {
        padding: 20px;
        gap: 18px
    }
    .explore-claude-ai-services-card-image {
        max-width: 160px
    }
    .explore-claude-ai-services-card-title {
        font-size: 15px
    }
    .explore-claude-ai-services-card-desc p {
        font-size: 14px;
        line-height: 22px
    }
    .ai-services-page-body .wordpress-deve-services-part-title h6 {
        font-size: 15.5px
    }
    .ai-services-page-body .wordpress-deve-services-part-details .vi-single-page-content p {
        font-size: 14px;
        line-height: 22px
    }
    .benefits-grid {
        margin-top: 25px;
        row-gap: 20px
    }
    .benifits-card-col {
        padding-left: 6px;
        padding-right: 6px
    }
    .benefits-card-inner {
        padding: 22px;
        gap: 18px
    }
    .benefits-card-image {
        height: 230px
    }
    .benefits-card-description p {
        font-size: 14px;
        line-height: 22px
    }
    .ai-page-layout {
        min-height: 420px;
        align-items: center
    }
    .ai-page-layout .btn.ServicesPopup {
        font-size: 13px;
        padding: 9px 18px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-wrapper {
        padding: 0
    }
    .zoho-learn-consulting-services .zoho-services-timeline-wrapper:before {
        left: 32px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-item:before {
        left: 32px;
        width: 26px;
        height: 26px
    }
    .zoho-learn-consulting-services .zoho-services-right .icon-content-wrapper,
    .zoho-learn-consulting-services .zoho-services-left .icon-content-wrapper {
        padding-left: 80px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-title h6 {
        font-size: 18px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-desc {
        font-size: 14px;
        line-height: 1.6
    }
    .zoho-learn-heading-row {
        margin-bottom: 18px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec {
        padding: 40px 15px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-web-title h2 {
        font-size: 24px;
        line-height: 32px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-content p {
        font-size: 14px;
        line-height: 22px
    }
    .zoho-learn-consulting-services .info-box-60-40-row.page-zoho-learn-consulting-services {
        margin-top: 30px
    }
    .zoho-learn-consulting-services .boot-your-business-part-row {
        padding: 25px 15px
    }
    .zoho-learn-service-row {
        flex-direction: column;
        gap: 25px
    }
    .zoho-learn-row-reverse {
        flex-direction: column
    }
    .zoho-learn-service-text,
    .zoho-learn-service-image {
        width: 100%
    }
    .zoho-learn-service-col.zoho-learn-service-text {
        padding: 25px
    }
    .zoho-learn-service-image img {
        height: auto
    }
    .zoho-learn-title-wrap h3 {
        font-size: 17px
    }
    .home-hero-box .subtitle-two {
        font-size: 22px;
        line-height: 30px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 32px;
        line-height: 34px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 22px;
        line-height: 32px
    }
    .multi-channel-digital-sec-content-p {
        font-size: 22px;
        line-height: 32px
    }
    .platform-sub-title {
        font-size: 24px
    }
    .your-brand-box {
        padding: 30px
    }
    .your-brand-icon img {
        width: 120px;
        height: 120px
    }
    h2.trusted-multi-channel-title-back {
        font-size: 36px
    }
    .home-hero-box .subtitle-two {
        font-size: 26px;
        line-height: 34px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 30px;
        line-height: 34px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 22px;
        line-height: 32px
    }
    .what-make-us-diffrent-p {
        margin-bottom: 22px
    }
    .what-makes-right {
        margin-top: 24px
    }
    .ai-process-timeline-wrap {
        background-image: none
    }
    .ai-process-step-box {
        flex-grow: 1
    }
    .ai-process-step {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 35px;
        width: 50%;
        margin-bottom: 35px;
        padding: 0 12px
    }
    .ai-process-step-number {
        width: 50px;
        height: 50px;
        font-size: 18px;
        margin-bottom: 20px
    }
    .ai-process-step-box {
        padding: 18px
    }
    .ai-process-step-box h4 {
        font-size: 16px
    }
    .our-wordpress-services-sec-content.vi-single-page-content p br {
        display: none
    }
    .ai-services-page-body .digital-wordpress-website-sec {
        padding: 100px 0 65px
    }
    .ai-development-services-grid {
        padding-top: 70px
    }
    .ai-development-services-grid>div {
        margin-bottom: 50px;
        min-height: auto
    }
    .ai-development-services-card {
        padding: 30px 22px 24px
    }
    .ai-development-services-icon-wrap {
        width: 68px;
        height: 68px;
        margin: -68px auto 15px
    }
    .ai-development-services-icon-wrap::before {
        inset: -42px;
        filter: blur(20px)
    }
    .ai-development-services-icon {
        width: 42px;
        height: 42px
    }
    .ai-development-services-card-title {
        font-size: 15.5px;
        margin: 24px 0 12px
    }
    .ai-development-services-card-description {
        font-size: 13.5px;
        line-height: 22px
    }
    .ai-explore-box-row {
        margin-top: 55px;
        flex-direction: column;
        align-items: center;
        row-gap: 55px
    }
    .ai-explore-col {
        width: 100%;
        justify-content: center
    }
    .ai-explore-bg-wrap {
        max-width: 320px;
        min-height: 350px;
        height: auto
    }
    .ai-explore-bg-wrap::before {
        min-width: 320px;
        min-height: 350px;
        transform: rotate(7deg)
    }
    .ai-explore-box {
        padding: 22px
    }
    .ai-explore-box h4 {
        font-size: 16px
    }
    .ai-explore-box p {
        font-size: 14px;
        line-height: 1.55
    }
    .our-wordpress-services-sec .benefits-of-wordpress-row {
        margin: 0
    }
    .info-box-60-40-row {
        gap: 16px;
        margin: 0
    }
    .info-box-60-40-row>div {
        padding: 0
    }
    .info-box-60-40-row>div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 100% !important
    }
    .ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-box {
        padding: 22px !important;
        border-radius: 8px !important;
        box-shadow: 0 0 18px rgba(4, 149, 240, .3)
    }
    .info-box-60-40-row .our-wordpress-services-part-icon img {
        width: 42px;
        height: 42px;
        margin-bottom: 12px
    }
    .ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-title h6 {
        font-size: 16px;
        margin-bottom: 8px
    }
    .info-box-60-40-row .our-wordpress-services-part-content {
        font-size: 14px;
        line-height: 1.6
    }
    .ai-services-page-body .faq-accordion-main-box .accordion-box {
        padding: 16px;
        margin-bottom: 16px;
        border-radius: 8px
    }
    .ai-services-page-body .jhanvi-infotech-image-faq-row .faq-accordion-main-box .accordion-content {
        padding: 16px 0 6px;
        margin-top: 16px
    }
    .ai-services-page-body .jhanvi-infotech-image-faq-row .accordion-box .accordion-title {
        padding: 0
    }
    .tick-list {
        margin: 12px 0 22px
    }
    .tick-list li {
        padding-left: 28px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 21px
    }
    .tick-list li::before {
        width: 16px;
        height: 16px;
        top: 2px
    }
    .jhanvi-infotech-image-faq-row h6 {
        gap: 18px
    }
    .jhanvi-infotech-image-faq-row span.faq-title-icon {
        height: auto
    }
    .jhanvi-infotech-image-faq-row .faq-title-icon img {
        width: 26px;
        height: 26px
    }
    .aws-faq-content .digital-sec-btn.web-services-button a {
        padding: 8px 40px
    }
    .ai-services-page-body .digital-wordpress-website-row .digital-wordpress-website-sec-image {
        margin-top: -30px
    }
    .technology-tools-inner-title h3 {
        font-size: 20px;
        margin-bottom: 26px
    }
    .technology-tools-grid-description p {
        padding: 0 20px;
        margin-bottom: 26px
    }
    .technology-tools-logo-box {
        padding: 20px;
        border-radius: 8px
    }
    .technology-tools-logo-row-first {
        margin-bottom: 36px
    }
    .technology-tools-logo-box img {
        max-width: 100%;
        height: auto
    }
    .technology-tools-logo-row {
        margin-left: -6px;
        margin-right: -6px
    }
    .technology-tools-logo-row>div {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 16px
    }
    .technology-tools-grid-title-text {
        text-transform: capitalize
    }
    .ai-tool-heading-row {
        padding-bottom: 20px
    }
    .ai-tool-row,
    .ai-tool-row-reverse {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px
    }
    .ai-tool-col-text,
    .ai-tool-col-image {
        flex: 0 0 100%;
        max-width: 100%
    }
    .ai-tool-text-box {
        padding: 24px
    }
    .ai-tool-number {
        font-size: 32px
    }
    .ai-tool-title {
        font-size: 20px
    }
    .ai-tool-description {
        font-size: 15px;
        line-height: 24px
    }
    .ai-tool-image {
        height: auto
    }
    .zoho-popup-footer-logos img,
    .zoho-popup-footer-logos-service img {
        height: 22px
    }
    .zoho-popup-footer-logos,
    .zoho-popup-footer-logos-service {
        gap: 12px;
        padding-top: 47px;
        justify-content: center;
        flex-wrap: wrap
    }
    .tick-list li {
        font-size: 15px;
        line-height: 22px;
        padding-left: 30px
    }
    .tick-list li::before {
        width: 16px;
        height: 16px;
        top: 4px
    }
    .ai-services-page-body h2 {
        font-size: calc(20px + (28 - 20) * ((100vw - 320px)/(768 - 320)));
        line-height: 42px
    }
    .ai-services-page-body h5 {
        font-size: 15px
    }
    .ai-services-page-body .zoho-form-part {
        padding: 22px;
        max-width: 400px
    }
    .ai-services-page-body .web-hero-section-layout-with-form .section-left-part {
        margin-top: 20px;
        padding: 10px 0
    }
    .ai-services-page-body .why-choose-wp-website-sec {
        padding: 20px 0
    }
}

@media(max-width:480px) {
    .explore-claude-ai-services-section {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .explore-claude-ai-services-title h2 {
        font-size: 22px;
        margin-bottom: 10px
    }
    .explore-claude-ai-services-desc {
        font-size: 14px
    }
    .explore-claude-ai-services-grid {
        margin-top: 20px;
        row-gap: 20px
    }
    .explore-claude-ai-services-col {
        padding-left: 0;
        padding-right: 0
    }
    .explore-claude-ai-services-card-inner {
        padding: 18px;
        gap: 16px
    }
    .explore-claude-ai-services-card-image {
        max-width: 140px
    }
    .explore-claude-ai-services-card-title {
        font-size: 14px;
        margin-bottom: 10px
    }
    .explore-claude-ai-services-card-desc p {
        font-size: 14px;
        line-height: 22px
    }
    .ai-services-page-body .technology p {
        font-size: 14px
    }
    .ai-services-page-body .wordpress-deve-services-part-title h6 {
        font-size: 14px
    }
    .section-left-part p {
        opacity: .7
    }
    .ai-services-page-body .wordpress-deve-services-part-details .vi-single-page-content p {
        font-size: 14px;
        line-height: 22px;
        text-align: left
    }
    .postid-12462 .digital-wordpress-website-row .digital-wordpress-website-sec-image {
        margin-top: 0
    }
    .benefits-grid {
        margin-top: 22px;
        row-gap: 18px
    }
    .benifits-card-col {
        padding-left: 0;
        padding-right: 0
    }
    .benefits-card {
        height: auto
    }
    .benefits-card-inner {
        padding: 18px;
        gap: 16px
    }
    .benefits-card-image {
        width: 100%;
        height: 200px
    }
    .benefits-card-description p {
        font-size: 14px;
        line-height: 22px
    }
    .ai-page-layout {
        min-height: 360px;
        align-items: center
    }
    .ai-page-layout .btn.ServicesPopup {
        font-size: 12.5px;
        padding: 8px 16px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-wrapper:before {
        bottom: 19%;
        left: 35px;
        top: 0
    }
    .zoho-learn-consulting-services .zoho-services-timeline-item:before {
        left: 26px;
        width: 22px;
        height: 22px
    }
    .zoho-learn-consulting-services .zoho-services-right .icon-content-wrapper,
    .zoho-learn-consulting-services .zoho-services-left .icon-content-wrapper {
        padding-left: 70px;
        gap: 10px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-content-wrapper {
        margin-left: 12px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-title h6 {
        font-size: 17px
    }
    .zoho-learn-consulting-services .zoho-services-timeline-desc {
        font-size: 13px;
        line-height: 1.55
    }
    .zoho-learn-consulting-services .why-choose-service-layout-row>div .why-choose-service-layout-row-box {
        padding: 20px 15px
    }
    .zoho-learn-heading-row {
        margin-bottom: 15px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec {
        padding: 40px 0 20px;
        margin-bottom: 5px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-web-title h2 {
        font-size: 20px;
        line-height: 28px
    }
    .zoho-learn-consulting-services .zoho-consulting-services-sec .vi-single-page-content p {
        font-size: 13px;
        line-height: 20px
    }
    .zoho-learn-consulting-services .info-box-60-40-row.page-zoho-learn-consulting-services {
        padding: 0
    }
    .zoho-learn-consulting-services .boot-your-business-part-row {
        padding: 30px 0 0;
        gap: 30px
    }
    .zoho-learn-consulting-services .boot-your-business-part-row .digital-sec-btn .ServicesPopup {
        width: 100%
    }
    .zoho-learn-service-row {
        gap: 20px;
        margin-bottom: 20px;
        border-radius: 16px
    }
    .zoho-learn-service-col.zoho-learn-service-text {
        padding: 20px;
        border-radius: 16px
    }
    .zoho-learn-service-image img {
        border-radius: 16px
    }
    .zoho-learn-title-wrap h3 {
        font-size: 16px;
        margin-bottom: 12px
    }
    .your-brand-sec {
        padding: 20px 0
    }
    .multi-channel-digital-landscape-content {
        padding: 0
    }
    .home-hero-box .subtitle-two {
        font-size: 20px;
        line-height: 28px
    }
    .what-makes-us-different-sec-title h2 {
        font-size: 28px;
        line-height: 30px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 20px;
        line-height: 28px
    }
    .multi-channel-digital-sec-content-p {
        font-size: 20px;
        line-height: 28px
    }
    .multi-channel-digital-sec-img img {
        max-width: 100%
    }
    .platform-logo-row {
        gap: 25px
    }
    .your-brand-icon img {
        width: 100px;
        height: 100px
    }
    h2.trusted-multi-channel-title-back {
        font-size: 32px;
        line-height: 30px
    }
    .trusted-sub-title.trusted-multi-channel-sub-title {
        font-size: 22px;
        line-height: 30px
    }
    .home-hero-box .subtitle-two {
        font-size: 22px;
        line-height: 30px
    }
    .what-makes-us-different-sec-sub-title {
        font-size: 20px;
        line-height: 28px
    }
    .what-make-us-diffrent-p {
        margin-bottom: 20px
    }
    .what-makes-right {
        margin-top: 20px
    }
    .ai-process-step {
        width: 100%;
        margin-bottom: 30px;
        padding: 0
    }
    .ai-process-step-number {
        margin-bottom: 25px
    }
    .ai-process-step-box {
        flex-grow: 1
    }
    .ai-process-timeline-wrap {
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom: 40px
    }
    .ai-process-step {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
        text-align: center
    }
    .ai-process-step-number {
        width: 48px;
        height: 48px;
        font-size: 17px;
        margin-bottom: 16px
    }
    .ai-process-step-box {
        padding: 20px;
        border-radius: 14px
    }
    .ai-process-step-description {
        font-size: 14px;
        line-height: 1.5
    }
    .ai-services-page-body p {
        padding: 0;
        text-align: left
    }
    .ai-development-services-grid {
        padding-top: 60px;
        margin-left: 0;
        margin-right: 0
    }
    .ai-development-services-grid>div {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 45px
    }
    .ai-development-services-card {
        padding: 28px 20px 22px
    }
    .ai-development-services-icon-wrap {
        width: 64px;
        height: 64px;
        margin: -64px auto 14px
    }
    .ai-development-services-icon-wrap::before {
        inset: -38px;
        filter: blur(18px)
    }
    .ai-development-services-icon {
        width: 40px;
        height: 40px
    }
    .ai-development-services-card-title {
        font-size: 15px;
        margin: 22px 0 10px
    }
    .ai-development-services-card-description {
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }
    .ai-explore-box-row {
        margin-top: 50px;
        row-gap: 40px
    }
    .ai-explore-col {
        max-width: 100%
    }
    .ai-explore-bg-wrap {
        min-height: 330px;
        margin-bottom: 40px
    }
    .ai-explore-bg-wrap::before {
        min-width: 100%;
        min-height: 330px;
        transform: rotate(6deg)
    }
    .ai-explore-col:hover .ai-explore-bg-wrap::before {
        transform: rotate(-1deg)
    }
    .ai-explore-box {
        padding: 20px;
        border-radius: 18px
    }
    .ai-explore-box h4 {
        font-size: 16px;
        margin-bottom: 12px
    }
    .ai-explore-box p {
        font-size: 12.8px;
        line-height: 1.5
    }
    .info-box-60-40-row {
        gap: 14px
    }
    .ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-box {
        padding: 16px !important;
        border-radius: 6px !important;
        box-shadow: 0 0 14px rgba(4, 149, 240, .25)
    }
    .info-box-60-40-row .our-wordpress-services-part-icon img {
        width: 36px;
        height: 36px;
        margin-bottom: 10px
    }
    .ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-title h6 {
        font-size: 15px;
        margin-bottom: 6px
    }
    .info-box-60-40-row .our-wordpress-services-part-content {
        font-size: 14px;
        line-height: 1.55
    }
    .ai-services-page-body .build-wordpress-details-row .why-choose-wp-website-details-part-box {
        padding: 0
    }
    .ai-services-page-body .faq-accordion-main-box .accordion-box {
        padding: 14px;
        margin-bottom: 14px;
        border-radius: 6px
    }
    .ai-services-page-body .jhanvi-infotech-image-faq-row .faq-accordion-main-box .accordion-content {
        padding: 14px 0 6px;
        margin-top: 14px
    }
    .ai-services-page-body .jhanvi-infotech-image-faq-row .accordion-box .accordion-title {
        padding: 0
    }
    .tick-list {
        margin: 10px 0 20px
    }
    .tick-list li {
        padding-left: 26px;
        margin-bottom: 8px;
        line-height: 20px
    }
    .tick-list li::before {
        width: 14px;
        height: 14px;
        top: 2px
    }
    .jhanvi-infotech-image-faq-row h6 {
        gap: 14px;
        flex-wrap: wrap
    }
    .jhanvi-infotech-image-faq-row span.faq-title-icon {
        height: auto
    }
    .jhanvi-infotech-image-faq-row .faq-title-icon img {
        width: 24px;
        height: 24px
    }
    .aws-faq-content .digital-sec-btn.web-services-button a {
        padding: 8px 28px
    }
    .ai-services-page-body .digital-wordpress-website-row .digital-wordpress-website-sec-image {
        margin-top: 0
    }
    .ai-services-page-body .digital-wordpress-website-sec {
        padding: 65px 0
    }
    .ai-services-page-body .digital-wordpress-website-sec .digital-wordpress-website-row {
        padding: 0 15px !important;
        padding-bottom: 0;
        margin-top: 0
    }
    .technology-tools-inner-title h3 {
        font-size: 20px;
        margin-bottom: 23px;
        line-height: 32px
    }
    .technology-tools-grid-description p {
        padding: 0;
        margin-bottom: 22px;
        font-size: 14px !important;
        line-height: 25px
    }
    .technology-tools-logo-box {
        padding: 16px;
        border-radius: 6px
    }
    .technology-tools-logo-row-first {
        margin-bottom: 28px
    }
    .technology-tools-logo-box img {
        max-width: 100%;
        height: auto
    }
    .technology-tools-logo-row {
        margin-left: -5px;
        margin-right: -5px
    }
    .technology-tools-logo-row>div {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 14px
    }
    .technology-tools-grid-title-text {
        text-transform: capitalize
    }
    .ai-tool-heading-row {
        padding-bottom: 20px
    }
    .ai-tool-row {
        gap: 20px;
        margin-bottom: 32px
    }
    .ai-tool-text-box {
        padding: 15px
    }
    .ai-tool-text-box::before {
        border-radius: 16px
    }
    .ai-tool-image-box,
    .ai-tool-image {
        border-radius: 16px
    }
    .ai-tool-number {
        font-size: 28px;
        margin-bottom: 8px
    }
    .ai-tool-title {
        font-size: 18px;
        margin-bottom: 8px
    }
    .ai-tool-description {
        font-size: 14px;
        line-height: 22px
    }
    .ai-services-page-body .info-box-60-40-row .our-wordpress-services-part-title h6 {
        font-size: 14px
    }
    .info-box-60-40-row .our-wordpress-services-part-content {
        font-size: 12px
    }
    .zoho-popup-sub-images-part img {
        height: 48px;
        width: 125px;
        display: block;
        max-width: 100%
    }
    .zoho-popup-footer-logos img,
    .zoho-popup-footer-logos-service img {
        height: auto;
        width: auto;
        max-height: 50px;
        display: block
    }
    .zoho-popup-footer-logos,
    .zoho-popup-footer-logos-service {
        gap: 10px;
        padding-top: 40px;
        justify-content: center;
        flex-wrap: wrap
    }
    .ai-services-page-body h2 {
        text-align: left
    }
    .ai-services-page-body h5 {
        font-size: 16px;
        text-align: center
    }
    .ai-services-page-body .zoho-form-part {
        padding: 18px;
        max-width: 100%
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.contact-form-row .row .col-lg-12.upload-your-attachment {
    position: relative;
    display: flex;
    justify-content: center
}

.vi-popup-body-content.contact-form-row .row .col-lg-12.upload-your-attachment .upload-icon {
    position: relative
}

.vi-popup-body-content .upload-your-attachment .upload-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 11px;
    cursor: pointer;
    background: url(./assets/image/upload-icon.svg)no-repeat 50%;
    width: 20px;
    height: 18px;
    z-index: 1
}

.contact-form-row .row .col-lg-12.upload-your-attachment .wpcf7-form-control-wrap {
    display: inline-block;
    position: static
}

.vi-popup-body-content .upload-your-attachment .wpcf7-form-control-wrap input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.vi-popup-body-content .col-lg-12.submit-btn {
    margin-bottom: 0
}

.vi-popup-body-content.contact-form-row .row .col-lg-6 {
    margin-bottom: 20px
}

.vi-popup-body-content .upload-your-attachment .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    padding-left: 50px
}

.education-upload-filename,
.experience-upload-filename,
.file-upload-filename,
.upload-your-data {
    padding-left: 40px
}

.error-image {
    background: url(./assets/image/404-image.svg)no-repeat 50%;
    height: 621px;
    width: 100%;
    margin-bottom: 50px;
    background-size: contain
}

.error-deception {
    margin: 0 auto;
    max-width: 560px
}

.thank-you-image {
    background: url(./assets/image/thank-you-image.svg)no-repeat 50%;
    width: 100%;
    height: 535px;
    background-size: contain
}

.thank-you-deception {
    margin: 0 auto 30px;
    max-width: 590px
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover {
    background-color: var(--primary-color)
}

body .iti {
    display: block
}

body .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
body .iti--separate-dial-code .iti__selected-flag {
    background-color: initial
}

.tab-menu-list .vertical-tabs-left {
    position: relative
}

body .vertical-tabs-left .category-display-name {
    display: block;
    list-style: none;
    padding: 0;
    width: 30%
}

.technology-new-menu .tab-menu-list .vertical-tabs-left .category-display-name .technology-category-name .tab-content,
body .vertical-tabs-left .category-display-name .category-name .tab-content {
    overflow-y: auto
}

.technology-new-menu .vertical-tabs-left .category-display-name .technology-category-name .tab-content::-webkit-scrollbar,
body .vertical-tabs-left .category-display-name .category-name .tab-content::-webkit-scrollbar {
    width: 6px
}

.technology-new-menu .vertical-tabs-left .category-display-name .technology-category-name .tab-content::-webkit-scrollbar-thumb,
body .vertical-tabs-left .category-display-name .category-name .tab-content::-webkit-scrollbar-thumb {
    background: #06f;
    border-radius: 5px
}

.technology-new-menu .vertical-tabs-left .category-display-name .technology-category-name .tab-content::-webkit-scrollbar-track,
body .vertical-tabs-left .category-display-name .category-name .tab-content::-webkit-scrollbar-track {
    background: #e9f4ff;
    border-radius: 5px
}

.tab-menu-list .vertical-tabs-left .tab-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    padding-left: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease 0s
}

.tab-menu-list .category-display-name .category-name.hover-active .tab-content {
    opacity: 1;
    visibility: visible
}

body .site-header.fixed .vertical-tabs-left .category-display-name .technology-category-name,
body .vertical-tabs-left .category-display-name .technology-category-name,
body .site-header.fixed .vertical-tabs-left .category-display-name .category-name,
body .vertical-tabs-left .category-display-name .category-name {
    width: 100%;
    padding: 0;
    margin: 0 0 10px
}

body .vertical-tabs-left .category-display-name .category-name a {
    padding: 20px;
    font-weight: 600;
    background-color: #f4faff;
    border-radius: 5px;
    display: block;
    position: relative;
    cursor: pointer
}

body .vertical-tabs-left .category-display-name .category-name .category::after {
    position: absolute;
    content: "";
    background: url(./assets/image/right-arrow-category-black.svg)no-repeat 50%;
    height: 16px;
    width: 16px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

body .vertical-tabs-left .category-display-name .category-name.hover-active .category::after,
body .vertical-tabs-left .category-display-name .category-name.hover-active:hover .category::after {
    background: url(./assets/image/right-arrow-category-blue.svg)no-repeat 50%
}

body .vertical-tabs-left .category-display-name .category-name.hover-active:hover .category,
body .vertical-tabs-left .category-display-name .category-name.hover-active .category {
    color: var(--primary-color)
}

body .vertical-tabs-left ul.post-type-name {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

body .vertical-tabs-left ul.post-type-name li {
    width: 50%;
    margin: 0;
    padding-right: 15px
}

body .site-header.fixed .vertical-tabs-left ul.post-type-name li {
    padding: 0 16px 42px
}

body ._hj_feedback_container ._hj-lOIQj__ExpandedWidget__outerContainer ._hj-eEC5y__ExpandedWidget__closeButton {
    right: 0;
    padding: 0
}

._hj_feedback_container ._hj-zyNAL__EmotionOption__EmotionOption {
    padding: 0
}

body ._hj_feedback_container ._hj-lOIQj__ExpandedWidget__outerContainer._hj-rPPi2__ExpandedWidget__button._hj-FZpS-__ExpandedWidget__right {
    right: 0
}

.fancybox-container .fancybox-inner button.fancybox-button {
    background-color: initial;
    padding: 10px;
    border: 0
}

@keyframes fadeInZoomIn {
    from {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.fadeInZoomIn {
    animation: fadeInZoomIn 1.5s forwards
}

.h1-title span.slideInFromLeft {
    display: inline-block
}

.slideInFromLeft {
    transform: translateX(-100%);
    opacity: 0;
    animation: slideInFromLeft 1s linear .7s forwards
}

body .cky-consent-container .cky-consent-bar {
    padding: 30px 30px 20px
}

body .cky-notice .cky-title {
    margin-bottom: 0
}

body .cky-consent-container .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn-reject:hover,
body .cky-modal-open .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn-preferences:hover,
body .cky-modal-open .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn-reject:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
    opacity: 1
}

body .cky-consent-container .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn-accept:hover,
body .cky-modal-open .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn-accept:hover {
    background-color: initial !important;
    color: var(--primary-color) !important;
    opacity: 1
}

.terms-service-section ul li b,
.privacy-section ul li b,
.terms-service-section h1,
.privacy-section h1 {
    color: var(--title-text-color)
}

.terms-service-section ul li b,
.privacy-section ul li b {
    font-weight: 600
}

.terms-service-section h2,
.privacy-section h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px
}

.terms-service-section p,
.privacy-section p {
    text-align: justify
}

.terms-service-section h5,
.privacy-section h5 {
    margin: 8px 0 25px
}

.terms-service-section ul li,
.privacy-section ul li {
    list-style-type: square;
    margin-bottom: 15px
}

.terms-service-section ul li::marker,
.privacy-section ul li::marker {
    color: var(--primary-color)
}

.benefits_of_services-details-row .col-md-6 {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px
}

.benefits_of_services-highlights-part {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 200px 30px 30px;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    position: relative
}

.benefits_of_services-highlights-part:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient( 180deg, rgba(20, 20, 20, 0) -12.11%, #141414 100%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 0
}

.benefits_of_services-details-part {
    position: relative;
    z-index: 99
}

.benefits_of_services-name h6,
.benefits_of_services-content p {
    color: #fff
}

.benefits_of_services-content p {
    margin-bottom: 0
}

.benefits_of_services-name h6 {
    margin-bottom: 10px
}

.benefits_of_services-last-content {
    margin-top: 10px
}

.chatbot-section {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 9999
}

.chatbot-icon-section {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -30px;
    cursor: pointer
}

.chatbot-icon {
    background: #06f;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

#chatbotBox {
    position: fixed;
    bottom: 110px;
    right: 20px;
    width: 400px;
    background: #f6faff;
    border-radius: 30px;
    overflow: hidden;
    transform: translateY(100%);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease
}

#chatbotBox.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

#chatbotBox.close {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden
}

.chatbot-header {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.chatbot-header button#closeChatbot {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    padding: 0
}

.chatbot-content {
    z-index: 1;
    position: relative;
    padding: 20px;
    height: 420px;
    max-height: 420px;
    overflow-y: auto;
    margin-bottom: 20px;
    scroll-behavior: smooth
}

.chat-message-content.user {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.chat-message-content.bot {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.chat-message {
    margin-bottom: 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500
}

.chat-message.user {
    color: #000;
    text-align: left;
    margin-left: 100px;
    border-color: blue;
    border-radius: 19.4px 0 9.7px 19.4px;
    padding: 10px 10px 10px 25px
}

.chat-message.bot {
    color: #fff;
    text-align: left;
    margin-right: 100px;
    border-radius: 0 19.4px 19.4px 9.7px;
    padding: 10px 25px 10px 10px
}

.chat-message-content .chat-profile-img {
    width: 35px;
    height: 35px;
    margin-bottom: 5px
}

.chatbot-input {
    position: relative;
    z-index: 1;
    padding: 0 20px 20px
}

.chatbot-input input {
    border: 1px solid #0000001a;
    width: 100%;
    border-radius: 25px;
    padding: 12px 60px 12px 17px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400
}

.chatbot-input button {
    background: #06f;
    border: none;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer
}

.chatbot-input button img {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

button#closeChatbot {
    padding: 0;
    background-color: initial;
    border: 0
}

.chatbot-img {
    width: 45px;
    height: 45px;
    margin-right: 10px
}

.chatbot-title-img {
    display: flex;
    align-items: center
}

button#sendChat {
    padding: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 30px;
    height: 30px
}

.chatbot-input-send-btn {
    position: relative
}

.chatbot-message-content {
    background-repeat: no-repeat;
    background-position: 50%
}

.chatbot-message-content:after {
    content: "";
    background: radial-gradient( 46.93% 57.55% at 50% 57.55%, rgba(0, 148, 255, .15) 0%, rgba(74, 164, 244, .045) 64.5%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.chatbot-message-input-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(./assets/image/chatbot-after.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 220px;
    height: 220px
}

.chatbot-message-input-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(./assets/image/chatbot-before.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 220px;
    height: 220px
}

.chatbot-content::-webkit-scrollbar {
    width: 6px
}

.chatbot-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #06f
}

.chatbot-content::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #d9d9d9
}

.chatbot-input input:focus-visible {
    outline: 0
}

div#chatbotIcon img {
    animation: boxSwap 10s infinite
}

@keyframes boxSwap {
    0% {
        transform: rotateY(0)
    }
    45% {
        transform: rotateY(0)
    }
    50% {
        transform: rotateY(180deg)
    }
    95% {
        transform: rotateY(180deg)
    }
    100% {
        transform: rotateY(360deg)
    }
}

.chat-message-content .dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.chat-message-content .dots span {
    width: 6px;
    height: 6px;
    background-color: #aaa;
    border-radius: 50%;
    animation: dots-blink 1.5s infinite ease-in-out
}

.chat-message-content .dots span:nth-child(1) {
    animation-delay: 0s
}

.chat-message-content .dots span:nth-child(2) {
    animation-delay: .3s
}

.chat-message-content .dots span:nth-child(3) {
    animation-delay: .6s
}

@keyframes dots-blink {
    0%,
    20% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

.technology-new-menu .category-name-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 4px 12px #0000000d;
    position: relative;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid transparent
}

.technology-new-menu .technology-category-name.click-active .category-name-box {
    border: 1px solid #d7dfe2
}

.technology-new-menu .vertical-tabs-left .category-display-name .technology-category-name a {
    background-color: initial;
    padding: 0
}

.technology-new-menu .vertical-tabs-left .category-display-name .category-name .category::after {
    display: none
}

.technology-new-menu .vertical-tabs-left .category-display-name .technology-category-name .category-name-box::after {
    position: absolute;
    content: "";
    background: url(./assets/image/technology-arrow-right.svg)no-repeat 50%;
    height: 12px;
    width: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.technology-new-menu .vertical-tabs-left .category-display-name .technology-category-name.click-active .category-name-box::after {
    background: url(./assets/image/technology-arrow-down.svg)no-repeat 50%
}

.technology-new-menu .vertical-tabs-left .category-display-name .technology-category-name.click-active .category-name-box .category {
    font-weight: 600
}

.technology-new-menu .category-name-box .category-image-box {
    background-color: #e9f4ff;
    margin-right: 20px;
    border-radius: 6px;
    padding: 10px;
    display: flex
}

.technology-new-menu .tab-menu-list .category-display-name .technology-category-name.click-active .tab-content {
    opacity: 1;
    visibility: visible
}

.technology-new-menu .more-category-btn {
    text-align: right;
    margin-top: 20px;
    margin-right: 10px;
    position: relative
}

.technology-new-menu .more-category-btn::after {
    content: "";
    position: absolute;
    background: url(./assets/image/technology-arrow-up.svg)no-repeat 50%;
    height: 12px;
    width: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.technology-new-menu .view-more {
    margin-right: 25px;
    cursor: pointer;
    font-weight: 400
}

.technology-new-menu .hidden-category {
    display: none
}

.technology-new-menu .category-display-name {
    overflow-y: hidden;
    transition: max-height .5s ease-in-out
}

.technology-new-menu .tab-menu-list .vertical-tabs-left .tab-content {
    padding-left: 20px
}

body .technology-new-menu .category-display-name {
    padding-right: 30px
}

.technology-new-menu .category-display-name.scroll-enabled {
    max-height: 330px;
    overflow-y: auto
}

.technology-new-menu .category-display-name.scroll-enabled::-webkit-scrollbar {
    width: 6px
}

.technology-new-menu .category-display-name.scroll-enabled::-webkit-scrollbar-thumb {
    background: #06f;
    border-radius: 5px
}

.technology-new-menu .category-display-name.scroll-enabled::-webkit-scrollbar-track {
    background: #e9f4ff;
    border-radius: 5px
}

.zoho-case-study-part .case-studies-main-box {
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
    padding: 23px
}

.blog-posts-img a,
.case-studies-main-box a {
    display: inline-block
}

.studies-content-box .studies-content-title {
    font-family: var(--primary-family);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px
}

.studies-content-box .studies-content-title a {
    color: var(--title-text-color)
}

.zoho-case-study-part .case-studies-main-box img {
    margin-bottom: 20px;
    border-radius: 15px;
    width: 100%
}

.top-bar-sec p {
    margin: 0;
    color: var(--white-color);
    padding: 10px
}

.testimonials-sec .testimonial-main-box {
    padding-left: 90px;
    margin-bottom: 0 !important
}

.testimonial-content p {
    font-size: 18px;
    line-height: 27px;
    color: var(--text-color)
}

.testimonial-slide-box h4 {
    margin: 0
}

.testimonial-slide-box .designation-location {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: var(--title-text-color);
    margin: 5px 0 25px
}

.testimonial-slide-box .star-box {
    display: flex
}

.testimonial-slide-box .star-box img {
    margin-right: 15px
}

.testimonial-slide-box.slick-slide {
    min-height: 450px
}

.testimonial-slider-dots ul.slick-dots {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    position: initial;
    justify-content: center;
    gap: 15px
}

.testimonial-slider-dots {
    padding-right: 4px
}

.testimonial-slider-dots .slick-dots li button {
    display: none
}

.testimonial-slider-dots .slick-dots li {
    width: 6px;
    height: 16px;
    background: #d9d9d9;
    border-radius: 4px
}

.testimonial-slider-dots .slick-dots li.slick-active {
    background: var(--primary-color)
}

.testimonial-dot-arrow {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column
}

.testimonial-dot-arrow .cus-prev-arrow.slick-arrow {
    line-height: 0;
    padding-bottom: 10px;
    cursor: pointer
}

.testimonial-dot-arrow .cus-next-arrow {
    padding-top: 10px
}

.testimonials-video-box a.play-btn {
    display: inline-block;
    position: absolute;
    left: calc(50% - 52px);
    top: calc(50% - 52px)
}

.testimonials-video-box {
    position: relative
}

.testimonials-sec .slick-slide img.video-back-img {
    margin: 0 auto
}

.digital-sec-title .digital-sec-title-text {
    font-family: var(--primary-family);
    font-size: calc(28px + (32 - 28) * ((100vw - 320px)/(1920 - 320)));
    line-height: 1.5;
    color: var(--title-text-color);
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

@media only screen and (min-width:1025px) {
    .main-nav-col ul.nav-menu li:hover .sub-menu-main-box {
        visibility: visible;
        opacity: 1
    }
    .site-header.fixed .main-nav-col ul.nav-menu {
        padding-top: 0
    }
}

@media only screen and (max-width:1480px) {
    .main-nav-col ul.nav-menu li a.menu-item,
    .main-nav-col ul.nav-menu li button {
        font-size: 14px
    }
}

@media only screen and (max-width:1300px) {
    .btn.get-touch-header {
        padding-left: 23px;
        padding-right: 23px
    }
    .main-nav-col ul.nav-menu li {
        padding: 0 10px 42px;
        margin: 0
    }
    body .vertical-tabs-left .category-display-name .category-name a {
        padding: 20px 10px
    }
    .site-header.fixed .main-nav-col ul.nav-menu li {
        padding: 33px 10px
    }
}

@media only screen and (max-width:1200px) {
    .faq-title-box .h2-title.title-back {
        padding-left: 60px
    }
    .main-nav-col ul.nav-menu li .sub-menu-main-box.responsive-submenu-open {
        visibility: visible;
        opacity: 1;
        display: block
    }
    ul.sub-menu-list {
        row-gap: 0
    }
    .header-get-in-touch {
        display: none
    }
    .header-row {
        justify-content: space-between
    }
    #menu_toggle {
        display: flex;
        flex-direction: column;
        border: 0;
        background-color: initial;
        box-shadow: none;
        row-gap: 5px;
        padding: 10px;
        margin-left: auto;
        align-items: end
    }
    #menu_toggle span {
        display: block;
        width: 26px;
        height: 3px;
        background-color: var(--black-color);
        border-radius: 50px
    }
    .main-nav-col ul.nav-menu {
        max-height: 70vh;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 20px 20px 30px;
        z-index: 9999;
        transition: 1s cubic-bezier(.165, .84, .44, 1);
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateY(-200%);
        background: #fff;
        padding-right: 20px;
        box-shadow: 0 2px 10px rgba(16, 24, 40, 5%)
    }
    body.home .main-nav-col ul.nav-menu {
        position: fixed
    }
    .toggled.main-navigation .nav-menu {
        transform: translateY(0);
        top: 70px
    }
    body.home .toggled.main-navigation .nav-menu {
        top: 100px
    }
    body.home .site-header.fixed .main-nav-col ul.nav-menu {
        padding-top: 0;
        top: 0
    }
    body.home .site-header.fixed .main-nav-col .toggled.main-navigation ul.nav-menu {
        top: 70px
    }
    .site-header.fixed .main-nav-col ul.nav-menu {
        top: 66px
    }
    .main-nav-col ul.nav-menu li .sub-menu-main-box {
        position: relative;
        top: auto;
        left: auto;
        padding: 34px 0;
        display: none;
        margin-top: 10px
    }
    body.home .main-nav-col ul.nav-menu li .sub-menu-main-box,
    .site-header.fixed .main-nav-col ul.nav-menu li .sub-menu-main-box {
        top: auto
    }
    .toggled.main-navigation .nav-menu .mobile-view-year-image,
    .toggled.main-navigation .nav-menu .get-in-touch-mobile-view {
        display: block
    }
    .toggled.main-navigation .nav-menu .mobile-view-year-image {
        padding-top: 50px
    }
    .site-header.fixed .main-nav-col ul.nav-menu li,
    .main-nav-col ul.nav-menu li {
        padding: 20px
    }
    body.home .site-header.fixed .main-nav-col ul.nav-menu li.career-menu,
    body.home .site-header.fixed .main-nav-col ul.nav-menu li.menu-item-has-children {
        padding: 20px 16px
    }
    body.home .header-container.site-header.fixed {
        height: 90px
    }
    body .vertical-tabs-left .category-display-name {
        width: 38%
    }
    .tab-menu-list .vertical-tabs-left .tab-content {
        width: 62%
    }
    .site-header.fixed .main-nav-col ul.nav-menu li ul.sub-menu-list li,
    .main-nav-col ul.nav-menu li ul.sub-menu-list li {
        padding-bottom: 30px
    }
    a.menu-item.sub-menu-item:before {
        bottom: -13px
    }
    .main-nav-col ul.nav-menu li a.menu-item,
    .main-nav-col ul.nav-menu li button {
        font-size: 16px
    }
    .site-footer .col-lg-9 .all-office-info-row .col-lg-6,
    .site-footer .col-lg-9 .all-office-info-row .col-lg-4 {
        padding: 32px 30px 3px
    }
}

@media only screen and (max-width:1100px) {
    .faq-title-box .faq-section-image {
        width: 80px
    }
    .faq-title-box .h2-title.title-back {
        width: calc(100% - 80px)
    }
}

@media only screen and (max-width:1024px) {
    .site-footer .footer-logos-box {
        padding: 24px 16px 20px 28px;
        column-gap: 55px;
        row-gap: 32px
    }
    .site-footer .footer-logos-part img {
        max-width: 95px;
        min-height: 28px
    }
    body .vertical-tabs-left .category-display-name .category-name a {
        padding: 20px
    }
    body:after {
        left: 0;
        width: 100%
    }
    .footer-bar-sec .all-pages-menu-row {
        gap: 0;
        justify-content: space-between
    }
    .all-pages-menu-row .menu-custom-col {
        max-width: 50%;
        padding-bottom: 50px
    }
    .site-footer .col-lg-9 .all-office-info-row .col-lg-6,
    .site-footer .col-lg-9 .all-office-info-row .col-lg-4 {
        padding: 20px
    }
    .site-footer .col-lg-3 .footer-head-details-part:nth-child(1) {
        padding-bottom: 14px
    }
    .faq-title-box .faq-section-image {
        height: 100px;
        width: 60px
    }
    .faq-title-box .h2-title.title-back {
        width: calc(100% - 60px)
    }
    .vi-single-page-h2-title h2 br {
        display: none
    }
    .benefits-list li {
        padding-left: 28px
    }
    .get-in-touch-info-part {
        padding: 40px 25px 30px;
        margin: 35px -60px 35px 0
    }
    .get-in-touch-form-part {
        padding: 60px 0 0 100px
    }
    .contact-form-row .row .col-lg-4,
    .contact-form-row .row .col-lg-6,
    .contact-form-row .row .col-lg-12 {
        padding-right: 20px
    }
    .company-service-sec .service-box {
        padding: 35px 30px
    }
    .header-row .logo-col {
        text-align: left
    }
    .zoho-aws-popup .work-info-part {
        margin-left: 0;
        margin-top: 0
    }
}

@media only screen and (max-width:991px) {
    .submenu-list.submenu-col-3 .sub-menu-list {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px
    }
    .zoho-services-menu .submenu-col-3 li:nth-last-child(-n+3) a:before {
        display: block
    }
    body .consulting-services-menu .submenu-col-3 li:nth-last-child(-n+3) a::before {
        background: linear-gradient(273deg, rgba(16, 107, 247, 0) 2.9%, #06f 100%)
    }
    .submenu-right-image {
        text-align: center
    }
    section {
        padding: 50px 0
    }
    .inner-banner .col-lg-4 {
        padding-top: 40px;
        text-align: center
    }
    .row.benefits-happens-row {
        padding: 30px 0 0
    }
    ul.benefits-list {
        row-gap: 22px
    }
    .happens-box {
        margin-top: 30px
    }
    .border-box-col {
        display: none
    }
    .footer-content {
        max-width: 100%;
        padding: 15px 0
    }
    .contact-form-row .row .col-lg-4,
    .contact-form-row .row .col-lg-6,
    .contact-form-row .row .col-lg-12 {
        padding-right: 0
    }
    .company-service-sec {
        padding-bottom: 50px
    }
    .company-service-sec .service-list-row {
        background-image: none
    }
    .company-service-sec .service-box {
        padding: 20px 10px
    }
    .accordion-box .accordion-content {
        padding: 0 35px;
        padding-top: 15px
    }
    .contact-form-row .row .col-lg-6:nth-child(odd) {
        padding-right: 0
    }
    .contact-form-row .row .col-lg-6:nth-child(even) {
        padding-left: 0
    }
    .contact-form-row .row .col-lg-12.upload-your-attachment {
        width: 100%;
        text-align: left;
        padding: 15px 10px
    }
    .tab-menu-list .vertical-tabs-left .tab-content,
    body .vertical-tabs-left .category-display-name {
        width: 50%
    }
    body .vertical-tabs-left ul.post-type-name {
        display: block
    }
    body .vertical-tabs-left ul.post-type-name li {
        width: 100%;
        padding: 10px 10px 10px 0
    }
    .contact-form-row .get-in-touch-form {
        padding-top: 40px
    }
    .main-nav-col ul.nav-menu li a.menu-item:hover:after {
        bottom: 7px
    }
    .get-in-touch-info-part {
        width: 50%;
        margin: 0 auto -30px;
        padding: 20px 25px
    }
    .get-started-sec .get-in-touch-info-part {
        margin: 0 auto -30px
    }
    .get-in-touch-form-part {
        padding: 0 10px 10px;
        width: 100%
    }
    .get-started-sec .get-in-touch-form-part {
        padding: 50px 15px 0
    }
    .artical-link {
        padding-top: 15px
    }
    .zoho-aws-popup .popup-content {
        width: 100%
    }
    .zoho-aws-popup .leader-info-part {
        margin-top: 20px
    }
    section.testimonials-sec {
        position: relative
    }
    section.testimonials-sec .h2-title.title-back {
        margin-bottom: 20px
    }
    .testimonials-sec .testimonial-main-box {
        padding-top: 12px;
        padding-left: 0
    }
    .testimonial-dot-arrow {
        display: flex;
        width: 100%;
        height: 0;
        justify-content: center;
        align-items: center;
        transform: rotate(270deg);
        flex-direction: column;
        margin: 40px 0
    }
    .testimonials-sec .col-lg-5 {
        order: 1
    }
    .testimonials-sec .col-lg-6 {
        order: 2
    }
    .testimonials-sec .col-lg-1 {
        order: 3
    }
}

@media only screen and (max-width:930px) {
    body .zoho-aws-popup .new-zoho-popup-design {
        display: block
    }
    body .zoho-aws-popup .new-zoho-popup-design .col-md-6 {
        width: 100%
    }
    .zoho-aws-popup .work-ingo-main-part {
        margin-bottom: 30px
    }
    .zoho-aws-popup .free-consultancy-meet-details-part {
        padding-left: 0
    }
    .zoho-aws-popup .work-info-part,
    .zoho-aws-popup .leave-info-part {
        margin: 0 auto
    }
    .zoho-aws-popup .leave-info-part:before {
        left: calc(35% - 28px)
    }
    .zoho-aws-popup .leader-info-part {
        justify-content: center
    }
    .thank-you-image {
        height: 355px
    }
}

@media only screen and (max-width:850px) {
    .zoho-aws-popup .leave-info-part:before {
        left: calc(33% - 28px)
    }
}

@media screen and (max-device-width:850px) and (orientation:landscape) {
    #chatbotBox {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 9999
    }
    .chatbot-content {
        height: calc(100% - 125px);
        max-height: calc(100% - 125px)
    }
    .chatbot-content {
        height: 100px;
        max-height: 100px
    }
}

@media only screen and (max-width:767px) {
    p {
        margin-bottom: 15px
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 15px
    }
    section {
        padding: 40px 0
    }
    .btn,
    button:not(.nav-menu button),
    input[type=button],
    input[type=submit] {
        padding: 7px 30px
    }
    .title-back:before {
        width: 40px;
        height: 38px;
        top: -14px;
        margin-left: -24px
    }
    .h2-title.title-back {
        padding-bottom: 20px
    }
    .row.header-row .col-sm-6 {
        width: 50%
    }
    body.home .header-container {
        padding-top: 10px
    }
    .main-nav-col ul.nav-menu li .sub-menu-main-box {
        padding: 20px 0
    }
    .main-nav-col ul.nav-menu .tab-content li a.menu-item {
        font-size: 14px
    }
    .submenu-row {
        display: block
    }
    .submenu-list.submenu-col-2,
    .submenu-list.submenu-col-1 {
        width: 100%
    }
    .inner-banner {
        padding: 35px 0
    }
    .inner-banner .hero-content {
        max-width: 100%;
        margin-bottom: 30px
    }
    .row.benefits-happens-row {
        padding: 0
    }
    ul.benefits-list {
        display: block
    }
    .benefits-list li {
        margin-bottom: 20px;
        width: 100%
    }
    .site-footer .pages-menu-part {
        margin-bottom: 20px
    }
    .all-pages-menu-row .menu-custom-col {
        max-width: 100%
    }
    .site-footer .col-lg-9 .all-office-info-row .col-lg-6:nth-child(2),
    .site-footer .col-lg-9 .all-office-info-row .col-lg-4:nth-child(2) {
        border: 0
    }
    .site-footer .col-lg-9 .all-office-info-row .col-lg-6:nth-child(1),
    .site-footer .col-lg-9 .all-office-info-row .col-lg-4:nth-child(1) {
        border-right: 0
    }
    .site-footer .col-lg-9 .all-office-info-row .col-lg-6,
    .site-footer .col-lg-9 .all-office-info-row .col-lg-4 {
        padding: 20px 20px 10px;
        min-height: auto
    }
    #footer.site-footer .col-lg-9 .all-office-info-row .col-lg-6 .footer-head-info,
    #footer.site-footer .col-lg-9 .all-office-info-row .col-lg-4 .footer-head-info {
        padding-top: 20px
    }
    .footer-contact-part a {
        font-size: 16px
    }
    .company-service-sec .service-content-box .service-content,
    .company-service-sec .service-content-box h6 {
        max-width: 100%
    }
    .accordion-box .accordion-title {
        gap: 20px;
        padding-bottom: 16px
    }
    .faq-accordion-main-box .accordion-box {
        padding-bottom: 20px
    }
    .accordion-box .accordion-title .faq-title {
        font-size: 16px
    }
    .faq-image-box {
        text-align: center
    }
    .accordion-box .accordion-content {
        padding-left: 0;
        padding-right: 0
    }
    .faq-accordion-main-box {
        padding-right: 0
    }
    .contact-form-row .row .col-lg-12.upload-your-attachment {
        display: block
    }
    .error-deception {
        max-width: 100%
    }
    body .site-header.fixed .vertical-tabs-left .category-display-name .technology-category-name,
    body .vertical-tabs-left .category-display-name .technology-category-name,
    .tab-menu-list .vertical-tabs-left .tab-content,
    body .site-header.fixed .vertical-tabs-left .category-display-name .category-name,
    body .vertical-tabs-left .category-display-name {
        width: 100%
    }
    .tab-menu-list .vertical-tabs-left .tab-content {
        position: initial;
        width: 100%;
        padding-left: 20px
    }
    body .vertical-tabs-left .category-display-name .technology-category-name a,
    body .vertical-tabs-left .category-display-name .category-name a {
        padding: 10px 15px 10px 10px
    }
    .tab-menu-list .vertical-tabs-left .tab-content {
        max-height: 0;
        padding-left: 0
    }
    .technology-new-menu .tab-menu-list .category-display-name .technology-category-name.click-active .tab-content,
    .tab-menu-list .category-display-name .category-name.hover-active .tab-content {
        max-height: 200px
    }
    .technology-new-menu .tab-menu-list .vertical-tabs-left .tab-content .post-type-name {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .get-in-touch-info-part {
        width: 60%
    }
    .site-footer .col-lg-3 .footer-head-details-part:nth-child(1) {
        padding-bottom: 10px
    }
    .blog-list-slider .blog-list-box {
        padding-right: 0
    }
    .blog-posts .blog-post-details-part,
    .blog-list-slider .blog-list-box {
        margin-right: 0
    }
    .zoho-aws-popup .leave-info-part:before {
        left: calc(28% - 28px)
    }
    .testimonials-sec .testimonials-our-word-slider-row {
        margin-top: 20px
    }
    .testimonials-sec {
        padding-bottom: 50px
    }
    .testimonials-sec .testimonials-our-word-slider-row .slick-dots {
        bottom: -45px
    }
    .thank-you-image {
        height: 290px
    }
    .load-more-button-part {
        margin: 20px 0 50px
    }
    .our-word-slider-row .our-wordpress-services-part-box {
        justify-content: center
    }
}

@media only screen and (max-width:600px) {
    .title-back:before {
        width: 40px;
        height: 38px;
        top: -14px;
        left: auto
    }
    body .vertical-tabs-left .category-display-name .category-name .category::after {
        right: 0
    }
    body .cky-consent-container .cky-consent-bar {
        padding: 30px 0 20px
    }
    .benefits_of_services-highlights-part {
        padding: 100px 30px 30px
    }
    .zoho-aws-popup .leave-info-part:before {
        display: none
    }
    .zoho-case-study-part .case-studies-main-box {
        margin-right: 0
    }
}

@media only screen and (max-width:555px) {
    .chatbot-icon {
        width: 50px;
        height: 50px;
        padding: 8px
    }
    #chatbotBox {
        bottom: 70px;
        right: 0;
        width: 100%
    }
    .chatbot-icon-section {
        top: 0
    }
    .chatbot-content {
        height: 350px;
        max-height: 350px
    }
}

@media only screen and (max-width:480px) {
    .site-footer .footer-logos-box {
        padding: 18px 12px 15px 16px;
        column-gap: 30px;
        row-gap: 22px
    }
    .site-footer .footer-logos-part img {
        max-width: 66px;
        min-height: 22px
    }
    .site-footer .footer-logos-part:hover img {
        transform: scale(1.03)
    }
    .site-header.fixed .main-nav-col ul.nav-menu li,
    .main-nav-col ul.nav-menu li {
        padding: 10px 0
    }
    .submenu-list.submenu-col-2 .sub-menu-list {
        grid-template-columns: 1fr
    }
    .submenu-list.submenu-col-3 .sub-menu-list {
        grid-template-columns: 1fr;
        column-gap: 0
    }
    .faq-title-box .faq-section-image {
        height: 70px;
        width: 40px
    }
    .faq-title-box .h2-title.title-back {
        width: calc(100% - 40px);
        padding-left: 40px
    }
    .site-footer .copyright-text {
        padding: 20px 15px
    }
    .vi-popup-digital-google-link .popup-content,
    .zoho-aws-popup .popup-content,
    .vi-footer-popup-google-link .popup-content,
    .vi-popup-google-link .popup-content,
    .vi-popup-part .popup-content {
        padding: 30px 15px
    }
    .get-in-touch-info-part {
        width: 100%;
        margin: 0 15px -30px
    }
    .get-started-sec .get-in-touch-info-part {
        margin: 0 15px -30px
    }
    .get-in-touch-sub-image {
        text-align: left
    }
    body .technology-new-menu .category-display-name {
        padding-right: 5px
    }
    .technology-new-menu .category-name-box {
        padding: 10px
    }
    .zoho-aws-popup .zoho-sub-images-part {
        margin-bottom: 20px;
        display: flex;
        justify-content: center
    }
    .artical-link a::after {
        left: 125px
    }
    .zoho-aws-popup .work-info-part,
    .zoho-aws-popup .leave-info-part {
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 15px
    }
    .zoho-aws-popup .leave-info-part {
        margin-bottom: 20px;
        padding: 10px 10px 0
    }
    .zoho-aws-popup .work-info-part ul {
        margin-bottom: 0
    }
    .zoho-aws-popup .work-ingo-main-part {
        padding: 20px 15px
    }
    .zoho-aws-popup .work-info-part {
        padding: 10px
    }
    .zoho-aws-popup .zoho-sub-images-part {
        gap: 10px
    }
    .zoho-aws-popup .popup-content {
        padding: 20px
    }
    .zoho-aws-popup .close {
        top: 10px;
        right: 10px
    }
    .testimonials-sec .testimonials-our-word-slider-row .testimonials-our-wordpress-services-part-box {
        padding: 20px
    }
    .error-image {
        height: 220px;
        margin-bottom: 30px
    }
    .thank-you-image {
        height: 155px
    }
}

@media only screen and (max-width:350px) {
    .technology-new-menu .category-name-box {
        display: block
    }
    .technology-new-menu .category-name-box .category-image-box {
        width: fit-content;
        margin-bottom: 10px
    }
    .site-footer .footer-logos-box {
        padding: 16px 10px 12px 12px;
        column-gap: 24px;
        row-gap: 18px
    }
    .site-footer .footer-logos-part img {
        max-width: 60px;
        min-height: 20px
    }
}

html {
    scroll-behavior: smooth;
}

.vi-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.vi-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}