@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body,
html {
  font-family: "Poppins", sans-serif;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.all-main h1,
.all-main h2,
.all-main h3,
.all-main h4,
.all-main h5,
.all-main h6,
.all-main p,
.all-main ul,
.all-main li {
  margin: 0;
  padding: 0;
}

.all-main ul {
  list-style: none;
}

.all-main a {
  cursor: pointer;
  text-decoration: none;
}

.all-main img {
  width: 100%;
}

.all-main .custom-container {
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 0 1.5625rem;
}

/* Hero Section */
.hero-section {
  padding: 5rem 0;
  position: relative;
}

.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(150deg, #9ECFB2 0%, #FFFFFF00 70%);
  opacity: 0.25;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('/staticfiles/images/hero-image.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.35;
}

.two-column-row {
  display: flex;
  gap: 3.75rem;
  align-items: center;
  position: relative;
  z-index: 9;
}

.content-column {
  width: 45%;
}

.content-column h1 {
  font-size: 4.0625rem;
  font-weight: 700;
  line-height: 4.0625rem;
  color: #080808;
}

.content-column h1 span {
  color: #9ECFB2;
}

.content-column p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  color: #979797;
  margin: 1.875rem 0 1.5rem;
}

.image-column {
  width: 50%;
  position: relative;
}

.take-control-image-content {
  text-align: center;
  position: absolute;
  left: 0;
  padding: 1.5625rem 1.5625rem 1.25rem 1.5625rem;
  border-radius: 3.125rem;
  background-color: #000;
  top: 0.75rem;
  width: 22%;
}

.take-control-image-content h4 {
  color: #080808;
  background-color: #9ECFB2;
  border-radius: 100% 100% 100% 100%;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
}

.take-control-image-content h5 {
  margin: 0rem 0rem 0.3125rem 0rem;
  padding: 0rem 0rem 0rem 0rem;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
}

.take-control-image-content p {
  color: #979797;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  max-width: 144px;
  margin: 0 auto;
}

.image-container {
  -webkit-mask-image: url('/staticfiles/images/take-control.webp');
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.image-container img {
  height: 37.5rem;
  object-fit: cover;
  object-position: center center;
  border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
}

.take-control-image-content2 {
  position: absolute;
  bottom: 2.0625rem;
  right: 0;
}

.active-users-wrapper {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.user-avatars {
  display: flex;
  align-items: center;
  position: relative;
}

.avatar {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 0.1875rem solid #ffffff;
  overflow: hidden;
  position: relative;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-1 {
  z-index: 2;
}

.avatar-2 {
  margin-left: -0.9375rem;
  z-index: 1;
}

.active-users-badge {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.users-count {
  background-color: #9ECFB2;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  box-shadow: 0rem 0rem 0rem 0.3125rem #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  z-index: 9;
  margin-left: -0.9375rem;
}

.users-label {
  font-size: 1rem;
  font-weight: 700;
  color: #080808;
  line-height: 1.4375rem;
}

.cta-button {
  background-color: #9ECFB2;
  text-align: center;
  box-shadow: 0rem 0.125rem 0.625rem 0rem rgba(157.99999999999997, 207, 178, 0.58);
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  border-color: #D2D2D2;
  border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
  display: inline-block;
}

.cta-button a {
  color: #080808;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  padding: 0.3125rem 0.3125rem 0.3125rem 1.25rem;
  align-items: center;
  gap: 0.9375rem;
}

.cta-button .cta-arrow-icon {
  color: #9ECFB2;
  background-color: #080808;
  border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
  margin: 0rem 0rem 0rem 0rem;
  height: 3.125rem;
  width: 3.125rem;
}

.cta-arrow-icon {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #080808;
  border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-button a img {
  width: 1rem;
  height: 1rem;
}

.features-list {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}

.feature-item::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0.0625rem;
  height: 0.6813rem;
  background-color: #D2D2D2;
  right: calc(-1.5625rem/2);
  left: unset;
  bottom: 0;
  margin: auto;
}

.features-list .feature-item:last-child::after {
  display: none;
}

.feature-item span {
  font-size: 1.125rem;
  font-weight: 400;
  color: #979797;
  line-height: 1.6875rem;

}

.banner-divider {
  width: 100%;
  border-bottom: 0.0625rem solid #D2D2D2;
  margin: 1.875rem 0 1.25rem;
}

.feature-check {
  height: 1.125rem;
  width: 1.125rem;
  background-color: #080808;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

/* Marquee Section */
.marquee-section {
  background-color: #000000;
  padding: 1.25rem 0;
  overflow: hidden;
  position: relative;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  gap: 2.5rem;
  animation: marquee-scroll 30s linear infinite;
  white-space: nowrap;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  flex-shrink: 0;
}

.marquee-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #9ECFB2;
  border-radius: 50%;
  color: #080808;
  font-size: 0.75rem;
  font-weight: bold;
}

.marquee-text {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  white-space: nowrap;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Features and Benefits Section */
.features-benefits-section {
  background-color: #F5F5F5;
  padding: 5rem 0;
}

.features-benefits-content {
  text-align: center;
}

.features-benefits-content h2 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.features-benefits-content p {
  font-size: 1rem;
  color: #54595F;
  line-height: 1.6;
  max-width: 43.75rem;
  margin: 0 auto 3.75rem;
}

.stats-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  max-width: 62.5rem;
  margin: 0 auto;
}

.stat-item {
  width: 33.333%;
  padding: 0 3.125rem;
}

.stat-number {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.stat-number span:first-child {
  font-size: 3.5rem;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  display: inline-block;
}

.stat-number span:nth-child(2) {
  font-size: 3.5rem;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.stat-number span:nth-child(2) span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #9ECFB2;
  position: absolute;
  top: -0.5rem;
  right: -0.875rem;
  line-height: 1;
}

.stat-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.stat-item p {
  font-size: 0.875rem;
  color: #54595F;
  line-height: 1.5;
  margin: 0;
  max-width: none;
}

.stat-divider {
  width: 0.0625rem;
  height: 3.125rem;
  background-color: #E0E0E0;
  margin: 0 1.875rem;
  flex-shrink: 0;
  align-self: center;
}

/* Expert Virtual Assistants Section */
.expert-assistants-section {
  background-color: #FFFFFF;
  padding: 5rem 0;
}

.expert-assistants-section .expert-assistants-row {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}

.expert-assistants-section .image-column {
  width: 50%;
  position: relative;
}

.expert-assistants-section .image-container {
  -webkit-mask-image: url(/staticfiles/images//expert-virtual-assistan.png);
}

.expert-assistants-section .image-container img {
  height: 25rem;
}

.expert-assistants-section .content-column {
  width: 50%;
}

.expert-assistants-section .content-column h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 2.8125rem;
  color: #080808;
}

.expert-assistants-section .content-column p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  color: #979797;
  padding-left: 1.25rem;
  position: relative;
  max-width: 31.25rem;
  margin: 1.625rem 0 1.875rem;
}

.expert-assistants-section .content-column p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.1875rem;
  background-color: #9ECFB2;
  border-radius: 0.125rem;
}

.expert-assistants-section .content-column .cta-button {
  margin-top: 0rem;
}

.decorative-shapes .shape-green {
  width: 5rem;
  height: 5rem;
  background-color: #9ECFB2;
  top: 34%;
  left: 0;
  border-radius: 50%;
  position: absolute;
}

.decorative-shapes .shape-black {
  width: 5rem;
  height: 11rem;
  background-color: #080808;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 3.125rem;
}

/* Professional Services Section */
.professional-services-section {
  background-color: #FFFFFF;
  padding: 5rem 0;
}

.professional-services-section .header {
  text-align: center;
  margin-bottom: 3.75rem;
}


.professional-services-section .header h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 2.8125rem;
  color: #080808;
  margin-bottom: 1.25rem;
}

.professional-services-section .header p {
  font-size: 1rem;
  color: #54595F;
  line-height: 1.6;
  max-width: 43.75rem;
  margin: 0 auto;
}

.professional-services-section .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.professional-services-section .service-card {
  background-color: #F5F5F5;
  border-radius: 1.25rem;
  padding: 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(43.8% - 0.9375rem);
  padding-bottom: 0;
}

.professional-services-section .service-card::after {
  content: '';
  position: absolute;
  width: 5.625rem;
  top: -0rem;
  right: 0;
  height: 14.375rem;
  background-image: url('/staticfiles/images/services-subtract-3.png');
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-content-wrapper {
  position: absolute;
  max-width: 31.25rem;
  right: 10%;
}

.professional-services-section .service-card.full-width {
  width: 100%;
}

.professional-services-section .service-card .service-image {
  max-width: 25rem;
  margin-top: 2.5rem;
}

.professional-services-section .service-card.full-width .service-image {
  max-width: 34.375rem;
}

.professional-services-section .service-card h3 {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #080808;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
  max-width: 22rem;
}

.professional-services-section .service-card p {
  font-size: 1rem;
  color: #54595F;
  line-height: 1.6;
  max-width: 30rem;
}

.professional-services-section .service-card .service-button {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #080808;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.professional-services-section .service-card .service-button:hover {
  transform: scale(1.1);
}

.professional-services-section .service-card .service-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.professional-services-section .service-card .service-button img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}

/* Discover Services Banner Section */
.discover-services-section {
  background-color: #9ECFB2;
  padding: 3.75rem 0 3.75rem;
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  position: relative;
  z-index: 9;
}

.discover-services-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/staticfiles/images/discover-bottom.png');
  z-index: 9;
  width: 68.0625rem;
  height: 4.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
}

.discover-services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/staticfiles/images/hero-image.webp');
  opacity: 0.2;
}

.discover-services-section .banner-content {
  text-align: center;
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 9;
}

.discover-services-section .banner-content h2 {
  font-size: 4.0625rem;
  font-weight: 700;
  color: #080808;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.discover-services-section .banner-content p {
  font-size: 1rem;
  color: #54595F;
  line-height: 1.6;
  max-width: 43.75rem;
  margin: 0 auto 2.5rem;
}

.discover-services-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.discover-services-section .cta-buttons .cta-button {
  background-color: #080808;
  border: none;
}

.discover-services-section .cta-buttons .cta-button a {
  color: #9ECFB2;
  gap: 1.875rem;
  font-size: 1.125rem;
}

.discover-services-section .cta-buttons .cta-button .cta-arrow-icon {
  color: #808080;
  background-color: #9ECFB2;
}

.discover-services-section .partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.75rem;
  flex-wrap: wrap;
  padding-top: 2.5rem;
}

.discover-services-section .partner-logos .logo-item {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.partner-logos {
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  margin-top: -2.875rem;
  z-index: 9;
  position: relative;
}

.logo-item img {
  height: 3.625rem;
}

.discover-services-section .partner-logos .logo-item:hover {
  opacity: 1;
}

.discover-services-section .partner-logos svg {
  width: 7.5rem;
  height: 2.5rem;
}

/* Trusted Partner Section */
.your-trusted-partner-assistants {
  padding: 8.125rem 0 5rem;
  background-color: #F2F2F2;
}

.trusted-partner-section-logos {
  position: relative;
}

.trusted-partner-section-logos::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F2F2;
  height: 15.625rem;
}

.trusted-partner-section .row {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}

.trusted-partner-section .content-column {
  width: 50%;
}

.trusted-partner-section .content-column h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 2.8125rem;
  color: #080808;
}

.trusted-partner-section .content-column>p {
  font-size: 1.125rem;
  color: #979797;
  line-height: 1.6875rem;
  margin-bottom: 2.5rem;
}

.trusted-partner-section .features-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.trusted-partner-section .feature-item {
  display: flex;
  gap: 0.9375rem;
  align-items: flex-start;
}

.trusted-partner-section .feature-item .feature-check {
  height: 1.875rem;
  width: 1.875rem;
  background-color: #9ECFB2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #080808;
  font-size: 1.125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.trusted-partner-section .feature-item .feature-content h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #080808;
  margin: 0rem 0rem 0.3125rem 0rem;
  line-height: 1.875rem;
}

.trusted-partner-section .feature-item .feature-content p {
  font-size: 1rem;
  color: #54595F;
  line-height: 1.6;
  margin: 0;
}

.trusted-partner-section .image-column {
  width: 50%;
  position: relative;
}

.trusted-partner-section .card {
  position: relative;
  border: 0.0625rem solid #D2D2D2;
  border-radius: 1.875rem;
  overflow: visible;
  background-color: #FFFFFF;
  box-shadow: 0rem 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}

.trusted-partner-section .image-wrapper {
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
  border-radius: 1.875rem;
  position: relative;
}

.trusted-partner-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.your-trusted-partner-assistants .decorative-shapes .shape-green {
  top: unset;
  bottom: 17%;
  left: unset;
  right: 0;
}

.your-trusted-partner-assistants .decorative-shapes .shape-black {
  top: unset;
  bottom: 0;
  left: unset;
  right: 0;
  width: 15.25rem;
  height: 5rem;
}

.your-trusted-partner-assistants .image-container {
  -webkit-mask-image: url('/staticfiles/images/your-trusted-partner-for-virtual.png');
}

/* Meet Our Happy Customers Section */
.happy-customers-section {
  background-color: #FFFFFF;
  padding: 5rem 0;
}

.happy-customers-row {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
}

.happy-customers-content {
  flex: 0 0 35%;
}

.happy-customers-content h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #080808;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.happy-customers-content p {
  font-size: 1rem;
  color: #54595F;
  line-height: 1.6;
}

.testimonials-container {
  flex: 1;
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
}

.testimonial-card {
  flex: 1;
  min-width: 15.625rem;
  background-color: #F5F5F5;
  border-radius: 0.9375rem;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.testimonial-card-highlight {
  background-color: #9ECFB2;
}

.testimonial-quote {
  font-size: 1rem;
  color: #54595F;
  line-height: 1.6;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.testimonial-avatar {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-info h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #080808;
  margin: 0 0 0.3125rem 0;
}

.testimonial-info p {
  font-size: 0.875rem;
  color: #54595F;
  margin: 0;
}


/* Get Inspired and Informed Section */
.inspired-informed-section {
  background-color: #FFFFFF;
  padding: 0rem 0 5.625rem;
}

.inspired-informed-section .header {
  text-align: center;
  margin-bottom: 3.75rem;
}

.inspired-informed-section .header h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #080808;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.inspired-informed-section .header p {
  font-size: 1rem;
  color: #54595F;
  line-height: 1.6;
  max-width: 43.75rem;
  margin: 0 auto;
}

.inspired-informed-section .cards-container {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.inspired-informed-section .card {
  width: 48%;
}

.inspired-informed-section .card .card-content {
  padding-top: 0.625rem;
}

.inspired-informed-section .card .card-content h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #080808;
  margin-bottom: 0.9375rem;
  line-height: 1.875rem;
  max-width: 31.25rem;
}

.inspired-informed-section .card .card-content p {
  font-size: 1rem;
  color: #54595F;
  line-height: 1.6;
  max-width: 31.25rem;
}

.inspired-informed-section .card .card-button {
  background-color: #080808;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 3.125rem;
  height: 3.125rem;
}

.inspired-informed-section .card .card-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.inspired-informed-section .card .card-button img {
  width: 1rem;
  height: 1rem;
}

.inspired-informed-section .image-wrapper img {
  border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
}

.card-content-bottom {
  display: flex;
  justify-content: space-between;
}

/* About Us Section */
.about-us-discover-services-section {
  margin-top: 3.75rem;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}

@media screen and (max-width: 1150px) {
  html {
    font-size: 11px;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 767px) {

  body,
  html {
    overflow-x: hidden;
  }

  html {
    font-size: 12px;
  }

  .two-column-row,
  .expert-assistants-section .expert-assistants-row,
  .trusted-partner-section .row,
  .happy-customers-row {
    flex-direction: column;
  }

  .content-column,
  .image-column,
  .expert-assistants-section .image-column,
  .expert-assistants-section .content-column,
  .professional-services-section .service-card,
  .trusted-partner-section .content-column,
  .trusted-partner-section .image-column {
    width: 100%;
  }

  .all-main .custom-container {
    padding: 0 2.675rem;
  }

  .stat-item {
    padding: 0 0.125rem;
  }

  .service-content-wrapper {
    position: unset;
  }

  .professional-services-section .service-card.full-width .service-image {
    max-width: 25rem;
  }

  .discover-services-section::after,
  .discover-services-section::before,
  .trusted-partner-section-logos::after {
    content: none;
  }

  .discover-services-section .banner-content h2 {
    font-size: 3.2625rem;
  }

  .discover-services-section .banner-content {
    margin-bottom: 0;
  }

  .partner-logos {
    margin-top: 0;
  }

  .trusted-partner-section-logos {
    padding: 35px 30px;
    background-color: #ffffff;
  }

  .your-trusted-partner-assistants {
    padding: 5rem 0 5rem;
  }

  .happy-customers-content {
    text-align: center;
  }

  .testimonial-card {
    min-width: 14.625rem;
  }

  .inspired-informed-section .card {
    width: 100%;
  }

  .inspired-informed-section .card .card-content p {
    max-width: 29.25rem;
  }
}

@media screen and (max-width: 450px) {
  html {
    font-size: 10px;
  }

  .hero-section {
    padding: 3rem 0;
  }

  .take-control-image-content2 {
    bottom: 5.2625rem;
    right: -0.625rem;
  }

  .avatar-2 {
    display: none;
  }

  .take-control-image-content {
    left: -0.4375rem;
    top: -2.15rem;
  }

  .decorative-shapes .shape-green,
  .decorative-shapes .shape-black {
    left: -0.625rem;
  }

  .all-main p {
    font-size: 1.3rem !important;
    line-height: 1.8875rem;
  }

  .discover-services-section .banner-content h2 {
    font-size: 2.9625rem;
  }

  .your-trusted-partner-assistants .decorative-shapes .shape-green {
    bottom: 19%;
    right: -6px;
  }

  .your-trusted-partner-assistants .decorative-shapes .shape-black {
    bottom: 1.9rem;
    width: 12.75rem;
  }
}