html {
  scroll-behavior: smooth;
}
.page-template-industry-landing .home-blog-section-item h4,
.page-template-industry-inner .home-blog-section-item h4,
.page-template-location-landing-anand .home-blog-section-item h4,
.page-template-locations-inner-pages .home-blog-section-item h4,
.page-template-location-landing-vadodara .home-blog-section-item h4,
.page-template-location-landing-ahmedabad .home-blog-section-item h4,
.page-template-location-landing-rajkot .home-blog-section-item h4,
.page-template-location-landing-surat .home-blog-section-item h4,
.page-template-location-landing-gujarat .home-blog-section-item h4,
.page-template-location-landing-india .home-blog-section-item h4 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* page titlebar */
.inner-title-bar {
	background-image: url(/wp-content/uploads/2024/01/inner-t-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	filter: drop-shadow(0px 0px 100px #FFB2C770);
}
.inner-title-bar-wrapper {
    display: flex;
    column-gap: 60px;
	align-items: center;
	padding: 40px 80px 0px 80px;
	position: relative;
	z-index:9;
}
.inner-title-bar-left {
    width: 60%;
}
.inner-title-bar-right {
    width: 40%;
}
.inner-title-bar-right img {
    float: right;
}
.page-tagline-text {
    margin: 0px;
}
.inner-title-bar-wrapper:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/01/page-title-bg2.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: -30px;
    background-size: contain;
	z-index: -1;
}
.section-bottom {
    margin-bottom: 60px;
}
.breadcrumb, .breadcrumb a {
    color: #3B2A82;
	margin-bottom: 10px;
}

/* common css */
.text-purple, .about-sec1-wrapper p, .why-choose-wrapper h3, .why-choose-wrapper p, .our-mission-wrapper h2,
.our-mission-wrapper p, .how-we-work-sec h3, .objective-sec-content p, .features-head-title h3,
.looking-similar-sec-content p, .services-inner-choose-wrapper-left, .services-inner-choose-right-items h3,
.service-we-deliver-sec h4, .we-help-sec-2 h4 {
	color:#3B2A82;
}
.about-sec1-left h2, .about-sec1-right h2, .why-choose-sec h2, .what-we-offer-wrapper h2, .how-we-work-sec h2, .virtual-dreams-sec h2,
.objective-sec-wrapper h2, .features-sec h2, .looking-similar-sec-wrapper h2, section.services-inner-choose h2, .technology-we-use h2,
.we-can-help h2, .software-we-leverage-sec h2, .service-we-deliver-sec h2, .we-help-sec-2 h2, .looking-job-sec h2,
section.healthcare-marketing-section-1 h2, .faqs-section-wrapper h2, .industry-landing-page-section-1 h2, .location-landing-page-section-1 h2,
.challenges-section-wrapper h2, .research-and-insights-section-wrapper h2, .new-title-center,
.ppc-services-section-outer-wrapper h2, .ppc-why-choose-us-section h2, .ppc-process-section h2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.about-sec1-wrapper p, .why-choose-wrapper p, .services-inner-choose-wrapper-left p,
.home-services .tab_content p, .industry-inner-page-section-col1 p, .industry-inner-page-section-col1 ul li, 
.industry-inner-page-section-col1 ol li, .location-inner-page-section-col1 p {
    text-align: justify;
}
.btn.btn-secondary {
    border-radius: 10px;
    background: #3B2A82;
    box-shadow: 10px 10px 25px 0px #7961DB inset, -10px -10px 20px 0px #20115F inset;
    color: #ffffff;
    padding: 15px 70px;
}
.new-title-center {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.h2 {
    margin-bottom: 15px;
}
.faqs-page-section {
    margin-bottom: 50px;
}
.accordion__header h3 {
    max-width: 90%;
}
.entry-content ul li {
    padding-bottom: 10px;
}
.entry-content ul ul {
    margin-top: 10px;
}


/* contact page */
.page-id-19 .footer-news-letter {
	display:none;
}
.contact-map-section-wrapper {
    border-radius: 25px;
    border: 10.667px solid rgba(255, 255, 255, 0.24);
    background: radial-gradient(100.02% 70.78% at 50% 51.81%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 5px 5px 25px 0px rgba(59, 42, 130, 0.15);
    backdrop-filter: blur(5px);
}
.logos-contact-info-row {
    display: flex;
    column-gap: 40px;
}
.client-logos-col-wrapper {
    width: 50%;
	text-align: center;
}
.contact-info-col {
    width: 50%;
}
.contact-info-col h2 {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.client-logos-col-wrapper h2, .contact-info-col h2,
.client-logos-col-wrapper .h2, .contact-info-col .h2 {
    max-width: 390px;
}
.contact-info-col .h2, .client-logos-col-wrapper .h2 {
    text-align: center;
}
.client-logos-col-wrapper .h2 {
    position: relative;
    left: 0;
    transform: translateX(0px);
}
.client-logos-items {
    filter: grayscale(100%);
}
.client-logos-items:hover {
    filter: grayscale(0%);
}
.client-logos-col-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    background-color: transparent;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.client-logos-col-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
	background-color: transparent;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.client-logos-items {
    padding: 0px;
}
.client-logos-items img {
    margin: 0px auto;
}
.client-logos-col  {
    border-radius: 40px;
    border: 10.667px solid rgba(255, 255, 255, 0.24);
    background: radial-gradient(100.02% 70.78% at 50% 51.81%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.00) 100%);
   	box-shadow: 5px 5px 25px 0px rgba(59, 42, 130, 0.15);
    backdrop-filter: blur(5px);
}
.contact-info-col-inner {
    border-radius: 40px;
    border: 10.667px solid rgba(255, 255, 255, 0.24);
    background: radial-gradient(100.02% 70.78% at 50% 51.81%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 5px 5px 25px 0px rgba(59, 42, 130, 0.15);
    backdrop-filter: blur(5px);
	padding: 10px 10px 10px 20px;
	min-height: 320px;
}
.contact-address-text {
    max-width: 450px;
}
.contact-info-col-inner {
        display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;

}
/* .contact-call, .contact-mail, .contact-address {
    padding-left: 60px;
     display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
} */

/* .contact-mail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
} */

.contact-call, .contact-mail, .contact-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding-left: 0; /* removed because icon is now inside */
    margin-bottom: 15px;
}

.contact-icon {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
}
 
/*  .contact-call:before, .contact-mail:before, .contact-address:before {
    position: absolute;
    content: '';
   	width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
} 
 .contact-call:before {
    background-image: url(/wp-content/uploads/2024/01/Icon-call.svg);
    top: 0;
    left: 0;
} 
 .contact-mail:before {
	background-image: url(/wp-content/uploads/2024/01/icon-mail.svg);
    top: 5px;
    left: 0;
}
.contact-address:before {
	background-image: url(/wp-content/uploads/2024/01/icon-location.svg);
    top: 10px;
    left: 0;
}  */
.contact-info-col-inner, .contact-info-col-inner a {
    color: #5D49A7;
}
.contact-map-section {
    padding-bottom: 50px;
}
.contact-map-section-wrapper iframe {
    border-radius: 25px;
	position: relative;
    top: 4px;
}
.contact-map-section h1, .contact-map-section-wrapper h4 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.contact-map-section-wrapper {
    display: flex;
    column-gap: 40px;
}
.contact-map-section-col1,
.contact-map-section-col2 {
    width: 50%;
}


/* about page */
.about-statistics-sec-wrapper {
    display: flex;
    column-gap: 40px;
	position: absolute;
    top: -40px;
    left: 170px;
}
.about-statistics-item {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.22) 100%);
    box-shadow: 0px 15px 45px 0px rgba(255, 178, 199, 0.15) inset, 0px 15px 30px 0px rgba(242, 239, 251, 0.20), 0px 8px 9px 0px rgba(59, 42, 130, 0.15), 0px 7px 25px 0px rgba(59, 42, 130, 0.10) inset;
    backdrop-filter: blur(12.5px);
    text-align: center;
    padding: 20px;
	width: 170px;
}
.about-statistics-item h5 {
    margin: 5px;
	color: #3B2A82;
}
.why-choose-wrapper h3 {
    font-weight: 700;
	position: relative;
	padding-left:60px;
}
.why-choose-wrapper h3:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/01/icon-tick.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
}
.about-sec1-wrapper {
    display: flex;
    column-gap: 60px;
	padding-top: 60px;
}
.why-choose-row1, .why-choose-row2, .why-choose-row3, .why-choose-row4, .why-choose-row5 {
    display: flex;
    column-gap: 100px;
	padding-bottom: 30px;
}
.why-choose-wrapper h3, .why-choose-wrapper p {
    margin: 0px;
}
.why-choose-row1-col1, .why-choose-row2-col1, .why-choose-row3-col1, .why-choose-row4-col1, .why-choose-row5-col1 {
    width: 30%;
}
.why-choose-row1-col2, .why-choose-row2-col2, .why-choose-row3-col2, .why-choose-row4-col2, .why-choose-row5-col2 {
    width: 70%;
}
.our-mission-wrapper {
    display: flex;
    column-gap: 50px;
}
span.about-our {
    color: #9A8ADB;
    text-transform: capitalize;
    display: block;
    line-height: 10px;
}
.our-mission-wrapper p {
    font-size: 17px;
}
.our-mission-wrapper h2 {
    margin-bottom: 5px;
}
.our-mission-left, .our-mission-right {
    width: 50%;
}
.our-mission-left h2 {
    text-align: right;
	padding-right: 15px;
	position: relative;
}
.our-mission-left {
    position: relative;
    padding-right: 215px;
}
.our-mission-right {
    position: relative;
    padding-left: 230px;
}
.our-mission-left:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/01/icon-mission.svg);
    width: 180px;
    height: 180px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.our-mission-right:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/01/icon-vision.svg);
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.our-mission-right h2 {
	position:relative;
}
.our-mission-left h2:after {
    position: absolute;
    content: '';
    background-color: #9A8ADB;
    width: 2px;
    height: 370px;
    top: -122px;
    right: 45%;
    transform: rotate(90deg);
}
.our-mission-right h2:after {
    position: absolute;
    content: '';
    background-color: #9A8ADB;
    width: 2px;
    height: 370px;
    top: -122px;
    left: 47%;
    transform: rotate(90deg);
	z-index: -1;
}
.what-we-offer{
    background-color: #1e1541;
	padding-bottom: 50px;
}
.what-we-offer-wrapper h4 {
    margin-top: 0px;
}
.what-we-offer-wrapper h2, .virtual-dreams-sec h2 {
    margin-bottom: 0px;
}
.what-we-offer-wrapper p, .what-we-offer-wrapper h4 {
    color: #ffffff !important;
	text-align: center;
}
.what-we-offer-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: #342c54;
    padding: 40px 80px;
    border: 1px solid #ffffff;
    border-radius: 40px;
}
.what-we-offer-inner-items {
    width: 50%;
	padding: 10px 20px;
}
.what-we-offer-inner-items h3 {
    position: relative;
    padding-left: 75px;
}
.what-we-offer-inner-items h3:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/01/icon-blue-tick.svg);
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center;
}
.how-we-work-sec h2 {
    margin-bottom: 0px;
}
.work-num {
    font-size: 35px;
    color: #5D49A7;
    font-weight: 700;
}
.how-we-work-sec-items h6 {
    margin: 0px;
    color: #5D49A7;
	text-transform: uppercase;
}
.how-we-work-sec-items p {
    font-size: 14px;
	padding-top: 10px;
}
.how-we-work-sec-wrapper {
    display: flex;
    column-gap: 30px;
}
.how-we-work-sec-items {
    width: 20%;
    border-radius: 15px;
    background: #F2EFFB;
    box-shadow: -20px -20px 40px 5px rgba(59, 42, 130, 0.10), 20px 20px 40px 10px rgba(59, 42, 130, 0.12), 35px 0px 50px 0px rgba(255, 178, 199, 0.10) inset, 0px 35px 50px 0px rgba(255, 178, 199, 0.10) inset, 0px 0px 15px 2px rgba(59, 42, 130, 0.15);
    padding: 20px;
}
.virtual-dreams-sec {
    background-color: #1e1541;
	padding-bottom: 60px;
	padding-top: 20px;
}
.virtual-dreams-sec-wrapper {
    display: flex;
    background-color: #342c54;
    justify-content: space-evenly;
    padding: 60px 0px;
    border: 1px solid #ffffff;
    border-radius: 40px;
}
.virtual-dreams-sec-items h6 {
    font-size: 18px;
    margin-bottom: 0px;
	padding-top: 10px;
}
.virtual-dreams-sec-items img {
    width: 100px;
    height: 100px;
}
.virtual-dreams-sec-items {
	width:15%;
    border-radius: 20px;
    border: 1.5px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 14.133px 0px rgba(113, 106, 219, 0.20);
    backdrop-filter: blur(3.5333333015441895px);
    padding: 25px;
}
.virtual-dreams-sec-items:hover img {
    transform: scale(1.1);
    transition: 0.5s all;
}
.what-we-offer-wrapper h4 {
    margin-bottom: 10px;
}

/* case study */
.case-intro-sec {
    padding-top: 60px;
}
.case-intro-sec-wrapper {
    display: flex;
    column-gap: 50px;
}
.case-intro-sec-left {
    width: 70%;
}
.case-intro-sec-right {
    width: 30%;
	position: relative;
}
.case-intro-sec-title-head {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.tech-head-row {
    border-radius: 10px;
    background: #3B2A82;
    box-shadow: 8px 8px 20px 0px #7961DB inset, -8px -8px 20px 0px #20115F inset;
    text-align: center;
    padding: 15px 20px;
    color: #ffffff;
}
.tech-wrapper {
    width: 300px;
}
.tech-wrapper {
    width: 300px;
    position: absolute;
    left: 70%;
    transform: translateX(-70%);
    border-radius: 15px 15px 10px 10px;
    border: 2px solid #5D49A7;
    background: #F2EFFB;
    box-shadow: 0px 10px 25px 0px rgba(30, 21, 65, 0.30);
}
.tech-head-row img {
    position: relative;
    top: 5px;
    right: 10px;
}
.tech-inner-row {
    border-radius: 10px;
    background: #3B2A82;
    box-shadow: 8px 8px 20px 0px #7961DB inset, -8px -8px 20px 0px #20115F inset;
    padding: 8px;
    margin: 15px;
    color: #ffffff;
}
.tech-inner-row img {
    position: relative;
    top: 5px;
    padding-right: 15px;
}
.project-main-image {
    text-align: center;
	position: relative;
	max-width: 1200px;
    margin: 0px auto;
}
/* .project-main-image:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/01/case-study-img-bg.svg);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 2%;
    z-index: -1;
    background-position: center;
}
.project-main-image:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/01/case-study-img-bg.svg);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10%;
    right: 0;
    z-index: -1;
    background-position: center;
} */
.objective-sec-wrapper h2 {
    margin-bottom: 0px;
}
.proje-more-info-sec {
    background-color: #1e1541;
}
.proje-more-info-sec-wrapper {
    display: flex;
    justify-content: space-evenly;
    padding: 60px 0px;
}
.proje-more-info-sec-wrapper p {
    margin-bottom: 0px;
}
.proje-more-info-sec-wrapper h5 {
    margin-top: 5px;
    margin-bottom: 0px;
}
.proje-more-country, .proje-more-duration, .proje-more-industry {
    position: relative;
	padding-left: 80px;
}
.proje-more-country:before, .proje-more-duration:before, .proje-more-industry:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.proje-more-country:before {
    background-image: url(/wp-content/uploads/2024/01/icon-country.svg);
}
.proje-more-duration:before {
	background-image: url(/wp-content/uploads/2024/01/icon-duration.svg);
}
.proje-more-industry:before {
	background-image: url(/wp-content/uploads/2024/01/icon-case-industry.svg);
}
.features-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.features-item {
    width: 50%;
	padding: 30px;
}
.features-head {
    display: flex;
    align-items: center;
    column-gap: 30px;
	padding-bottom: 10px;
}
.features-head-title h3 {
    margin: 0px;
}
.features-head-icon img {
    display: block;
}
.looking-similar-sec-wrapper h2 {
    margin-bottom: 10px;
}
.challenges-section-content {
    color: #3B2A82;
}
.challenges-section-content ul li {
    padding-bottom: 10px;
}
.research-and-insights-section-row {
    display: flex;
    column-gap: 10px;
	align-items: center;
	padding-bottom: 20px;
}
.research-and-insights-section-col1 h3 {
    margin: 0px;
	color: #3B2A82;
    font-weight: 700;
}
.research-and-insights-section-col1 {
    position: relative;
    padding-left: 50px;
}
.research-and-insights-section-col2 {
	color: #3B2A82;
}
.research-and-insights-section-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/01/icon-tick.svg);
    width: 35px;
    height: 35px;
    left: 0;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.research-and-insights-section-col1 h3 {
    font-size: 25px;
}


/* services inner */
.services-inner-form p {
    margin-bottom: 12px;
}
.services-inner-form {
    width: 420px;
    float: right;
    border-radius: 20px;
    border: 10.667px solid rgba(255, 255, 255, 0.24);
    background: radial-gradient(100.28% 71.21% at 50% 51.81%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 5px 5px 25px 0px rgba(59, 42, 130, 0.15);
    padding: 15px;
}
.services-inner-form .wpcf7 input[type=text], .services-inner-form .wpcf7 input[type="email"], 
.services-inner-form .wpcf7 input[type="tel"], .services-inner-form .wpcf7 textarea, .services-inner-form .wpcf7 select {
    border: 2px solid #9a8adb;
    color: #5D49A7;
    border-radius: 10px;
    padding: 8px;
}
.services-inner-form .wpcf7 select {
    padding: 10px !important;
}
.services-inner-form .wpcf7 input[type=submit] {
    background-color: #3B2A82 !important;
    width: 100%;
    margin-bottom: 0px !important;
}
.dev-process.services-inner-dev-sec-margin {
    margin-top: 40px;
}
.services-inner-choose-wrapper {
    display: flex;
    column-gap: 50px;
}
.services-inner-choose-wrapper-left {
    width: 60%;
}
.services-inner-choose-wrapper-right {
    width: 40%;
}
.services-inner-choose-right-items h3 {
    margin: 0px;
}
.services-inner-choose-right-items {
    position: relative;
    padding-bottom: 15px;
    padding-left: 40px;
}
.services-inner-choose-right-items:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/01/icon-tick.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 15px;
    left: 0;
}
.home-services.innerpage-services h2 {
    margin-bottom: 0px;
}
.home-services-wrapper li.active span {
    background-color: #9A8ADB;
    padding: 5px 5px 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
}
.technology-we-use {
    background-color: #1e1541;
    padding-top: 15px;
    padding-bottom: 60px;
}
ul.technology {
	margin: 0;
	padding: 0;
	display: flex;
    justify-content: space-around;
/* 	float: left; */
	list-style: none;
	height: 80px;
	width: 100%;
	border-radius: 40px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 0px 250px 0px rgba(93, 73, 167, 0.25) inset;
    backdrop-filter: blur(1.5px);
}
ul.technology li {
	float: left;
	margin: 8px;
	cursor: pointer;
	padding: 0px 40px;
	height: 60px;
	line-height: 60px;
	background-color: transparent;
	color: #3B2A82;
	overflow: hidden;
	position: relative;
	font-weight: 600;
}
ul.technology .tab_last { border-right: 1px solid #333; }
ul.technology li:hover {
    background-color: #3B2A82;
    color: #ffffff;
	box-shadow: 6px 6px 13px 0px #7961DB inset, -7px -7px 15px 0px #20115F inset;
    border-radius: 50px;
}
ul.technology li.active {
    background-color: #3B2A82;
    color: #ffffff;
	box-shadow: 6px 6px 13px 0px #7961DB inset, -7px -7px 15px 0px #20115F inset;
    border-radius: 50px;
}
.technology_tab_container {
	width: 100%;
	background: transparent;
}
.technology_tab_content {
	padding: 20px;
	display: none;
}
.technology_tab_drawer_heading { display: none; }
@media screen and (max-width: 480px) {
	.process-card{
		width:100% !important;
	}
	.process-card::after {
        display: none; 
    }
	.technology {
		display: none;
	}
	.technology_tab_drawer_heading {
		background-color: transparent;
		color: #fff;
		border-top: 1px solid #ffffff;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #3B2A82;
		color: #fff;
	}
}

.tech-icons-wrapper {
    display: flex;
    column-gap: 30px;
	padding-top: 20px;
}
.tech-icons-items {
    width: 16.6%;
    text-align: center;
}
.services-inner-form .wpcf7 input::placeholder, .services-inner-form .wpcf7 textarea::placeholder {
    color: #3B2A82 !important;
}
.services-inner-form .wpcf7 select {
    color: #3B2A82 !important;
	font-size: 20px;
}
.services-inner-form .wpcf7 textarea {
	font-size: 20px !important;
}
.faqs-section-wrapper {
    margin-bottom: 50px;
}

.faqs-section-wrapper .accordion__header,
.faqs-page-section-wrapper .accordion__header {
	padding: 15px;
	background-color: #ffffff47;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.faqs-section-wrapper .accordion__header > *,
.faqs-page-section-wrapper .accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	color: #000000;
}
.faqs-section-wrapper .accordion__header.is-active,
.faqs-page-section-wrapper .accordion__header.is-active {
	background-color: #1E1541;
	color: #fff;
}
.faqs-section-wrapper .accordion__toggle,
.faqs-page-section-wrapper .accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #222;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
}
.faqs-section-wrapper .accordion__toggle::before,
.faqs-page-section-wrapper .accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}
.faqs-section-wrapper .is-active .accordion__toggle,
.faqs-page-section-wrapper .is-active .accordion__toggle {
	background-color: #fff;
}
.faqs-section-wrapper .is-active .accordion__toggle::before,
.faqs-page-section-wrapper .is-active .accordion__toggle::before {
	display: none;
}
.faqs-section-wrapper .accordion__body,
.faqs-page-section-wrapper .accordion__body {
	display: none;
	padding: 15px;
	border: 1px solid #1E1541;
	border-top: 0;
}
.faqs-section-wrapper .accordion__body.is-active,
.faqs-page-section-wrapper .accordion__body.is-active {
	display: block;
}
.faqs-section-wrapper .accordion__body p,
.faqs-page-section-wrapper .accordion__body p {
    margin-bottom: 0px;
}
.faqs-section-wrapper .accordion__header.is-active h3,
.faqs-page-section-wrapper .accordion__header.is-active h3 {
    color: #ffffff;
}

.accordion__body {
    display: none;
    padding: 15px;
    border: 1px solid #1E1541;
    border-top: 0;
}

.accordion__body.is-active {
    display: block;
}

.accordion__header {
    padding: 15px;
    background-color: #ffffff47;
    margin-top: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.accordion__header h3 {
    margin: 0;
    font-size: 20px;
    color: #000000;
}

.accordion__header.is-active {
    background-color: #1E1541;
    color: #fff;
}


/* blogs page */
.blog-page-sec-wrapper {
    display: flex;
    column-gap: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.blog-page-sec-left {
    width: 70%;
}
.blog-page-sec-right {
    width: 30%;
}
.page-id-17 .blog-section-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.page-id-17 .home-blog-section-item {
    width: 33.33%;
}
.page-id-17 .home-blog-section-item .case-study-learn-more img {
    top: 0px;
    left: 10px;
}
.blog-cat-name {
    color: #5D49A7;
    border: 2px solid #9A8ADB;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 30px;
}
.blog-cat-name a {
    color: #3B2A82;
}
.blog-cat-names-list {
    display: flex;
    flex-wrap: wrap;
}
.blog-cat-name {
    margin: 8px;
}
.services-inner-form.services-inner-form-blog-detail {
    float: inherit;
	width: 380px;
}
.page-id-17 .home-blog-section-item h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* blog detail page */
.entry-title {
    background-image: linear-gradient(90deg, #ED1651 0.87%, #5014AD 99.99%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
	font-size: 60px;
	line-height: 70px;
    font-weight: 700;
	padding-top: 50px;
}
.entry-meta span, .post-navigation a span, .related-posts-section .related-posts, .entry-content, .entry-content h2,
.post-navigation a div {
    color: #3B2A82;
}
.entry-thumbnail {
    text-align: left;
}
.author-box {
    display: none;
}
.post-navigation a span {
    font-weight: 600;
}
.related-posts-section .related-posts {
	font-size: 20px;
}
.single-post ol li {
    margin-bottom: 20px;
	text-align:justify;
}
.single-post div#primary p {
	text-align:justify;
}
.entry-meta span:not(:last-child):after {
    font-size: 15px;
}
aside#secondary {
    position: relative;
    z-index: 99;
	padding-top: 50px;
	padding-right: 60px;
}
.widget-area .widget .widget-title {
    font-size: 26px;
    color: #3B2A82;
}
.widget.widget_recent_entries ul li {
    margin-bottom: 15px;
}
.widget.widget_recent_entries ul li a {
    color: #3B2A82 !important;
    font-size: 18px;
}
.widget-area .widget input {
    font-size: inherit;
}
.single-post .entry-title {
    padding-top: 0px;
}
.single-post header.entry-header {
    margin-top: 50px;
}
.table-of-content ul li a {
    color: #ED1651;
	font-size: 22px;
}
.table-of-content {
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 10px;
	margin-bottom: 30px;
}
.table-of-content li {
    font-size: 20px;
    padding-bottom: 10px;
}
.blog-accordion {
    width: 100%;
    margin: auto;
}
.blog-accordion-item {
    border-radius: 4px;
    margin-bottom: 5px;
}
.blog-accordion-header {
    padding: 10px;
    background-color: #3b2a82b5;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
}
.blog-accordion-content {
    padding: 10px;
    display: none; 
    background-color: white;
}
.blog-accordion-content.active {
    display: block; 
}
.blog-accordion-header {
    position: relative;
    cursor: pointer;
    padding-left: 20px; 
}
.blog-accordion-header::before {
    content: "+";
    position: absolute;
    right: 20px;
    font-weight: bold;
}
.blog-accordion-content {
    display: none; 
}
.blog-accordion-content.active {
    display: block;
}
.blog-accordion-header.active::before {
    content: "-";
}
.table-of-content ol ol {
    list-style-type: none;
}
.table-of-content ol li ol li {
    margin-bottom: 0px !important;
}
.table-of-content ol li {
    margin-bottom: 0px;
	text-align:justify;
}
.table-of-content ol li ol li span {
    color: #000000;
}
.table-of-content ol li ol {
    padding-top: 15px;
}
.widget_categories li a {
    margin-bottom: 0px;
    font-size: 20px;
    color: #3B2A82 !important;
}
aside#categories-2 {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}


/* medical billing */
.we-can-help {
    margin-top: 110px;
}
.we-can-help h2 {
    margin-bottom: 0px;
}
.we-can-help h4 {
    margin-top: 0px;
    color: #3B2A82;
	margin-bottom: 10px;
}
.we-can-help-wrapper {
    display: flex;
    column-gap: 50px;
}
.we-can-help-left, .we-can-help-right {
    border-radius: 15px;
    border: 2px solid #9A8ADB;
    background: #F2EFFB;
    box-shadow: -20px -20px 30px 5px rgba(59, 42, 130, 0.05), 20px 20px 30px 10px rgba(59, 42, 130, 0.05), 35px 0px 50px 0px rgba(255, 178, 199, 0.04) inset, 0px 35px 50px 0px rgba(255, 178, 199, 0.04) inset, 0px 0px 15px 2px rgba(59, 42, 130, 0.05);
    text-align: center;
    padding: 20px 50px;
}
.we-can-help-item-head {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 20px;
	padding-top: 10px;
}
.we-can-help-item-head-right h3 {
    text-transform: uppercase;
}
.we-can-help-item-head-right h3, .we-can-help-content {
    color: #5D49A7;
}
.we-can-help-left:hover, .we-can-help-right:hover {
    background-color: #3B2A82;
	box-shadow: -20px -20px 50px 5px rgba(59, 42, 130, 0.20), 20px 20px 50px 10px rgba(59, 42, 130, 0.25), 0px 0px 25px 2px rgba(59, 42, 130, 0.25);
}
.we-can-help-left:hover h3, .we-can-help-left:hover p, .we-can-help-right:hover h3, .we-can-help-right:hover p {
	color:#ffffff;
}
.we-can-help-left:hover svg path, .we-can-help-right:hover svg path {
	fill:#ffffff;
}
.we-can-help-block-sec {
    display: flex;
    column-gap: 30px;
}
.we-can-help-block-item {
    width: 25%;
    text-align: center;
    border-radius: 0px 60px;
    border: 2px solid #9A8ADB;
    background: #F2EFFB;
    box-shadow: -20px -20px 30px 5px rgba(59, 42, 130, 0.05), 20px 20px 30px 10px rgba(59, 42, 130, 0.05), 35px 0px 50px 0px rgba(255, 178, 199, 0.04) inset, 0px 35px 50px 0px rgba(255, 178, 199, 0.04) inset, 0px 0px 15px 2px rgba(59, 42, 130, 0.05);
    padding: 31px;
}
.we-can-help-block-item-icon {
    text-align: left;
    padding-bottom: 40px;
}
.we-can-help-block-item h4 {
    color: #5D49A7;
    text-transform: uppercase;
    font-weight: 700;
}
.we-can-help-block-item:hover {
    border-radius: 0px 60px;
    border: 2px solid #ED1651;
    background: #F2EFFB;
    box-shadow: -20px -20px 40px 5px rgba(59, 42, 130, 0.10), 20px 20px 40px 10px rgba(59, 42, 130, 0.12), 35px 0px 50px 0px rgba(255, 178, 199, 0.10) inset, 0px 35px 50px 0px rgba(255, 178, 199, 0.10) inset, 0px 0px 15px 2px rgba(59, 42, 130, 0.15);
}
.we-can-help-block-item-block1 {
    position: relative;
}
.software-we-leverage-sec {
    background-color: #1E1541;
    padding-bottom: 60px;
}
.software_we_leverage_logos-wrapper {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 30px;
}
.software_we_leverage_logos-wrapper-outer {
    background-color: #342c54;
    padding: 40px;
    border-radius: 40px;
    border: 1px solid #ffffff;
}
.service-we-deliver-sec h2, section.we-help-sec-2 h2 {
    margin-bottom: 0px;
}
.service-we-deliver-sec h4, section.we-help-sec-2 h4 {
    margin-top: 0px;
}
.service-we-deliver-wrapper {
    display: flex;
    column-gap: 40px;
	padding-top: 40px;
}
.service-we-deliver-items {
    text-align: center;
/*     background-image: url(/wp-content/uploads/2024/01/ser-bg2.svg); */
	background-image: url(/wp-content/uploads/2024/02/ser-bg234.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 430px;
    width: 33.33%;
}
.service-we-deliver-content-wrapper {
    width: 80%;
    margin: 0px auto;
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
}
section.service-we-deliver-sec h4, .we-help-sec-2 h4 {
    margin-bottom: 10px;
}
.service-we-deliver-content-wrapper h4 {
    margin-bottom: 0px;
}
.service-we-deliver-content-wrapper h4 {
    color: #5D49A7;
    text-transform: uppercase;
	font-weight: 700;
}
.service-we-deliver-content {
    padding-top: 15px;
}
.service-we-deliver-items .circle {
    margin-top: -20px;
}
.service-we-deliver-items:hover .image-wrapper-circle {
    background: linear-gradient(90deg, #ED1651 0.87%, #5014AD 99.99%);
    border: 3px solid #ffffff;
}
.service-we-deliver-items:hover .image-wrapper-circle svg path {
	fill:#ffffff;
}
.we-help-sec-2-wrapper {
    display: flex;
	flex-wrap: wrap;
}
.we-help-sec-2-items {
    text-align: center;
    width: 33.33%;
}
.we-help-sec-2-items {
    text-align: center;
    width: 33.33%;
/* 	background-image: url(/wp-content/uploads/2024/01/down-box.svg);  */
	background-image: url(/wp-content/uploads/2024/02/down-box-4.png); 
	background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 470px;
}
.we-help-sec-2-items h4 {
    color: #5D49A7;
    text-transform: uppercase;
    font-weight: 700;
}
.we-help-sec-2-items-content {
    max-width: 320px;
    position: relative;
    top: 10%;
	left: 50%;
    transform: translateX(-50%);
}
.image-wrapper-circle {
    width: 130px;
    height: 130px;
    border: double 3px transparent;
    border-radius: 50%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
}
.image-wrapper-circle svg {
    width: 70px;
    height: 70px;
    position: relative;
    top: 23px;
}
.we-help-sec-2-items:hover .image-wrapper-circle {
    background: linear-gradient(90deg, #ED1651 0.87%, #5014AD 99.99%);
    border: 3px solid #ffffff;
}
.we-help-sec-2-items:hover .image-wrapper-circle svg path {
	fill:#ffffff;
}
.hipaa-blue-sticky-logo {
    position: fixed;
    right: 0;
    bottom: 170px;
	display:none;
}
.page-id-573 .hipaa-blue-sticky-logo {
    display:block;
}

/* case study page */
.home-case-study-row2-works {
    margin-top: 110px;
	margin-bottom: 40px;
}
.home-case-study-wrapper-works {
    display: flex;
   	flex-wrap: wrap;
}
.home-case-study-wrapper-works .home-case-study-item {
    width: 33.33%;
    margin-bottom: 20px;
}
.home-case-study-wrapper-works .case-study-learn-more img {
    top: 0px;
    left: 20px;
}

/* blog category */
.archive .page-title {
   	font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    padding-top: 40px;
	background-image: linear-gradient(90deg, #ED1651 0.87%, #5014AD 99.99%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.blog-layout-grid {
    margin-bottom: 50px;
}

/* our work page */
.our-works-logos-wrapper-main {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    margin-top: 120px;
	margin-bottom: 50px;
}
.our-works-logos-items {
    width: 15%;
    text-align: center;
	margin: 20px;
}
.our-works-logos-items img {
    border: 3px solid #ffffff;
    border-radius: 10px;
   -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
    width: 100%;
    display: block;
	box-shadow: 0px 50px 84px -6px #3B2A8222;
}
.page-id-720 .footer-news-letter {
    display: none;
}
.our-works-sec.our-works-page {
    margin-bottom: 20px;
}

/* career */
.page-template-career .footer-top {
    padding-top: 50px;
}
.hr-details-block {
    width: 420px;
    float: right;
    border-radius: 20px;
    border: 10.667px solid rgba(255, 255, 255, 0.24);
    background: radial-gradient(100.28% 71.21% at 50% 51.81%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 5px 5px 25px 0px rgba(59, 42, 130, 0.15);
    padding: 15px;
	margin-bottom: 40px;
}
.hr-details-block h3 {
    margin-top: 0px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.hr-phone, .hr-mail {
    position: relative;
    padding-left: 65px;
	padding-bottom:25px;
}
.hr-phone:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/02/hr-call.svg);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -10px;
    left: 0;
}
.hr-mail:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/02/hr-mail.svg);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -10px;
    left: 0;
}
.hr-phone a, .hr-mail a {
    color: #5D49A7;
    font-weight: 700;
}
.looking-job-sec h2 {
	margin-bottom:10px;
}
.looking-job-sec h3 {
    margin: 0px;
	color: #5D49A7;
}
.job-title {
    font-size: 35px !important;
    color: #3B2A82;
}
.job-exp, .job-position, .job-type, .job-skills {
    font-size: 25px !important;
    color: #000000;
    font-weight: 700;
	padding-bottom: 5px;
    padding-left: 10px;
}
.job-exp-year, .job-pos-number, .job-type-detail {
	font-size: 25px;
    color: #3B2A82;
    font-weight: 700;
}
.skills {
    box-shadow: 0px 4px 4px 0px #9A8ADB33 inset;
    box-shadow: 0px 4px 4px 0px #9A8ADB40;
    padding: 10px;
    font-size: 18px;
    border-radius: 20px;
    color: #3B2A82;
}
.job-date {
	font-size: 20px;
    color: #000000;
    font-weight: 700;
	padding-top: 20px;
	padding-bottom: 15px;
    padding-left: 10px;
}
.job-date-data {
	font-size: 20px;
    color: #3B2A82;
    font-weight: 700;
}
.job-content {
    font-size: 18px;
    font-weight: 600;
	color: #3B2A82;
	padding-left: 10px;
	padding-bottom: 10px;
}
.btn-apply {
    display: inline-block;
    box-shadow: 5.535055160522461px 5.535055160522461px 13.837638854980469px 0px #7961DBBF inset;
    box-shadow: -5.535055160522461px -5.535055160522461px 11.070110321044922px 0px #20115FBF inset;
    padding: 10px 25px;
    background-color: #3B2A82;
    border-radius: 8px;
    color: #ffffff;
}
.btn-apply:hover, .btn-apply:focus, .btn-apply:active, .btn-apply:visited {
    color: #ffffff;
}
.looking-job-sec .accordion__header {
	padding: 20px;
	padding-bottom:0px;
	background-color: transparent;
	margin-top: 2px;
	align-items: flex-start;
	flex-direction:column;
	cursor: pointer;
	position: relative;
}
.looking-job-sec .accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}
.looking-job-sec .accordion__header.is-active {
	background-color: transparent;
	color: #fff;
}
.looking-job-sec .accordion__toggle {
	margin-left: 10px;
	background-image: url(/wp-content/uploads/2024/02/job-arrow.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-color: transparent;
	position: absolute;
    right: 0px;
    top: 30px;
}
.looking-job-sec .is-active .accordion__toggle {
    background-color: #fff;
    background-image: url(/wp-content/uploads/2024/02/job-arrow.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-color: transparent;
    transform: rotate(180deg);
}
.looking-job-sec .is-active .accordion__toggle::before {
	display: none;
}
.looking-job-sec .accordion__body {
	display: none;
	padding: 20px;
	padding-top:0px;
	border: 0px;
	border-top: 0;
	border-bottom: 1px solid #9A8ADB;
}
.looking-job-sec .accordion__body.is-active {
	display: block;
}
.career-form-wrapper {
    border-radius: 20px;
    border: 10.667px solid rgba(255, 255, 255, 0.24);
    background: radial-gradient(100.28% 71.21% at 50% 51.81%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 5px 5px 25px 0px rgba(59, 42, 130, 0.15);
    padding: 20px;
	margin-bottom: 60px;
}
.career-form-wrapper .wpcf7 input[type=text], .career-form-wrapper .wpcf7 input[type="email"], 
.career-form-wrapper .wpcf7 input[type="tel"], .career-form-wrapper .wpcf7 textarea, .career-form-wrapper .wpcf7 select {
   	border: 2px solid #9A8ADB;
    border-radius: 10px;
    padding: 10px !important;
	color: #5D49A7 !important;
	font-size: 18px;
}
.career-form-wrapper .wpcf7-submit {
    box-shadow: 5.535055160522461px 5.535055160522461px 13.837638854980469px 0px #7961DBBF inset;
    box-shadow: -5.535055160522461px -5.535055160522461px 11.070110321044922px 0px #20115FBF inset;
    padding: 10px 25px;
    background-color: #3B2A82 !important;
    border-radius: 8px;
    color: #ffffff;
}
.career-form-wrapper p {
	color: #5D49A7 !important;
}
.looking-job-sec .accordion__header {
    border-bottom: 1px solid #9A8ADB;
}
.looking-job-sec .accordion__header.is-active {
	border-bottom: 0px;
}
.page-id-21 .footer-news-letter, .page-id-21 .footer-form-section {
    display: none;
}
.career-form-wrapper .wpcf7 form .wpcf7-response-output {
	color:#000000 !important;
}
#wpcf7-f945-o1 input::-webkit-input-placeholder { /* WebKit browsers */
	color: #5D49A7 !important;
	opacity: 1;
}
#wpcf7-f945-o1 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #5D49A7 !important;
	opacity: 1;
}
#wpcf7-f945-o1 input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #5D49A7 !important;
	opacity: 1;
}
#wpcf7-f945-o1 input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #5D49A7 !important;
	opacity: 1;
}
.career-form-wrapper .wpcf7 input::placeholder {
    color: #5d49a7 !important;
}


/* thank you page */
.thanks-sec-wrapper {
    padding: 100px 0px;
}
.page-template-thank-you div#content {
    background-repeat: repeat-y !important;
}

/* Healthcare Marketing */
.healthcare-marketing-section-1 {
    margin-top: 120px;
}
.healthcare-marketing-section-1 h3, .industry-landing-page-section-1 h3, .location-landing-page-section-1 h3 {
    color: #3B2A82;
    margin-top: 0px;
}
.healthcare-marketing-section-1-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.healthcare-marketing-section-1-items {
    width: 18%;
    padding: 15px;
    margin: 10px;
    border-radius: 15px;
    border: 2px solid #9A8ADB;
    background: #F2EFFB;
    box-shadow: -20px -20px 30px 5px rgba(59, 42, 130, 0.05), 20px 20px 30px 10px rgba(59, 42, 130, 0.05), 35px 0px 50px 0px rgba(255, 178, 199, 0.04) inset, 0px 35px 50px 0px rgba(255, 178, 199, 0.04) inset, 0px 0px 15px 2px rgba(59, 42, 130, 0.05);
}
.healthcare-marketing-section-1-items h5 {
    color: #3B2A82;
}
.healthcare-marketing-section-1-items p {
    margin-bottom: 0px;
}
.healthcare-marketing-section-2-col2 p {
    text-align: justify;
}
.healthcare-marketing-section-2-wrapper {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.healthcare-marketing-section-2-col1, .healthcare-marketing-section-2-col2 {
    width: 50%;
}
.healthcare-marketing-section-1-items img {
    width: 80px;
}


/* our services page */
.our-services-page-sec-wrapper {
    max-width: 1340px;
    margin: 0px auto;
	padding-top: 140px;
	padding-bottom:80px;
	position: relative;
}
.our-services-page-sec-wrapper:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/05/our-sercices-icon6.webp);
    width: 20px;
    height: 95%;
    left: 50%;
	top: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}
.our-services-page-sec-wrapper h3, .our-services-page-sec-wrapper p {
    color: #5D49A7;
}
.our-services-page-sec-block {
    display: flex;
    align-items: center;
    column-gap: 40px;
	padding: 15px;
    border-radius: 15px;
    border: 2px solid #9A8ADB;
    background: #f2effb9c;
    box-shadow: -20px -20px 30px 5px rgba(59, 42, 130, 0.05), 20px 20px 30px 10px rgba(59, 42, 130, 0.05), 35px 0px 50px 0px rgba(255, 178, 199, 0.04) inset, 0px 35px 50px 0px rgba(255, 178, 199, 0.04) inset, 0px 0px 15px 2px rgba(59, 42, 130, 0.05);
}
.our-services-page-sec-row2-col2 h3, .our-services-page-sec-row4-col2 h3, .our-services-page-sec-row6-col2 h3 {
    text-align: right;
}
.our-services-page-sec-btn-wrapper {
    display: flex;
    column-gap: 30px;
}
.our-services-page-sec-btn-wrapper .btn.btn-secondary {
    padding: 15px 50px;
	font-size: 16px;
}
.our-services-page-sec-block img, .our-services-page-sec-block h3 {
    width: 50%;
}
.our-services-page-sec-row1, .our-services-page-sec-row2, .our-services-page-sec-row3,
.our-services-page-sec-row4, .our-services-page-sec-row5, .our-services-page-sec-row6 {
    display: flex;
    column-gap: 150px;
    align-items: center;
}
.our-services-page-sec-row1-col1, .our-services-page-sec-row1-col2,
.our-services-page-sec-row2-col1, .our-services-page-sec-row2-col2,
.our-services-page-sec-row3-col1, .our-services-page-sec-row3-col2,
.our-services-page-sec-row4-col1, .our-services-page-sec-row4-col2,
.our-services-page-sec-row5-col1, .our-services-page-sec-row5-col2,
.our-services-page-sec-row6-col1, .our-services-page-sec-row6-col2 {
    width: 50%;
}
.our-services-page-sec-row1-col1, .our-services-page-sec-row2-col2, .our-services-page-sec-row3-col1,
.our-services-page-sec-row4-col2, .our-services-page-sec-row5-col1, .our-services-page-sec-row6-col2 {
    position: relative;
}
.our-services-page-sec-row1-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/05/icon-01.svg);
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -50px;
}
.our-services-page-sec-row2-col2:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/05/icon-02.svg);
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -50px;
}
.our-services-page-sec-row3-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/05/icon-03.svg);
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -50px;
}
.our-services-page-sec-row4-col2:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/05/icon-04.svg);
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -50px;
}
.our-services-page-sec-row5-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/05/icon-05.svg);
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -50px;
}
.our-services-page-sec-row6-col2:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/05/icon-06.svg);
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -50px;
}
.our-services-page-sec-row2, .our-services-page-sec-row3, .our-services-page-sec-row4,
.our-services-page-sec-row5, .our-services-page-sec-row6 {
    padding-top: 100px;
}
.page-template-our-services .footer-news-letter {
    display: none;
}

/* Industry landing page */
.industry-landing-page-section-1 {
    margin-top: 100px;
}
.industry-landing-page-section-1-items-top-col2 h5 {
	color: #3B2A82;
	text-transform: uppercase;
	margin-top: 0px;
}
.industry-landing-page-section-1-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.industry-landing-page-section-1-items {
    width: 31%;
    padding: 20px;
    margin: 10px;
    border-radius: 15px;
    border: 2px solid #9A8ADB;
    background: #9A8ADB08;
    box-shadow: 0px 10px 30px 0px #3B2A8226;
    margin-bottom: 20px;
}
.industry-landing-page-section-1-items-top {
    display: flex;
    column-gap: 20px;
    align-items: center;
    text-align: center;
}
.industry-landing-page-section-1-items-top-col1 {
    width: 25%;
}
.industry-landing-page-section-1-items-top-col2 {
    width: 75%;
}
.industry-landing-page-section-1-items-bottom {
    margin-top: 20px;
}
.industry-landing-page-section-1-items-bottom p {
    color: #5D49A7;
    text-align: center;
}
.industry-landing-page-section-1-items-bottom .btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.industry-landing-page-section-2-wrapper {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.industry-landing-page-section-2-col1, .industry-landing-page-section-2-col2 {
    width: 50%;
}
.industry-landing-page-section-2-col2 p {
    text-align: justify;
}

/* industry inner old pages */
.industry-inner-title-bar-wrapper {
    padding: 80px 80px 0px 80px;
    text-align: center;
}
.industry-inner-page-section-wrapper {
    display: flex;
    column-gap: 40px;
	position: relative;
}
.industry-inner-page-section-col1 {
    width: 75%;
    background-color: #ffffffdb;
    box-shadow: 0px 0px 35px 0px #3B2A8233;
    padding: 30px 100px 30px 100px;
    border-radius: 25px;
}
.industry-inner-page-section-col2 {
    width: 25%;
}
.industry-inner-form-wrapper {
   	border-radius: 20px;
    border: 10.667px solid rgba(255, 255, 255, 0.24);
    background: radial-gradient(100.28% 71.21% at 50% 51.81%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 5px 5px 25px 0px rgba(59, 42, 130, 0.15);
    padding: 15px;
}
.industry-inner-form-wrapper .wpcf7 input[type=text], 
.industry-inner-form-wrapper .wpcf7 input[type="email"], 
.industry-inner-form-wrapper .wpcf7 input[type="tel"], 
.industry-inner-form-wrapper .wpcf7 textarea {
    border: 2px solid #9a8adb;
    color: #5D49A7;
    border-radius: 10px;
    padding: 8px;
}
.industry-inner-form-wrapper .wpcf7 input[type=submit] {
    background-color: #3B2A82 !important;
    margin-bottom: 0px !important;
}
.industry-inner-form-wrapper .wpcf7 textarea {
    font-size: 20px !important;
}
.industry-inner-form-wrapper .wpcf7 input::placeholder, .industry-inner-form-wrapper .wpcf7 textarea::placeholder {
    color: #5D49A7 !important;
}

/* Location landing page */
.location-landing-page-section-1 {
    margin-top: 100px;
}
.location-landing-page-section-1-items-top-col2 h5 {
	color: #3B2A82;
	text-transform: uppercase;
	margin-top: 0px;
}
.location-landing-page-section-1-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.location-landing-page-section-1-items {
    width: 31%;
    padding: 20px;
    margin: 10px;
    border-radius: 15px;
    border: 2px solid #9A8ADB;
    background: #9A8ADB08;
    box-shadow: 0px 10px 30px 0px #3B2A8226;
    margin-bottom: 20px;
}
.location-landing-page-section-1-items-top {
    display: flex;
    column-gap: 20px;
    align-items: center;
    text-align: center;
}
.location-landing-page-section-1-items-top-col1 {
    width: 25%;
}
.location-landing-page-section-1-items-top-col2 {
    width: 75%;
}
.location-landing-page-section-1-items-bottom {
    margin-top: 20px;
}
.location-landing-page-section-1-items-bottom p {
    color: #5D49A7;
    text-align: center;
	height:200px;
}
.location-landing-page-section-1-items-bottom .btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.location-landing-page-section-2-wrapper {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.location-landing-page-section-2-col1, .location-landing-page-section-2-col2 {
    width: 50%;
}
.location-landing-page-section-2-col2 p {
    text-align: justify;
}
.logos-contact-info-row-location {
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.location-map iframe {
    border-radius: 40px;
}

/* location inner pages */
.location-inner-title-bar-wrapper {
    padding: 80px 80px 0px 80px;
    text-align: center;
}
.location-inner-page-section-wrapper {
    display: flex;
    column-gap: 40px;
	position: relative;
}
.location-inner-page-section-col1 {
    width: 75%;
    background-color: #ffffffdb;
    box-shadow: 0px 0px 35px 0px #3B2A8233;
    padding: 30px 100px 30px 100px;
    border-radius: 25px;
}
.location-inner-page-section-col2 {
    width: 25%;
}
.location-inner-form-wrapper {
   	border-radius: 20px;
    border: 10.667px solid rgba(255, 255, 255, 0.24);
    background: radial-gradient(100.28% 71.21% at 50% 51.81%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 5px 5px 25px 0px rgba(59, 42, 130, 0.15);
    padding: 15px;
}
.location-inner-form-wrapper .wpcf7 input[type=text], 
.location-inner-form-wrapper .wpcf7 input[type="email"], 
.location-inner-form-wrapper .wpcf7 input[type="tel"], 
.location-inner-form-wrapper .wpcf7 textarea {
    border: 2px solid #9a8adb;
    color: #5D49A7;
    border-radius: 10px;
    padding: 8px;
}
.location-inner-form-wrapper .wpcf7 input[type=submit] {
    background-color: #3B2A82 !important;
    margin-bottom: 0px !important;
}
.location-inner-form-wrapper .wpcf7 textarea {
    font-size: 20px !important;
}
.location-inner-form-wrapper .wpcf7 input::placeholder, .location-inner-form-wrapper .wpcf7 textarea::placeholder {
    color: #5D49A7 !important;
}

/* industry and location inner pages form sticky */
.industry-inner-form-wrapper,
.location-inner-form-wrapper {
    position: sticky;
    top: 100px;
}


/* changes on 4-5-2024 */
/* digital-marketing-company - page-id-657 */
/* social-media-marketing - page-id-657 */
.page-id-657 .technology-we-use, .page-id-661 .technology-we-use,
.page-id-2808 .technology-we-use { 
	display:none;
}
.inner-title-bar-left {
    margin-bottom: 60px;
}
.inner-title-bar-left p {
    text-align: justify;
}
.services-inner-logo-section {
    margin-top: 110px;
}
.page-id-657 .dev-process, .page-id-657 .dev-process-mobile,
.page-id-659 .dev-process, .page-id-659 .dev-process-mobile,
.page-id-661 .dev-process, .page-id-661 .dev-process-mobile,
.page-id-2808 .dev-process, .page-id-2808 .dev-process-mobile {
	display:none;
}
.page-template-default div#primary {
    margin-bottom: 50px;
}
.page-template-default .entry-content ul li {
    padding-bottom: 10px;
}

/* ---- changes on 4-5-2024 ----- */


/* our team page */
.team-members-section h2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0px;
}
.team-members-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0px auto;
	padding-bottom: 50px;
}
.team-members-items {
    position: relative;
    width: 30%;
    margin: 15px;
}
.team-members-image {
	position:relative;
	overflow:hidden;
	background-color: #ffffff;
}
.team-members-linkedin img {
    width: 30px;
}
.team-members-linkedin {
    background-color: #0077b5;
    display: inline-block;
    padding: 10px;
    transition: transform 0.3s ease;
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 30px;
	z-index: 99;
}
/* .team-members-items:hover .team-members-linkedin {
	opacity: 1;
	transition: transform 0.3s ease;
} */
.team-members-items h6 {
    margin: 10px 0px;
    font-size: 18px;
}
.team-members-items h5 {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: 700;
}
.team-members-items p {
    font-size: 18px;
	margin-bottom: 10px;
}
.team-zoom-image {
    transition: transform 0.5s ease;
    display: block;
}
/* .team-members-items:hover .team-zoom-image {
    transform: scale(1.06); 
} */
.team-members-content-wrapper {
    background-color: #ffffff66;
    padding: 15px;
}

.team-members-items:hover .team-members-image.member-1:before,
.team-members-items:hover .team-members-image.member-2:before,
.team-members-items:hover .team-members-image.member-3:before,
.team-members-items:hover .team-members-image.member-4:before,
.team-members-items:hover .team-members-image.member-5:before,
.team-members-items:hover .team-members-image.member-6:before,
.team-members-items:hover .team-members-image.member-7:before,
.team-members-items:hover .team-members-image.member-8:before,
.team-members-items:hover .team-members-image.member-9:before,
.team-members-items:hover .team-members-image.member-10:before,
.team-members-items:hover .team-members-image.member-11:before,
.team-members-items:hover .team-members-image.member-12:before,
.team-members-items:hover .team-members-image.member-13:before,
.team-members-items:hover .team-members-image.member-14:before,
.team-members-items:hover .team-members-image.member-15:before,
.team-members-items:hover .team-members-image.member-16:before
{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transition: transform 0.3s ease;
}
.team-members-items:hover .team-members-image.member-1:before {
    background-image: url('/wp-content/uploads/2024/10/hemin-patel-hover.webp');
}
.team-members-items:hover .team-members-image.member-2:before {
    background-image: url('/wp-content/uploads/2024/10/kamlesh-yadav-hover.webp');
}
.team-members-items:hover .team-members-image.member-3:before {
    background-image: url('/wp-content/uploads/2025/05/Adhi-Maam-overlay.webp');
}
.team-members-items:hover .team-members-image.member-4:before {
    background-image: url('/wp-content/uploads/2024/10/dhruval-patel-hover.webp');
}
.team-members-items:hover .team-members-image.member-5:before {
    background-image: url('/wp-content/uploads/2024/10/keyur-panchal-hover.webp');
}
.team-members-items:hover .team-members-image.member-6:before {
    background-image: url('/wp-content/uploads/2024/10/rohit-manish-hover.webp');
}
.team-members-items:hover .team-members-image.member-7:before {
    background-image: url('/wp-content/uploads/2024/10/hiren-darji-hover.webp');
}
.team-members-items:hover .team-members-image.member-8:before {
    background-image: url('/wp-content/uploads/2024/10/vrushil-parekh-hover.webp');
}
.team-members-items:hover .team-members-image.member-9:before {
    background-image: url('/wp-content/uploads/2024/10/het-patel-hover.webp');
}
.team-members-items:hover .team-members-image.member-10:before {
    background-image: url('/wp-content/uploads/2024/10/mitul-parmar-hover.webp');
}
.team-members-items:hover .team-members-image.member-11:before {
    background-image: url('/wp-content/uploads/2025/05/het-bhai-overlay.webp');
}
.team-members-items:hover .team-members-image.member-12:before {
    background-image: url('/wp-content/uploads/2024/10/riken-patel-hover.webp');
}
.team-members-items:hover .team-members-image.member-13:before {
    background-image: url('/wp-content/uploads/2024/10/manish-mistry-hover.webp');
}
.team-members-items:hover .team-members-image.member-14:before {
    background-image: url('/wp-content/uploads/2025/03/Dax-seo-overlay.webp');
}
.team-members-items:hover .team-members-image.member-15:before {
    background-image: url('/wp-content/uploads/2025/05/Krupa-overlay.webp');
}
.team-members-items:hover .team-members-image.member-16:before {
    background-image: url('/wp-content/uploads/2025/05/Ruchika-ben-overlay.webp');
}


/* ppc - Best Digital Marketing Company in Gujarat */
.ppc-header-button {
    display: flex;
    column-gap: 30px;
}
.ppc-services-items h3 {
    color: #3B2A82;
    margin: 15px 0px;
    font-weight: 700;
}
.ppc-services-section-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ppc-services-items {
    text-align: center;
    border: 2px solid #9A8ADB;
    background: #9A8ADB08;
    box-shadow: 0px 10px 10px 0px #3B2A8226;
    border-radius: 15px;
    padding: 15px;
    width: 30%;
    margin: 15px;
}
.ppc-why-choose-us-items h3 {
    color: #3B2A82;
    margin: 10px 0px;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}
.ppc-why-choose-us-items h5 {
    margin: 10px 0px;
}
.ppc-why-choose-us-section-wrapper {
    display: flex;
    column-gap: 30px;
    max-width: 1400px;
    margin: 0px auto;
}
.ppc-why-choose-us-items {
    width: 25%;
	padding: 15px;
    text-align: center;
	background: #9A8ADB08;
    box-shadow: 0px 10px 5px 0px #3B2A8226;
    border-radius: 15px;
}
.ppc-process-section-wrapper {
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
    column-gap: 30px;
	justify-content: center;
	margin-top: 15px;
}
/* Process Wrapper */
.process-wrapper {
    display: flex;
   justify-content:center;
    flex-wrap: wrap;
    gap: 30px;
}

/* Process Card */
.process-card {
    width: 20%;
    background: #ffffff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 20px 20px;
}

/* Connecting Dashed Line */
.process-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10%;
    width: 20%;
    height: 2px;
    background: repeating-linear-gradient(to right, #004466, #004466 5px, transparent 5px, transparent 10px);
}

.process-card:last-child::after {
    display: none; /* Remove line from the last card */
}
/* .ppc-process-items-step-num {
    position: absolute;
    top: -15px;
    left: 10%;
    transform: translateX(-50%);
    background: #3b2a82;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 */
/* Process Header */
.process-header {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 80%;
    text-align: center;
}

.process-header h4{
	color: #3b2a82;
    font-size: 22px;
}

/* Alternating Colors */
/* .step2 {
    background: #008080;
}
.step3 {
    background: #005555;
}
.step4 {
    background: #003333;
}
 */
/* Process Body */
.process-body {
    margin-top: 40px;
    font-size: 14px;
    color: #555;
}

.ppc-process-items h4 {
    color: #3B2A82;
    font-size: 22px;
}
.ppc-bottom-sec {
	text-align: center;
    margin-bottom: 60px;
}
.page-template-ppc-digital-marketing .footer-news-letter {
    display: none;
}

/* digital-marketing-cities */

.digital-marketing-cities {
    padding: 20px 0;
   
    text-align: center;
}

.cities-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  margin: 0 auto;
}

.city-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.city-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
	height: 200px;
}

.city-name {
    font-size: 30px;
    font-weight: 700;
    color: #5d49a7;
}

.city-card:hover {
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    .cities-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .cities-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}



/* industry inner new pages */
.page-template-industry-inner-tourism p {
    color: #3B2A82;
}
.industry-inner-new-title-bar {
    padding-bottom: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.industry-inner-new-title-bar:before {
    position: absolute;
    content: '';
    background-color: #0000009c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.industry-inner-new-title-bar p,
.industry-inner-new-title-bar h1,
.industry-inner-new-title-bar .breadcrumb,
.industry-inner-new-title-bar .breadcrumb a {
    color: #ffffff !important;
}

.industry-inner-content-section-1-wrapper p,
.industry-inner-content-section-2-col1 p,
.industry-inner-content-section-3-col1 p {
    text-align: justify;
}
.industry-inner-content-section-2-wrapper,
.industry-inner-content-section-3-wrapper {
    display: flex;
    column-gap: 40px;
}
.industry-inner-content-section-2-col1 h2 {
    margin-top: 0px;
}
.industry-inner-content-section-2-col1,
.industry-inner-content-section-2-col2,
.industry-inner-content-section-3-col1,
.industry-inner-content-section-3-col2 {
    width: 50%;
}
.industry-inner-content-section-2-col2-img-wrapper,
.industry-inner-content-section-3-col2-img-wrapper {
    position: sticky;
    top: 200px;
	text-align: center;
}
.home-blog-section-item h4 {
    margin: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industry-inner-faqs-section {
    padding-bottom: 60px;
}
.industry-inner-faqs-section-wrapper .accordion__header {
	padding: 15px;
	background-color: #ffffff47;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.industry-inner-faqs-section-wrapper .accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	color: #000000;
}
.industry-inner-faqs-section-wrapper .accordion__header.is-active {
	background-color: #1E1541;
	color: #fff;
}
.industry-inner-faqs-section-wrapper .accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #222;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
}
.industry-inner-faqs-section-wrapper .accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}
.industry-inner-faqs-section-wrapper .is-active .accordion__toggle {
	background-color: #fff;
}
.industry-inner-faqs-section-wrapper .is-active .accordion__toggle::before {
	display: none;
}
.industry-inner-faqs-section-wrapper .accordion__body {
	display: none;
	padding: 15px;
	border: 1px solid #1E1541;
	border-top: 0;
}
.industry-inner-faqs-section-wrapper .accordion__body.is-active {
	display: block;
}
.industry-inner-faqs-section-wrapper .accordion__body p {
    margin-bottom: 0px;
}
.industry-inner-faqs-section-wrapper .accordion__header.is-active h3 {
    color: #ffffff;
}

/* post author bio */
.hj-author-bio-wrapper {
    background-color: #ffffff;
    padding: 20px;
	margin-bottom: 20px;
}
.author-info {
    display: flex;
    column-gap: 20px;
}
.author-info-col1 {
    width: 10%;
}
.author-info-col2 {
    width: 90%;
}
.author-info-col2 h3 {
    margin-top: 0px;
    margin-bottom: 5px;
	color: #3B2A82;
}

/* testimonials */
.inner-testimonials-sec {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.inner-testimonials-sec h2{
	text-align:center;
	display:block;
}
.testimonials-content p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
}
.inner-testimonials-sec-wrapper {
display:block;
}
.testimonials-bottom {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
}
.testimonials-bottom:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/03/icon-google.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}
.inner-testimonials-sec button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    background-color: transparent;
    bottom: -35%;
    right: 200px;
    z-index: 99;
    border: none;
}
.inner-testimonials-sec button.button-slider.slide-arrow.next-arrow.slick-arrow {
    background-color: transparent;
    right: 100px;
    position: absolute;
    bottom: -35%;
    z-index: 99;
    border: none;
}
.testimonials-items {
    padding: 30px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	min-height: 220px;

}
.testimonials-items:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/03/icon-google.svg);
    width: 45px;
    height: 45px;
    top: 10px;
    left: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.slick-dots li button:before {
    color: #555 !important;
}
.slick-prev, .slick-next {
    color: #555 !important;
    z-index: 10;
}
.slick-slide {
    padding: 0 10px; /* Adds horizontal gap between testimonials */
}
.testimonail-image {
    position: absolute;
    right: 10%;
}
.testimonail-image img{
   width:40px;
}
.testimonials-bottom strong {
    position: relative;
    bottom: -25px;
}

@media (max-width:480px){
.testimonail-image img{
   width:30px;
}
.testimonials-bottom strong {
    position: relative;
    bottom: -16px;
}
}


@media (max-width:767px) {
	.inner-title-bar-wrapper {
    	flex-direction:column;
    	padding: 40px 0px 0px 0px;
   	}
	.inner-title-bar-left, .inner-title-bar-right {
    	width: 100%;
	}
	.breadcrumb {
    	display: none;
	}
	.our-mission-left:after, .our-mission-left h2:after, .our-mission-right:before, .our-mission-right h2:after,
	.project-main-image:before, .project-main-image:after {
		display: none;
	}
	.about-statistics-sec-wrapper {
    	flex-direction: column;
		position: inherit;
    	top: inherit;
    	left: inherit;
		padding-top: 30px;
	}
	.about-statistics-item {
    	width: 100%;
    	margin-bottom: 20px;
	}
	.about-sec1-wrapper,.why-choose-row1, .why-choose-row2, .why-choose-row3, .why-choose-row4, .why-choose-row5,
	.our-mission-wrapper, .what-we-offer-inner-wrapper, .how-we-work-sec-wrapper, .virtual-dreams-sec-wrapper,
	.services-inner-choose-wrapper, .we-can-help-wrapper, .we-can-help-block-sec, .service-we-deliver-wrapper,
	.we-help-sec-2-wrapper, .home-case-study-wrapper-works, .blog-section-wrapper, .case-intro-sec-wrapper, .proje-more-info-sec-wrapper,
	.features-wrapper, .our-works-logos-wrapper-main, .healthcare-marketing-section-1-wrapper,
	.team-members-section-wrapper, .ppc-header-button, .ppc-services-section-inner-wrapper {
    	flex-direction: column;
	}
	.about-sec1-wrapper {
    	padding-top: 0px;
	}
	.about-sec1, .about-sec1-right h2, .our-vision-sec {
    	margin-top: 0px;
	}
	.why-choose-row1-col1, .why-choose-row2-col1, .why-choose-row3-col1, .why-choose-row4-col1, .why-choose-row5-col1,
	.why-choose-row1-col2, .why-choose-row2-col2, .why-choose-row3-col2, .why-choose-row4-col2, .why-choose-row5-col2,
	.our-mission-left, .our-mission-right, .what-we-offer-inner-items, .how-we-work-sec-items, .contact-info-col, .client-logos-col-wrapper,
	.services-inner-choose-wrapper-left, .services-inner-choose-wrapper-right, .we-can-help-block-item, .service-we-deliver-items,
	.home-case-study-wrapper-works .home-case-study-item, .blog-page-sec-left, .blog-page-sec-right, .page-id-17 .home-blog-section-item,
	.case-intro-sec-left, .case-intro-sec-right {
		width:100%;
	}
	.why-choose-wrapper h3:before {
    	width: 25px;
    	height: 25px;
    }
	.why-choose-wrapper h3 {
    	padding-left: 40px;
	}
	.about-sec1-right p {
    	margin-bottom: 0px;
	}
	.our-mission-left {
    	padding-right: 0px;
	}
	.our-mission-left h2 {
    	text-align: left;
    }
	.our-mission-right {
    	padding-left: 0px;
	}
	.what-we-offer-inner-wrapper {
    	padding: 20px 0px;
    }
	.what-we-offer-inner-items {
   		padding: 0px 10px;
	}
	.what-we-offer-inner-items h3 {
    	font-size: 20px;
	}
	.what-we-offer-inner-items h3:before {
    	width: 35px;
    	height: 35px;
    }
	.what-we-offer-inner-items h3 {
    	padding-left: 50px;
	}
	.how-we-work-sec-items.text-center {
    	margin-bottom: 20px;
	}
	.virtual-dreams-sec-items {
    	width: 70%;
   		margin: 0px auto;
    	margin-bottom: 20px;
	}
	.virtual-dreams-sec-wrapper {
   		padding: 30px 0px;
    }
	.logos-contact-info-row {
    	flex-direction: column-reverse;
	}
	.contact-info-col-inner {
    	padding: 30px 20px 30px 20px;
		gap:20px;
    }
	.contact-call, .contact-mail, .contact-address {
    	padding-left: 2px;
		gap:10px;
    }
	.services-inner-form {
    	width: 100%;
    	padding: 0px;
	}
	ul.technology {
    	display: none;
	}
	.tech-icons-wrapper {
    	column-gap: inherit;
    	flex-wrap: wrap;
	}
	.tech-icons-items {
    	width: 33.33%;
    	padding-bottom: 15px;
	}
	.we-can-help {
    	margin-top: 30px;
	}
	.we-can-help-left, .we-can-help-right {
    	padding: 20px 20px;
    	margin-bottom: 25px;
	}
	.we-can-help-block-item {
    	margin-bottom: 20px;
	}
	.we-help-sec-2-items {
    	width: 100%;
    	height: 370px;
	}
	.we-help-sec-2 {
    	margin-top: 0px;
	}
	.we-help-sec-2-items-content {
    	max-width: 250px !important;
    }
	.we-help-sec-2-items:nth-child(4), .we-help-sec-2-items:nth-child(6) {
    	margin-top: 40px;
	}
	.we-help-sec-2-items:nth-child(6) {
		margin-bottom:20px;
	}
	.home-case-study-row2-works {
    	margin-top: 0px;
    }
	.home-case-study-wrapper-works .home-case-study-item {
    	margin-bottom: 10px;
	}
	.blog-page-sec-wrapper {
    	padding-top: 0px;
    	flex-direction: column;
	}
	.blog-page-sec-right {
    	padding-top: 25px;
	}
	.archive .page-title {
    	font-size: 24px;
    	line-height: 30px;
    }
	.case-intro-sec {
    	padding-top: 30px;
	}
	.tech-wrapper {
		width: 100%;
		position: inherit;
    }
	.objective-sec-content p {
    	text-align: justify;
	}
	.proje-more-info-sec-wrapper div {
    	padding-bottom: 20px;
	}
	.proje-more-country:before, .proje-more-duration:before, .proje-more-industry:before {
    	width: 50px;
    	height: 50px;
    }
	.features-head {
    	column-gap: 15px;
    }
	.features-item {
    	width: 100%;
    	padding: 0px;
    	margin-bottom: 20px;
	}
	.our-works-logos-wrapper-main {
    	margin-top: 30px;
    	margin-bottom: 30px;
	}
	.our-works-logos-items {
    	width: 100%;
    	margin: 0px;
    	margin-bottom: 15px;
	}
	.looking-job-sec .accordion {
    	padding-top: 30px;
	}
	.looking-job-sec .accordion__header, .looking-job-sec .accordion__body {
    	padding: 0px;
    }
	.looking-job-sec .accordion__body {
    	padding-bottom: 20px;
    }
	.looking-job-sec .job-title {
    	font-size: 24px !important;
    }
	.looking-job-sec .job-exp, .looking-job-sec .job-position, .looking-job-sec .job-type, .looking-job-sec .job-skills,
	.looking-job-sec .job-exp-year, .looking-job-sec .job-pos-number, .looking-job-sec .job-type-detail {
    	font-size: 20px !important;
    }
	.looking-job-sec .accordion__toggle, .looking-job-sec .is-active .accordion__toggle {
    	width: 30px;
    	height: 30px;
		top: 15px;
	}
	.skills {
		box-shadow:inherit;
		position: relative;
		padding: 10px 5px;
	}
	.skills:after {
    	position: absolute;
    	content: ',';
    }
	.skills:nth-child(5):after {
    	content: '';
	}
	.page-id-21 .footer-top {
    	padding-top: 40px;
	}
	h1.entry-title {
		font-size: 35px;
		line-height: 45px;
	}
	aside#secondary {
   		padding-top: 0px;
    	padding-right: 20px;
    	padding-left: 20px;
	}
	.services-inner-form.services-inner-form-blog-detail, .healthcare-marketing-section-2-col1, 
	.healthcare-marketing-section-2-col2 {
    	width: 100%;
	}
	.healthcare-marketing-section-1 {
    	margin-top: 20px;
	}
	.healthcare-marketing-section-1-items {
    	width: 100%;
    	margin: 0px;
    	margin-bottom: 25px;
	}
	.healthcare-marketing-section-2-wrapper {
    	flex-direction: column-reverse;
	}
	/* our services page */
	.our-services-page-sec-wrapper:before {
		display:none;
	}
	.our-services-page-sec-wrapper h3 {
    	margin-bottom: 0px;
	}
	.our-services-page-sec-row1, .our-services-page-sec-row3, .our-services-page-sec-row5 {
    	flex-direction: column;
	}
	.our-services-page-sec-row2, .our-services-page-sec-row4, .our-services-page-sec-row6 {
    	flex-direction: column-reverse;
	}
	.our-services-page-sec-row1-col1, .our-services-page-sec-row1-col2,
	.our-services-page-sec-row2-col1, .our-services-page-sec-row2-col2,
	.our-services-page-sec-row3-col1, .our-services-page-sec-row3-col2,
	.our-services-page-sec-row4-col1, .our-services-page-sec-row4-col2,
	.our-services-page-sec-row5-col1, .our-services-page-sec-row5-col2,
	.our-services-page-sec-row6-col1, .our-services-page-sec-row6-col2,
	.our-services-page-sec-block h3 {
    	width: 100%;
	}
	.our-services-page-sec-wrapper {
   		padding-top: 20px;
    	padding-bottom: 20px;
    }
	.our-services-page-sec-block {
    	flex-direction: column;
    	text-align: center;
	}
	.our-services-page-sec-row1-col1:before {
    	width: 60px;
    	height: 60px;
    	top: -20px;
	}
	.our-services-page-sec-row2-col2:before, .our-services-page-sec-row3-col1:before,
	.our-services-page-sec-row4-col2:before, .our-services-page-sec-row5-col1:before, .our-services-page-sec-row6-col2:before {
		width: 60px;
    	height: 60px;
    	top: -20px;
	}
	.our-services-page-sec-row1-col2, .our-services-page-sec-row2-col1,
	.our-services-page-sec-row3-col2, .our-services-page-sec-row4-col1, .our-services-page-sec-row5-col2, .our-services-page-sec-row6-col1 {
    	margin-top: 20px;
	}
	.our-services-page-sec-btn-wrapper {
		flex-direction: column;
		text-align: center;
		width: 70%;
		margin: 0px auto;
	}
	.our-services-page-sec-btn-wrapper a {
    	margin-bottom: 20px;
	}
	.our-services-page-sec-row2-col2 h3, .our-services-page-sec-row4-col2 h3, .our-services-page-sec-row6-col2 h3 {
    	text-align: center;
    	margin-bottom: 20px !important;
	}
	.our-services-page-sec-row2, .our-services-page-sec-row3, .our-services-page-sec-row4, .our-services-page-sec-row5, .our-services-page-sec-row6 {
    	padding-top: 40px;
	}
	.our-services-page-sec-row2-col2:before, .our-services-page-sec-row4-col2:before, .our-services-page-sec-row6-col2:before {
		left:0;
	}
	.inner-title-bar-left {
    	margin-bottom: 20px;
	}
	.services-inner-logo-section {
    	margin-top: 20px;
	}
	.faqs-section-wrapper .accordion__header>* {
    	max-width: 90%;
	}
	.industry-landing-page-section-1, .location-landing-page-section-1 {
    	margin-top: 20px;
	}
	.industry-landing-page-section-1-wrapper, .industry-inner-page-section-wrapper,
	.location-landing-page-section-1-wrapper, .location-inner-page-section-wrapper,
	.logos-contact-info-row-location {
    	flex-direction: column;
	}
	.industry-landing-page-section-1-items, .location-landing-page-section-1-items {
    	width: 100%;
    	margin: 0px;
    	margin-bottom: 30px;
	}
	.industry-landing-page-section-1-items-bottom, .location-landing-page-section-1-items-bottom {
    	margin-top: 0px;
	}
	.industry-landing-page-section-2-wrapper, .location-landing-page-section-2-wrapper {
    	flex-direction: column-reverse;
	}
	.industry-landing-page-section-2-col1, .industry-landing-page-section-2-col2,
	.industry-inner-page-section-col1, .industry-inner-page-section-col2,
	.location-landing-page-section-2-col1, .location-landing-page-section-2-col2,
	.industry-inner-page-section-col1, .location-inner-page-section-col1, .location-inner-page-section-col2 {
   		width: 100%;
	}
	.industry-inner-title-bar-wrapper,
	.location-inner-title-bar-wrapper {
    	padding: 30px 0px 0px 0px;
    }
	.industry-inner-page-section-col1,
	.location-inner-page-section-col1 {
    	padding: 15px 15px;
    }
	.industry-inner-page-section-col2, .location-inner-page-section-col2 {
    	margin-top: 30px;
	}
	.locations-landing-client-logos {
    	margin-top: 30px;
	}
	.logos-contact-info-row-location .client-logos-col-wrapper {
    	margin-top: 30px;
	}
	.single-post header.entry-header {
    	margin-top: 30px;
	}
	.industry-inner-form-wrapper,
	.location-inner-form-wrapper {
		position: inherit;
		top: inherit;
	}
	.proje-more-info-sec-wrapper {
    	padding: 30px 0px;
	}
	.research-and-insights-section-row {
    	flex-direction: column;
		text-align: center;
	}
	.research-and-insights-section-col1 {
    	padding-bottom: 15px;
	}
	.our-works-sec-mobile.our-works-page {
    	margin-bottom: 30px;
	}
	.contact-map-section-wrapper {
    	flex-direction: column;
	}
	.contact-map-section-col1, .contact-map-section-col2 {
    	width: 100%;
	}
	.contact-info-col-inner .contact-call a {
    	display: inline-block;
	}
	.team-members-items {
   		width: 100%;
    	margin: 0px;
    	margin-bottom: 20px;
	}
	.ppc-header-button a {
		text-align: center;
		margin: 10px 0px;
		font-size: 14px;
		padding: 20px;
	}
	.ppc-services-items {
   		width: 100%;
    	margin: 0px;
    	margin-bottom: 20px;
	}
	.ppc-why-choose-us-section-wrapper, .ppc-process-section-wrapper {
    	flex-direction: column;
	}
	.ppc-why-choose-us-items {
    	width: 100%;
    	margin-bottom: 20px;
	}
	.ppc-process-items {
    	width: 100%;
    }
	.ppc-process-section-wrapper {
    	margin-top: 0px;
	}
	.page-template-ppc-digital-marketing .wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner,
	.page-template-ppc-website-development-company .wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    	font-size: 14px;
    }
	.page-template-ppc-website-development-company .our-works-sec-mobile {
    	margin-top: 0px;
	}
	.page-template-ppc-website-development-company .ppc-why-choose-us-section {
    	margin-top: 25px;
	}
	.industry-inner-new-title-bar {
    	padding-bottom: 0px !important;
    }
	.industry-inner-content-section-2-wrapper,
	.industry-inner-content-section-3-wrapper,
	.industry-inner-content-section-4-wrapper {
    	flex-direction: column !important;
	}
	.industry-inner-content-section-2-col1, .industry-inner-content-section-2-col2,
	.industry-inner-content-section-3-col1, .industry-inner-content-section-3-col2 {
    	width: 100% !important;
	}
	.industry-inner-content-section-2-col2-img-wrapper,
	.industry-inner-content-section-3-col2-img-wrapper {
    	padding-top: 40px;
	}
	.page-template-industry-inner-tourism .our-works-sec,
	.page-template-industry-inner-fashion .our-works-sec,
	.page-template-industry-inner-real-estate .our-works-sec,
	.page-template-industry-inner-saas .our-works-sec {
		display:block;
	}
	.author-info {
    	flex-direction: column;
	}
	.author-info-col1 {
    	width: 20%;
	}
	.author-info-col2 {
    	width: 100%;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.inner-title-bar-wrapper {
    	padding: 40px 0px 0px 0px;
    }
	.breadcrumb {
    	display: none;
	}
	.about-statistics-sec-wrapper {
    	position: inherit;
    	top: 30px;
    	left: 0;
	}
	.about-sec1-wrapper {
    	padding-top: 0px;
	}
	.why-choose-sec {
    	margin-top: 10px;
	}
	.what-we-offer-inner-wrapper {
    	padding: 40px 0px;
   	}
	.what-we-offer-inner-items h3 {
    	font-size: 20px;
	}
	.what-we-offer-inner-items p {
    	font-size: 16px;
	}
	.what-we-offer-inner-items h3:before {
    	top: -15px;
    }
	.how-we-work-sec-wrapper, .our-mission-wrapper, .services-inner-choose-wrapper, .we-can-help-block-sec,
	.service-we-deliver-wrapper, .we-help-sec-2-wrapper,.blog-page-sec-wrapper, .industry-inner-page-section-wrapper,
	.location-inner-page-section-wrapper, .logos-contact-info-row-location {
    	flex-direction: column;
	}
	.our-mission-left, .our-mission-right, .we-help-sec-2-items, .tech-wrapper, .blog-page-sec-left, .blog-page-sec-right,
	.contact-info-col, .client-logos-col-wrapper {
    	width: 100%;
	}
	.how-we-work-sec-items {
    	width: 50%;
    	margin: 0px auto;
    	margin-bottom: 25px;
	}
	.virtual-dreams-sec-items {
    	width: 20%;
    }
	.our-mission-left:after, .our-mission-right:before, .our-mission-left h2:after, .our-mission-right h2:after {
		display:none;
	}
	.our-mission-left {
   		padding-right: 0px;
	}
	.our-mission-left h2 {
    	text-align: left;
    }
	.our-mission-right {
    	padding-left: 0px;
	}
	.services-inner-form, .services-inner-choose-wrapper-left, .services-inner-choose-wrapper-right, .service-we-deliver-items {
    	width: 100%;
   	}
	ul.technology li {
    	padding: 0px 5px;
    }
	.we-can-help-block-item {
    	width: 60%;
    	margin: 0px auto;
    	margin-bottom: 25px;
	}
	.service-we-deliver-content-wrapper {
    	width: 40%;
    }
	.home-case-study-wrapper-works .home-case-study-item {
    	width: 50%;
    }
	.features-head-title h3 {
   		font-size: 22px;
	}
	.blog-page-sec-wrapper {
    	padding-top: 0px;
	}
	.blog-page-sec-right {
    	padding-top: 25px;
	}
	.logos-contact-info-row {
    	flex-direction: column-reverse;
	}
	.contact-info-col-inner {
    	padding: 40px 40px 40px 30px;
		gap:20px;
    }
	.client-logos-col-wrapper h2, .contact-info-col h2 {
    	max-width: 100%;
	}
	.our-works-logos-wrapper-main {
    	margin-top: 80px;
    }
	.our-works-logos-items {
    	width: 25%;
    }
	.hr-phone a, .hr-mail a {
    	font-size: 16px;
	}
	.hr-details-block {
    	width: 300px !important;
	}
	.archive .page-title {
    	font-size: 40px;
    	line-height: 50px;
    }
	h1.entry-title {
    	font-size: 35px;
    	line-height: 45px;
	}
	aside#secondary {
    	padding-top: 0px;
    	padding-right: 20px;
    	padding-left: 20px;
	}
	.services-inner-form.services-inner-form-blog-detail {
    	width: 70%;
    	margin: 0px auto;
	}
	.healthcare-marketing-section-1-items {
    	width: 45%;
    }
	.healthcare-marketing-section-2-wrapper {
    	flex-direction: column-reverse;
	}
	.healthcare-marketing-section-2-col1, .healthcare-marketing-section-2-col2 {
    	width: 100%;
	}
	.our-services-page-sec-row1, .our-services-page-sec-row2, .our-services-page-sec-row3, .our-services-page-sec-row4, 
	.our-services-page-sec-row5, .our-services-page-sec-row6 {
   		column-gap: 60px;
   	}
	.our-services-page-sec-block h3 {
    	font-size: 18px;
	}
	.our-services-page-sec-btn-wrapper .btn.btn-secondary {
    	padding: 15px 10px;
    }
	.our-services-page-sec-wrapper {
    	padding-top: 40px;
    }
	.our-services-page-sec-wrapper:before {
		display:none;
	}
	.industry-landing-page-section-1 {
    	margin-top: 70px;
	}
	.industry-landing-page-section-1-items,
	.location-landing-page-section-1-items {
    	width: 46%;
    }
	.industry-landing-page-section-2-wrapper,
	.location-landing-page-section-2-wrapper {
    	flex-direction: column-reverse;
	}
	.industry-landing-page-section-2-col1, .industry-landing-page-section-2-col2,
	.industry-inner-page-section-col2, .location-landing-page-section-2-col1, .location-landing-page-section-2-col2,
	.location-inner-page-section-col1, .location-inner-page-section-col2 {
    	width: 100%;
	}
	.industry-inner-title-bar-wrapper,
	.location-inner-title-bar-wrapper {
    	padding: 40px 0px 0px 0px;
    }
	.industry-inner-page-section-col1 {
    	width: 100%;
    	padding: 20px 20px 20px 20px;
    }
	.location-inner-page-section-col1 {
    	padding: 20px;
	}
	.industry-inner-page-section-col2,
	.location-inner-page-section-col2 {
   		margin-top: 30px;
	}
	.locations-landing-client-logos {
    	margin-top: 40px;
	}
	.logos-contact-info-row-location .client-logos-col-wrapper {
    	margin-top: 35px;
	}
	.single-post header.entry-header {
    	margin-top: 30px;
	}
	.industry-inner-form-wrapper,
	.location-inner-form-wrapper {
		position: inherit;
		top: inherit;
	}
	.research-and-insights-section-row {
    	flex-direction: column;
    	text-align: center;
	}
	.research-and-insights-section-col1 {
    	padding-bottom: 15px;
	}
	.team-members-items {
    	width: 45%;
    }
	.ppc-header-button a {
    	font-size: 11px;
	}
	.ppc-services-items {
    	width: 42%;
    }
	.page-template-ppc-digital-marketing .wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner,
	.page-template-ppc-website-development-company .wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    	font-size: 10px;
    }
	.industry-inner-new-title-bar {
    	padding-bottom: 0px !important;
    }
	.industry-inner-content-section-2-wrapper, .industry-inner-content-section-3-wrapper {
    	flex-direction: column;
	}
	.industry-inner-content-section-2-col1, .industry-inner-content-section-2-col2, 
	.industry-inner-content-section-3-col1, .industry-inner-content-section-3-col2 {
    	width: 100% !important;
	}
	.industry-inner-content-section-2-col2-img-wrapper,
	.industry-inner-content-section-3-col2-img-wrapper {
    	padding-top: 40px;
	}
}

@media (max-width:1280px) {
	.service-we-deliver-items p, .we-help-sec-2-items p {
    	font-size: 16px;
	}
	.service-we-deliver-content-wrapper {
   		top: 10px;
	}
	.we-help-sec-2-items-content {
    	max-width: 300px;
    	top: 15%;
    }
	.hr-details-block {
    	width: 350px;
    }
}

@media (min-width:1600px) {
	.contact-info-col-inner div {
    	padding-bottom: 15px;
		position: relative;
    	top: 15px;
	}
	.contact-info-col-inner {
    	min-height: 350px;
		padding: 20px 20px 20px 30px;
	}
	.our-mission-left h2:after {
   		height: 720px;
    	top: -291px;
    	right: 40%;
    }
	.our-mission-right h2:after {
   		height: 720px;
    	top: -291px;
    	left: 40%;
    }
	.project-main-image:before {
    	left: 8%;
    }
	.project-main-image:after {
    	right: 3%;
    }
	.about-statistics-sec-wrapper {
   		top: -60px;
    }
	.service-we-deliver-content-wrapper {
    	width: 60%;
    	top: 10%;
	}
	.service-we-deliver-items {
    	height: 470px;
    }
	.we-help-sec-2-items-content {
		max-width: 300px;
		position: relative;
		top: 10%;
		left: 50%;
    	transform: translateX(-50%);
	}
}

@media  screen and (max-width: 1440px){
	.contact-info-col-inner{
		gap:20px;
	}
	.contact-call, .contact-mail, .contact-address {
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 18px;
   }
}

@media  screen and (max-width: 1600px) {
    .service-we-deliver-content-wrapper {
    	top: 5%;
	}
}

/* new css for fashion  */
.industry-inner-content-section-4-wrapper {
    display: flex;
}

.industry-inner-content-section-3-wrapper{
	flex-direction:row-reverse;
}

/* E-commerce page css */
.its-support-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d8d3ec;
    padding: 30px 0px 200px 0px;
	border-radius: 16px;
	position: relative;
	color: #fff;
/* 	flex-wrap: wrap; */
	gap: 5%;
	background-image: url(/wp-content/uploads/2025/04/bg-support.webp);
    background-position: center right;
    background-repeat: no-repeat;

}

/* .its-support-left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.its-support-right {
    width: 50%;
/*     display: flex;
    justify-content: center;
    align-items: center; */
}

.its-support-left img {
	width: 100%;
	max-width: 465px;
	border-radius: 50%;
	
}

.its-support-right {
	max-width: 600px;
	padding: 20px;
}

.its-support-right h6 {
	font-size: 16px;
	color: #181231;
	margin-bottom: 10px;
	text-transform: uppercase;
	    font-weight: 600;
}

.its-support-right h2 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #181231;
    text-align: left;
}

.its-support-right p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
	color:#181231;
}

.its-support-right .features-list {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 30px;
    margin: 0px;
}

.its-support-right .features-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color:#181231;
}

.its-support-right .features-list li img {
	width:20px;
}

.image-shape2 {
    background: #273540;
    animation: morph2 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 97%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 76%;
    position: absolute;
    top: 13px;
    z-index: 0;
    left: 13px;
}
.image-shape {
    background: #104cba;
    animation: morph 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 70%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 86%;
    position: absolute;
    bottom: 42px;
    z-index: 0;
    left: -9px;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}
@keyframes morph2 {
  0% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }
  50% {
    border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
  }
  100% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }
}


.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 465px;
    z-index: 1;
}

.image-wrapper img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 50%;
}
/* Tablet: Stack vertically and reduce spacing */
@media (max-width: 1024px) {
	.stat-box h3{
		font-size:40px !important;
	}
	.stat-box p{
		font-size:18px !important;
	}
	.services-grid{
		    grid-template-columns: repeat(3, 300px) !important;
	}
	.section-title{
		font-size:30px !important;
	}
	.experience-box{
		 height: 100px !important;
         width: 150px !important;
	}
	.experience-box p {
    margin: 0px;
    font-size: 18px !important;
}
	.we-help-right h2{
		font-size:30px;
	}
	.ecommerce-solution-wrapper{
		gap:10px !important;
	}
}
@media (max-width: 991px) {
  .its-support-wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
    text-align: center;
  }

  .its-support-left,
  .its-support-right {
    width: 100%;
    max-width: 100%;
  }

  .its-support-right {
    padding: 0 20px;
  }

  .its-support-right .features-list {
/*     grid-template-columns: 1fr; */
    justify-items: center;
  }

  .image-wrapper {
    margin: 0 auto;
  }
}

/* Mobile: Reduce font sizes and image */
@media (max-width: 576px) {
	
	.its-support-wrapper{
		background-image:none;
	}
  .its-support-right h2 {
    font-size: 24px;
  }

  .its-support-right p,
  .its-support-right .features-list li {
    font-size: 14px;
  }

  .its-support-right h6 {
    font-size: 12px;
  }

  .image-wrapper {
    max-width: 300px;
  }

  .image-shape,
  .image-shape2 {
    display: none; /* Optional: hide shapes for better performance on mobile */
  }
}
.stats-section {
    padding: 40px 20px;
    border-radius: 12px;
    color: #fff;
     margin-top: -190px;
    position: relative;
    z-index: 1;
  
}

.stats-container {
    display: flex;
/*     flex-wrap: wrap; */
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
    text-align: center;
	background-image:url('/wp-content/uploads/2025/04/counterbg.webp');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 80px 80px 80px;
}

.stat-box {
    flex: 1 1 200px;
}

.stat-box h3 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;   
}

.stat-box p {
    font-size: 22px;
    margin: 0;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .stats-container {
        flex-direction: column;
        gap: 20px;
		padding:20px;
    }

    .stat-box h3 {
        font-size: 28px;
    }

    .stat-box p {
        font-size: 14px;
    }
}
.who-we-section{
	background-image:url('/wp-content/uploads/2025/04/bg-support-2.webp');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 200px 0px 40px 0px;
    margin-top: -11%;
}

.who-we-header {
    text-align: center;
    margin-bottom: 40px;
}

.subtitle {
    color: #104cba;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 350px); /* 3 fixed-width columns */
    justify-content: center; /* center the entire grid */
    row-gap: 30px; /* only vertical spacing */
    column-gap: 30px; /* remove horizontal gap */
    margin-bottom: 40px;
}


.service-box-main {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: 0.3s;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 2px solid #e6ecf7;
    width: 100%; /* let the box fill the 350px grid cell */
	gap:20px;
}

.service-box:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.service-box-main h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-box-main p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}

.learn-more {
    font-size: 14px;
    font-weight: 600;
    color: #104cba;
    text-decoration: none;
}

.learn-more span {
    margin-left: 5px;
    font-weight: bold;
}

.services-btn-wrap {
    text-align: center;
}

.view-all-btn {
    background: #104cba;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}

.view-all-btn:hover {
    background: #0d3a9c;
}
/* Tablet: 2 columns */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
	.stat-box {
    flex: 1 1 120px;
}
	.stats-section{
		margin-top:0px;
	}
	.who-we-section{
		margin-top:0px;
		padding:10px;
	}
     .section-title{
		font-size:25px !important;
	}
}

/* we help section */
.we-help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
/* 	padding-top: 120px; */
    padding-bottom: 120px;
	gap:20px;
}

.we-help-left {
    position: relative;
}

.we-help-left .main-image {
      width: 70%;
    border-radius: 10px;
    margin-left: 15%;
}

.we-help-left .overlay-image {
      position: absolute;
  bottom: -60px;
    right: 40px;
    width: 400px;
    border-radius: 10px;
  box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    background: #ffffff;
}

.experience-box {
     position: absolute;
    top: 24%;
    right: -8%;
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    height: 150px;
    width: 200px;
    text-align: center;

}

.we-help-right h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.we-help-right p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
/* 	max-width:80%; */
}

.feature-main {
    margin-top: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-item img {
    width: 60px;
    height: auto;
}

.feature-item h4 {
    margin: 0 0 5px;
    font-size: 22px;
}

.we-help-grid::after{
	 transform: translateX(10px);
    position: absolute;
    left: -110px;
    top: 150px;
    content: "";
    height: 100%;
    width: 40%;
    background: url('/wp-content/uploads/2025/04/we-help-shape.webp');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.experience-box p{
	margin:0px;
}

@media (max-width: 1368px) {
	.we-help-grid{
		padding-bottom:0px ;
 	}
	.we-help-left .overlay-image{
		    width: 230px;
	}
}
@media (max-width: 768px) {
    .we-help-grid {
        grid-template-columns: 1fr;
		padding-bottom: 0px;
    }

    .overlay-image {
/*         position: static; */
        transform: none;
        margin-top: 20px !important;
		    bottom: 15px !important;
    right: 40px;
    width: 300px !important;
    }
    .experience-box {
        position: static;
        transform: none;
        margin-top: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
		height: 100%;
        width: 150px;
	    font-size: 20px;

    }
	.we-help-right h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
}
	.services-btn-wrap{
		margin-bottom:40px;
	}
}
@media (max-width: 480px) {
	.we-help-left .overlay-image{
		display:none;
	}
	.we-help-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
	.we-help-left .main-image{
		margin-left:0px;
	}
}

/* Faqs */

/* .faqs-section {
  background: #f6f9fe;
  padding: 80px 0;
}
.faq-left {
  flex: 1;
  min-width: 250px;
}
.faq-label {
  color: #3a5acc;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}
.faq-left h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b254b;
  margin-bottom: 24px;
}
.btn-view-all {
  display: inline-block;
  padding: 10px 20px;
  background: #3a5acc;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
}

.faq-right {
  flex: 2;
  min-width: 300px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-question h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0b254b;
  margin: 0;
}
.faq-answer {
  display: none;
  padding-top: 10px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}
.arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}
.faq-answer {
  padding-top: 10px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  display: none;
}

 */


/* core features */
.core-features-section{
	margin-bottom: 40px;
}
.core-features-section .section-title{
	text-align:center;
}
.core-features-section .section-subtitle{
	text-align:center;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    margin-top: 60px !important;
	max-width:1100px;
	margin:0 auto;
}

.core-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.feature-icon img {
    width: 200px;
    object-fit: contain;
}

.core-feature-item h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #333;
}

.core-feature-item p {
    margin: 0;
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .features-grid {
/*         grid-template-columns: 1fr; */
        gap: 30px;
    }

    .core-feature-item {
        flex-direction: row;
    }

    .feature-icon img {
        width: 100px;
    }

    .core-feature-item h4 {
        font-size: 16px;
    }

    .core-feature-item p {
        font-size: 12px;
    }
}


@media (max-width: 480px) {
    .core-feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-icon img {
        width: 40px;
    }
}


.ecommerce-sol-section {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.ecommerce-solution-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.ecommerce-left {
    flex: 1;
    min-width: 320px;
    max-width: 500px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}

.explore-more-btn {
    display: inline-block;
    background-color: #3D3792;
    color: white;
    font-weight: bold;
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
}

.ecommerce-right {
       width: 50%;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
}

.service-box-ecommerce {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 12px 15px;
    border-radius: 6px;
}

.icon-ecoomerce img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.service-box-ecommerce h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.service-box-ecommerce:hover {
    background-color: #ff7029;
    color: #fff;
}

.service-box-ecommerce:hover h4,
.service-box-ecommerce:hover .icon-ecommerce img {
    color: #fff;
    filter: brightness(0) invert(1);
}

/* ✅ Responsive */
@media (max-width: 768px) {
    .ecommerce-solution-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .service-grid {
/*         grid-template-columns:2fr; */
		width:90%;
		padding:0px !important;
    }

	.service-box-ecommerce h4{
		font-size:12px;
	}
	.icon-ecoomerce img{
		max-width:none;
	}
    .section-title {
        font-size: 28px;
    }
	.ecommerce-right{
		width:100%;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	.service-box-ecommerce{
		min-height:100%;
		justify-content: center;
        align-items: center;
	}
	.ecommerce-left{
		text-align:center;
	}
}
.faqs-section {
  background: #f3f7fe;
  padding: 40px 0;
}

.faq-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
/*   flex-wrap: wrap; */
	    width: 80%;
    margin: auto;
}

.faq-left {
  flex: 1 1 40%;
}

.faq-left .faq-label {
  color: #3e7eff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

.faq-left .faq-label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #3e7eff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin: 10px 0 20px;
}

.faq-left .btn-view-all {
  display: inline-block;
  padding: 12px 24px;
  background-color: #3e7eff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 20px;
}

.faq-right {
  flex: 1 1 60%;
}

.accordion {
  background-color: transparent;
  border-bottom: 1px solid #dbe5f1;
  padding: 16px 0;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion__header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}
.accordion__header.is-active h3{
	color:white !important;
}

.accordion__header .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
  color: #0f172a;
}

.accordion__header.is-active .arrow {
  transform: rotate(180deg);
	    color: white;
}

.accordion__body {
  display: none;
  padding-top: 12px;
}

.accordion__body.is-active {
  display: block;
}

.accordion__body p {
  font-size: 16px;
  color: #555f6b;
  line-height: 1.6;
  margin: 0;
}
.faq-left .view-all-btn{
	margin-top:30px;
}
@media (max-width: 1024px) {
  .faq-wrapper {
    flex-direction: column;
    gap: 20px !important;
    width: 90%;
  }

  .faq-left,
  .faq-right {
    flex: 1 1 100%;
  }

  .faq-left h2 {
    font-size: 24px;
  }

  .accordion__header h3 {
    font-size: 17px;
  }

  .accordion__body p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .faq-wrapper {
    width: 95%;
    padding: 0 10px !important;
	
  }

  .faq-left h2 {
    font-size: 22px;
  }

  .accordion__header h3 {
    font-size: 16px;
  }

  .accordion__body p {
    font-size: 14px;
  }

  .faq-left .btn-view-all {
    padding: 10px 20px;
    font-size: 14px;
  }
}