.hero-experience-ring {
  overflow: visible;
}

.hero-experience-text {
  fill: #1c2539;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* AWE Media theme customisations. */
body {
  background-size: 40px 40px;
  background-image:
          linear-gradient(to right, #f6f2f2 1px, transparent 1px),
          linear-gradient(to bottom, #f6f2f2 1px, transparent 1px);
}
.text-awe {
  color: #fa2837!important;
}
.blog-description,.white-block {
  gap: 20px!important;
}

.page-content {
  background-color: #f8f9fa;
}

.page-content h2 {
  align-self: flex-start;
  width: fit-content;
  padding: 15px;
  color: #fff;
  background-color: #fa2837;
  font-size: 2.2em;
  text-transform: uppercase;
}
.white-block {
  padding: 20px;
  background-color: #FFFFFF;

}

.page-content .white-block {
  width: 100%;
  max-width: 1000px;
}

.white-block p {
  padding-bottom: 20px!important;
}
.page-banner {
  --height: 360px;
}

.page-banner-content {
  padding-block-start: var(--header-height, 80px);
}

@media (max-width: 767px) {
  .page-banner {
    --height: 300px;
  }
}

.service-entry > p + p,
.service-category-description > p + p {
  margin-block-start: 1rem;
}

.service-category-description > br {
  display: block;
  content: '';
  margin-block-end: 1rem;
}

.service-card-icon {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
}

.service-accordion-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 40px;
  line-height: 1;
}

@media (max-width: 991px) {
  .service-accordion-category-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    padding: 13px;
    font-size: 34px;
  }

  .our-services .service-content-inner .service-accordion-category-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .service-accordion-category-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 10px;
    font-size: 30px;
  }
}

.contact-page-copy {
  margin-block-start: 20px;
}

.contact-page-copy > p + p {
  margin-block-start: 1rem;
}

.contact-detail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background-color: #20282d;
}

.contact-detail-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.contact-detail-icon .bi {
  font-size: 30px;
  line-height: 1;
}

.section-contact-form .card-icon-text a {
  color: inherit;
  text-decoration: none;
}

.section-contact-form .card-icon-text a:hover,
.section-contact-form .card-icon-text a:focus {
  opacity: 0.75;
}

.contact-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-menu {
  gap:5px!important;
}
footer .social-link {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
  color: #fa2837 !important;
  line-height: 1;
}

footer .social-link:hover,
footer .social-link:focus {
  background-color: transparent !important;
  color: #fff !important;
}

.footer-bottom {
  background-color: #141c21!important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.82);
}
.scroll-to-top {
  background-color: #fa2837;
  color: #fff;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
  background-color: #d91f2d;
  color: #fff;
}

/* Static hero product showcase and technology strip. */
.hero-showcase-image {
  overflow: hidden;
}

.hero-showcase-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 992 / 717;
  object-fit: cover;
}

.hero-technology-panel {
  position: relative;
  z-index: 3;
  width: 82%;
  margin: -44px auto 0;
  overflow: hidden;
  border: 1px solid rgba(28, 37, 57, 0.1);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 12px 30px rgba(28, 37, 57, 0.12);
}

.hero-technology-logo {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: #1c2539;
  font-weight: 600;
  text-align: center;
}

.hero-technology-logo img {
  display: block;
  width: auto;
  max-width: 130px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.hero-technology-panel .col:not(:last-child) .hero-technology-logo {
  border-right: 1px solid rgba(28, 37, 57, 0.1);
}

@media (max-width: 575.98px) {
  .hero-technology-panel {
    width: calc(100% - 24px);
    margin-top: 16px;
  }

  .hero-technology-panel .col:not(:last-child) .hero-technology-logo {
    border-right: 0;
  }

  .hero-technology-panel .col:nth-child(odd) .hero-technology-logo {
    border-right: 1px solid rgba(28, 37, 57, 0.1);
  }

  .hero-technology-panel .col:nth-child(-n + 2) .hero-technology-logo {
    border-bottom: 1px solid rgba(28, 37, 57, 0.1);
  }
}


.hero-technology-panel .col:first-child .hero-technology-logo img,
.hero-technology-panel .col:last-child .hero-technology-logo img {
  transform: scale(1.12);
}


.hero-whatsapp-button {
  gap: 12px;
  border-color: #fa2837;
  border-radius: 999px;
  background-color: #fa2837;
  color: #fff;
}

.hero-whatsapp-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #fa2837;
  font-size: 20px;
}

.hero-whatsapp-button:hover,
.hero-whatsapp-button:focus {
  border-color: #d91f2d;
  background-color: #d91f2d;
  color: #fff;
}


/* Homepage credibility section. */
.home-proof-grid {
  margin-top: 32px;
}

.home-proof-item {
  display: flex;
  height: 100%;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(28, 37, 57, 0.08);
  border-radius: 12px;
  background-color: #f8f9fa;
}

.home-proof-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #20282d;
  color: #fff;
  font-size: 22px;
}

.home-proof-item .heading {
  margin-bottom: 8px;
}

.home-proof-item .text {
  margin: 0;
}

.home-why-panel {
  min-height: 100%;
}

.home-why-kicker {
  margin-bottom: 14px;
  color: #fa2837;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-why-panel > .text {
  margin-top: 18px;
}

.home-why-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 32px;
}

.home-why-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.home-why-list .bi {
  color: #fa2837;
}

.home-why-button {
  align-self: flex-start;
  margin-top: auto;
}

.home-why-button .svg-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .home-proof-item {
    padding: 18px;
  }
}


.home-why-agency-line {
  margin: 28px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #fa2837;
  border-radius: 0 8px 8px 0;
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 700;
}

.home-why-list {
  margin: 32px 0;
}


.testi-slider .section-headings.headings-width {
  max-width: 900px;
}


.our-services .section-headings-left {
  max-width: 850px;
}


.testi-slider .swiper-slide {
  height: auto;
}

.home-testimonial-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.home-testimonial-quote {
  display: flex;
  height: 100%;
  margin: 0;
  flex-direction: column;
}

.home-testimonial-text {
  margin: 0;
  flex-grow: 1;
}

.home-testimonial-card .user-info-wrap {
  align-items: center;
}

.home-testimonial-card .user-name {
  font-style: normal;
}

.home-testimonial-card .icon-quote {
  font-size: 56px;
  line-height: 1;
}
.home-featured-services {
  background-color: #f7f8f9;
}

.home-featured-services-grid {
  margin-block-start: 50px;
}

.home-featured-service-card {
  display: flex;
  height: 100%;
  min-height: 390px;
  padding: 40px;
  flex-direction: column;
  background-color: #fff;
}

.home-featured-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-block-end: 32px;
  border-radius: 10px;
  background-color: #f3f4f6;
  font-size: 36px;
  line-height: 1;
}

.home-featured-service-card h3 {
  margin-block-end: 18px;
}

.home-featured-service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-featured-service-card p {
  margin-block-end: 28px;
}

.home-featured-service-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-block-start: auto;
  padding: 13px 20px;
  gap: 10px;
  border-radius: 999px;
  background-color: #202a2e;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.home-featured-service-link:hover {
  background-color: #fa2837;
  color: #fff;
}

.home-featured-services .buttons-discover {
  display: flex;
  justify-content: center;
  margin-block-start: 50px;
}

@media (max-width: 767px) {
  .home-featured-service-card {
    min-height: 0;
    padding: 30px;
  }
}
/* Header mega menu */
.awe-megamenu-featured {
  display: flex !important;
  min-height: 280px;
  padding: 28px !important;
  flex-direction: column;
  background-color: #202a2e !important;
  color: #fff !important;
}

.awe-megamenu-featured:hover,
.awe-megamenu-featured:focus {
  background-color: #182126 !important;
  color: #fff !important;
}

.awe-megamenu-featured-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-block-end: 30px;
  border-radius: 10px;
  background-color: #fff;
  color: #202a2e;
  font-size: 36px;
  line-height: 1;
}

.awe-megamenu-featured .content {
  margin-block-start: auto;
}

.awe-megamenu-featured .heading,
.awe-megamenu-featured .text {
  color: #fff;
}

.header-megamenu .menu-link > .text {
  line-height: 1.35;
}

.header-megamenu .reset-submenu > .nav-item > .menu-link {
  padding-block: 10px;
}

.header-megamenu .megamenu-links .bi {
  font-size: 18px;
}

/* Header information drawers */
.awe-header-drawer {
  --color-background: #182126;
  --color-foreground: #fff;
  --color-foreground-heading: #fff;
  --color-primary: #fff;
  --color-primary-hover: #fa2837;
  --color-primary-background: transparent;
  --color-primary-background-hover: transparent;
  overflow-y: auto;
  background-color: #182126;
  color: #fff;
}

.awe-header-drawer .drawer-headings {
  --color-border: rgba(255, 255, 255, 0.14);
}

.awe-drawer-close {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.awe-drawer-summary .text {
  color: #fff;
  line-height: 1.7;
  opacity: 0.88;
}

.awe-header-drawer .drawer-block,
.awe-mobile-drawer-content .drawer-block {
  margin-block-start: 36px;
}

.awe-header-drawer .drawer-block-contact,
.awe-mobile-drawer-content .drawer-block-contact {
  margin-block-start: 36px;
}

.awe-header-drawer .drawer-heading,
.awe-mobile-drawer-content .drawer-heading {
  color: inherit;
}

.awe-header-drawer .drawer-additional-menu .menu-link,
.awe-mobile-drawer-content .drawer-additional-menu .menu-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-size: 17px;
  text-decoration: none;
}

.awe-drawer-region + .awe-drawer-region {
  margin-block-start: 26px;
}

.awe-drawer-region > .heading {
  margin-block-end: 8px;
  color: inherit;
}

.awe-drawer-region .bi {
  width: 22px;
  margin-inline-end: 8px;
  color: #fa2837;
}

.awe-drawer-socials {
  display: flex;
  margin: 36px 0 0;
  gap: 18px;
}

.awe-drawer-socials a {
  color: inherit;
  font-size: 26px;
}

.awe-drawer-socials a:hover,
.awe-drawer-socials a:focus {
  color: #fa2837;
}

.awe-drawer-whatsapp {
  display: inline-flex;
  align-items: center;
  margin-block-start: 30px;
  padding: 14px 22px;
  gap: 10px;
  border-radius: 999px;
  background-color: #fa2837;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.awe-drawer-whatsapp:hover,
.awe-drawer-whatsapp:focus {
  background-color: #fff;
  color: #202a2e;
}

@media (max-width: 991px) {
  .header-nav.drawer-menu {
    --color-primary: #fff;
    --color-primary-hover: #fa2837;
    --color-primary-background: transparent;
    --color-primary-background-hover: rgba(255, 255, 255, 0.06);
    overflow-y: auto;
    background-color: #182126;
    color: #fff;
  }

  .header-nav.drawer-menu .header-nav-headings {
    border-color: rgba(255, 255, 255, 0.14);
  }

  .header-nav.drawer-menu .menu-link,
  .header-nav.drawer-menu .heading,
  .header-nav.drawer-menu .text,
  .header-nav.drawer-menu .menu-close {
    color: #fff;
  }

  .awe-mobile-drawer-content {
    padding-block-end: 50px;
  }
}
.contact-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: var(--style-border-width-inputs) solid var(--color-input-border);
  background-color: var(--color-input-background);
  color: var(--color-input-text);
  outline: none;
}

.contact-form select:hover,
.contact-form select:focus {
  border-color: var(--color-input-hover-border);
  background-color: var(--color-input-hover-background);
  color: var(--color-input-hover-text);
}

@media (min-width: 992px) {
  .section-contact-form .col-contact-content .section-headings {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .section-contact-form .col-contact-form {
    width: 520px;
  }

  .section-contact-form .col-contact-content {
    width: calc(100% - 550px);
  }
}
.section-contact-form .contact-form .form-button .button--primary {
  --color-primary-button-text: #fff;
  --color-primary-button-background: #fa2837;
  --color-primary-button-border: #fa2837;
  --color-primary-button-icon: #202a2e;
  --color-primary-button-icon-background: #fff;
  --color-primary-button-hover-text: #fff;
  --color-primary-button-hover-background: #d91f2d;
  --color-primary-button-hover-border: #d91f2d;
  --color-primary-button-hover-icon: #202a2e;
  --color-primary-button-hover-icon-background: #fff;
}
