:root {
  --bd-body-primary: #eef0f2;
  --bd-body-secondary: #24272b;
  --bd-text-body: #62686e;
  --bd-text-primary: #24272b;
  --bd-text-secondary: #555b61;
  --bd-text-tertiary: #34383d;
  --bd-text-grey: #697078;
  --bd-bg-primary: #f7f8f9;
  --bd-bg-secondary: #e3e6e9;
  --bd-bg-tertiary: #d5d9dd;
  --bd-bg-quaternary: #ffffff;
  --bd-border-primary: rgba(31, 33, 36, .12);
  --bd-border-secondary: #d5d9dd;
  --bd-border-tertiary: #c8cdd2;
}

body {
  background: #eef0f2;
  color: #555b61;
}

main {
  display: flex;
  flex-direction: column;
}

.banner__area { order: 1; }
.bd-about__area { order: 2; }
.bd-counter__area { order: 3; }
.bd-service__area { order: 4; }
.bd-team__area { display: none !important; }
.brand__area,
.video__area { display: none !important; }
.bd-pricing__area { order: 7; }
.bd-award__area { order: 8; }
.bd-blog__area { order: 9; }
.cta__area { order: 10; }

.header__area {
  background: rgba(247, 248, 249, .92);
  border-color: rgba(31, 33, 36, .1) !important;
  backdrop-filter: blur(16px);
}

.header__btn-wrap .bordered-blue .bd-btn-normal,
.header__btn-wrap .bordered-blue .bd-btn-hover {
  color: #24272b !important;
}

.header__btn-wrap .bordered-blue:not(:hover),
.header__btn-wrap .bordered-blue:not(:hover) * {
  color: #24272b !important;
}

.header__btn-wrap .bordered-blue:hover .bd-btn-normal,
.header__btn-wrap .bordered-blue:hover .bd-btn-hover {
  color: #fff !important;
}

.header__logo img,
.offcanvas__logo img {
  filter: brightness(0) saturate(100%);
}

.main-menu ul li a,
.bar-icon span {
  color: #24272b !important;
}

.bar-icon span {
  background: #24272b;
}

.banner__single-slide .is-overlay::before {
  background:
    linear-gradient(90deg, rgba(238, 240, 242, .93), rgba(238, 240, 242, .72)),
    linear-gradient(135deg, rgba(241, 90, 41, .08), transparent 55%) !important;
  background-color: rgba(238, 240, 242, .88) !important;
}

.banner__title,
.banner__text {
  color: #24272b;
}

.banner__text {
  color: #5a6066;
}

.bd-wave {
  background-image: url("../imgs/shape/wave-orange-preview.svg") !important;
  background-color: transparent;
}

.bd-wave-2:nth-of-type(2) {
  background-image: url("../imgs/shape/wave-light-preview.svg") !important;
  filter: none !important;
}

.theme-bg-secondary,
.service__wrapper.bg-solid,
.blog__wrap.bg-solid,
.footer__area {
  background: #f7f8f9 !important;
}

.service__wrapper,
.blog__wrap,
.award__single-item,
.accordion-item {
  border-color: rgba(31, 33, 36, .1) !important;
  box-shadow: 0 18px 50px rgba(31, 33, 36, .06);
}

.service__wrapper.style-seven {
  overflow: hidden;
  padding-top: 0;
}

.bd-service__area .wow {
  visibility: visible !important;
  animation-name: none !important;
  opacity: 1 !important;
}

.product-card-image {
  height: 220px;
  margin: 0 -30px 28px;
  overflow: hidden;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.service__wrapper:hover .product-card-image img {
  transform: scale(1.045);
}

.section__title,
.service__title a,
.award__title a,
.blog__title a,
.accordion-button,
.footer__widget-title h5,
.contact__info-content h6 a {
  color: #24272b;
}

.section__paragraph,
.service__content p,
.about__content p,
.blog__content p,
.footer__widget-content p,
.footer__links a {
  color: #62686e;
}

.counter__wrapper.style-four .row {
  justify-content: center;
}

.counter__wrapper.style-four .counter__item {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter__wrapper.style-four .counter__title {
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1;
}

.counter__wrapper.style-four .counter__content p {
  color: #4e555c;
  font-size: 16px;
  margin-top: 12px;
}

.pricing__amount {
  display: none;
}

.pricing__item.style-three,
.pricing__item.style-three.active {
  background: #fff;
  color: #555b61;
}

.pricing__item.style-three:hover,
.pricing__item.style-three.active:hover {
  background: #fff;
  border-color: #f15a29;
  transform: translateY(-8px);
}

.pricing__item.style-three .pricing__title,
.pricing__item.style-three.active .pricing__title,
.pricing__item.style-three:hover .pricing__title {
  color: #24272b !important;
}

.pricing__item.style-three .pricing__description,
.pricing__item.style-three.active .pricing__description,
.pricing__item.style-three:hover .pricing__description,
.pricing__item.style-three .pricing__list p,
.pricing__item.style-three.active .pricing__list p,
.pricing__item.style-three:hover .pricing__list p {
  color: #62686e !important;
}

.pricing__item.style-three.active .bd-btn,
.pricing__item.style-three:hover .bd-btn,
.pricing__item.style-three .bd-btn:hover {
  background: #f15a29 !important;
  color: #fff !important;
}

.service__wrapper:hover,
.blog__wrap:hover,
.award__single-item:hover,
.accordion-item:hover {
  background: #fff !important;
  color: #24272b !important;
}

.service__wrapper:hover .service__title a,
.service__wrapper:hover p,
.service__wrapper:hover .bd-text-btn,
.blog__wrap:hover .blog__title a,
.blog__wrap:hover p,
.blog__wrap:hover .underline-btn,
.award__single-item:hover .award__title a,
.award__single-item:hover p {
  color: #24272b !important;
}

.service__wrapper:hover .service__icon-wrap,
.pricing__list i {
  background: rgba(241, 90, 41, .12) !important;
  color: #f15a29 !important;
}

.service__wrapper .bd-text-btn,
.service__wrapper:hover .bd-text-btn {
  color: #f15a29 !important;
}

.bd-btn:hover,
.bd-btn.is-btn-anim:hover,
.bd-btn.bordered-light:hover,
.bd-btn.bordered-blue:hover {
  background: #24272b !important;
  border-color: #24272b !important;
  color: #fff !important;
}

.bd-btn:hover span,
.bd-btn:hover i,
.bd-text-btn:hover,
.underline-btn:hover {
  color: #fff !important;
}

.main-menu ul li a:hover,
.footer__links a:hover,
.bd-text-btn:hover,
.underline-btn:hover {
  color: #f15a29 !important;
}

.blog__thumb img {
  height: 360px;
  object-fit: cover;
}

.cta__area,
.cta__bg-thumb::before {
  background: #dde1e4;
}

.cta__form .cta__input {
  min-height: 62px;
}

.cta__form .bd-btn i {
  margin-right: 8px;
}

.footer__area {
  border-top: 1px solid rgba(31, 33, 36, .1);
}

.preview-label {
  position: fixed;
  top: 96px;
  left: 18px;
  z-index: 91;
  padding: 7px 11px;
  border: 1px solid rgba(241, 90, 41, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #c84017;
  font: 700 11px/1.2 Arial, sans-serif;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
}

@media (max-width: 767px) {
  .preview-label {
    top: 82px;
    left: 12px;
  }
}

/* Overrides finais: mantidos no fim para prevalecer sobre o legado do tema */
.instagram-card__media {
  aspect-ratio: 4 / 5 !important;
}

.faq__style-five .accordion-item:has(.accordion-button:not(.collapsed)),
.faq__style-five .accordion-button:not(.collapsed),
.faq__style-five .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body,
.faq__style-five .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body p {
  background: linear-gradient(135deg, #303338, #1f2124) !important;
  color: #fff !important;
}

.faq__style-five .accordion-button:not(.collapsed) {
  color: #f15a29 !important;
}

.service__wrapper.style-seven:hover {
  background: linear-gradient(135deg, #303338, #1f2124) !important;
}

.service__wrapper.style-seven:hover .service__title a,
.service__wrapper.style-seven:hover p,
.service__wrapper.style-seven:hover .bd-text-btn {
  color: #fff !important;
}

.service__wrapper.style-seven:hover .service__icon-wrap {
  background: transparent !important;
  color: #f15a29 !important;
}

/* Refinamentos finais - rodada 3 */
.bd-btn,
.bd-btn:hover,
.bd-btn:focus,
.header__btn-wrap .bordered-blue,
.header__btn-wrap .bordered-blue:hover {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.bd-btn.is-btn-anim::before,
.bd-btn.is-btn-anim.bordered-blue::before,
.bd-btn.is-btn-anim.bordered-light::before {
  background-color: #232629 !important;
}

.play__btn,
.play__btn > span {
  display: inline-grid !important;
  place-items: center !important;
}

.play__btn > span {
  width: 100%;
  height: 100%;
  line-height: 1;
}

.play__btn > span i {
  display: block;
  margin: 0 !important;
  line-height: 1 !important;
  transform: translateX(1px);
}

.section__subtitle.bg-field,
.faq__style-five .accordion-button,
.faq__style-five .accordion-button.collapsed,
.faq__style-five .accordion-button:not(.collapsed) {
  color: #f15a29 !important;
}

.bd-about__area {
  overflow: visible !important;
  padding-bottom: 105px !important;
  position: relative;
  z-index: 3;
}

.bd-counter__area {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
}

.bd-counter__area::after,
.bd-pricing__area::after,
.bd-award__area::after {
  bottom: -54px !important;
  height: 56px !important;
  background-position: center top !important;
  background-size: 100% 100% !important;
}

.bd-counter__area::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f7f8f9' d='M0 0h1440v24c-210 34-420-18-670 12C510 68 250 12 0 45V0z'/%3E%3C/svg%3E") !important;
}

.bd-pricing__area::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e3e6e9' d='M0 0h1440v24c-240 38-430-20-700 13C470 70 230 12 0 44V0z'/%3E%3C/svg%3E") !important;
}

.bd-award__area::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f7f8f9' d='M0 0h1440v25c-220 35-410-18-680 12C500 68 250 14 0 43V0z'/%3E%3C/svg%3E") !important;
}

.product-card-heading {
  gap: 20px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.product-card-heading .service__icon-wrap {
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 18px !important;
  font-size: 15px !important;
  justify-content: flex-start !important;
}

.service__wrapper.style-seven:hover {
  background: #232629 !important;
}

.service__wrapper.style-seven:hover .service__more .bd-text-btn {
  color: #f15a29 !important;
}

.pricing__item.style-three:hover .pricing__content,
.pricing__item.style-three.active:hover .pricing__content {
  border-color: rgba(31, 33, 36, .14) !important;
}

.contact__info-item.style-two .contact__info-content > p {
  font-size: 13px;
}

.contact__info-item.style-two .contact__info-content h6,
.contact__info-item.style-two .contact__info-content h6 a {
  font-size: 15px;
}

.portfolio-gallery ul {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.footer__area.style-two .portfolio-gallery ul li a {
  aspect-ratio: 4 / 3 !important;
  border-radius: 6px;
}

.whatsapp-float {
  width: 46px !important;
  height: 46px !important;
  font-size: 23px !important;
}

/* Refinamentos aprovados - rodada 2 */
.header__area {
  transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.header__area.bd-sticky {
  background: rgba(31, 33, 36, .75) !important;
  border-color: rgba(255, 255, 255, .1) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
  backdrop-filter: blur(18px);
}

.header__logo a {
  position: relative;
  display: block;
  width: 178px;
  height: 45px;
}

.header__logo .header-logo {
  position: absolute;
  inset: 0;
  width: 178px !important;
  height: 45px;
  object-fit: contain;
  object-position: left center;
  filter: none !important;
  transition: opacity .25s ease;
}

.header-logo--dark,
.header__area.bd-sticky .header-logo--light {
  opacity: 0;
}

.header__area.bd-sticky .header-logo--dark {
  opacity: 1;
}

.header__area.bd-sticky .main-menu ul li > a {
  color: #fff !important;
}

.header__area.bd-sticky .main-menu ul li.active > a,
.header__area.bd-sticky .main-menu ul li > a:hover {
  color: #f15a29 !important;
}

.header__area.bd-sticky .bar-icon span {
  background: #fff !important;
}

.header__btn-wrap .bordered-blue {
  border-radius: 999px;
}

.banner__title.xlarge {
  font-size: clamp(46px, 5.1vw, 72px) !important;
  line-height: 1.05;
}

.banner__navigation .slider__nav-btn {
  background: #fff !important;
  border-color: #fff !important;
  color: #1f2124 !important;
  box-shadow: 0 10px 28px rgba(31, 33, 36, .16);
}

.banner__navigation .slider__nav-btn:hover {
  background: #f15a29 !important;
  border-color: #f15a29 !important;
  color: #fff !important;
}

.section__subtitle.bg-field {
  padding: 9px 18px !important;
  border-radius: 999px !important;
}

.bd-about__area {
  padding-bottom: 50px;
}

.about__thumb-wrapper.style-seven {
  display: flex;
  justify-content: flex-end;
}

.about__thumb-wrapper.style-seven .about__thumb {
  width: min(100%, 410px);
}

.faq__style-five .accordion-item {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5f6f7, #dfe3e6) !important;
}

.faq__style-five .accordion-button.collapsed,
.faq__style-five .accordion-item:has(.accordion-button.collapsed) .accordion-body {
  background: linear-gradient(135deg, #f5f6f7, #dfe3e6) !important;
}

.faq__style-five .accordion-button:not(.collapsed),
.faq__style-five .accordion-item:has(.accordion-button:not(.collapsed)),
.faq__style-five .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body,
.faq__style-five .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body p {
  background: linear-gradient(135deg, #2b2e32, #1f2124) !important;
  color: #fff !important;
}

.faq__style-five .accordion-button:not(.collapsed) {
  color: #f15a29 !important;
}

.bd-counter__area {
  min-height: 0;
  padding: 22px 0 64px !important;
  background: #f7f8f9 !important;
  position: relative;
}

.bd-counter__area .counter__bg {
  display: none !important;
}

.counter__wrapper.style-four .counter__item {
  min-height: 112px !important;
}

.counter__wrapper.style-four .counter__title {
  font-size: clamp(40px, 4vw, 60px);
}

.bd-counter__area::after,
.bd-pricing__area::after,
.bd-award__area::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  pointer-events: none;
}

.bd-counter__area::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e0e3e6' d='M0 52C320 12 470 78 760 45c260-30 420-4 680 22v13H0z'/%3E%3C/svg%3E");
}

.bd-service__area {
  background: #e0e3e6;
}

.bd-service__area .row.g-5 > [class*="col-"] {
  display: flex;
}

.service__wrapper.style-seven {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service__wrapper.style-seven .service__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.service__wrapper.style-seven .service__more {
  margin-top: auto;
}

.product-card-heading {
  min-height: 76px;
  align-items: center;
}

.product-card-heading .service__icon-wrap {
  flex-basis: 26px;
  width: 26px;
  height: 26px;
  justify-content: flex-start;
  font-size: 21px;
  background: transparent !important;
}

.product-card-heading .service__title {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.service__wrapper.style-seven:hover {
  background: linear-gradient(135deg, #303338, #1f2124) !important;
}

.service__wrapper.style-seven:hover .service__title a,
.service__wrapper.style-seven:hover p,
.service__wrapper.style-seven:hover .bd-text-btn {
  color: #fff !important;
}

.service__wrapper.style-seven:hover .service__icon-wrap {
  background: transparent !important;
  color: #f15a29 !important;
}

.bd-pricing__area,
.bd-award__area {
  position: relative;
  padding-bottom: 110px !important;
}

.pricing__item.style-three {
  height: 100%;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.pricing__item.style-three:hover {
  transform: translateY(-9px);
  box-shadow: 0 20px 45px rgba(31, 33, 36, .13);
}

.bd-pricing__area::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f7f8f9' d='M0 58C250 18 470 70 720 48s470-18 720 14v18H0z'/%3E%3C/svg%3E");
}

.award__single-item.style-two {
  transition: transform .35s ease, box-shadow .35s ease;
}

.award__single-item.style-two:hover {
  transform: translateY(-9px);
  box-shadow: 0 20px 45px rgba(31, 33, 36, .13);
}

.award__single-item.style-two .circle-btn {
  transition: transform .3s ease, background-color .3s ease;
}

.award__single-item.style-two .circle-btn:hover {
  transform: translateX(3px);
  background: #1f2124 !important;
}

.bd-award__area::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23eef0f2' d='M0 54C300 20 480 74 760 44s430-2 680 22v14H0z'/%3E%3C/svg%3E");
}

.instagram-card__media {
  aspect-ratio: 4 / 5;
}

.contact__info-icon span {
  border-radius: 50% !important;
}

.portfolio-gallery ul {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.footer__area.style-two .portfolio-gallery ul li {
  width: auto !important;
  margin: 0 !important;
}

.footer__area.style-two .portfolio-gallery ul li a {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
}

.whatsapp-float {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 28px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(37, 211, 102, .35);
  font-size: 26px;
  transition: transform .25s ease, background-color .25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  background: #1fba57;
}

.backtotop-wrap {
  bottom: 95px !important;
}

@media (max-width: 767px) {
  .banner__title.xlarge {
    font-size: clamp(38px, 10vw, 52px) !important;
  }

  .whatsapp-float {
    right: 18px;
    bottom: 18px;
  }

  .backtotop-wrap {
    right: 18px !important;
    bottom: 82px !important;
  }
}

/* Refinamento da versão de produção */
.header__logo img,
.offcanvas__logo img {
  width: 178px !important;
  max-width: none;
}

.header__logo,
.offcanvas__logo {
  width: 178px;
  max-width: 178px !important;
}

.header__area .container {
  max-width: 1320px;
}

.main-menu ul li.active > a,
.main-menu ul li a:hover {
  color: #f15a29 !important;
}

.header__btn-wrap .bordered-blue {
  background: #f15a29 !important;
  border-color: transparent !important;
}

.header__btn-wrap .bordered-blue,
.header__btn-wrap .bordered-blue * {
  color: #fff !important;
}

.banner__single-slide .is-overlay::before {
  background:
    linear-gradient(90deg, rgba(238, 240, 242, .46), rgba(238, 240, 242, .28)),
    linear-gradient(135deg, rgba(241, 90, 41, .08), transparent 55%) !important;
  background-color: rgba(255, 255, 255, .35) !important;
}

.banner__text {
  color: #34383d;
  font-weight: 500;
  text-shadow: 0 1px 10px rgba(255, 255, 255, .75);
}

.animate-play::before,
.animate-play::after {
  border-color: rgba(241, 90, 41, .48) !important;
}

.play__btn {
  background: #f15a29 !important;
  color: #fff !important;
}

.section__subtitle.bg-field {
  background: #d8dde1 !important;
  color: #c84017 !important;
}

.faq__style-five .accordion-item {
  background: #e1e4e7 !important;
  border-color: #cfd4d8 !important;
}

.faq__style-five .accordion-button,
.faq__style-five .accordion-button.collapsed,
.faq__style-five .accordion-button:not(.collapsed) {
  background: #e1e4e7 !important;
  color: #24272b !important;
}

.faq__style-five .accordion-button:not(.collapsed) {
  color: #c84017 !important;
}

.faq__style-five .accordion-body,
.faq__style-five .accordion-body p {
  background: #e1e4e7 !important;
  color: #555b61 !important;
}

.about__thumb {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

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

.bd-counter__area {
  background:
    linear-gradient(rgba(238, 240, 242, .84), rgba(238, 240, 242, .84)),
    url("../imgs/generated/cenografia-conceito-v1.png") center 46% / cover no-repeat;
}

.counter__wrapper.style-four .row {
  align-items: stretch;
}

.counter__wrapper.style-four .counter__item {
  min-height: 220px;
}

.product-card-heading {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 24px;
}

.product-card-heading .service__icon-wrap {
  position: static;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin: 0;
  background: transparent !important;
  color: #f15a29 !important;
  font-size: 26px;
  display: grid;
  place-items: center;
}

.product-card-heading .service__title {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.service__wrapper:hover {
  background: #d8dde1 !important;
}

.service__wrapper:hover .service__title a,
.service__wrapper:hover p {
  color: #24272b !important;
}

.service__wrapper .bd-text-btn,
.service__wrapper:hover .bd-text-btn {
  color: #c84017 !important;
}

.bd-pricing__area {
  background: #e3e6e9;
}

.pricing__item.style-three,
.pricing__item.style-three.active,
.pricing__item.style-three:hover,
.pricing__item.style-three.active:hover {
  background: #f7f8f9;
}

.pricing__item.style-three .bd-btn,
.pricing__item.style-three .bd-btn.bordered-light {
  background: #f15a29 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.pricing__item.style-three .bd-btn *,
.pricing__item.style-three .bd-btn.bordered-light * {
  color: #fff !important;
}

.award__single-item.style-two {
  min-height: 290px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.award__single-item.style-two .award__content {
  flex: 1;
}

.award__single-item.style-two .circle-btn {
  background: #f15a29 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.bd-btn:not(.bordered-light):not(.bordered-blue),
.bd-btn:not(.bordered-light):not(.bordered-blue)::before {
  border-color: transparent !important;
}

.footer__area.style-two .footer__widget-gallery ul li a::before {
  background: rgba(241, 90, 41, .14) !important;
  opacity: 0;
}

.footer__area.style-two .footer__widget-gallery ul li a:hover::before {
  opacity: 1;
}

.instagram-feed {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.instagram-card {
  overflow: hidden;
  border: 1px solid #d5d9dd;
  border-radius: 12px;
  background: #f7f8f9;
  box-shadow: 0 14px 36px rgba(31, 33, 36, .06);
}

.instagram-card.wow {
  visibility: visible !important;
  animation-name: none !important;
  opacity: 1 !important;
}

.instagram-card__header {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  padding: 10px 12px;
}

.instagram-card__header > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  color: #24272b;
  line-height: 1.2;
}

.instagram-card__header small {
  color: #697078;
  font-size: 11px;
}

.instagram-card__header > i {
  color: #f15a29;
  font-size: 18px;
}

.instagram-card__avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f15a29;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.instagram-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.instagram-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.instagram-card:hover .instagram-card__media img {
  transform: scale(1.035);
}

.instagram-card__actions {
  display: flex;
  gap: 13px;
  padding: 13px 13px 8px;
  color: #24272b;
  font-size: 18px;
}

.instagram-card > p {
  min-height: 86px;
  margin: 0;
  padding: 0 13px 15px;
  color: #555b61;
  font-size: 13px;
  line-height: 1.45;
}

.footer__area.style-two .footer__widget-gallery ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__area.style-two .footer__widget-gallery ul li a {
  background: #d8dde1;
}

.admin-access,
.preview-label {
  display: none !important;
}

@media (max-width: 1199px) {
  .instagram-feed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .instagram-feed {
    grid-template-columns: 1fr;
  }

  .instagram-card > p {
    min-height: auto;
  }
}

.instagram-card__media {
  aspect-ratio: 4 / 5 !important;
}

.faq__style-five .accordion-item:has(.accordion-button:not(.collapsed)),
.faq__style-five .accordion-button:not(.collapsed),
.faq__style-five .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body,
.faq__style-five .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body p {
  background: linear-gradient(135deg, #303338, #1f2124) !important;
  color: #fff !important;
}

.faq__style-five .accordion-button:not(.collapsed) {
  color: #f15a29 !important;
}

.service__wrapper.style-seven:hover {
  background: linear-gradient(135deg, #303338, #1f2124) !important;
}

.service__wrapper.style-seven:hover .service__title a,
.service__wrapper.style-seven:hover p,
.service__wrapper.style-seven:hover .bd-text-btn {
  color: #fff !important;
}

.service__wrapper.style-seven:hover .service__icon-wrap {
  background: transparent !important;
  color: #f15a29 !important;
}
