/* The overlay must never make the site inaccessible if hydration or a
   third-party script is delayed on another device over the local network. */
@keyframes amoxi-preloader-failsafe {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.preloader {
  animation: amoxi-preloader-failsafe 500ms ease 8000ms forwards !important;
}

/* Home Six visual language applied to the inner blog page. */
.blog-six-theme {
  --amoxi-base: #015963;
  --amoxi-base-rgb: 1, 89, 99;
  --amoxi-gradient: #002F41;
  --amoxi-gradient-rgb: 0, 47, 65;
  --amoxi-black: #1a1b1f;
  --amoxi-black-rgb: 26, 27, 31;
  --amoxi-black2: #0e0f11;
  --amoxi-black2-rgb: 14, 15, 17;
  --amoxi-black4: #131313;
  --amoxi-black4-rgb: 19, 19, 19;
  --amoxi-text: #b2afa6;
  --amoxi-text-rgb: 178, 175, 166;
  font-family: "DM Sans", sans-serif;
}

.blog-six-theme .main-header--inner-page,
.blog-six-theme .main-header--six {
  background: var(--amoxi-black2);
}

.blog-six-theme .main-header--six .main-header__inner {
  border-color: rgba(255, 255, 255, 0.14);
}

.main-header__logo.logo-retina img,
.sticky-header .main-header__logo.logo-retina img {
  display: block;
  width: 223px;
  max-width: 100%;
  height: auto;
  image-rendering: auto !important;
  -ms-interpolation-mode: bicubic !important;
  transform: none !important;
  backface-visibility: visible !important;
}

/* The supplied logo is a wide, high-resolution raster. Only the sidebar copy
   needs this override; the header rendering is intentionally left unchanged. */
.sidebar-three__logo.logo-retina img {
  display: block;
  width: 223px;
  max-width: 100%;
  height: auto;
  image-rendering: auto !important;
  -ms-interpolation-mode: bicubic !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
}

.sidebar-three--three .sidebar-three__info__list li .sidebar-three__info__icon,
.sidebar-three--three .sidebar-three__info__list li .sidebar-three__info__icon i,
.sidebar-three--three .sidebar-three__info__list li .sidebar-three__info__icon i::before {
  color: var(--amoxi-white, #fff) !important;
}

.sidebar-three--three .sidebar-three__info__list li:hover .sidebar-three__info__icon {
  color: var(--amoxi-black4, #131313) !important;
  background: var(--amoxi-white, #fff) !important;
}

.sidebar-three--three .sidebar-three__info__list li:hover .sidebar-three__info__icon i,
.sidebar-three--three .sidebar-three__info__list li:hover .sidebar-three__info__icon i::before {
  color: var(--amoxi-black4, #131313) !important;
}

.sidebar-three__info__list li a strong {
  color: var(--amoxi-white, #fff);
}

.blog-six-theme .page-header {
  background: var(--amoxi-black4);
}

/* Convert the original orange hero glow to the current teal hue while
   preserving the source texture and its responsive positioning. */
.blog-six-theme .page-header__bg {
  filter: hue-rotate(150deg) saturate(0.9) brightness(0.75);
}

/* The right-hand four-point star uses the same teal accent. */
.blog-six-theme .page-header__shape-2 {
  filter: hue-rotate(150deg) saturate(1.1) brightness(0.8);
}

.blog-six-theme .page-header__title,
.blog-six-theme .amoxi-breadcrumb li,
.blog-six-theme .amoxi-breadcrumb li a {
  color: var(--amoxi-white);
}

.blog-six-theme .page-header__title,
.blog-six-theme .blog-details__card__title,
.blog-six-theme .comments-one__title,
.blog-six-theme .comments-form__title,
.blog-six-theme .sidebar__title {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.blog-six-theme .blog-details {
  background: var(--amoxi-black);
}

.blog-six-theme .blog-details__card__title,
.blog-six-theme .blog-details__meta__title,
.blog-six-theme .comments-one__title,
.blog-six-theme .comments-form__title,
.blog-six-theme .comments-one__card__title,
.blog-six-theme .sidebar__title,
.blog-six-theme .sidebar__posts__title a,
.blog-six-theme .sidebar__categories a,
.blog-six-theme .form-one input,
.blog-six-theme .form-one textarea {
  color: var(--amoxi-white);
}

.blog-six-theme .sidebar__single,
.blog-six-theme .form-one input,
.blog-six-theme .form-one textarea {
  background: var(--amoxi-black2);
  border-color: rgba(255, 255, 255, 0.14);
}

.blog-six-theme .sidebar__search {
  background: var(--amoxi-base);
}

.blog-six-theme .main-footer--six {
  background: var(--amoxi-black2);
}

/* Global final theme polish for Home Six clone.
   Some Home Six green accents are baked into image assets, so these selectors
   recolor only the decorative glow/shape layer while leaving real photos alone. */
:root {
  --amoxi-base: #015963;
  --amoxi-base-rgb: 1, 89, 99;
  --amoxi-gradient: #002F41;
  --amoxi-gradient-rgb: 0, 47, 65;
}

.preloader__image {
  width: 96px !important;
  height: 96px !important;
  border-radius: 50%;
  background-size: 58px auto !important;
  background-color: rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.12);
  box-shadow: 0 0 0 0 rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.65), 0 0 38px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.65);
  animation: digicare-preloader-pulse 1.45s ease-in-out infinite !important;
  filter: none !important;
}

@keyframes digicare-preloader-pulse {
  0% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.55), 0 0 20px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.45);
  }

  55% {
    transform: scale(1);
    box-shadow: 0 0 0 22px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0), 0 0 46px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.75);
  }

  100% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(var(--amoxi-base-rgb, 1, 89, 99), 0), 0 0 20px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.45);
  }
}

.slide-text--four {
  margin-bottom: 34px !important;
}

.slide-text--four .slide-text__one {
  margin-top: 30px !important;
}

.slide-text--four .slide-text__two {
  margin-top: -66px !important;
}

.client-carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 72px 0 !important;
  overflow: hidden;
}

.client-carousel__item {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px !important;
  border-radius: 28px;
  transition: background-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.client-carousel__item img {
  max-height: 86px;
  max-width: 210px;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(1) brightness(1.28);
  transition: opacity 260ms ease, filter 260ms ease, transform 260ms ease;
}

.client-carousel__item:hover {
  background: radial-gradient(circle, rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.22) 0%, rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.1) 42%, transparent 72%);
  box-shadow: 0 0 34px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.24);
  animation: digicare-resource-glow 1.2s ease-in-out infinite;
  transform: translateY(-4px);
}

.client-carousel__item:hover img {
  opacity: 1;
  filter: grayscale(1) brightness(1.8) drop-shadow(0 0 16px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.7));
  transform: scale(1.08);
}

@keyframes digicare-resource-glow {
  0%,
  100% {
    box-shadow: 0 0 26px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.18);
  }

  50% {
    box-shadow: 0 0 46px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.38);
  }
}

@media (max-width: 991px) {
  .slide-text--four {
    margin-bottom: 44px !important;
  }

  .slide-text--four .slide-text__two {
    margin-top: -82px !important;
  }

  .client-carousel {
    padding: 52px 0 !important;
  }
}

.hero-six__shape-1,
.hero-six__shape-4,
.about-six__shape-1,
.about-six__shape-4,
.services-six .ripple-svg-one,
.services-six .ripple-svg-two {
  filter: hue-rotate(130deg) saturate(1.35) brightness(0.58) !important;
}

/* Remove the template's unrelated megaphone, phone, planet and plastic
   squiggle objects; the publishing photography now carries the hero story. */
.hero-six__shape-3,
.hero-six__shape-5,
.hero-six__funfact-shape,
.about-six__shape-2,
.about-six__shape-3,
.about-six__shape-4 {
  display: none !important;
}

.about-six__shape-2 img,
.about-six__shape-3,
.hero-six__shape-2,
.hero-six__shape-3,
.hero-six__shape-5,
.sec-title__shape-img,
.service-card-three__shape-1,
.service-card-three__shape-2 {
  filter: hue-rotate(130deg) saturate(1.15) brightness(0.9) !important;
}

.amoxi-area-two__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(224, 249, 252, 0.86) 0%, rgba(1, 89, 99, 0.46) 48%, rgba(0, 47, 65, 0.72) 100%),
    rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.32);
  pointer-events: none;
}

.amoxi-area-two__shape {
  width: 76px !important;
  height: 76px !important;
  margin-bottom: 24px !important;
  font-size: 0 !important;
  background: rgba(255, 255, 255, 0.28) url("/assets/images/favicon.png") center / 42px auto no-repeat !important;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.72), 0 0 38px rgba(255, 255, 255, 0.54);
  animation: digicare-cta-pulse 1.55s ease-in-out infinite !important;
}

.amoxi-area-two__shape i {
  display: none !important;
}

@keyframes digicare-cta-pulse {
  0% {
    transform: scale(0.94);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 24px rgba(255, 255, 255, 0.45);
  }

  55% {
    transform: scale(1.04);
    box-shadow: 0 0 0 24px rgba(255, 255, 255, 0), 0 0 54px rgba(255, 255, 255, 0.86);
  }

  100% {
    transform: scale(0.94);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 24px rgba(255, 255, 255, 0.45);
  }
}

.amoxi-area-two .sec-title__title,
.amoxi-area-two__text {
  color: var(--amoxi-white, #FFFFFF) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.skill-box .circle-progress canvas,
.skill-box__count .circle-progress canvas {
  filter: hue-rotate(130deg) saturate(1.2) brightness(0.75);
}

.hero-six .funfact-one__item:nth-child(3),
.feature-one__card:hover .feature-one__card__content::after,
.service-card-three::before,
.portfolio-five__card__content,
.work-process__item:hover .work-process__step__text,
.marquee,
.text-slider,
.main-text-slider,
.slide-text__one {
  background-color: var(--amoxi-base) !important;
}

.hero-six .funfact-one__item:nth-child(3) .funfact-one__item__count,
.hero-six .funfact-one__item:nth-child(3) .funfact-one__item__text,
.hero-six__button .amoxi-btn__text,
.portfolio-five__button .amoxi-btn__text,
.amoxi-area-two__button .amoxi-btn__text,
.feature-one__card:hover .feature-one__card__number,
.feature-one__card:hover .feature-one__card__title,
.feature-one__card:hover .feature-one__card__title a,
.feature-one__card:hover .feature-one__card__text,
.feature-one__card:hover .feature-one__card__icon,
.service-card-three:hover .service-card-three__icon,
.service-card-three:hover .service-card-three__title,
.service-card-three:hover .service-card-three__title a,
.service-card-three:hover .service-card-three__text,
.portfolio-five__card__category,
.portfolio-five__card__title,
.portfolio-five__card__title a,
.work-process__item:hover .work-process__step__text,
.marquee,
.marquee *,
.text-slider,
.text-slider *,
.main-text-slider,
.main-text-slider *,
.slide-text__one .slide-text__title {
  color: var(--amoxi-white, #FFFFFF) !important;
}

.slide-text--four .slide-text__two .slide-text__title,
.slide-text--four .slide-text__scroll--right .slide-text__title {
  color: var(--amoxi-white, #FFFFFF) !important;
}

.sec-title__shape-img {
  display: inline-block;
  width: 27px;
  height: 33px;
  flex: 0 0 27px;
  filter: none !important;
  background-repeat: no-repeat;
}

.sec-title__shape-img--1 {
  background-image:
    linear-gradient(var(--amoxi-base, #015963), var(--amoxi-base, #015963)),
    linear-gradient(var(--amoxi-white, #FFFFFF), var(--amoxi-white, #FFFFFF)),
    linear-gradient(var(--amoxi-white, #FFFFFF), var(--amoxi-white, #FFFFFF)),
    linear-gradient(var(--amoxi-base, #015963), var(--amoxi-base, #015963));
  background-size: 7px 7px, 20px 2px, 2px 21px, 7px 7px;
  background-position: 0 0, 7px 3px, 3px 7px, 0 26px;
}

.sec-title__shape-img--2 {
  background-image:
    linear-gradient(var(--amoxi-base, #015963), var(--amoxi-base, #015963)),
    linear-gradient(var(--amoxi-white, #FFFFFF), var(--amoxi-white, #FFFFFF)),
    linear-gradient(var(--amoxi-white, #FFFFFF), var(--amoxi-white, #FFFFFF)),
    linear-gradient(var(--amoxi-base, #015963), var(--amoxi-base, #015963));
  background-size: 7px 7px, 20px 2px, 2px 21px, 7px 7px;
  background-position: 20px 0, 0 3px, 22px 7px, 20px 26px;
  transform: scaleY(-1);
}

.hero-six__button .amoxi-btn:hover .amoxi-btn__text,
.portfolio-five__button .amoxi-btn:hover .amoxi-btn__text,
.amoxi-area-two__button .amoxi-btn:hover .amoxi-btn__text {
  color: var(--amoxi-black, #1A1B1F) !important;
}

.hero-six__button .amoxi-btn__icon-box,
.portfolio-five__button .amoxi-btn__icon-box,
.amoxi-area-two__button .amoxi-btn__icon-box {
  background: var(--amoxi-white, #FFFFFF) !important;
}

.hero-six__button .amoxi-btn__icon,
.portfolio-five__button .amoxi-btn__icon,
.amoxi-area-two__button .amoxi-btn__icon {
  color: var(--amoxi-black, #1A1B1F) !important;
}

.hero-six__button .amoxi-btn:hover .amoxi-btn__icon-box,
.portfolio-five__button .amoxi-btn:hover .amoxi-btn__icon-box,
.amoxi-area-two__button .amoxi-btn:hover .amoxi-btn__icon-box {
  background: var(--amoxi-base, #015963) !important;
}

.hero-six__button .amoxi-btn:hover .amoxi-btn__icon,
.portfolio-five__button .amoxi-btn:hover .amoxi-btn__icon,
.amoxi-area-two__button .amoxi-btn:hover .amoxi-btn__icon {
  color: var(--amoxi-white, #FFFFFF) !important;
}

.feature-one__card:hover .feature-one__card__number {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.25) !important;
}

.portfolio-five__card__category::before {
  display: none !important;
}

.portfolio-five__card__image .ebook-portfolio-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.portfolio-five__card__image .ebook-portfolio-image--1 {
  object-position: 8% center;
}

.portfolio-five__card__image .ebook-portfolio-image--2 {
  object-position: center;
}

.portfolio-five__card__image .ebook-portfolio-image--3 {
  object-position: center;
}

.portfolio-five__card__image .ebook-portfolio-image--4 {
  object-position: center;
}

.portfolio-five__card__category {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
}

.portfolio-five__card__category i {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--amoxi-white, #FFFFFF);
  background: rgba(255, 255, 255, 0.18);
  font-size: 15px;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.why-choose__item__title,
.why-choose__item__text,
.why-choose__item:hover .why-choose__item__title,
.why-choose__item:hover .why-choose__item__text,
.why-choose__item--hover .why-choose__item__title,
.why-choose__item--hover .why-choose__item__text {
  color: var(--amoxi-white, #FFFFFF) !important;
}

.why-choose__item__icon {
  color: var(--amoxi-white, #FFFFFF) !important;
}

.why-choose__item__icon i {
  color: inherit !important;
}

.why-choose__item--hover .why-choose__item__icon {
  color: var(--amoxi-base, #015963) !important;
  background-color: var(--amoxi-white, #FFFFFF) !important;
}

.why-choose__item__number,
.why-choose__item:hover .why-choose__item__number {
  color: transparent !important;
  -webkit-text-stroke-color: var(--amoxi-white, #FFFFFF) !important;
  text-stroke-color: var(--amoxi-white, #FFFFFF) !important;
}

.why-choose__item--hover .why-choose__item__number {
  color: transparent !important;
  -webkit-text-stroke-color: var(--amoxi-base, #015963) !important;
  text-stroke-color: var(--amoxi-base, #015963) !important;
}

.hero-six .funfact-one__item:nth-child(3) .funfact-one__item__count::after {
  background-color: var(--amoxi-white, #FFFFFF) !important;
}

.service-card-three:hover .service-card-three__number {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.22) !important;
}

.service-card-three:hover .service-card-three__btn {
  color: var(--amoxi-white, #FFFFFF) !important;
  background-color: var(--amoxi-black4, #131313) !important;
}

.service-card-three__btn {
  color: var(--amoxi-white, #FFFFFF) !important;
}

.service-card-three:hover .service-card-three__btn {
  color: var(--amoxi-white, #FFFFFF) !important;
}

.hero-six .funfact-one__item:hover .funfact-one__item__count,
.hero-six .funfact-one__item:hover .funfact-one__item__text {
  color: var(--amoxi-white, #FFFFFF) !important;
}

.hero-six .funfact-one__item:hover .funfact-one__item__count::after {
  background-color: var(--amoxi-white, #FFFFFF) !important;
}

.hero-six__title__highlight,
.sec-title__tagline {
  color: var(--amoxi-base) !important;
}

.sec-title__tagline,
.sec-title__tagline.bw-split-text,
.sec-title__tagline.bw-split-text > div {
  color: var(--amoxi-white, #FFFFFF) !important;
  -webkit-text-stroke: 0.7px var(--amoxi-base, #015963);
  text-stroke: 0.7px var(--amoxi-base, #015963);
  paint-order: stroke fill;
  text-shadow: none !important;
}

.hero-six__bg {
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hero-six__bg::after {
  background:
    radial-gradient(circle at 5% 18%, rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.44), transparent 28%),
    rgba(var(--amoxi-black2-rgb, 14, 15, 17), 0.78) !important;
}

.hero-six__image,
.hero-six__image__inner,
.hero-six__image__box,
.hero-six__image__box img,
.bw-reveal-right {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  clip-path: none !important;
}

.hero-six__image__box {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.hero-six__image__box img {
  display: block !important;
  filter: saturate(1.02) contrast(1.02);
}

.hero-contact-card {
  position: relative;
  width: min(100%, 620px) !important;
  height: auto !important;
  min-height: 560px;
  margin-left: 0;
  margin-right: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.2);
  transform: translateY(92px) scale(0.75) !important;
  transform-origin: top left;
  z-index: 2;
}

.hero-six__image__inner:has(.hero-contact-card) .hero-six__image__shape {
  display: block !important;
  top: 175px;
  right: auto;
  bottom: auto;
  left: -230px;
  margin: 0;
  opacity: 0.55;
  z-index: 1;
  transform: scale(0.86);
  transform-origin: center;
  pointer-events: none;
}

.hero-contact-card__image {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -5%;
  width: 110% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  opacity: 0.72 !important;
  filter: saturate(1.05) contrast(1.02) brightness(0.62) !important;
}

.hero-contact-card__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(var(--amoxi-gradient-rgb, 0, 47, 65), 0.92) 0%, rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.76) 48%, rgba(2, 14, 18, 0.88) 100%);
}

.hero-contact-form {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--amoxi-white, #FFFFFF);
}

.hero-contact-form__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--amoxi-white, #FFFFFF);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-contact-form__title {
  margin-bottom: 20px;
  color: var(--amoxi-white, #FFFFFF);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.15;
}

.hero-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
}

.hero-contact-form__field span {
  color: var(--amoxi-white, #FFFFFF);
  font-size: 13px;
  font-weight: 800;
}

.hero-contact-form__field input,
.hero-contact-form__field select,
.hero-contact-form__field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  outline: none;
  padding: 0 16px;
  color: #30373b;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.hero-contact-form__field select {
  padding-right: 44px;
}

.hero-contact-form__field select option {
  color: #30373b;
  background: #FFFFFF;
}

.hero-contact-form__field textarea {
  min-height: 82px;
  padding-top: 14px;
  resize: none;
}

.hero-contact-form__field input::placeholder,
.hero-contact-form__field textarea::placeholder {
  color: #7B858A;
  opacity: 1;
}

.hero-contact-form__field input:focus,
.hero-contact-form__field select:focus,
.hero-contact-form__field textarea:focus {
  border-color: var(--amoxi-white, #FFFFFF);
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.hero-contact-form__field--full {
  margin-top: 12px;
}

.hero-contact-form__button {
  min-height: 54px;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 0 8px 0 26px;
  color: var(--amoxi-white, #FFFFFF);
  background: var(--amoxi-base, #015963);
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0, 47, 65, 0.34);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, color 300ms ease, background-color 300ms ease;
}

.hero-contact-form__button i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  border-radius: 50%;
  color: var(--amoxi-black, #1A1B1F);
  background: var(--amoxi-white, #FFFFFF);
  font-size: 9px;
  transition: color 300ms ease, background-color 300ms ease, transform 300ms ease;
}

.hero-contact-form__button:hover {
  transform: translateY(-3px);
  color: var(--amoxi-black, #1A1B1F);
  background: var(--amoxi-white, #FFFFFF);
  box-shadow: 0 24px 52px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.42);
}

.hero-contact-form__button:hover i {
  color: var(--amoxi-white, #FFFFFF);
  background: var(--amoxi-base, #015963);
  transform: translateX(2px);
}

.hero-contact-form__button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.hero-contact-form__status {
  min-height: 22px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
}

.hero-contact-form__status[data-status="success"] {
  color: #d5fff4;
}

.hero-contact-form__status[data-status="error"] {
  color: #ffd6d6;
}

.hero-contact-form__success {
  display: none;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--amoxi-white, #fff);
}

.hero-contact-form.is-submitted > :not(.hero-contact-form__success) {
  display: none !important;
}

.hero-contact-form.is-submitted .hero-contact-form__success {
  display: flex;
}

.hero-contact-form__success-icon {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #072d28;
  background: #7ee0ad;
  box-shadow: 0 0 0 12px rgba(126, 224, 173, 0.12), 0 18px 45px rgba(0, 0, 0, 0.25);
  font-size: 34px;
}

.hero-contact-form__success h3 {
  margin: 0 0 10px;
  color: var(--amoxi-white, #fff);
  font-size: clamp(25px, 2.4vw, 36px);
}

.hero-contact-form__success p {
  max-width: 440px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-contact-form__another {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  color: var(--amoxi-white, #fff);
  background: var(--amoxi-base, #015963);
  font-weight: 800;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.hero-contact-form__another:hover {
  color: var(--amoxi-black, #1a1b1f);
  background: var(--amoxi-white, #fff);
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .hero-six__image__inner:has(.hero-contact-card) .hero-six__image__shape {
    display: none !important;
  }

  .hero-contact-card {
    margin: 50px auto 0;
    transform: none !important;
    transform-origin: top center;
  }

  .hero-six__image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .hero-contact-card {
    height: auto !important;
    min-height: auto;
    padding: 28px 22px;
    transform: none !important;
  }

  .hero-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .hero-contact-form__button {
    width: 100%;
  }
}

.hero-six__image:has(.hero-contact-card) .hero-six__desc {
  width: min(100%, 465px);
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  transform: translateY(-48px);
}

@media (max-width: 1199px) {
  .hero-six__image:has(.hero-contact-card) .hero-six__desc {
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}

.header-ebook-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: 22px;
  padding: 5px 7px 5px 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: var(--amoxi-white, #fff) !important;
  background: linear-gradient(135deg, var(--amoxi-gradient, #002F41), var(--amoxi-base, #015963));
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.28);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.header-ebook-cta i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--amoxi-black, #1A1B1F);
  background: var(--amoxi-white, #fff);
  font-size: 8px;
}

.header-ebook-cta:hover {
  color: var(--amoxi-white, #fff) !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.45);
}

.main-header--six .sidebar-btn__toggler__line,
.main-header--six .sidebar-btn__toggler:hover .sidebar-btn__toggler__line {
  background-color: var(--amoxi-white, #fff) !important;
  border-color: var(--amoxi-white, #fff) !important;
}

.contact-studio {
  position: relative;
  overflow: hidden;
  padding-top: 54px !important;
  padding-bottom: 54px !important;
  scroll-margin-top: 100px;
  background:
    radial-gradient(circle at 8% 14%, rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.3), transparent 34%),
    var(--amoxi-black2, #0E0F11);
}

.contact-studio::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, transparent 0 60%, rgba(255, 255, 255, 0.025) 60% 100%);
}

.contact-studio__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: center;
  width: 114.2857%;
  margin-right: -14.2857%;
  padding: clamp(32px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.3);
  transform: scale(0.875);
  transform-origin: top left;
}

.contact-studio__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--amoxi-base, #015963);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-studio__title {
  max-width: 570px;
  margin: 0 0 22px;
  color: var(--amoxi-white, #fff);
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.08;
}

.contact-studio__text {
  max-width: 580px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.contact-studio__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.contact-studio__detail {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 92px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  color: var(--amoxi-white, #fff) !important;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.contact-studio__detail:hover {
  border-color: rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.72);
  background: rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.16);
  transform: translateX(6px);
}

.contact-studio__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--amoxi-white, #fff);
  background: var(--amoxi-base, #015963);
}

.contact-studio__detail small,
.contact-studio__detail strong {
  display: block;
}

.contact-studio__detail small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-studio__detail strong {
  color: var(--amoxi-white, #fff);
  font-size: 13px;
  line-height: 1.5;
}

.contact-studio__form-wrap {
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(var(--amoxi-gradient-rgb, 0, 47, 65), 0.98), rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.72));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.contact-studio__form .hero-contact-form__title {
  font-size: clamp(28px, 3vw, 42px);
}

@media (max-width: 1400px) {
  .header-ebook-cta span { display: inline; }
  .header-ebook-cta {
    min-height: 42px;
    margin-left: 8px;
    padding: 4px 5px 4px 14px;
    gap: 8px;
    font-size: 11px;
  }

  .header-ebook-cta i {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .main-header--six .main-menu .main-menu__list > li > a {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .hero-six > .container {
    width: calc(100% - 48px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .hero-six__content {
    margin-top: 38px;
  }

  .hero-six__title {
    font-size: clamp(52px, 5vw, 66px);
  }

  .hero-six__image {
    padding-left: 18px;
  }

  .about-six > .container,
  .portfolio-five > .container,
  .contact-studio > .container {
    width: calc(100% - 48px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .about-six {
    padding-top: 72px !important;
    padding-bottom: 48px !important;
  }

  .about-six__top {
    margin-bottom: 34px;
  }

  .about-six .sec-title__title {
    font-size: 43px;
    line-height: 1.2;
  }

  .about-six__image-box {
    min-height: 430px;
  }

  .portfolio-five {
    padding-top: 82px !important;
    padding-bottom: 90px !important;
  }

  .portfolio-five > .container {
    max-width: 1120px;
    margin-bottom: 0;
  }

  .portfolio-five .bw-portfolio-wrap,
  .portfolio-five .bw-portfolio-panel,
  .portfolio-five__card,
  .portfolio-five__card__content {
    overflow: visible !important;
  }

  .portfolio-five__card__image {
    height: 360px;
  }

  .portfolio-five__card__image img {
    height: 100%;
    object-fit: cover;
  }

  .portfolio-five__card__content {
    width: calc(100% - 210px);
    min-height: 120px;
    margin-top: -50px;
    padding: 22px 32px;
  }

  .portfolio-five__card__category {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .portfolio-five__card__title {
    font-size: 25px;
  }

  .portfolio-five__card__btn {
    width: 64px;
    height: 64px;
  }

  .portfolio-five__card__zoom-btn {
    width: 64px;
    height: 64px;
    top: 28px;
    right: 34px;
    font-size: 30px;
  }

  .client-carousel {
    position: relative;
    z-index: 4;
  }

  .contact-studio {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .contact-studio__shell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 34px 38px;
    transform: none;
  }

  .contact-studio__form-wrap {
    width: 100%;
    max-width: 620px;
    justify-self: center;
    margin: -54px auto;
    transform: scale(0.8);
    transform-origin: center;
  }

  .contact-studio__title {
    font-size: 48px;
  }

  .contact-studio__text {
    margin-bottom: 24px;
  }
}

@media (max-width: 1199px) {
  .header-ebook-cta { display: inline-flex; margin-left: auto; margin-right: 10px; }
  .header-ebook-cta span { display: inline; }
  .contact-studio__shell {
    width: 100%;
    margin-right: 0;
    grid-template-columns: 1fr;
    transform: none;
  }
}

@media (max-width: 767px) {
  .header-ebook-cta span { display: none; }
  .header-ebook-cta { margin-left: auto; padding: 5px; }
  .contact-studio__shell { padding: 28px 20px; border-radius: 24px; }
  .contact-studio__details { grid-template-columns: 1fr; }
  .contact-studio__form-wrap { padding: 25px 18px; border-radius: 22px; }
  .contact-studio__detail { grid-template-columns: 42px minmax(0, 1fr); padding: 12px; }
  .contact-studio__icon { width: 42px; height: 42px; }
}

.main-header--six .main-menu .main-menu__list > li > a {
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--amoxi-white, #FFFFFF) !important;
  font-weight: 600;
  transform: translateY(0) scale(1);
  transition: color 260ms ease, background-color 260ms ease, box-shadow 260ms ease, transform 260ms cubic-bezier(0.34, 1.56, 0.64, 1), font-weight 260ms ease;
}

.main-header--six .main-menu .main-menu__list > li > a::before {
  display: none !important;
}

.main-header--six .main-menu .main-menu__list > li.current > a,
.main-header--six .main-menu .main-menu__list > li > a:hover {
  color: var(--amoxi-white, #FFFFFF) !important;
  font-weight: 800;
  background: linear-gradient(135deg, var(--amoxi-gradient, #002F41) 0%, var(--amoxi-base, #015963) 100%);
  box-shadow: 0 13px 30px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.36);
  transform: translateY(-7px) scale(1.06);
}

.main-header--six .main-menu .main-menu__list > li > a:active {
  transform: translateY(-4px) scale(1.02);
}

.main-footer__bottom__title {
  color: var(--amoxi-white, #FFFFFF);
  letter-spacing: -0.08em;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.footer-title-static,
.footer-title-static * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.main-footer__bottom__title__highlight-1 {
  color: var(--amoxi-base, #015963) !important;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
  text-stroke: 2px var(--amoxi-white, #FFFFFF);
}

.main-footer__bottom__title__highlight-2 {
  color: transparent !important;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
  text-stroke: 2px var(--amoxi-white, #FFFFFF);
}

.main-footer__copyright {
  color: var(--amoxi-white, #FFFFFF) !important;
}

.footer-digicare-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 42px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.24), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer__top .footer-digicare-grid {
  align-items: stretch;
}

.footer-widget--digicare {
  height: 100%;
  max-width: 100%;
  text-align: left;
}

.footer-widget--digicare .footer-widget__title {
  position: relative;
  display: inline-flex;
  margin-bottom: 24px;
  padding-bottom: 11px;
  color: var(--amoxi-white, #FFFFFF);
}

.footer-widget--digicare .footer-widget__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--amoxi-base, #015963), rgba(255, 255, 255, 0.9));
}

.footer-widget--digicare .footer-widget__links li {
  justify-content: flex-start;
  margin-bottom: 13px;
}

.footer-widget--digicare .footer-widget__links li::before {
  background-color: var(--amoxi-base, #015963);
}

.footer-widget--digicare .footer-widget__links a,
.footer-digicare-info__item,
.footer-digicare-social__link {
  color: rgba(255, 255, 255, 0.84);
}

.footer-widget--digicare .footer-widget__links a:hover,
.footer-digicare-info__item:hover,
.footer-digicare-social__link:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.footer-digicare-info,
.footer-digicare-social--vertical {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-digicare-info__item,
.footer-digicare-social__link {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 0;
  text-align: left;
  line-height: 1.45;
  transition: color 260ms ease, transform 260ms ease;
}

.footer-digicare-info__item:hover,
.footer-digicare-social__link:hover {
  transform: translateX(5px);
}

.footer-digicare-info__icon,
.footer-digicare-social__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--amoxi-white, #FFFFFF);
  background: linear-gradient(135deg, var(--amoxi-gradient, #002F41), var(--amoxi-base, #015963));
  box-shadow: 0 12px 28px rgba(var(--amoxi-base-rgb, 1, 89, 99), 0.24);
}

.footer-digicare-info__item strong,
.footer-digicare-social__link span:last-child {
  display: block;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 16px;
  font-weight: 800;
}

.footer-digicare-info__item em {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-weight: 600;
}

.footer-digicare-social__link--instagram .footer-digicare-social__icon {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 75%, #515bd4 100%);
}

.footer-digicare-social__link--facebook .footer-digicare-social__icon {
  background: #1877f2;
}

.footer-digicare-social__link--x .footer-digicare-social__icon {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-digicare-social__link--linkedin .footer-digicare-social__icon {
  background: #0a66c2;
}

@media (max-width: 767px) {
  .footer-digicare-panel {
    padding: 36px 24px;
    border-radius: 24px;
  }
}

html,
body {
  overflow-x: hidden;
}

.bw-reveal-text,
.bw-reveal-text *,
.bw-reveal-text-2,
.bw-reveal-text-2 *,
.bw-split-text,
.bw-split-text *,
[data-aos],
.aos-init,
.aos-animate,
.digicare-ready [data-aos] {
  opacity: 1 !important;
  visibility: visible !important;
}

.bw-reveal-text,
.bw-reveal-text *,
.bw-reveal-text-2,
.bw-reveal-text-2 *,
.bw-split-text,
.bw-split-text * {
  transform: none !important;
  clip-path: none !important;
}

[data-aos],
[data-aos][data-aos][data-aos-duration],
[data-aos][data-aos][data-aos-delay],
.aos-init,
.aos-animate {
  transform: none !important;
  transition-property: opacity, transform !important;
}

.services-six .container,
.portfolio-five .container,
.why-choose-six .container,
.amoxi-area-two .container,
.main-footer .container {
  opacity: 1 !important;
  visibility: visible !important;
}

.sidebar-three__social.social-links {
  display: none;
}

.sidebar-three__social-list {
  margin-top: 26px;
}

.sidebar-three__social-list__links {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.sidebar-three__social-list__link,
.sidebar-social-list__link {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.sidebar-three__social-list__link:hover,
.sidebar-social-list__link:hover {
  color: var(--amoxi-white, #FFFFFF);
}

/* Keep the longer agency handles readable inside the fixed 310px drawer.
   This is intentionally scoped to the right sidebar, not the footer. */
.sidebar-three__social-list__link {
  gap: 10px;
  min-width: 0;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.sidebar-three__social-list__link > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sidebar-three__social-list__icon,
.sidebar-social-list__link span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--amoxi-white, #FFFFFF);
}

.sidebar-three__social-list__link--instagram .sidebar-three__social-list__icon,
.sidebar-social-list__link--instagram span {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 75%, #515bd4 100%);
}

.sidebar-three__social-list__link--facebook .sidebar-three__social-list__icon,
.sidebar-social-list__link--facebook span {
  background: #1877f2;
}

.sidebar-three__social-list__link--x .sidebar-three__social-list__icon,
.sidebar-social-list__link--x span {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-three__social-list__link--linkedin .sidebar-three__social-list__icon,
.sidebar-social-list__link--linkedin span {
  background: #0a66c2;
}

.sidebar-social-list {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.blog-list-page {
  background: var(--amoxi-black, #1A1B1F);
}

.blog-list-page__content {
  display: grid;
  gap: 30px;
}

.blog-list-card {
  overflow: hidden;
  border-radius: 20px;
  background: var(--amoxi-black2, #0E0F11);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.blog-list-card__image {
  display: block;
  height: 350px;
  overflow: hidden;
}

.blog-list-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.blog-list-card:hover .blog-list-card__image img {
  transform: scale(1.06);
}

.blog-list-card__content {
  position: relative;
  padding: 38px 40px 40px;
}

.blog-list-card__date {
  width: 78px;
  height: 78px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--amoxi-white, #FFFFFF);
  background: linear-gradient(135deg, var(--amoxi-gradient, #002F41) 0%, var(--amoxi-base, #015963) 100%);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-list-card__date span {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.blog-list-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 15px;
  color: var(--amoxi-text, #b2afa6);
}

.blog-list-card__meta i {
  color: var(--amoxi-base, #015963);
  margin-right: 7px;
}

.blog-list-card__title {
  margin-bottom: 15px;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 32px;
  line-height: 1.25;
}

.blog-list-card__title a {
  color: inherit;
}

.blog-list-card__title a:hover {
  color: var(--amoxi-base, #015963);
}

.blog-list-card__text {
  margin-bottom: 24px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.7;
}

@media (max-width: 767px) {
  .blog-list-card__image {
    height: 250px;
  }

  .blog-list-card__content {
    padding: 30px 25px;
  }

  .blog-list-card__title {
    font-size: 26px;
  }
}
