:root {
  --primary-color: #00457f;
  --secondary-color: #3F6AFF;
  --white-color: #ffffff;
  --accent-color: #707070;
  --light-grey: #f6f6f6;
  --dark-grey: #eeeeee;
  --form-border: #ebebeb;
  --form-color: #b1b1b1;
  --menu-color: #353535;
  --menu-color-item: #424141;
  --number-color: #f2f2f2;
  --black-color: #000000;
  --link-color: #495057;
  --card-title: #444242;
  --post-title: #333333;
  --widget-color: #788487;
  --font-secondary: "antonio";
  --yallow-color: #ffcc00;
  /* gradient */
  --gradient-primary: linear-gradient(89.88deg, #00457F 1.57%, #2947CB 95.72%);
  --gradient-secondary: linear-gradient(90deg, #6996FE 0%, #8082FF 24.52%, #A498FE 62.98%, #B0A6FE 100%);
  --gradient-tertiary: linear-gradient(180deg, #00457F 0%, #096FC5 40%, rgba(255, 255, 255, 0.5) 100%);
  --gradient-quaternary: linear-gradient(90deg, #379EF4 0%, #1C82D8 100%);
  --gradient-cta: linear-gradient(90deg, #7099fe 0%, #7e80fe 25.96%, #a799ff 66.35%, #b1a7fe 100%);
  --gradient-nav: linear-gradient(180deg, #5D6CE6 -95.94%, #2947CB 111.71%);
  --gradient-surface: linear-gradient(93.74deg, #00457F -60.4%, #2947CB 58.73%);
  --gradient-blue: linear-gradient(89.88deg, #00457F 1.57%, #2947CB 95.72%);
  --gradint-banner:linear-gradient(180deg, #00084F 0%, #1B52EA 31.16%, #9FA8FF 60.02%, #F9F6F0 100%);
  --gradint-primary-cta: radial-gradient(141.42% 141.42% at 0% 0%, #077AC7 0%, #6B21EF 100%);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  background-color: var(--white-color);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #707070;
  font-weight: 400;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 1rem;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
}

h1 {
  font-size: 3.052em;
}
@media (max-width: 575px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 2.441em;
}
@media (max-width: 575px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  font-size: 1.953em;
}

h4 {
  font-size: 1.563em;
}

h5 {
  font-size: 1.25em;
}

p {
  font-size: 1rem;
}

p:not(:last-child) {
  margin-bottom: 1.25em;
}

small,
.text_small {
  font-size: 0.8em;
}

a {
  color: var(--primary-color);
  background-color: transparent;
  text-underline-offset: 3px;
}
a:hover {
  color: var(--primary-color);
}

li {
  color: #333333;
}

i {
  font-style: italic;
}

strong,
b {
  font-weight: 600 !important;
}

.custom-radius {
  border-radius: 15px;
}

.rounded {
  border-radius: 0.25rem !important;
}

.gray-light-bg {
  background: var(--light-grey);
}

.gray-dark-bg {
  background: var(--dark-grey);
}

.white-bg {
  background: var(--white-color);
}

.primary-bg {
  background: var(--primary-color);
}

.gradient-bg {
  background: linear-gradient(75deg, var(--primary-color) 10%, var(--primary-color)) !important;
}

.color-secondary {
  color: var(--primary-color);
}

.color-white {
  color: var(--white-color);
}

.pt-70 {
  padding-top: 124px;
}

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

.pt-114 {
  padding-top: 114px;
}
@media (max-width: 767px) {
  .pt-114 {
    padding-top: 113px;
  }
}
@media (max-width: 396px) {
  .pt-114 {
    padding-top: 140px;
  }
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.pad-cus {
  padding: 200px 0 50px 0;
}

.secondary-solid-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
  color: var(--white-color) !important;
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.secondary-solid-btn:hover {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.secondary-solid-btn:focus {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.secondary-outline-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
  color: var(--primary-color);
  display: inline-block;
  border: 1px solid var(--primary-color);
}
.secondary-outline-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.secondary-outline-btn:focus {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.outline-white-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
  color: var(--white-color);
  display: inline-block;
  border: 1px solid var(--white-color);
  transition: all 0.5s ease-in-out 0s;
}
.outline-white-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.outline-white-btn:focus {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.white-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  background-color: var(--white-color);
  transition: all 0.25s ease-in-out;
  color: var(--primary-color);
  display: inline-block;
  border: 1px solid var(--white-color);
  transition: all 0.5s ease-in-out 0s;
}
.white-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.white-btn:focus {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.outline-yellow-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--white-color);
  display: inline-block;
  border: 1px solid #ffa431;
  transition: all 0.5s ease-in-out 0s;
  background: #ffa431;
}
.outline-yellow-btn:hover {
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffa431;
}
.outline-yellow-btn:focus {
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffa431;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

.hover-grow {
  transform: perspective(1px) translateZ(0);
}
.hover-grow:hover {
  transform: scale(1.1);
}

.primary-btn {
  padding: 16px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffd900;
  color: var(--black-color);
  display: inline-block;
  border: 1px solid #ffd900;
  transition: all 0.25s ease-in-out;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .primary-btn {
    font-size: 13px;
    line-height: 21px;
  }
}
.primary-btn:hover {
  background: var(--white-color);
  color: var(--black-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--black-color);
}
.primary-btn:focus {
  background: var(--white-color);
  color: var(--black-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--black-color);
}

.secondary-white-btn {
  padding: 16px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--white-color);
  color: var(--black-color);
  display: inline-block;
  border: 1px solid var(--white-color);
  transition: all 0.25s ease-in-out;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .secondary-white-btn {
    font-size: 13px;
    line-height: 21px;
  }
}
.secondary-white-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
}
.secondary-white-btn:focus {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
}

.tertiary-btn {
  position: relative;
  padding: 16px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--white-color);
  display: inline-block;
  border: 1px solid #2947ca;
  border-radius: 10px;
  background: transparent;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, border-color 0.4s ease;
}
.tertiary-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-blue);
  z-index: -1;
  transition: opacity 0.45s ease-in-out;
  opacity: 1;
}
.tertiary-btn:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.tertiary-btn:hover::before {
  opacity: 0;
}
.tertiary-btn:focus {
  color: var(--white-color);
  border-color: var(--primary-color);
}
.tertiary-btn:focus::before {
  opacity: 1;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.custom-shadow {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
}

.opacity-1 {
  opacity: 1 !important;
}

.text-right {
  text-align: right;
}

.icon-lg {
  font-size: 50px;
  line-height: 50px;
}

.icon-sm {
  font-size: 25px;
  line-height: 25px;
}

.icon-md {
  font-size: 40px;
  line-height: 40px;
}

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: var(--primary-color);
  overflow: hidden;
}
.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid var(--white-color);
  border-right: 10px solid var(--white-color);
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: var(--white-color);
  text-align: center;
  cursor: pointer;
  background: #5d9dfb;
  transition: 1s ease;
  border: none;
}
.scroll-top span {
  color: var(--white-color);
}
.scroll-top.open {
  bottom: 30px;
}

.form-control {
  border-color: var(--form-border);
  padding: 0.75rem 0.85rem;
  height: 55px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.portfolio-section .portfolio-wrapper .tab-content .activetab {
  padding: 0;
}
.portfolio-section .portfolio-wrapper .tab-content .activetab.tabcontent {
  background: transparent;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
  color: var(--form-color) !important;
  font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
  /* Firefox 18- */
  color: var(--form-color) !important;
  font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
  /* Firefox 19+ */
  color: var(--form-color) !important;
  font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
  color: var(--form-color) !important;
  font-size: 13px;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.development-solutions {
  padding: 90px 0;
  background-image: url(../images/landing-page/development-solutions.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .development-solutions {
    padding: 60px 0;
  }
}
.development-solutions h2 {
  font-weight: 700;
  font-size: 60px;
  font-family: var(--font-secondary);
  color: var(--white-color);
}
@media (max-width: 991px) {
  .development-solutions h2 {
    font-size: 40px;
  }
}
.development-solutions p {
  color: var(--white-color);
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .development-solutions p {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
}
.development-solutions .stats-flex {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid white;
  padding: 50px;
  border-radius: 22px;
}
@media (max-width: 767px) {
  .development-solutions .stats-flex {
    flex-wrap: wrap;
    padding: 15px 20px;
  }
}
.development-solutions .stats-flex .stat-item {
  flex: 1;
  padding: 0 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.development-solutions .stats-flex .stat-item:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .development-solutions .stats-flex .stat-item {
    flex: 0 0 50%;
    border-right: 0;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .development-solutions .stats-flex .stat-item {
    flex: 0 0 100%;
  }
}
.development-solutions .stats-flex .stat-item h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .development-solutions .stats-flex .stat-item h3 {
    font-size: 30px;
  }
}
.development-solutions .stats-flex .stat-item p {
  color: var(--white-color);
}

.testimonial {
  padding: 80px 0;
  background-color: #f9f6ed;
}
.testimonial .heading {
  max-width: 700px;
  margin: auto;
}
.testimonial .heading h2 {
  color: #0a4b8f;
  font-weight: 700;
  margin-bottom: 10px;
}
.testimonial .logo-slider-inner {
  height: 370px;
  overflow: hidden;
  gap: 20px;
}
.testimonial .logo-slider-inner .logo-item {
  background: #fff;
  border-radius: 18px;
  height: 110px;
  min-height: 110px;
}
.testimonial .logo-slider-inner .logo-item img {
  width: 100%;
  max-width: 120px;
  object-fit: cover;
}
.testimonial .tag {
  position: absolute;
  width: 56px;
  height: 52px;
  top: 44%;
  left: -25px;
  z-index: 1;
  opacity: 1;
}
@media (max-width: 991px) {
  .testimonial .tag {
    display: none;
  }
}
.testimonial .testimonial-box {
  background: #fff;
  border-radius: 25px;
  padding: 118px 43px;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box {
    padding: 71px 28px;
  }
}
.testimonial .testimonial-box .quote-icon {
  position: absolute;
  top: 16px;
  right: 30px;
}
@media (max-width: 768px) {
  .testimonial .testimonial-box .quote-icon {
    max-width: 120px;
  }
}
.testimonial .testimonial-box .testimonial-text {
  color: #0b4c8f;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.testimonial .testimonial-box .read-more-btn {
  border: none;
  background: transparent;
  color: #0a4b8f;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
.testimonial .testimonial-box .author {
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}
.testimonial .testimonial-box .designation {
  font-size: 14px;
  color: #999;
}
.testimonial .testimonial-box .stars {
  color: #ffbf00;
  font-size: 18px;
  letter-spacing: 3px;
}
.testimonial .testimonial-box .slider-controls {
  position: absolute;
  right: 25px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .slider-controls {
    bottom: 12px;
    flex-direction: row;
  }
}
.testimonial .testimonial-box .mobile-testimonial-images {
  display: none;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .logo-slider {
    display: none;
  }
  .testimonial .testimonial-box .mobile-testimonial-images {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  .testimonial .testimonial-box .mobile-testimonial-img {
    display: none;
    max-width: 180px;
    width: 100%;
  }
  .testimonial .testimonial-box .mobile-testimonial-img.active {
    display: block;
  }
}
.testimonial .testimonial-box .slider-btn {
  width: 43px;
  height: 78px;
  border-radius: 30px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
  background: #e9e9ea;
  color: #0a4b8f;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .slider-btn {
    width: 66px;
    height: 50px;
  }
}
.testimonial .testimonial-box .slider-btn:hover {
  transform: scale(1.05);
}
.testimonial .testimonial-box .slider-btn.active {
  background: #0a4b8f;
  color: #fff;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .slider-btn i.fa.fa-arrow-up {
    rotate: -90deg;
  }
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .slider-btn i.fa.fa-arrow-down {
    rotate: 270deg;
  }
}

.market-seo-service {
  padding: 100px 0;
  background-color: #f9f6ed;
  position: relative;
}
@media (max-width: 1200px) {
  .market-seo-service {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .market-seo-service {
    padding: 30px 0;
  }
}
.market-seo-service::before {
  content: "";
  position: absolute;
  width: 425px;
  height: 525px;
  background-image: url(../images/homepage/svg/businesses-left.svg);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .market-seo-service::before {
    display: none;
  }
}
.market-seo-service::after {
  content: "";
  position: absolute;
  width: 425px;
  height: 525px;
  background-image: url(../images/homepage/svg/businesses-bottom-img.svg);
  background-repeat: no-repeat;
  bottom: 10%;
  right: 0;
}
@media (max-width: 1024px) {
  .market-seo-service::after {
    display: none;
  }
}
.market-seo-service h2 {
  font-weight: 700;
  font-size: 30px;
  color: #1b1b1b;
}
@media (max-width: 576px) {
  .market-seo-service h2 {
    font-size: 25px;
  }
}
.market-seo-service p {
  color: #2e2e2e;
}
.market-seo-service .industry-wrapper {
  margin-top: 54px;
  padding: 40px 0px;
  z-index: 1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
}
@media (max-width: 768px) {
  .market-seo-service .industry-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper {
    margin-top: 30px;
  }
}
.market-seo-service .industry-wrapper .industry-big-heading {
  left: 50%;
  top: 0;
  bottom: 3%;
  z-index: 999;
  transform: translateX(-50%);
  text-transform: uppercase;
  gap: 54px;
  font-weight: 900;
  font-size: 190px;
  line-height: 180px;
  border-radius: 8px;
  padding: 70px 44px;
}
@media (max-width: 1400px) {
  .market-seo-service .industry-wrapper .industry-big-heading {
    padding: 70px 20px;
  }
}
@media (max-width: 1200px) {
  .market-seo-service .industry-wrapper .industry-big-heading {
    display: none !important;
  }
}
.market-seo-service .industry-wrapper .industry-big-heading span {
  color: var(--white-color);
  writing-mode: sideways-lr;
}
.market-seo-service .industry-wrapper .industry-big-heading span {
  color: #d8d8d8;
  opacity: 0.3;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.market-seo-service .industry-wrapper .industry-big-heading span.active {
  color: #0a4b8f;
  opacity: 1;
  transform: translateY(0);
  text-shadow: 0 0 20px rgba(10, 75, 143, 0.25);
}
.market-seo-service .industry-wrapper .industry-card {
  margin-bottom: 70px;
  width: 500px;
  padding: 20px 15px;
  transition: all 0.8s;
  border-radius: 20px;
  gap: 10px;
}
@media (max-width: 1400px) {
  .market-seo-service .industry-wrapper .industry-card {
    width: 442px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .market-seo-service .industry-wrapper .industry-card {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .market-seo-service .industry-wrapper .industry-card {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper .industry-card {
    gap: 10px;
    padding: 16px 11px;
    margin-bottom: 30px;
  }
}
.market-seo-service .industry-wrapper .industry-card h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--black-color);
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper .industry-card h3 {
    font-size: 20px;
  }
}
.market-seo-service .industry-wrapper .right-list .industry-card {
  margin-top: 70px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .market-seo-service .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .market-seo-service .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.seo-business {
  padding: 50px 0px;
  background-color: #f9f6ed;
}
@media (max-width: 1100px) {
  .seo-business {
    padding: 40px 0px;
  }
}
.seo-business .heading {
  max-width: 970px;
}
.seo-business .heading h2 span {
  display: block;
}
.seo-business .seo-business-card {
  background-image: url(../images/homepage/card-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  top: 120px;
  gap: 30px;
  border-radius: 24px;
  padding: 24px;
}
@media (max-width: 1199px) {
  .seo-business .seo-business-card {
    background: #2359e9;
    position: static !important;
    flex-direction: column-reverse;
  }
}
.seo-business .card-content {
  flex: 1;
}
.seo-business .card-content span {
  position: absolute;
  right: 20px;
  color: #1d56e7;
  top: 10px;
  font-size: 52px;
}
@media (max-width: 1400px) {
  .seo-business .card-content span {
    right: 10px;
    top: 0;
  }
}
@media (max-width: 1199px) {
  .seo-business .card-content span {
    display: none;
  }
}
.seo-business .card-content h3,
.seo-business .card-content p {
  color: var(--white-color);
}
.seo-business .card-content h3 {
  position: relative;
  padding-top: 30px;
}
.seo-business .card-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 2px;
  background: var(--white-color);
}
@media (max-width: 1199px) {
  .seo-business .card-content h3::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .seo-business .card-content h3 {
    font-size: 26px;
  }
}
.seo-business .card-content p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .seo-business .card-content p {
    font-size: 16px;
  }
}
.seo-business img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.seo-business .seo-business-card:nth-child(1) {
  z-index: 1;
}
.seo-business .seo-business-card:nth-child(2) {
  z-index: 2;
}
.seo-business .seo-business-card:nth-child(3) {
  z-index: 3;
}
.seo-business .seo-business-card:nth-child(4) {
  z-index: 4;
}
.seo-business .seo-business-card:nth-child(5) {
  z-index: 5;
}
.seo-business .seo-business-card:nth-child(6) {
  z-index: 6;
}
.seo-business .seo-business-card:nth-child(7) {
  z-index: 7;
}
.seo-business .seo-business-card:nth-child(8) {
  z-index: 8;
}
.seo-business .seo-business-card:nth-child(9) {
  z-index: 9;
}
.seo-business .seo-business-card:nth-child(10) {
  z-index: 10;
}
.seo-business .seo-business-card:nth-child(11) {
  z-index: 11;
}
.seo-business .seo-business-card:nth-child(12) {
  z-index: 12;
}
.seo-business .seo-business-card:nth-child(13) {
  z-index: 13;
}
.seo-business .seo-business-card:nth-child(14) {
  z-index: 14;
}
.seo-business .seo-business-card:nth-child(15) {
  z-index: 15;
}

.marketing-banner {
  min-height: calc(100vh - 115px);
  padding: 70px 0;
  background-image: url("../images/outsource-digital/banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.marketing-banner .banner-content {
  width: 100%;
  max-width: 868px;
}
@media (max-width: 767px) {
  .marketing-banner .banner-content .banner-title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media (max-width: 576px) {
  .marketing-banner .banner-content .banner-title {
    font-size: 30px;
  }
}
.marketing-banner .banner-content p {
  color: rgba(255, 255, 255, 0.85);
}

.digital-marketing {
  padding: 100px 0;
  background-color: #f9f6ed;
}
@media (max-width: 1200px) {
  .digital-marketing {
    padding: 70px 0;
  }
}
.digital-marketing::before, .digital-marketing::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 122px;
  background-image: url(../images/outsource-digital/flower.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .digital-marketing::before, .digital-marketing::after {
    display: none;
  }
}
.digital-marketing::before {
  top: 0;
  right: -68px;
}
.digital-marketing::after {
  bottom: 0;
  left: -68px;
}
.digital-marketing h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .digital-marketing h2 {
    font-size: 22px;
  }
}

.why-choose-outsourcing {
  padding: 70px 0;
  background: #cddef9;
  position: relative;
  overflow: hidden;
}
.why-choose-outsourcing .outsourcing-wrapper {
  background: #e6f0ff;
  border-radius: 32px;
  padding: 60px 25px;
}
@media (max-width: 991px) {
  .why-choose-outsourcing .outsourcing-wrapper {
    border-radius: 22px;
    padding: 40px 5px;
  }
}
.why-choose-outsourcing .heading {
  width: 100%;
  max-width: 632px;
}
.why-choose-outsourcing .heading h2 {
  font-size: 34px;
}
@media (max-width: 576px) {
  .why-choose-outsourcing .heading h2 {
    font-size: 24px;
  }
}
.why-choose-outsourcing .outsourcing-card {
  background: #b5d0f8;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 20px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  height: 100%;
}
.why-choose-outsourcing .outsourcing-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(135deg, #c4dfff 0%, #e6f0ff 100%);
}
.why-choose-outsourcing .outsourcing-card img {
  position: absolute;
  top: -195px;
  right: -150px;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1400px) {
  .why-choose-outsourcing .outsourcing-card img {
    display: none;
  }
}
.why-choose-outsourcing .card-badge {
  background: rgba(255, 255, 255, 0.3490196078);
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 10px 20px;
}
.why-choose-outsourcing i {
  font-size: 52px;
  color: #535cfa;
  transform: rotate(-45deg);
}

.stop-managing-cta {
  padding-top: 70px;
  background-color: #f9f6ed;
}
.stop-managing-cta .cta-inner {
  background-color: #004ee6;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 35px 35px, 35px 35px;
  background-repeat: repeat, repeat;
  background-position: center;
  border-radius: 32px;
  padding: 40px 110px;
}
@media (max-width: 1100px) {
  .stop-managing-cta .cta-inner {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .stop-managing-cta .cta-inner {
    padding: 30px;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .stop-managing-cta .cta-inner .cta-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .stop-managing-cta .cta-inner .cta-title {
    font-size: 24px;
  }
}
.stop-managing-cta .cta-inner .cta-btn-wrapper {
  position: relative;
  display: inline-block;
}
.stop-managing-cta .cta-inner .cta-btn-wrapper img {
  position: absolute;
  left: -115px;
  top: -38px;
}

.industry-big-heading {
  gap: 100px !important;
  top: 180px !important;
}

.marketing-benefits {
  padding: 80px 0;
  background-image: url("../images/outsource-digital/benefit-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #134dde;
  background-blend-mode: overlay;
}
@media (max-width: 991px) {
  .marketing-benefits {
    padding: 60px 0;
  }
}
.marketing-benefits .benefit-card {
  background: rgba(255, 255, 255, 0.1607843137);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 55px 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.marketing-benefits .benefit-card.left-card {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .marketing-benefits .benefit-card.left-card {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .marketing-benefits .benefit-card.left-card {
    padding-bottom: 35px;
  }
}
.marketing-benefits .benefit-card.left-card img {
  opacity: 0.8;
}
.marketing-benefits .benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .marketing-benefits .benefit-card {
    padding: 35px 20px;
  }
}
.marketing-benefits .benefit-card .benefit-content {
  text-align: left;
}
.marketing-benefits .benefit-card .benefit-content h2 {
  font-size: 30px;
}
.marketing-benefits .benefit-card h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--white-color);
}

.local-seo-cta {
  padding: 70px 0px;
  background-color: #f9f6ed;
}
.local-seo-cta .cta-wrapper {
  background: linear-gradient(90deg, #6996fe 0%, #8082ff 24.52%, #a498fe 62.98%, #b0a6fe 100%), linear-gradient(0deg, rgba(18, 30, 98, 0.26), rgba(18, 30, 98, 0.26));
  padding: 50px 30px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .local-seo-cta .cta-wrapper {
    padding: 30px 20px;
  }
}
.local-seo-cta .cta-wrapper .cta-content {
  max-width: 650px;
}
@media (max-width: 768px) {
  .local-seo-cta .cta-wrapper .cta-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .local-seo-cta .cta-wrapper .cta-content h2 {
    font-size: 20px;
  }
}
.local-seo-cta .cta-wrapper img {
  bottom: -28px;
  right: 0;
}

.outsource-process {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #1b52ea;
  padding: 22px 0;
}
.outsource-process .process-marquee {
  width: max-content;
  animation: scroll-process-marquee 24s linear infinite;
}
.outsource-process .process-marquee:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.outsource-process .process-marquee .item {
  display: inline-flex;
  padding: 0 30px;
}
.outsource-process .process-marquee .item span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 24px;
}
.outsource-process .process-marquee .item span img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.process-works {
  background-image: linear-gradient(89.87deg, rgba(6, 17, 83, 0.831372549), rgba(41, 71, 203, 0.3607843137)), url(../images/local-seo-images/advanced-solution.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 70px 0;
}
.process-works .heading {
  max-width: 810px;
  margin: 0 auto;
}
.process-works .process-timeline {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .process-works .process-timeline {
    margin-top: 40px;
  }
}
.process-works .process-timeline .process-timeline-line {
  position: absolute;
  top: 56px;
  left: 2.5%;
  right: 2.5%;
  height: 2px;
  border-top: 2.5px dashed rgba(255, 255, 255, 0.25);
}
@media (max-width: 991px) {
  .process-works .process-timeline .process-timeline-line {
    display: none;
  }
}
.process-works .process-timeline .step-number {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 18px;
}
.process-works .process-timeline .step-node-glow {
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  background: #081a62;
  border: 3px solid #1e5ef3;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 15px rgba(30, 94, 243, 0.7);
}
@media (max-width: 991px) {
  .process-works .process-timeline .step-node-glow {
    margin-bottom: 20px;
  }
  .process-works .process-timeline .step-node-glow::after {
    content: "";
    position: absolute;
    top: 22px;
    height: 45px;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 2px dashed rgba(255, 255, 255, 0.25);
    z-index: -1;
  }
}
.process-works .process-timeline .process-glass-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(0px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 39px 12px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .process-works .process-timeline .process-glass-card {
    padding: 30px 20px;
  }
}
.process-works .process-timeline .process-glass-card .benefit-star-icon {
  width: 70px;
  height: 70px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-block;
  object-fit: contain;
}
.process-works .process-timeline .process-glass-card .card-title {
  font-size: 22px;
  color: #fff;
}
.process-works .process-timeline .process-glass-card .card-description {
  color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 991px) {
  .process-works .process-timeline .col-lg-3 {
    margin-bottom: 40px;
  }
}
.process-works .process-timeline .col-lg-3:hover .process-glass-card {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.35);
}
.process-works .process-timeline .col-lg-3:hover .step-node-glow {
  background: #1b52ea;
  border-color: #fff;
  transform: scale(1.18);
}
.process-works .process-timeline .col-lg-3:hover .benefit-star-icon {
  transform: translateY(-4px) scale(1.06);
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
}
@keyframes scroll-process-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.advanced-solution {
  padding: 75px 0;
  overflow-x: hidden;
  background: url(../images/outsource-digital/advanced.webp) no-repeat center center/cover;
  position: relative;
}
.advanced-solution .advanced-solution-content {
  margin: 0 auto 50px;
  max-width: 1050px;
}
@media (max-width: 767px) {
  .advanced-solution .advanced-solution-content {
    margin-bottom: 30px;
    text-align: center;
  }
}
.advanced-solution .advanced-solution-content h2 {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 991px) {
  .advanced-solution .advanced-solution-content h2 {
    flex-direction: column-reverse;
    gap: 20px;
    font-size: 24px;
  }
}
.advanced-solution .advanced-solution-content h2 span {
  flex: 1;
}
.advanced-solution .main-box {
  display: flex;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .advanced-solution .main-box {
    flex-direction: column;
    border: none;
  }
}
.advanced-solution .main-box .box {
  flex: 1 1 180px;
  transition: flex 0.7s cubic-bezier(0.22, 1, 0.36, 1), background 0.65s ease, transform 0.65s ease, box-shadow 0.65s ease;
  padding: 40px 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.advanced-solution .main-box .box:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .advanced-solution .main-box .box {
    flex: auto;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .advanced-solution .main-box .box:last-child {
    margin-bottom: 0;
  }
}
.advanced-solution .main-box .box .box-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.advanced-solution .main-box .box .box-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .advanced-solution .main-box .box .box-header {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-bottom: 5px;
  }
}
.advanced-solution .main-box .box .box-header h3 {
  font-weight: 700;
  font-size: 18px;
  color: #110da7;
  writing-mode: vertical-rl;
  line-height: 1.5;
  transform: rotate(180deg) translateY(0);
}
@media (max-width: 991px) {
  .advanced-solution .main-box .box .box-header h3 {
    writing-mode: horizontal-tb;
    transform: none;
    white-space: normal;
    text-align: left;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .advanced-solution .main-box .box .box-header h3 {
    font-size: 15px;
  }
}
.advanced-solution .main-box .box .num-circle {
  width: 48px;
  height: 48px;
  border: 2px solid #110da7;
  border-radius: 50%;
  color: #110da7;
  font-weight: 700;
  font-size: 18px;
  background-color: #ffffff;
  transition: all 0.5s ease;
  flex-shrink: 0;
}
.advanced-solution .main-box .box .box-desc {
  display: block;
  font-weight: 400;
  color: #4a4a4a;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease, transform 0.45s ease, margin 0.45s ease;
}
@media (max-width: 991px) {
  .advanced-solution .main-box .box .box-desc {
    opacity: 1;
    margin-bottom: 16px;
    max-height: none;
  }
}
.advanced-solution .main-box .box .box-image {
  display: block;
  width: 100%;
  max-height: 0;
  object-fit: cover;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease, transform 0.45s ease, margin 0.45s ease;
}
@media (max-width: 991px) {
  .advanced-solution .main-box .box .box-image {
    opacity: 1;
    max-height: 220px;
    border-radius: 12px;
    overflow: hidden;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .advanced-solution .main-box .box .box-image {
    max-height: 180px;
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .advanced-solution .main-box .box:hover, .advanced-solution .main-box .box.active {
    flex: 3 1 420px;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: default;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  }
  .advanced-solution .main-box .box:hover .box-header, .advanced-solution .main-box .box.active .box-header {
    flex-direction: row;
  }
  .advanced-solution .main-box .box:hover .box-header h3, .advanced-solution .main-box .box.active .box-header h3 {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 20px;
  }
  .advanced-solution .main-box .box:hover .box-desc, .advanced-solution .main-box .box.active .box-desc {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 15px;
  }
  .advanced-solution .main-box .box:hover .box-image, .advanced-solution .main-box .box.active .box-image {
    max-height: 280px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 20px;
    margin-bottom: -42px;
    border-radius: 12px 12px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .advanced-solution .main-box .box:hover, .advanced-solution .main-box .box.active {
    flex: 3 1 320px;
  }
  .advanced-solution .main-box .box:hover .box-image, .advanced-solution .main-box .box.active .box-image {
    max-height: 220px;
  }
}

.outsource-leads-wrapper {
  padding: 70px 0;
  background-color: #f9f6ed;
}
.outsource-leads-wrapper .leads-content {
  display: flex;
  background-color: #2b66ec;
  border-radius: 28px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .outsource-leads-wrapper .leads-content {
    flex-direction: column;
  }
}
.outsource-leads-wrapper .leads-content img {
  width: 100%;
  max-width: 450px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .outsource-leads-wrapper .leads-content img {
    max-width: 100%;
  }
}
.outsource-leads-wrapper .leads-content .leads-text-content {
  padding: 50px;
  flex: 1;
}
@media (max-width: 991px) {
  .outsource-leads-wrapper .leads-content .leads-text-content {
    padding: 35px 25px;
  }
}

.why-choose-agency {
  padding: 70px 0 130px;
  background-color: #f9f6ed;
}
@media (max-width: 576px) {
  .why-choose-agency {
    padding: 20px 0 80px;
  }
}
.why-choose-agency .agency-image-wrapper {
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .why-choose-agency .agency-image-wrapper {
    max-width: 100%;
  }
}
.why-choose-agency .agency-image-wrapper .rating-badge-card {
  position: absolute;
  bottom: -30px;
  right: -17px;
  background: #6e6bea;
  border-radius: 40px;
  padding: 35px 30px;
  max-width: 340px;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .why-choose-agency .agency-image-wrapper .rating-badge-card {
    position: static;
    max-width: 100%;
  }
}
.why-choose-agency .agency-image-wrapper .rating-badge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(110, 107, 234, 0.45);
}
@media (max-width: 575px) {
  .why-choose-agency .agency-image-wrapper .rating-badge-card {
    padding: 22px 20px;
    border-radius: 24px;
  }
}
.why-choose-agency .agency-image-wrapper .rating-badge-card .vertical-divider {
  width: 4px;
  height: 75px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .why-choose-agency .agency-image-wrapper .rating-badge-card .vertical-divider {
    height: 60px;
    margin-right: 15px;
  }
}
.why-choose-agency .agency-image-wrapper .rating-badge-card .rating-details-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.why-choose-agency .agency-image-wrapper .rating-badge-card .avatar-group {
  display: flex;
  justify-content: center;
}
.why-choose-agency .agency-image-wrapper .rating-badge-card .avatar-group .avatar-img:not(:first-child) {
  margin-left: -12px;
}
.why-choose-agency .agency-image-wrapper .rating-badge-card .rating-number {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white-color);
}
.why-choose-agency .agency-image-wrapper .rating-badge-card .rating-label {
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.4px;
  font-weight: 600;
}
.why-choose-agency .agency-image-wrapper .rating-badge-card .badge-text {
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  margin-top: 10px;
}
.why-choose-agency h2 {
  font-size: 30px;
}
.why-choose-agency h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 80px;
  height: 4px;
  background-color: #121d5b;
  border-radius: 10px;
}
.why-choose-agency ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.why-choose-agency ul li:last-child {
  margin-bottom: 0;
}
.why-choose-agency ul li .custom-bullet {
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  background: #111c5a;
  border: 2px solid #007bff;
  border-radius: 50%;
}
.why-choose-agency ul li span {
  font-weight: 500;
}

/*# sourceMappingURL=outsource-digital-marketing-services.css.map */
