@charset "UTF-8";
/* Animações de Fade-In */
@keyframes fadeInLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* Aplicando as animações nas classes de animação */
.fadeInLeft.show-animate {
  animation: fadeInLeft 1s ease-out forwards;
}

.fadeInRight.show-animate {
  animation: fadeInRight 1s ease-out forwards;
}

.fadeInTop.show-animate {
  animation: fadeInTop 1s ease-out forwards;
}

.fadeInBottom.show-animate {
  animation: fadeInBottom 1s ease-out forwards;
}

.zoomIn.show-animate {
  animation: zoomIn 1s ease-out forwards;
}

/* Ajustes gerais para tornar os elementos invisíveis até a animação */
@media (min-width: 992px) {
  .fade-left, .fade-right, .fade-top, .fade-bottom, .zoomIn {
    opacity: 0;
  }
}

/* Classe que ativa a animação */
.show-animate {
  opacity: 1;
}

body {
  background: #1C140D;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Saira", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

section {
  overflow-x: hidden;
}

.section-padding {
  padding: 65px 0;
}

.sticky-div {
  position: sticky;
  top: 130px;
  z-index: 4;
}

.overflow-unset {
  overflow: unset !important;
}

.moreText {
  display: none;
}

.go-top-btn {
  background: #B7B4A4;
  height: 55px;
  width: 55px;
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.4s;
  display: none;
  cursor: pointer;
}
.go-top-btn i {
  display: block;
  line-height: 52px;
  color: #fff;
}

.sticky-div {
  position: sticky !important;
  top: 130px;
  z-index: 4;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #A85D25 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #A85D25;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #3B2A1C;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease;
}

p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 22px;
}

.section-title h1,
.section-title h2 {
  font-size: 3em;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.section-title span {
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
}

.int-typography h2, .int-typography h3, .int-typography h4 {
  margin-bottom: 10px;
}
.int-typography ul {
  margin-bottom: 10px;
}
.int-typography ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 1em;
}

.divider {
  background: #A85D25;
  width: 55px;
  height: 15px;
}

header .top_menu {
  border-bottom: 1px solid #e8edf1;
  background-color: #c4c4c4;
  padding: 5px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .top_menu {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  header .top_menu {
    display: none;
  }
}
@media (max-width: 575px) {
  header .top_menu {
    display: none;
  }
}
header .top_menu .dn_btn {
  display: inline-block;
  font-size: 13px;
  margin-right: 40px;
  font-weight: 400;
  color: #000;
  transition: all 300ms linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .dn_btn {
    margin-right: 20px;
  }
}
header .top_menu .dn_btn:hover {
  color: #3B2A1C;
}
header .top_menu .header-social {
  position: relative;
  z-index: 1;
}
header .top_menu .header-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 300ms linear 0s;
}
header .top_menu .header-social a:hover {
  color: #A85D25;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .header-social a i {
    margin-right: 6px;
  }
}
header .top_menu .contact-menu a {
  display: inline-block !important;
  font-size: 13px;
}
header .header-area {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
header .header-area.sticky {
  background: #fff;
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a {
  color: #000;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  height: 106px;
  align-items: center;
}
header .header-area .header-main .logo {
  padding: 0 15px;
}
header .header-area .header-main .logo img {
  height: 70px;
  object-fit: contain;
}
header .header-area .header-main .nav-menu {
  padding: 0 15px;
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item {
    margin-left: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item:first-child {
  margin-left: 0;
}
header .header-area .header-main .nav-menu .menu .menu-item > a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    font-size: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  margin-left: 3px;
  pointer-events: none;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  background: #000;
  height: 2px;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
header .header-area .header-main .nav-menu .menu .menu-item > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  position: relative;
  top: 1px;
  background: transparent;
  transition: all 0.3s;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover {
  color: #A85D25;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus:after {
  background-color: #A85D25;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover::after, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav::after {
  width: 100%;
  background: #A85D25;
}
header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav .plus::after {
  background-color: #A85D25;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 250px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  padding: 10px 0;
  border-top: 3px solid #A85D25;
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0 20px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  transition: all 0.4s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #A85D25;
  padding-left: 4px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a::after {
  display: none;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .header-area .header-main .nav-menu .menu .has-children:hover > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #222222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
  header .header-area .header-main .nav-menu .menu .menu-item {
    display: block;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
    background-color: #ffffff;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a::after {
    display: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item:first-child a {
    border-top: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    height: auto;
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
    margin-left: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
    padding: 12px 25px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
    padding-left: 25px;
  }
  header .header-area .header-main .nav-menu .menu .has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-area .header-main .nav-menu .menu .has-children.active > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
header .header-area .header-main .open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .header-area .header-main .open-nav-menu span {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #A85D25;
  position: relative;
}
header .header-area .header-main .open-nav-menu span::after, header .header-area .header-main .open-nav-menu span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A85D25;
  box-sizing: border-box;
}
header .header-area .header-main .open-nav-menu span::before {
  top: -9px;
}
header .header-area .header-main .open-nav-menu span::after {
  top: 9px;
}
@media (max-width: 991px) {
  header .header-area .header-main .open-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .close-nav-menu {
  font-size: 27px;
  background-color: transparent;
  color: #A85D25;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
}
header .header-area .header-main .close-nav-menu img {
  width: 16px;
}
@media (max-width: 991px) {
  header .header-area .header-main .close-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  header .header-area .header-main .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  header .header-area .header-main .nav-menu.open {
    visibility: visible;
    right: 0px;
  }
}
header .header-area .contact-btn .btn-main {
  padding: 18px 30px;
}

.padding-banner {
  padding-top: 136px;
}
@media (max-width: 991px) {
  .padding-banner {
    padding-top: 106px;
  }
}

@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 {
    top: 8px;
    left: calc(100% + 21px);
    opacity: 0;
    visibility: hidden;
    width: 250px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2 {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a {
    padding: 12px 45px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover {
    padding-left: 45px;
  }
}
/* ==================== FOOTER MODERNO BRAVICTA ==================== */
.site-footer {
  position: relative;
  font-family: "Saira", sans-serif, sans-serif;
}

.footer-glow-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #E0873F, #A85D25, transparent);
  opacity: 0.6;
  pointer-events: none;
}

.footer-main {
  position: relative;
  background: radial-gradient(ellipse at 10% 0%, rgba(168, 93, 37, 0.12) 0%, transparent 45%), radial-gradient(ellipse at 90% 100%, rgba(110, 56, 20, 0.08) 0%, transparent 40%), linear-gradient(180deg, #3B2A1C 0%, #241811 100%);
  border-top: 1px solid rgba(224, 135, 63, 0.25);
  padding: 72px 0 60px;
  overflow: hidden;
}
.footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(183, 180, 164, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(183, 180, 164, 0.02) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 48px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .footer-grid .footer-col--cta {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid .footer-col--brand {
    grid-column: 1/-1;
  }
  .footer-grid .footer-col--cta {
    grid-column: 1/-1;
  }
  .footer-grid {
    gap: 36px;
  }
}
@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.footer-col--brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer-col--brand {
    align-items: flex-start;
    text-align: flex-start;
  }
}

.footer-logo-wrap {
  display: inline-block;
  margin-bottom: 20px;
  padding: 14px 20px;
  border: 1px solid rgba(224, 135, 63, 0.22);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(28, 20, 13, 0.5), rgba(36, 24, 17, 0.7));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
}
.footer-logo-wrap:hover {
  border-color: #E0873F;
  box-shadow: 0 12px 32px rgba(168, 93, 37, 0.3);
  transform: translateY(-3px);
}
.footer-logo-wrap img {
  height: 68px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-tagline {
  color: rgba(218, 216, 205, 0.78);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-divider {
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #E0873F, #A85D25);
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(224, 135, 63, 0.3);
  background: rgba(168, 93, 37, 0.1);
  color: #E0873F;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-social-link:hover {
  background: #A85D25;
  border-color: #E0873F;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(168, 93, 37, 0.4);
}

.footer-col-title {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E0873F;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-col-title__bar {
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #E0873F, #A85D25);
  flex-shrink: 0;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-nav-list.contact li a.maps i {
  margin-bottom: 20px;
}
.footer-nav-list.contact li a {
  gap: 8px;
}
.footer-nav-list li a {
  display: inline-flex;
  align-items: center;
  color: rgba(218, 216, 205, 0.78);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0;
  transition: all 0.25s ease;
  position: relative;
}
.footer-nav-list li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #E0873F;
  border-radius: 999px;
  margin-right: 0;
  transition: all 0.25s ease;
  vertical-align: middle;
}
.footer-nav-list li a:hover {
  color: #fff;
  padding-left: 8px;
}
.footer-nav-list li a:hover::before {
  width: 12px;
  margin-right: 8px;
}

@media (max-width: 1199px) {
  .footer-col--cta {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .footer-col--cta {
    text-align: left;
  }
  .footer-col--cta .footer-col-title {
    justify-content: flex-start;
  }
}

.footer-cta-text {
  color: rgba(218, 216, 205, 0.72);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 24px;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 50%, #6E3814 100%);
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(110, 56, 20, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.footer-cta-btn i {
  font-size: 15px;
  transition: transform 0.3s ease;
}
.footer-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(168, 93, 37, 0.5);
}
.footer-cta-btn:hover i {
  transform: rotate(-8deg) scale(1.15);
}

.footer-bottom {
  background: #241811;
  border-top: 1px solid rgba(224, 135, 63, 0.12);
  padding: 18px 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}

.footer-copy {
  color: rgba(183, 180, 164, 0.65);
  font-size: 0.82rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.02em;
}

.footer-bloomin-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.footer-bloomin-link:hover {
  opacity: 0.8;
}
.footer-bloomin-link .footer-bloomin-label {
  font-size: 0.75rem;
  color: rgba(183, 180, 164, 0.5);
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.footer-bloomin-link img {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity 0.25s ease;
}
.footer-bloomin-link:hover img {
  opacity: 0.85;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-center {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mob-center {
    text-align: center;
  }
}

.slider-area {
  background-image: url(../img/banners/breadcrumb-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area {
    margin-top: 90px;
  }
}
.slider-area .slider-height {
  height: 300px;
  background-size: cover;
}
.slider-area .slider-height .hero-cap h1 {
  color: #F5F2EC;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 35px;
  }
}
.slider-area .slider-height .hero-cap .ajust-link {
  color: #F5F2EC;
  font-weight: 500;
}
.slider-area .slider-height .hero-cap .ajust-link:hover {
  color: #E0873F;
}
.slider-area .slider-height .hero-cap .color-w {
  color: #7e7e7e;
  margin: 0;
}
.slider-area .hero-overly {
  position: relative;
  z-index: 1;
}
.slider-area .hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.blog-area {
  padding: 65px 0;
  overflow-y: hidden;
}
.blog-area .blog-page__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .blog-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .blog-area .blog-page__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.blog-area .home-blog-single {
  transition: 0.4s ease;
}
.blog-area .home-blog-single .blog-img-cap .blog-img {
  overflow: hidden;
  position: relative;
  height: 190px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.blog-area .home-blog-single .blog-img-cap .blog-img img {
  width: 100%;
  max-width: 100%;
  height: 344px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
  border-radius: 8px 8px 0 0;
}
.blog-area .home-blog-single .blog-img-cap ul {
  background: #f3f3f3;
}
.blog-area .home-blog-single .blog-img-cap ul li {
  background: #B7B4A4;
  display: inline-block;
  font-size: 14px;
  font-family: "Saira", sans-serif;
  font-weight: 300;
  color: #787878;
  padding: 20px 30px 20px 120px;
  margin-right: 50px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding: 20px 30px 20px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap {
  background: #f3f3f3;
  padding: 20px 20px 20px 30px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
  color: #191d34;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
  position: relative;
  padding-left: 50px;
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
}
.blog-area .home-blog-single:hover {
  box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}
.blog-area .home-blog-single:hover .blog-img img {
  transform: scale(1.1);
}

.brands-area {
  background: #B7B4A4;
  padding: 20px 0;
}
.brands-area img {
  filter: brightness(0) invert(1);
  height: 61px !important;
  object-fit: contain !important;
}

button.btn-main {
  border: none;
}

.btn-main {
  background: #3B2A1C;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 13px 18px;
  text-transform: uppercase;
  font-family: "Saira", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-main::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #A85D25;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:hover:after {
  left: 0;
  width: 100%;
}
.btn-main:active {
  top: 2px;
}

.btn-two {
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  background-color: #A85D25;
  color: #fff;
  border-radius: 10rem;
  padding: 5px 10px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  box-shadow: 3px 3px 25px -5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in;
}
.btn-two:hover {
  background-color: #3B2A1C;
  transform: scale(1.03);
}
.btn-two:hover .icon .i1 {
  transition: transform 0.3s ease-in-out;
  transform: translate(180%, -200%);
}
.btn-two:hover .icon .i2 {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0px, 0px) rotate(-30deg);
}
.btn-two span, .btn-two .txt {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-two .icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  color: #A85D25;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.btn-two .icon .i1, .btn-two .icon .i2 {
  color: #A85D25;
  font-size: 14px;
  margin: 0;
  position: absolute;
  transform: translate(0%, 0%) rotate(-30deg);
}
.btn-two .icon .i2 {
  transform: translate(-200%, 180%) rotate(-30deg);
}

.btn-arrow {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  transition: 0.3s all ease;
  color: #B7B4A4;
  display: inline-block;
}
.btn-arrow:after {
  transition: 0.3s all ease;
  position: absolute;
  content: "➜";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.btn-arrow:hover {
  padding-right: 30px;
  color: #3B2A1C;
}
.btn-arrow:hover:after {
  opacity: 1;
  visibility: visible;
}

.card-product {
  background: #fff;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.card-product h2,
.card-product h3 {
  background-color: #B7B4A4;
  border-radius: 15px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.card-product p {
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
}
.card-product p span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #3B2A1C;
  border: 1px solid #3B2A1C;
  padding: 8px;
  border-radius: 8px;
  width: 80%;
  display: inline-block;
  transition: 0.4s ease;
  margin-bottom: 20px;
}
.card-product img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  border-bottom: 3px solid #3B2A1C;
}
.card-product:hover p span {
  color: #fff;
  border: 1px solid #3B2A1C;
  background-color: #3B2A1C;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.card-blog {
  margin: 0;
  padding: 12px 12px 14px;
  align-items: stretch;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  height: 100%;
  display: flex;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1);
}
.card-blog:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 93, 37, 0.45);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.card-blog__img {
  width: 100%;
  max-height: 180px;
  height: 180px;
  margin: 0 0 10px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  background: #f3f3f3;
}
.card-blog__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.2);
  font-size: 2rem;
}
.card-blog__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
.card-blog__content h3 {
  color: #B7B4A4;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 8px;
}
.card-blog__content p {
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #444;
  text-align: left;
}
.card-blog__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 6px;
  font-size: 0.8rem;
  color: #777;
}
.card-blog__date {
  color: inherit;
}
.card-blog__meta-sep {
  color: #bbb;
}
.card-blog__reading {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #555;
}
.card-blog__reading i {
  color: #B7B4A4;
}
.card-blog__btn.btn-main {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 8px 14px;
  font-size: 0.82rem;
}

.blog-card {
  position: relative;
  border-radius: 14px;
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.22);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: all 0.35s ease;
}
.blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E0873F, #A85D25);
  z-index: 2;
  transition: opacity 0.3s ease;
}
.blog-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.blog-card__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #3B2A1C;
}
.blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.blog-card__img--placeholder {
  display: grid;
  place-items: center;
  color: rgba(224, 135, 63, 0.5);
  font-size: 2.2rem;
  background: #241811;
}
.blog-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(36, 24, 17, 0.85) 100%);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.blog-card__reading {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #E0873F;
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.35);
  backdrop-filter: blur(8px);
}
.blog-card__reading i {
  font-size: 0.8rem;
  color: #E0873F;
}
.blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 20px 22px 22px;
}
.blog-card__date {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E0873F;
  line-height: 1.4;
}
.blog-card__title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease;
}
.blog-card__excerpt {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(218, 216, 205, 0.78);
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E0873F;
  transition: color 0.25s ease;
}
.blog-card__action i {
  font-size: 0.78rem;
  transition: transform 0.25s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  border-color: #E0873F;
  box-shadow: 0 24px 50px rgba(168, 93, 37, 0.28);
}
.blog-card:hover .blog-card__img {
  transform: scale(1.08);
}
.blog-card:hover .blog-card__overlay {
  opacity: 0.9;
}
.blog-card:hover .blog-card__title {
  color: #E0873F;
}
.blog-card:hover .blog-card__action {
  color: #ffffff;
}
.blog-card:hover .blog-card__action i {
  transform: translateX(6px);
}

.card-blog-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid rgba(183, 180, 164, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-blog-featured {
    grid-template-columns: 1fr;
  }
}
.card-blog-featured__media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.card-blog-featured__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.card-blog-featured__media:hover img {
  transform: scale(1.04);
}
.card-blog-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-blog-featured__label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3B2A1C;
  margin-bottom: 0.75rem;
}
.card-blog-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 0.75rem;
}
.card-blog-featured h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.25;
  margin-bottom: 0.85rem;
}
.card-blog-featured h2 a {
  color: #B7B4A4;
  text-decoration: none;
}
.card-blog-featured h2 a:hover {
  color: #3B2A1C;
}
.card-blog-featured p {
  color: #444;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.card-blog-featured__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #B7B4A4;
  text-decoration: none;
}
.card-blog-featured__link:hover {
  color: #3B2A1C;
}

.card-blog-list {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 575px) {
  .card-blog-list {
    flex-direction: column;
  }
}
.card-blog-list__media {
  flex: 0 0 38%;
  max-width: 300px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .card-blog-list__media {
    flex: none;
    max-width: 100%;
  }
}
.card-blog-list__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  background: #f0f0f0;
  color: rgba(0, 0, 0, 0.2);
  font-size: 2rem;
}
.card-blog-list__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.card-blog-list__media:hover .card-blog-list__img {
  transform: scale(1.05);
}
.card-blog-list__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-blog-list__meta {
  display: flex;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.card-blog-list h3 {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-bottom: 0.65rem;
}
.card-blog-list h3 a {
  color: #B7B4A4;
  text-decoration: none;
}
.card-blog-list h3 a:hover {
  color: #3B2A1C;
}
.card-blog-list p {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.card-blog-list__link {
  margin-top: auto;
  font-weight: 600;
  font-size: 0.88rem;
  color: #3B2A1C;
  text-decoration: none;
}
.card-blog-list__link:hover {
  text-decoration: underline;
}

.card-blog-highlight {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: 0;
  margin-bottom: 2rem;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px rgba(183, 180, 164, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-blog-highlight {
    grid-template-columns: 1fr;
  }
}
.card-blog-highlight:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(183, 180, 164, 0.18);
}
.card-blog-highlight__media {
  display: block;
  height: 100%;
  min-height: 100%;
  align-self: stretch;
  overflow: hidden;
}
.card-blog-highlight__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}
.card-blog-highlight__media:hover img {
  transform: scale(1.04);
}
.card-blog-highlight__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  height: 100%;
  background: linear-gradient(135deg, rgba(168, 93, 37, 0.15), rgba(183, 180, 164, 0.2));
  color: rgba(0, 0, 0, 0.2);
  font-size: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-blog-highlight__media {
    min-height: 240px;
    height: auto;
  }
}
.card-blog-highlight__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.25rem;
}
.card-blog-highlight__label {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #B7B4A4;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  margin-bottom: 0.85rem;
}
.card-blog-highlight__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 0.75rem;
}
.card-blog-highlight__meta i {
  color: #B7B4A4;
}
.card-blog-highlight__meta-sep {
  color: #bbb;
}
.card-blog-highlight h2 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.3;
  color: #B7B4A4;
  margin-bottom: 0.85rem;
}
.card-blog-highlight p {
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.35rem;
}
.card-blog-highlight__btn.btn-main {
  align-self: flex-start;
  padding: 10px 22px;
}

.cta-area {
  background-image: url(../img/banners/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.35);
  padding: 100px 0;
}
.cta-area .cta-caption h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h3 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .cta-area .cta-caption h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.cta-area .cta-caption p {
  color: #fff;
  font-size: 18px;
}
.cta-area .btn-main i {
  font-size: 3em;
}

@media (min-width: 992px) {
  .menu-sidebar {
    display: flex;
    justify-content: end;
  }
}

.accordion-custom {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px 20px;
  border-radius: 5px;
}
.accordion-custom .accordion-list {
  list-style: none;
  perspective: 900;
  padding: 0 20px 10px;
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(255, 255, 255, 0.19);
}
.accordion-custom .accordion-item {
  position: relative;
  padding: 18px 0 4px;
  margin: 0;
  border-top: 1px dotted #dce7eb;
  animation: flipdown 0.5s ease both;
}
.accordion-custom .accordion-item::marker {
  content: none;
}
.accordion-custom .accordion-item:first-child {
  border: none;
  animation-delay: 0.5s;
}
.accordion-custom .accordion-item:nth-child(2) {
  animation-delay: 0.75s;
}
.accordion-custom .accordion-item:nth-child(3) {
  animation-delay: 1s;
}
.accordion-custom .accordion-item:last-child {
  padding-bottom: 0;
}
.accordion-custom .accordion-header {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.accordion-custom .accordion-content {
  color: #000;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.accordion-custom .accordion-content p, .accordion-custom .accordion-content ul, .accordion-custom .accordion-content li, .accordion-custom .accordion-content span, .accordion-custom .accordion-content strong {
  color: #000;
}
.accordion-custom .accordion-arrow {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
  transition: all 0.25s ease-in-out;
}
.accordion-custom .accordion-arrow::before, .accordion-custom .accordion-arrow::after {
  content: "";
  position: absolute;
  background-color: #A85D25;
  width: 3px;
  height: 9px;
  transition: all 0.25s ease-in-out;
}
.accordion-custom .accordion-arrow::before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-custom .accordion-arrow::after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-custom .accordion-icon {
  color: #A85D25;
  font-size: 15px;
  margin-right: 10px;
}
.accordion-custom .accordion-checkbox {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accordion-custom .accordion-checkbox:checked ~ .accordion-content {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accordion-custom .accordion-checkbox:checked ~ .accordion-arrow::before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion-custom .accordion-checkbox:checked ~ .accordion-arrow::after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.accordion-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #A85D25;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.black {
  color: #000 !important;
}

/* ==========================================================================
   ESTILOS DE FORMULÁRIO - BRAVICTA (TEMA ESCURO METAL)
   ========================================================================== */
.form-card-wrapper {
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.22);
  border-radius: 16px;
  padding: 36px 30px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .form-card-wrapper {
    padding: 24px 18px;
  }
}
.form-card-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E0873F 0%, #A85D25 100%);
  z-index: 2;
}

.form-card-header {
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(224, 135, 63, 0.15);
}
.form-card-header .form-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.form-card-header .form-card-title i {
  color: #E0873F;
}
.form-card-header .form-card-subtitle {
  font-size: 0.9rem;
  color: rgba(218, 216, 205, 0.75);
  margin: 0;
  line-height: 1.55;
}

.form-contact label.form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(218, 216, 205, 0.9);
  margin-bottom: 6px;
  display: block;
}
.form-contact .form-group {
  margin-bottom: 0;
}
.form-contact .form-control {
  border: 1px solid rgba(224, 135, 63, 0.22);
  border-radius: 10px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 0.92rem;
  background: rgba(59, 42, 28, 0.5);
  color: #ffffff;
  width: 100%;
  transition: all 0.25s ease;
}
.form-contact .form-control:focus {
  outline: none;
  background: rgba(36, 24, 17, 0.95);
  border-color: #E0873F;
  box-shadow: 0 0 16px rgba(168, 93, 37, 0.25);
  color: #ffffff;
}
.form-contact .form-control::placeholder {
  font-weight: 400;
  color: rgba(218, 216, 205, 0.45);
}
.form-contact textarea.form-control {
  border-radius: 10px;
  min-height: 110px;
  padding-top: 14px;
  line-height: 1.6;
}
.form-contact {
  /* CUSTOM FILE UPLOAD */
}
.form-contact input[type=file].form-control {
  padding: 8px 12px;
  background: rgba(59, 42, 28, 0.6);
  border: 1px dashed rgba(224, 135, 63, 0.4);
  cursor: pointer;
  height: auto;
  color: rgba(218, 216, 205, 0.85);
}
.form-contact input[type=file].form-control::file-selector-button {
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 100%);
  border: none;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.82rem;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.form-contact input[type=file].form-control:hover::file-selector-button {
  opacity: 0.9;
  transform: translateY(-1px);
}
.form-contact {
  /* BOTÕES DE ENVIO */
}
.form-contact .form-action-buttons {
  margin-top: 20px;
}
.form-contact .form-action-buttons .btn-main {
  padding: 12px 24px;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 10px;
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 100%);
  color: #ffffff;
  border: 1px solid #E0873F;
  box-shadow: 0 6px 18px rgba(168, 93, 37, 0.3);
  transition: all 0.3s ease;
}
.form-contact .form-action-buttons .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(168, 93, 37, 0.45);
  color: #ffffff;
}
.form-contact .form-action-buttons .whats-form {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
  border-color: #25D366 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.25) !important;
  margin-left: 0;
}
.form-contact .form-action-buttons .whats-form::after {
  background: rgba(18, 140, 126, 0.5) !important;
}
.form-contact .form-action-buttons .whats-form:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.4) !important;
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*=============*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  animation: sweep 1.5s ease-in-out;
  display: flex;
  justify-content: center;
}

.whatsapp-icon {
  margin-top: 13px;
}

/* ==========================================================================
   ESTILOS DO BLOG - IDENTIDADE VISUAL BRAVICTA (TEMA ESCURO METAL)
   ========================================================================== */
/* PAGINAÇÃO DO BLOG */
.blog-wp-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.blog-wp-pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.2rem;
  border-radius: 10px;
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.25);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.blog-wp-pagination__btn:hover {
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 100%);
  border-color: #E0873F;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(168, 93, 37, 0.35);
}
.blog-wp-pagination__btn.is-disabled {
  opacity: 0.35;
  pointer-events: none;
  border-color: rgba(183, 180, 164, 0.15);
  background: rgba(36, 24, 17, 0.4);
}

.blog-wp-pagination__info {
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(218, 216, 205, 0.8);
}

/* ESTADO VAZIO (NENHUM POST ENCONTRADO) */
.blog-wp-empty {
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.22);
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}
.blog-wp-empty h1,
.blog-wp-empty h2 {
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: 800;
}
.blog-wp-empty p {
  margin-bottom: 1.5rem;
  color: rgba(218, 216, 205, 0.8);
  font-size: 0.98rem;
}

/* ACCORDIONS DO BLOG (RESUMO, SUMÁRIO / TOC, TAGS) */
.blog-wp-accordion {
  margin-bottom: 1.5rem;
  border: 1px solid rgba(224, 135, 63, 0.2);
  border-radius: 12px;
  background: rgba(36, 24, 17, 0.82);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: border-color 0.3s ease;
}
.blog-wp-accordion:hover {
  border-color: rgba(224, 135, 63, 0.4);
}
.blog-wp-accordion--toc {
  margin-bottom: 2rem;
}

.blog-wp-accordion__trigger {
  display: block;
  width: 100%;
  position: relative;
  padding: 1.1rem 3.5rem 1.1rem 1.35rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease;
}
.blog-wp-accordion__trigger:hover, .blog-wp-accordion__trigger:focus-visible {
  color: #E0873F;
  background: rgba(168, 93, 37, 0.08);
  outline: none;
}

.blog-wp-accordion__icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(224, 135, 63, 0.35);
  border-radius: 50%;
  transform: translateY(-50%);
  color: #E0873F;
  transition: all 0.3s ease;
}
.blog-wp-accordion__icon::before, .blog-wp-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}
.blog-wp-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.25s ease;
}

.blog-wp-accordion__trigger[aria-expanded=true] {
  color: #E0873F;
  background: rgba(168, 93, 37, 0.1);
}
.blog-wp-accordion__trigger[aria-expanded=true] .blog-wp-accordion__icon {
  border-color: #E0873F;
  background: rgba(168, 93, 37, 0.2);
}
.blog-wp-accordion__trigger[aria-expanded=true] .blog-wp-accordion__icon::after {
  opacity: 0;
}

.blog-wp-accordion__panel {
  padding: 1rem 1.35rem 1.35rem;
  border-top: 1px solid rgba(224, 135, 63, 0.15);
  background: rgba(59, 42, 28, 0.45);
}
.blog-wp-accordion__panel[hidden] {
  display: none;
}

.blog-wp-accordion__list {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}
.blog-wp-accordion__list li {
  color: rgba(218, 216, 205, 0.88);
  line-height: 1.65;
  font-size: 0.95rem;
}
.blog-wp-accordion__list li + li {
  margin-top: 0.6rem;
}

/* TOC (SUMÁRIO DE CONTEÚDO) */
.blog-wp-accordion__toc {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}
.blog-wp-accordion__toc--root > .blog-wp-accordion__toc-item--h2 {
  position: relative;
  padding-left: 1.2rem;
}
.blog-wp-accordion__toc--root > .blog-wp-accordion__toc-item--h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E0873F;
  box-shadow: 0 0 8px rgba(224, 135, 63, 0.6);
}
.blog-wp-accordion__toc--root > .blog-wp-accordion__toc-item--h2 + .blog-wp-accordion__toc-item--h2 {
  margin-top: 0.85rem;
}

.blog-wp-accordion__toc-sub {
  margin: 0.45rem 0 0;
  padding: 0.4rem 0 0 0.85rem;
  list-style: none;
  border-left: 2px solid rgba(224, 135, 63, 0.25);
}
.blog-wp-accordion__toc-sub .blog-wp-accordion__toc-item--h3 {
  position: relative;
  padding-left: 0.9rem;
}
.blog-wp-accordion__toc-sub .blog-wp-accordion__toc-item--h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: rgba(218, 216, 205, 0.6);
  transform: rotate(45deg);
}
.blog-wp-accordion__toc-sub .blog-wp-accordion__toc-item--h3 + .blog-wp-accordion__toc-item--h3 {
  margin-top: 0.45rem;
}

.blog-wp-accordion__toc-link {
  display: inline-block;
  color: rgba(218, 216, 205, 0.9);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: color 0.25s ease, transform 0.25s ease;
}
.blog-wp-accordion__toc-link:hover {
  color: #E0873F;
  transform: translateX(3px);
  text-decoration: none;
}

.blog-wp-accordion__toc-item--h2 > .blog-wp-accordion__toc-link {
  font-weight: 700;
}

.blog-wp-accordion__toc-item--h3 > .blog-wp-accordion__toc-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(218, 216, 205, 0.75);
}

/* TAGS PILLS DO BLOG */
.blog-wp-accordion--tags {
  margin-top: 2.2rem;
}

.blog-wp-accordion__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}
.blog-wp-accordion__tags li {
  list-style: none;
  margin: 0;
}
.blog-wp-accordion__tags li::marker {
  content: none;
}

.blog-wp-accordion__tag-link {
  display: inline-block;
  background: rgba(36, 24, 17, 0.9);
  color: #E0873F;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid rgba(224, 135, 63, 0.28);
}
.blog-wp-accordion__tag-link:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 100%);
  border-color: #E0873F;
  box-shadow: 0 4px 14px rgba(168, 93, 37, 0.35);
  transform: translateY(-2px);
}

/* LAYOUT PRINCIPAL DO BLOG E SIDEBAR */
.int-page-4.blog-page .blog-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-4.blog-page .blog-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .int-page-4.blog-page .blog-page__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.int-page-4.blog-page .blog-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.int-page-4.blog-page .blog-page__sidebar-block {
  padding: 22px 20px;
  border: 1px solid rgba(224, 135, 63, 0.2);
  border-radius: 14px;
  background: rgba(36, 24, 17, 0.85);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}
.int-page-4.blog-page .blog-page__sidebar-block--cta {
  background: linear-gradient(135deg, rgba(36, 24, 17, 0.95) 0%, rgba(59, 42, 28, 0.9) 100%);
  border: 1px solid rgba(224, 135, 63, 0.35);
  box-shadow: 0 18px 40px rgba(168, 93, 37, 0.15);
}
.int-page-4.blog-page .blog-page__sidebar-block--cta p {
  color: rgba(218, 216, 205, 0.82) !important;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 1.1rem;
  text-align: left;
}
.int-page-4.blog-page .blog-page__sidebar-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
}
.int-page-4.blog-page .blog-page__sidebar-title--section {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(224, 135, 63, 0.25);
}
.int-page-4.blog-page .blog-page__sidebar-block--list .blog-page__sidebar-list li + li,
.int-page-4.blog-page .blog-page__sidebar-block--list .blog-page__sidebar-categories li + li {
  margin-top: 0.75rem;
}
.int-page-4.blog-page .blog-page__sidebar-btn.btn-main {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 10px 18px;
  font-size: 0.88rem;
  font-weight: 700;
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 100%);
  border-color: #E0873F;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(168, 93, 37, 0.3);
  transition: all 0.3s ease;
}
.int-page-4.blog-page .blog-page__sidebar-btn.btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(168, 93, 37, 0.45);
}
.int-page-4.blog-page .blog-page__sidebar-list,
.int-page-4.blog-page .blog-page__sidebar-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.int-page-4.blog-page .blog-page__sidebar-list li,
.int-page-4.blog-page .blog-page__sidebar-categories li {
  list-style: none;
  margin-bottom: 0;
}
.int-page-4.blog-page .blog-page__sidebar-list li::marker,
.int-page-4.blog-page .blog-page__sidebar-categories li::marker {
  content: none;
}
.int-page-4.blog-page .blog-page__sidebar-list a,
.int-page-4.blog-page .blog-page__sidebar-categories a {
  display: block;
  color: rgba(218, 216, 205, 0.88);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.5;
  transition: all 0.25s ease;
}
.int-page-4.blog-page .blog-page__sidebar-list a:hover,
.int-page-4.blog-page .blog-page__sidebar-categories a:hover {
  color: #E0873F;
}
.int-page-4.blog-page .blog-page__sidebar-list .blog-page__sidebar-link-title,
.int-page-4.blog-page .blog-page__sidebar-categories .blog-page__sidebar-link-title {
  display: block;
  font-weight: 600;
}
.int-page-4.blog-page .blog-page__sidebar-list time,
.int-page-4.blog-page .blog-page__sidebar-categories time {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.76rem;
  color: #E0873F;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.int-page-4.blog-page .blog-page__sidebar-categories li a {
  padding: 6px 10px;
  border-radius: 8px;
  transition: all 0.25s ease;
}
.int-page-4.blog-page .blog-page__sidebar-categories li:hover a {
  background: rgba(168, 93, 37, 0.1);
  color: #E0873F;
  padding-left: 14px;
}
.int-page-4.blog-page .blog-page__sidebar-categories li.is-active a {
  color: #E0873F;
  font-weight: 700;
  background: rgba(168, 93, 37, 0.18);
  border-left: 3px solid #E0873F;
  padding-left: 14px;
}
.int-page-4.blog-page .blog-page__sidebar-empty {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(218, 216, 205, 0.6);
}

/* ARTIGO DO BLOG (SINGLE POST) */
.blog-wp-article__back {
  margin-bottom: 1.25rem;
}
.blog-wp-article__back a {
  color: #E0873F;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.blog-wp-article__back a i {
  transition: transform 0.25s ease;
}
.blog-wp-article__back a:hover {
  color: #ffffff;
  text-decoration: none;
}
.blog-wp-article__back a:hover i {
  transform: translateX(-4px);
}
.blog-wp-article__featured {
  margin: 0 0 1.75rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(224, 135, 63, 0.25);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.45);
}
.blog-wp-article__featured img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.blog-wp-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  align-items: center;
  margin-bottom: 1.25rem;
  color: rgba(218, 216, 205, 0.75);
  font-size: 0.9rem;
  font-weight: 600;
}
.blog-wp-article__meta time {
  color: #E0873F;
  font-weight: 700;
}
.blog-wp-article__meta-sep {
  color: rgba(224, 135, 63, 0.5);
}
.blog-wp-article__reading {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: #E0873F;
}
.blog-wp-article__reading i {
  color: #E0873F;
}
.blog-wp-article__lead {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1.75rem;
  border-left: 3px solid #E0873F;
  padding-left: 18px;
  background: rgba(168, 93, 37, 0.06);
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0 10px 10px 0;
}
.blog-wp-article__content {
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.22);
  border-radius: 16px;
  padding: 36px 32px;
  color: rgba(218, 216, 205, 0.85);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}
@media (max-width: 575px) {
  .blog-wp-article__content {
    padding: 24px 18px;
  }
}
.blog-wp-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(224, 135, 63, 0.2);
  margin: 1.5rem 0;
}
.blog-wp-article__content h2,
.blog-wp-article__content h3,
.blog-wp-article__content h4 {
  scroll-margin-top: 110px;
  font-family: inherit;
  text-transform: none;
  letter-spacing: normal;
}
.blog-wp-article__content h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.6rem);
  line-height: 1.35;
  font-weight: 800;
  color: #ffffff;
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(224, 135, 63, 0.25);
}
.blog-wp-article__content h2:first-child {
  margin-top: 0;
}
.blog-wp-article__content h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.3rem);
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  margin: 1.8rem 0 0.75rem;
}
.blog-wp-article__content h4 {
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 700;
  color: #E0873F;
  margin: 1.3rem 0 0.6rem;
}
.blog-wp-article__content p,
.blog-wp-article__content li {
  color: rgba(218, 216, 205, 0.85);
  font-size: 1.02rem;
  line-height: 1.8;
}
.blog-wp-article__content p {
  margin-bottom: 1.25rem;
}
.blog-wp-article__content ul, .blog-wp-article__content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.4rem;
}
.blog-wp-article__content ul li, .blog-wp-article__content ol li {
  margin-bottom: 0.5rem;
}
.blog-wp-article__content a {
  color: #E0873F;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.25s ease;
}
.blog-wp-article__content a:hover {
  color: #ffffff;
}
.blog-wp-article__content blockquote {
  background: rgba(168, 93, 37, 0.08);
  border-left: 4px solid #E0873F;
  color: #ffffff;
  font-style: italic;
  padding: 18px 22px;
  margin: 1.75rem 0;
  border-radius: 0 12px 12px 0;
  font-size: 1.05rem;
  line-height: 1.7;
}
.blog-wp-article__content blockquote p {
  margin: 0;
  color: #ffffff;
}
.blog-wp-article__content code, .blog-wp-article__content pre {
  background: #241811;
  color: #E0873F;
  border: 1px solid rgba(224, 135, 63, 0.2);
  border-radius: 8px;
  padding: 0.2rem 0.5rem;
  font-size: 0.9rem;
}
.blog-wp-article__content pre {
  padding: 16px 20px;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.blog-wp-article__content pre code {
  padding: 0;
  background: transparent;
  border: none;
}
.blog-wp-article__content .blog-wp-accordion--toc {
  margin: 1.5rem 0 2rem;
}

.contact-section {
  padding: 65px 0 0;
}
.contact-section .info-container {
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.25);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
  position: relative;
  padding: 28px 24px;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.contact-section .info-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E0873F 0%, #A85D25 100%);
  z-index: 2;
}
.contact-section .info-container::after {
  display: none;
}
.contact-section .info-container .contact-info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(59, 42, 28, 0.45);
  border: 1px solid rgba(224, 135, 63, 0.12);
  transition: all 0.3s ease;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 16px;
}
.contact-section .info-container .contact-info:hover {
  transform: translateX(4px);
  background: rgba(59, 42, 28, 0.85);
  border-color: rgba(224, 135, 63, 0.4);
  box-shadow: 0 8px 24px rgba(168, 93, 37, 0.18);
}
.contact-section .info-container .contact-info .icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 6px 16px rgba(168, 93, 37, 0.35);
  flex-shrink: 0;
}
.contact-section .info-container .contact-info .media-body {
  flex: 1;
}
.contact-section .info-container .contact-info .media-body h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  line-height: 1.4;
}
.contact-section .info-container .contact-info .media-body h3 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.contact-section .info-container .contact-info .media-body h3 a:hover {
  color: #E0873F;
}
.contact-section .info-container .contact-info .media-body h3 .contact-info-sep {
  color: rgba(224, 135, 63, 0.5);
  margin: 0 4px;
}
.contact-section .info-container .contact-info .media-body p {
  color: rgba(218, 216, 205, 0.78);
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0;
}
.contact-section .btn-contact {
  display: flex;
}
@media (max-width: 576px) {
  .contact-section .btn-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contact-section .btn-contact .btn-main {
    margin-left: 0;
    width: 80%;
  }
}

.banner-area {
  position: relative;
  background: #241811;
}
.banner-area .bannerSwiper {
  width: 100%;
  height: clamp(450px, 135vh, 860px);
}
@media (max-width: 575px) {
  .banner-area .bannerSwiper {
    height: clamp(570px, 60vh, 400px);
  }
}
.banner-area .bannerSwiper .swiper-slide {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner-area .bannerSwiper .swiper-slide picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.banner-area .bannerSwiper .swiper-slide picture img.img-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .bannerSwiper .swiper-slide picture img.img-slide {
    object-position: 70% center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area .bannerSwiper .swiper-slide picture img.img-slide {
    object-position: 60% center;
  }
}
.banner-area .bannerSwiper .swiper-slide .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36, 24, 17, 0.93) 0%, rgba(36, 24, 17, 0.76) 50%, rgba(36, 24, 17, 0.28) 100%), linear-gradient(180deg, rgba(36, 24, 17, 0.25) 0%, transparent 20%, rgba(36, 24, 17, 0.2) 100%);
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area .bannerSwiper .swiper-slide .hero-overlay {
    background: rgba(36, 24, 17, 0.72);
  }
}
.banner-area .bannerSwiper .swiper-slide .hero-container {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 36px;
}
@media (max-width: 991px) {
  .banner-area .bannerSwiper .swiper-slide .hero-container {
    padding: 0 20px;
    padding-top: 106px;
  }
}
.banner-area .bannerSwiper .swiper-slide .hero-container .content {
  position: relative;
  z-index: 6;
}
.banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-badge {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E0873F;
  background: rgba(168, 93, 37, 0.16);
  border: 1px solid rgba(224, 135, 63, 0.35);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(168, 93, 37, 0.2);
  backdrop-filter: blur(8px);
}
.banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-title {
  display: inline-flex;
  font-size: clamp(1.8rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}
@media (max-width: 575px) {
  .banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 14px;
  }
}
.banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-desc {
  font-size: clamp(0.9rem, 1.3vw, 1.15rem);
  color: rgba(218, 216, 205, 0.9);
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 600px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 575px) {
  .banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-desc {
    font-size: 0.92rem;
    margin-bottom: 22px;
  }
}
.banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
@media (max-width: 575px) {
  .banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-actions {
    gap: 10px;
  }
}
.banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-actions .btn-hero-primary {
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 50%, #6E3814 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #fff !important;
  font-weight: 800;
  font-size: 0.93rem;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(110, 56, 20, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
}
@media (max-width: 575px) {
  .banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-actions .btn-hero-primary {
    padding: 12px 20px;
    font-size: 0.88rem;
    width: 100%;
    justify-content: center;
  }
}
.banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-actions .btn-hero-primary:hover {
  background: linear-gradient(135deg, #fff, #DAD8CD);
  color: #1C140D !important;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(224, 135, 63, 0.55);
}
.banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-actions .btn-hero-secondary {
  background: rgba(36, 24, 17, 0.65);
  border: 1px solid rgba(218, 216, 205, 0.35);
  border-radius: 50px;
  color: rgba(218, 216, 205, 0.95) !important;
  font-weight: 700;
  font-size: 0.93rem;
  letter-spacing: 0.04em;
  padding: 14px 24px;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 575px) {
  .banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-actions .btn-hero-secondary {
    padding: 12px 20px;
    font-size: 0.88rem;
    width: 100%;
    justify-content: center;
  }
}
.banner-area .bannerSwiper .swiper-slide .hero-container .content .hero-actions .btn-hero-secondary:hover {
  background: rgba(168, 93, 37, 0.25);
  border-color: #E0873F;
  color: #fff !important;
  transform: translateY(-3px);
}
.banner-area .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 6px !important;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.7);
}
.banner-area .swiper-pagination-bullet:hover {
  transform: scale(1.2);
}
.banner-area .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 8px;
  background: #E0873F;
}
.banner-area .hero-features-bar {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .hero-features-bar {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area .hero-features-bar {
    margin-top: 40px;
  }
}
.banner-area .hero-features-bar .hero-feature-item {
  background: rgba(36, 24, 17, 0.92);
  border: 1px solid rgba(224, 135, 63, 0.28);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.banner-area .hero-features-bar .hero-feature-item:hover {
  transform: translateY(-4px);
  border-color: #E0873F;
  box-shadow: 0 20px 48px rgba(168, 93, 37, 0.3);
}
.banner-area .hero-features-bar .hero-feature-item .feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #E0873F, #6E3814);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(168, 93, 37, 0.35);
}
.banner-area .hero-features-bar .hero-feature-item .feature-text strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}
.banner-area .hero-features-bar .hero-feature-item .feature-text span {
  color: rgba(218, 216, 205, 0.8);
  font-size: 11px;
}

.about-area {
  padding: 65px 0;
}
.about-area .about-content {
  padding: 0 10px;
}
.about-area .about-content p {
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
  margin: 5px 0;
}
.about-area .about-content .text-content .desc {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
.about-area .about-content .text-content .desc p {
  text-align: justify;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  margin: 8px 0;
}
.about-area .about-content .about-list {
  margin: 10px 0;
}
.about-area .about-content .about-list .item-list {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.about-area .about-content .about-list .item-list .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(233, 233, 233, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-area .about-content .about-list .item-list .icon i {
  font-weight: 600;
  color: #A85D25;
}
.about-area .about-content .about-list .item-list .text-p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1C140D;
  margin-left: 10px;
  margin-bottom: 0;
}
.about-area .image-about {
  position: relative;
  margin-bottom: 35px;
  padding: 0 20px;
}
.about-area .image-about .inner-about {
  position: relative;
  padding-right: 100px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.about-area .image-about .inner-about .image-1 {
  width: 100%;
  height: 570px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1 {
    padding-right: 60px;
    height: 460px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1 {
    height: 420px;
  }
}
.about-area .image-about .inner-about .image-1 img {
  width: 90%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 100%;
  }
}
.about-area .image-about .inner-about .image-1::before {
  position: absolute;
  left: -30px;
  bottom: -63px;
  width: 61%;
  height: 105px;
  background-image: radial-gradient(#A85D25 18%, transparent 18%);
  background-position: 14px 14px;
  background-size: 16px 16px;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1::before {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
.about-area .image-about .inner-about .image-2 {
  width: 300px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-2 {
    width: 225px;
    height: 320px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
.about-area .image-about .inner-about .image-2 img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.about-area .image-about .inner-about .experience {
  width: 290px;
  background-color: #B7B4A4;
  box-shadow: 3px 5px 18px 0 rgba(6, 22, 58, 0.18);
  position: absolute;
  top: 30px;
  left: -37px;
  height: 100px;
  padding: 15px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience {
    width: 60%;
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .image-about .inner-about .experience {
    width: 50%;
    left: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .experience {
    left: -18px;
    width: 80%;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience {
    left: -4px;
    bottom: 15px;
    width: 80%;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience {
    width: 98%;
  }
}
.about-area .image-about .inner-about .experience {
  animation: movedup 2s ease-in-out infinite alternate forwards;
}
@keyframes movedup {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
.about-area .image-about .inner-about .experience .left-number {
  float: left;
  width: 30%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.about-area .image-about .inner-about .experience .left-number span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.about-area .image-about .inner-about .experience .left-number .counter span {
  font-size: 50px;
  font-weight: 700;
  color: #FFF;
  margin: 0px;
  padding: 5px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 40px;
  }
}
.about-area .image-about .inner-about .experience .right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: right;
  width: 70%;
  height: 100%;
  padding: 10px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 12px;
  }
}
.about-area .image-about .inner-about .experience .right-text span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 16px;
  }
}
.about-area .image-about .inner-about .experience .right-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 11px;
  }
}
.about-area .service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 280px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .service-wrapper {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .service-wrapper {
    min-height: 345px;
  }
}
.about-area .service-wrapper h3 {
  font-size: 20px;
}
.about-area .service-wrapper p {
  font-size: 15px;
}
.about-area .service-wrapper .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #3B2A1C;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.about-area .service-wrapper .icon .uim-svg {
  display: inline-block;
  height: 1.2em;
  vertical-align: -0.4em;
  font-size: 34px;
}
.about-area .service-wrapper .icon .uim-svg img {
  width: 40px;
}
.about-area .service-wrapper .big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-area .service-wrapper .big-icon .uim-svg {
  font-size: 34px;
  transition: all 0.5s ease;
}
.about-area .service-wrapper:hover {
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  background: #ffffff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: transparent !important;
}
.about-area .service-wrapper:hover .hover-img {
  width: 95px;
}
.about-area .service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  margin-bottom: -10px;
}
.about-area .service-wrapper:hover .big-icon .uim-svg {
  font-size: 160px;
}
.about-area .service-wrapper:hover .icon {
  background: #A85D25 !important;
  color: #ffffff !important;
}
.about-area .service-wrapper .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}

.product-area {
  padding: 65px 0;
  background: #f8f8f8;
}
.product-area .padding-content {
  padding: 0 7vw;
}
@media (min-width: 992px) {
  .product-area .padding-content {
    padding: 0;
    padding-left: 3rem;
    padding-right: 15px;
  }
}
.product-area .swiper-button-prev,
.product-area .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.product-area .swiper-button-prev::after,
.product-area .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

@media (min-width: 768px) {
  .int-page-1 .ajust-float {
    width: 55%;
    float: left;
    margin-right: 20px;
  }
}
.int-page-1 .ajust-float img {
  border-radius: 5px;
  min-height: 400px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .int-page-1 .padding-lg-right {
    padding-right: 5%;
  }
}
.int-page-1 .swiper-button-prev,
.int-page-1 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-1 .swiper-button-prev::after,
.int-page-1 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-1 p {
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
.int-page-1 .boxExpand {
  margin: 10px 0;
  padding: 10px 0;
}
.int-page-1 .boxExpand #contentExpand {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.int-page-1 .boxExpand #contentExpand ul li {
  list-style-position: inside;
}
.int-page-1 .boxExpand #contentExpand.expanded {
  max-height: 5000px;
}
.int-page-1 .boxExpand #contentExpand.expanded::before {
  display: none;
}
.int-page-1 .boxExpand #contentExpand::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 2;
  background: linear-gradient(to top, #ffffff 20%, rgba(0, 0, 0, 0) 100%);
}
.int-page-1 .boxExpand .btn-expand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  border: none;
  outline: none;
  transition: 0.3s ease;
  background: transparent;
}
.int-page-1 .boxExpand .btn-expand i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A85D25;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}

.int-page-2 .prodintSwiper {
  height: 400px;
}
.int-page-2 .swiper-button-prev,
.int-page-2 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-2 .swiper-button-prev::after,
.int-page-2 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-2 .img-text {
  position: relative;
  background-image: url(../img/gallery/about.jpg);
}
.int-page-2 .img-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #454545, rgba(255, 255, 255, 0));
  z-index: 0;
}
.int-page-2 .img-text .content-padding {
  padding: 32px;
  z-index: 1;
}
.int-page-2 .img-text .content-padding h2,
.int-page-2 .img-text .content-padding p {
  color: #FFF;
}
.int-page-2 .buttons .btn-main {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.int-page-3 .title-text01 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding: 10px;
}
.int-page-3 .title-text01 .title {
  position: relative;
}
.int-page-3 .title-text01 .title .sub-bg {
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #A85D25;
  opacity: 0.2;
}
.int-page-3 .title-text01 .title h1,
.int-page-3 .title-text01 .title h2,
.int-page-3 .title-text01 .title h3 {
  position: relative;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 10px 0;
  background: -webkit-linear-gradient(#A85D25, #3B2A1C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.int-page-3 .box-navfeatures .custom-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav {
    margin-bottom: 15px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style {
    width: 48%;
    margin: 5px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding: 10px 30px;
  width: 100%;
  color: #000000;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
  font-size: 30px;
  color: #A85D25;
  background: linear-gradient(120deg, #3B2A1C 45%, #A85D25 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active {
  color: #ffffff;
  background: linear-gradient(130deg, #3B2A1C 60%, #A85D25 100%);
  border-color: #dee2e6;
  border: 0;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active img {
  filter: brightness(600%) saturate(0);
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active i {
  color: #fff;
  background: linear-gradient(120deg, #fff 45%, #eee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane {
  display: none;
  padding: 5px;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane.active {
  display: flex;
  animation: zoomIn 1s ease 0s 1 normal forwards;
}
.int-page-3 .box-navfeatures .tab-content .box-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-img {
    height: 400px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media (max-width: 320px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 18px;
  color: #1C140D;
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 2px;
  height: 15px;
  background: #B7B4A4;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 2px;
  height: 15px;
  background: #B7B4A4;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle span {
  font-weight: 500;
  color: #A85D25;
}
.int-page-3 .box-navfeatures .tab-content .box-text .title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3B2A1C;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
    font-size: 16px;
  }
  .int-page-3 .box-navfeatures .tab-content .box-text .title {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .desc p {
  text-align: justify;
  font-size: 16px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .desc p {
    font-size: 14px;
    line-height: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .list {
  margin: 10px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li i {
  margin-right: 5px;
  font-size: 20px;
  background-color: #fff;
  color: #A85D25;
}
.int-page-3 .box-navfeatures .tab-content .box-text .btn-four {
  margin-top: 10px;
  padding: 8px 20px;
}
.int-page-3 .section-title02 {
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  z-index: 1;
}
.int-page-3 .section-title02 .icon {
  width: 120px;
  opacity: 1;
  z-index: -1;
}
.int-page-3 .section-title02 .subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #3B2A1C;
  background: linear-gradient(90deg, #A85D25 45%, #3B2A1C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 16px;
  }
}
.int-page-3 .section-title02 .title {
  font-size: 45px;
  font-weight: 800;
  color: #2c2b2b;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .section-title02 .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .title {
    font-size: 22px;
  }
}
.int-page-3 .section-title02 .title.color-gradint {
  background: linear-gradient(90deg, #A85D25 45%, #3B2A1C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .section-title02 .desc {
  margin: 5px 0;
}
.int-page-3 .section-title02 .desc p {
  text-align: center;
  font-size: 16px;
  color: #1C140D;
  margin: 0;
}
.int-page-3 .style-img01 {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #A85D25;
  text-align: center;
  padding: 20px 20px;
  border-radius: 10px;
  height: 415px;
  width: 90%;
}
.int-page-3 .style-img01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 60px;
  height: 70%;
  background: #A85D25;
  background: linear-gradient(180deg, #A85D25 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.int-page-3 .style-img01::after {
  content: "";
  position: absolute;
  bottom: -3%;
  left: -3%;
  width: 250px;
  height: 80%;
  border-radius: 5%;
  transform: rotate(0deg);
  background: radial-gradient(farthest-side at -33.33% 50%, rgba(0, 0, 0, 0) 52%, #3B2A1C 54% 57%, rgba(0, 0, 0, 0) 59%) 0 40px, radial-gradient(farthest-side at 50% 133.33%, rgba(0, 0, 0, 0) 52%, #3B2A1C 54% 57%, rgba(0, 0, 0, 0) 59%) 40px 0, radial-gradient(farthest-side at 133.33% 50%, rgba(0, 0, 0, 0) 52%, #3B2A1C 54% 57%, rgba(0, 0, 0, 0) 59%), radial-gradient(farthest-side at 50% -33.33%, rgba(0, 0, 0, 0) 52%, #3B2A1C 54% 57%, rgba(0, 0, 0, 0) 59%), #fefeff;
  background-size: 17.1416327405px 80px, 80px 17.1416327405px;
  opacity: 0.5;
  z-index: -1;
}
.int-page-3 .style-img01 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  width: 110%;
  height: 90%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.int-page-4 .box-img {
  margin-bottom: 20px;
  height: 450px;
}
.int-page-4 .box-img .prodintSwiper {
  width: 100%;
  height: 100%;
}
.int-page-4 .service-content .titles1 {
  font-size: 26px;
  margin: 15px 0;
  color: #3B2A1C;
}
.int-page-4 .service-content .titles2 {
  color: #3B2A1C;
  font-size: 24px;
  margin: 15px 0;
}
.int-page-4 .service-content p {
  font-size: 16px;
  text-align: justify;
  color: #000;
}
.int-page-4 .service-details-card {
  padding: 20px;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1019607843);
  display: flex;
  align-items: start;
  border-left: 5px solid #A85D25;
  margin: 20px 0;
}
.int-page-4 .service-details-card .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 35px;
  color: #A85D25;
}
.int-page-4 .service-details-card .details {
  margin-left: 20px;
}
.int-page-4 .service-details-card .details h2,
.int-page-4 .service-details-card .details h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.int-page-4 .service-details-card .details p {
  font-size: 16px;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria {
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.9333333333);
}
.int-page-4 .sidebar02 .box-categoria .cat-title {
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .box-categoria ul {
  margin-bottom: 10px;
}
.int-page-4 .sidebar02 .box-categoria ul li {
  padding: 18px 25px;
  list-style: none;
  background: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .box-categoria ul li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover {
  transform: scale(1.03);
  background: #A85D25;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover a {
  color: #fff;
}
.int-page-4 .sidebar02 .sidebar-cta {
  position: relative;
  padding: 20px 30px;
  margin: 20px 0;
  height: 450px;
}
.int-page-4 .sidebar02 .sidebar-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.int-page-4 .sidebar02 .sidebar-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  z-index: 2;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #A85D25;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner h2,
.int-page-4 .sidebar02 .sidebar-cta .content-inner h3 {
  color: #fff;
  font-size: 26px;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a {
  padding: 15px 30px;
  background-color: #A85D25;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a:hover {
  background-color: #fff;
  color: #A85D25;
}
.int-page-4 .swiper-button-prev,
.int-page-4 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-4 .swiper-button-prev::after,
.int-page-4 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #A85D25;
}
.map-site ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #A85D25;
  padding-left: 5px;
}

/* ==========================================================================
   ESTILOS DA PÁGINA SEO (INFORMAÇÕES) - BRAVICTA (TEMA ESCURO METAL)
   ========================================================================== */
.seo-page {
  /* SWIPER / GALERIA DE FOTOS */
}
.seo-page .prodintSwiper {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(224, 135, 63, 0.22);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
  background: rgba(36, 24, 17, 0.85);
}
.seo-page .prodintSwiper .swiper-slide {
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3B2A1C;
}
@media (max-width: 575px) {
  .seo-page .prodintSwiper .swiper-slide {
    height: 280px;
  }
}
.seo-page .prodintSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.seo-page .prodintSwiper .swiper-slide:hover img {
  transform: scale(1.04);
}
.seo-page .prodintSwiper .swiper-button-prev,
.seo-page .prodintSwiper .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.35);
  color: #E0873F;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}
.seo-page .prodintSwiper .swiper-button-prev::after,
.seo-page .prodintSwiper .swiper-button-next::after {
  font-size: 1rem;
  font-weight: bold;
}
.seo-page .prodintSwiper .swiper-button-prev:hover,
.seo-page .prodintSwiper .swiper-button-next:hover {
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 100%);
  color: #ffffff;
  border-color: #E0873F;
  box-shadow: 0 6px 18px rgba(168, 93, 37, 0.35);
}
.seo-page .prodintSwiper .swiper-pagination-bullet {
  background: rgba(218, 216, 205, 0.5);
}
.seo-page .prodintSwiper .swiper-pagination-bullet-active {
  background: #E0873F;
  width: 24px;
  border-radius: 10px;
}
.seo-page {
  /* CONTAINER DO CONTEÚDO EXPANDÍVEL */
}
.seo-page .boxExpand {
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.22);
  border-radius: 16px;
  padding: 32px 30px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
  position: relative;
  backdrop-filter: blur(12px);
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .seo-page .boxExpand {
    padding: 22px 18px;
  }
}
.seo-page .boxExpand #contentExpand {
  position: relative;
  max-height: 240px;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(218, 216, 205, 0.88);
}
.seo-page .boxExpand #contentExpand::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(36, 24, 17, 0.98) 20%, rgba(36, 24, 17, 0) 100%);
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.seo-page .boxExpand #contentExpand.expanded {
  max-height: 8000px;
}
.seo-page .boxExpand #contentExpand.expanded::before {
  opacity: 0;
  pointer-events: none;
}
.seo-page .boxExpand #contentExpand {
  /* TIPIFICAÇÃO DO CONTEÚDO DINÂMICO */
}
.seo-page .boxExpand #contentExpand h1, .seo-page .boxExpand #contentExpand h2, .seo-page .boxExpand #contentExpand h3, .seo-page .boxExpand #contentExpand h4, .seo-page .boxExpand #contentExpand h5, .seo-page .boxExpand #contentExpand h6 {
  color: #ffffff;
  font-weight: 800;
  margin-top: 1.8rem;
  margin-bottom: 0.85rem;
}
.seo-page .boxExpand #contentExpand h1:first-child, .seo-page .boxExpand #contentExpand h2:first-child, .seo-page .boxExpand #contentExpand h3:first-child, .seo-page .boxExpand #contentExpand h4:first-child, .seo-page .boxExpand #contentExpand h5:first-child, .seo-page .boxExpand #contentExpand h6:first-child {
  margin-top: 0;
}
.seo-page .boxExpand #contentExpand h2 {
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  border-bottom: 1px solid rgba(224, 135, 63, 0.25);
  padding-bottom: 8px;
}
.seo-page .boxExpand #contentExpand h3 {
  font-size: clamp(1.1rem, 1.6vw, 1.28rem);
  color: #E0873F;
}
.seo-page .boxExpand #contentExpand p {
  color: rgba(218, 216, 205, 0.88);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
  text-align: left;
}
.seo-page .boxExpand #contentExpand ul, .seo-page .boxExpand #contentExpand ol {
  margin-bottom: 1.5rem;
  padding-left: 1.4rem;
}
.seo-page .boxExpand #contentExpand ul li, .seo-page .boxExpand #contentExpand ol li {
  color: rgba(218, 216, 205, 0.85);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
.seo-page .boxExpand #contentExpand a {
  color: #E0873F;
  font-weight: 600;
  text-decoration: underline;
}
.seo-page .boxExpand #contentExpand a:hover {
  color: #ffffff;
}
.seo-page .boxExpand #contentExpand img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(224, 135, 63, 0.2);
  margin: 1.2rem 0;
}
.seo-page .boxExpand #contentExpand table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  background: rgba(59, 42, 28, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.seo-page .boxExpand #contentExpand table th, .seo-page .boxExpand #contentExpand table td {
  padding: 12px 16px;
  border: 1px solid rgba(224, 135, 63, 0.15);
  color: rgba(218, 216, 205, 0.88);
}
.seo-page .boxExpand #contentExpand table th {
  background: rgba(168, 93, 37, 0.2);
  color: #ffffff;
  font-weight: 700;
}
.seo-page .boxExpand .btn-expand-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
  position: relative;
  z-index: 5;
}
.seo-page .boxExpand .btn-expand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 100%);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid #E0873F;
  box-shadow: 0 6px 18px rgba(168, 93, 37, 0.35);
  cursor: pointer;
  transition: all 0.3s ease;
}
.seo-page .boxExpand .btn-expand i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
.seo-page .boxExpand .btn-expand:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(168, 93, 37, 0.48);
  color: #ffffff;
}
.seo-page {
  /* MENU LATERAL DA PÁGINA SEO */
}
.seo-page .menuLateral {
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.22);
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}
.seo-page .menuLateral .title {
  font-size: 1.18rem;
  font-weight: 800;
  color: #ffffff;
  border: none;
  border-bottom: 2px solid rgba(224, 135, 63, 0.25);
  padding: 0 0 10px 0;
  margin-bottom: 16px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.seo-page .menuLateral ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.seo-page .menuLateral ul li {
  list-style: none !important;
  padding: 0;
  margin-bottom: 8px;
}
.seo-page .menuLateral ul li::marker {
  content: none;
}
.seo-page .menuLateral ul li a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(59, 42, 28, 0.45);
  color: rgba(218, 216, 205, 0.85) !important;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid rgba(224, 135, 63, 0.12);
  transition: all 0.25s ease;
}
.seo-page .menuLateral ul li a:hover {
  background: rgba(168, 93, 37, 0.15);
  color: #E0873F !important;
  border-color: rgba(224, 135, 63, 0.4);
  padding-left: 18px;
}
.seo-page .menuLateral ul li.active a,
.seo-page .menuLateral ul li a.active {
  background: rgba(168, 93, 37, 0.22);
  color: #E0873F !important;
  font-weight: 700;
  border-left: 4px solid #E0873F;
  border-color: rgba(224, 135, 63, 0.45);
  padding-left: 16px;
}

.politica-de-privacidade h2 {
  margin-top: 15px;
}

.lgpd {
  position: fixed;
  bottom: 4%;
  left: 2%;
  max-width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}
.lgpd .title {
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.lgpd .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75, 85, 99);
}
.lgpd .description a {
  color: rgb(59, 130, 246);
}
.lgpd .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.lgpd .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.lgpd .actions .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31, 41, 55);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.lgpd .actions .pref:hover {
  color: rgb(156, 163, 175);
}
.lgpd .actions .pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.lgpd .actions .accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17, 24, 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.lgpd .actions .accept:hover {
  background-color: rgb(55, 65, 81);
}
.lgpd .actions .accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:root {
  --br-copper: #A85D25;
  --br-copper-light: #E0873F;
  --br-copper-dark: #6E3814;
  --br-bronze: #3B2A1C;
  --br-bronze-dark: #241811;
  --br-aluminum: #B7B4A4;
  --br-aluminum-light: #DAD8CD;
  --br-ink: #1C140D;
  --br-paper: #F5F2EC;
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, rgba(36, 24, 17, 0.98), #1c140d), radial-gradient(circle at 12% 0%, rgba(168, 93, 37, 0.18), transparent 34%);
  color: #F5F2EC;
  font-family: "Saira", sans-serif, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(rgba(183, 180, 164, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(183, 180, 164, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 76%);
}

section {
  position: relative;
}

.text-copper {
  color: #E0873F !important;
}

.section-title {
  position: relative;
}
.section-title span {
  color: #E0873F !important;
  letter-spacing: 0.16em;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.section-title h1,
.section-title h2 {
  color: #F5F2EC;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.divider {
  background: linear-gradient(90deg, #E0873F, #A85D25, #B7B4A4);
  width: 82px;
  height: 2px;
  border-radius: 999px;
  opacity: 0.95;
}

/* ==================== HEADER ==================== */
header .top_menu {
  background: rgba(36, 24, 17, 0.95);
  border-bottom: 1px solid rgba(224, 135, 63, 0.18);
  backdrop-filter: blur(16px);
  padding: 8px 0;
}
header .top_menu .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #E0873F;
  background: rgba(168, 93, 37, 0.14);
  border: 1px solid rgba(224, 135, 63, 0.3);
  padding: 4px 12px;
  border-radius: 999px;
  box-shadow: 0 0 15px rgba(168, 93, 37, 0.15);
}
header .top_menu .status-badge .pulse-dot {
  width: 7px;
  height: 7px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: pulseGreen 1.8s infinite;
}
header .top_menu .header-social a {
  color: rgba(218, 216, 205, 0.85);
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(183, 180, 164, 0.08);
  border: 1px solid rgba(183, 180, 164, 0.15);
}
header .top_menu .header-social a:hover {
  color: #fff;
  background: #A85D25;
  border-color: #E0873F;
  transform: translateY(-2px);
}
header .top_menu .contact-menu a,
header .top_menu .dn_btn {
  color: rgba(218, 216, 205, 0.9);
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
  transition: all 0.25s ease;
  text-decoration: none;
}
header .top_menu .contact-menu a i,
header .top_menu .dn_btn i {
  color: #E0873F;
  font-size: 13px;
  transition: transform 0.25s ease, color 0.25s ease;
}
header .top_menu .contact-menu a:hover,
header .top_menu .dn_btn:hover {
  color: #fff;
  background: rgba(224, 135, 63, 0.14);
}
header .top_menu .contact-menu a:hover i,
header .top_menu .dn_btn:hover i {
  transform: scale(1.2);
  color: #fff;
}
header .top_menu .contact-menu a.whats-top,
header .top_menu .dn_btn.whats-top {
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.28);
  color: #25d366 !important;
  font-weight: 700;
}
header .top_menu .contact-menu a.whats-top i,
header .top_menu .dn_btn.whats-top i {
  color: #25d366;
}
header .top_menu .contact-menu a.whats-top:hover,
header .top_menu .dn_btn.whats-top:hover {
  background: #25d366;
  color: #fff !important;
  border-color: #25d366;
}
header .top_menu .contact-menu a.whats-top:hover i,
header .top_menu .dn_btn.whats-top:hover i {
  color: #fff;
}
header .header-area {
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.34));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  height: 92px;
  background: linear-gradient(135deg, rgba(36, 24, 17, 0.96), rgba(59, 42, 28, 0.96));
  border-bottom: 1px solid rgba(224, 135, 63, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
header .header-area .header-main .logo {
  width: 165px;
  padding: 10px 16px;
  margin-left: clamp(0px, 2vw, 30px);
  transition: all 0.3s ease;
}
header .header-area .header-main .logo:hover {
  transform: translateY(-2px);
}
header .header-area .header-main .open-nav-menu {
  height: 40px;
  width: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(168, 93, 37, 0.16);
  border: 1px solid rgba(224, 135, 63, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
}
header .header-area .header-main .open-nav-menu span {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #E0873F;
  position: relative;
  border-radius: 999px;
}
header .header-area .header-main .open-nav-menu span::before, header .header-area .header-main .open-nav-menu span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E0873F;
  border-radius: 999px;
  transition: all 0.3s ease;
}
header .header-area .header-main .open-nav-menu span::before {
  top: -7px;
}
header .header-area .header-main .open-nav-menu span::after {
  top: 7px;
}
header .header-area .header-main .open-nav-menu:hover {
  background: #A85D25;
}
header .header-area .header-main .open-nav-menu:hover span, header .header-area .header-main .open-nav-menu:hover span::before, header .header-area .header-main .open-nav-menu:hover span::after {
  background-color: #fff;
}
header .header-area .header-main .close-nav-menu {
  height: 38px;
  width: 38px;
  background-color: rgba(168, 93, 37, 0.15);
  border: 1px solid rgba(224, 135, 63, 0.3);
  border-radius: 50%;
  margin: 20px 20px 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #E0873F;
  font-size: 18px;
  transition: all 0.3s ease;
}
header .header-area .header-main .close-nav-menu:hover {
  background-color: #A85D25;
  color: #fff;
}
header .header-area .header-main .menu-overlay {
  position: fixed;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
header .header-area .header-main .menu-overlay.active {
  visibility: visible;
  opacity: 1;
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: clamp(14px, 2vw, 32px);
  position: relative;
}
header .header-area .header-main .nav-menu .menu .menu-item > a {
  color: rgba(218, 216, 205, 0.92);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  padding: 8px 0;
  display: block;
  text-decoration: none;
}
header .header-area .header-main .nav-menu .menu .menu-item > a::after {
  content: "";
  position: absolute;
  bottom: -90%;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #E0873F, #A85D25);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav {
  color: #fff;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover::after, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav::after {
  transform: translateX(-50%) scaleX(1);
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  width: 320px;
  padding: 14px;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(36, 24, 17, 0.98);
  border: 1px solid rgba(224, 135, 63, 0.35);
  border-top: 3px solid #E0873F;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(20px);
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
  margin: 0;
  display: block;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(218, 216, 205, 0.92);
  border-radius: 8px;
  padding: 10px 14px;
  transition: all 0.25s ease;
  text-decoration: none;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a .item-icon {
  color: #E0873F;
  font-size: 14px;
  width: 22px;
  text-align: center;
  transition: transform 0.25s ease, color 0.25s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #fff;
  background: linear-gradient(90deg, rgba(168, 93, 37, 0.28), rgba(224, 135, 63, 0.08));
  padding-left: 18px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover .item-icon {
  transform: scale(1.25);
  color: #fff;
}
@media (min-width: 992px) {
  header .header-area .header-main .has-children:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
header .header-area .header-main .botao-contato {
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 48%, #6E3814 100%);
  border: 1px solid rgba(218, 216, 205, 0.3);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(110, 56, 20, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header-area .header-main .botao-contato:hover {
  background: linear-gradient(135deg, #fff, #DAD8CD);
  color: #1C140D !important;
  box-shadow: 0 14px 32px rgba(224, 135, 63, 0.5);
  transform: translateY(-2px);
}

@keyframes pulseGreen {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
/* ==================== SEÇÃO SOBRE NÓS ==================== */
.about-2 .about-area {
  padding: 90px 0;
  background: linear-gradient(180deg, #241811 0%, #3B2A1C 100%);
}
.about-2 .about-area .style-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(224, 135, 63, 0.25);
}
.about-2 .about-area .style-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-2 .about-area .style-img .box-counter {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: rgba(36, 24, 17, 0.95);
  border: 1px solid rgba(224, 135, 63, 0.35);
  border-radius: 14px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.about-2 .about-area .style-img .box-counter .box-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #E0873F;
  line-height: 1;
  display: flex;
  align-items: center;
}
.about-2 .about-area .style-img .box-counter .text p {
  color: rgba(218, 216, 205, 0.9);
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}
.about-2 .about-area .style-img .box-counter .text p span {
  color: #fff;
  font-weight: 700;
}
.about-2 .about-area .about-highlights .highlight-box {
  background: rgba(36, 24, 17, 0.6);
  border: 1px solid rgba(183, 180, 164, 0.15);
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(218, 216, 205, 0.9);
}
.about-2 {
  /* CARDS MISSÃO, VISÃO E VALORES */
}
.about-2 .mission-area {
  padding: 40px 0 90px;
  background: #3B2A1C;
}
.about-2 .mission-area .card-mission-item {
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.25);
  border-radius: 14px;
  padding: 36px 28px;
  text-align: center;
  height: 100%;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
}
.about-2 .mission-area .card-mission-item:hover {
  transform: translateY(-6px);
  border-color: #E0873F;
  box-shadow: 0 24px 54px rgba(168, 93, 37, 0.25);
}
.about-2 .mission-area .card-mission-item .square-img {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #E0873F 0%, #6E3814 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 24px;
  box-shadow: 0 10px 24px rgba(168, 93, 37, 0.35);
}
.about-2 .mission-area .card-mission-item h3 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.about-2 .mission-area .card-mission-item p {
  color: rgba(218, 216, 205, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.about-2 .mission-area .card-mission-item .mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.about-2 .mission-area .card-mission-item .mission-list li {
  color: rgba(218, 216, 205, 0.88);
  font-size: 0.92rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.about-2 .mission-area .card-mission-item .mission-list li i {
  color: #E0873F;
}

/* ==================== SEÇÃO SERVIÇOS ==================== */
.product-area {
  padding: 50px 0;
  background: radial-gradient(circle at top right, rgba(168, 93, 37, 0.14), transparent 40%), linear-gradient(180deg, #3B2A1C 0%, #241811 100%);
}
.product-area.home {
  padding-bottom: 50px;
}
.product-area.home .swiper {
  padding-bottom: 10px;
}
.product-area .product-swiper-wrapper {
  position: relative;
  padding: 0 55px;
}
@media (max-width: 767px) {
  .product-area .product-swiper-wrapper {
    padding: 0 42px;
  }
}
.product-area .product-swiper-wrapper .swiper-button-prev,
.product-area .product-swiper-wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  width: 48px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid rgba(224, 135, 63, 0.35);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
  z-index: 10;
  margin-top: 0;
}
.product-area .product-swiper-wrapper .swiper-button-prev:hover,
.product-area .product-swiper-wrapper .swiper-button-next:hover {
  background: #E0873F;
  border-color: #E0873F;
  box-shadow: 0 6px 20px rgba(168, 93, 37, 0.5);
  transform: translateY(-50%) scale(1.08);
}
.product-area .product-swiper-wrapper .swiper-button-prev:hover::after,
.product-area .product-swiper-wrapper .swiper-button-next:hover::after {
  color: #ffffff;
}
.product-area .product-swiper-wrapper .swiper-button-prev::after,
.product-area .product-swiper-wrapper .swiper-button-next::after {
  font-size: 18px;
  color: #241811;
  font-weight: 700;
  transition: color 0.3s ease;
}
.product-area .product-swiper-wrapper .swiper-button-prev {
  left: 0;
}
.product-area .product-swiper-wrapper .swiper-button-next {
  right: 0;
}
.product-area .card-two {
  display: inline-block;
  background: rgba(36, 24, 17, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.22);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: all 0.35s ease;
}
.product-area .card-two:hover {
  transform: translateY(-6px);
  border-color: #E0873F;
  box-shadow: 0 24px 50px rgba(168, 93, 37, 0.28);
}
.product-area .card-two:hover .thumbnail img {
  transform: scale(1.08);
}
.product-area .card-two .thumbnail {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.product-area .card-two .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-area .card-two .inner {
  padding: 24px;
}
.product-area .card-two .inner .title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.product-area .card-two .inner .desc {
  font-size: 0.88rem;
  color: rgba(218, 216, 205, 0.8);
  line-height: 1.55;
  margin-bottom: 18px;
}
.product-area .card-two .inner .btn-link {
  color: #E0873F;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
}
.product-area .card-two .inner .btn-link:hover {
  color: #fff;
  padding-left: 5px;
}

/* ==================== SEÇÃO MATERIAIS ACCORDION ==================== */
.product-area2 {
  padding: 50px 0;
  background: linear-gradient(180deg, #241811 0%, #0f0a06 100%);
}
.product-area2 .section-title span {
  color: #E0873F !important;
}
.product-area2 .section-title h2 {
  color: #F5F2EC;
}
.product-area2 > .container > .row p {
  color: rgba(218, 216, 205, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}

.materiais-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 1199px) {
  .materiais-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .materiais-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 479px) {
  .materiais-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.material-card {
  position: relative;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-image: var(--card-img);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
@media (max-width: 767px) {
  .material-card {
    height: 260px;
  }
}
@media (max-width: 479px) {
  .material-card {
    height: 240px;
  }
}
.material-card .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.92) 100%);
  transition: background 0.35s ease;
  z-index: 1;
}
.material-card .card-body-mat {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.material-card .mat-badge {
  align-self: flex-start;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #E0873F;
  background: rgba(110, 56, 20, 0.55);
  border: 1px solid rgba(224, 135, 63, 0.45);
  padding: 4px 12px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.material-card .mat-info h3 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  transition: margin-bottom 0.3s ease;
}
.material-card .mat-info .mat-props {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}
.material-card .mat-info .mat-props li {
  font-size: 0.82rem;
  color: rgba(218, 216, 205, 0.9);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 0;
}
.material-card .mat-info .mat-props li i {
  color: #E0873F;
  font-size: 11px;
  flex-shrink: 0;
}
.material-card .mat-info .mat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #E0873F;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}
.material-card .mat-info .mat-cta i {
  transition: transform 0.25s ease;
}
.material-card:hover {
  transform: translateY(-6px);
  border-color: rgba(224, 135, 63, 0.65);
  box-shadow: 0 22px 56px rgba(110, 56, 20, 0.5);
}
.material-card:hover .card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(36, 24, 17, 0.72) 45%, rgba(0, 0, 0, 0.98) 100%);
}
.material-card:hover .mat-info h3 {
  margin-bottom: 10px;
}
.material-card:hover .mat-info .mat-props {
  max-height: 120px;
  opacity: 1;
}
.material-card:hover .mat-info .mat-cta {
  opacity: 1;
  transform: translateY(0);
}
.material-card:hover .mat-info .mat-cta i {
  transform: translateX(4px);
}

.material-card--cta {
  background-image: none;
  background: linear-gradient(135deg, rgba(110, 56, 20, 0.9) 0%, rgba(36, 24, 17, 0.95) 60%, rgba(168, 93, 37, 0.3) 100%);
  border: 1px solid rgba(224, 135, 63, 0.4);
}
.material-card--cta .card-overlay {
  display: none;
}
.material-card--cta .card-body-mat {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.material-card--cta .cta-card-inner i {
  font-size: 2.4rem;
  color: #E0873F;
  margin-bottom: 16px;
  display: block;
  filter: drop-shadow(0 0 12px rgba(168, 93, 37, 0.6));
}
.material-card--cta .cta-card-inner h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.material-card--cta .cta-card-inner p {
  font-size: 0.88rem;
  color: rgba(218, 216, 205, 0.78);
  line-height: 1.5;
  margin-bottom: 18px;
}
.material-card--cta .mat-cta-full {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #E0873F, #A85D25);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 22px rgba(110, 56, 20, 0.4);
  transition: all 0.3s ease;
}
.material-card--cta .mat-cta-full i {
  font-size: 15px;
  transition: transform 0.25s ease;
  margin-bottom: 0;
}
.material-card--cta:hover {
  transform: translateY(-6px);
  border-color: #E0873F;
  box-shadow: 0 22px 56px rgba(168, 93, 37, 0.4);
}
.material-card--cta:hover .mat-cta-full {
  background: linear-gradient(135deg, #fff, #DAD8CD);
  color: #1C140D;
}
.material-card--cta:hover .mat-cta-full i {
  transform: translateX(4px);
}

/* ==================== SEÇÃO CONTATO ==================== */
.cta-3 {
  padding: 90px 0;
  background: radial-gradient(circle at bottom left, rgba(168, 93, 37, 0.14), transparent 38%), linear-gradient(180deg, #0f0a06 0%, #241811 100%);
}
.cta-3 .contact-card {
  background: rgba(36, 24, 17, 0.75);
  border: 1px solid rgba(224, 135, 63, 0.25);
  border-radius: 14px;
  padding: 28px;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
}
.cta-3 .contact-card .contact-info-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(28, 20, 13, 0.4);
  border: 1px solid rgba(183, 180, 164, 0.12);
  text-decoration: none;
  transition: all 0.3s ease;
}
.cta-3 .contact-card .contact-info-box:hover {
  background: rgba(168, 93, 37, 0.16);
  border-color: #E0873F;
  transform: translateX(6px);
}
.cta-3 .contact-card .contact-info-box.whats-box {
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.25);
}
.cta-3 .contact-card .contact-info-box.whats-box .icon-contact {
  background: #25d366;
}
.cta-3 .contact-card .contact-info-box.whats-box:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: #25d366;
}
.cta-3 .contact-card .contact-info-box .icon-contact {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #E0873F, #6E3814);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(168, 93, 37, 0.3);
}
.cta-3 .contact-card .contact-info-box .content span {
  display: block;
  color: rgba(218, 216, 205, 0.75);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.cta-3 .contact-card .contact-info-box .content strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.cta-3 .form-wrapper-home .form-contact,
.cta-3 .form-wrapper-home form.form-contact {
  padding: clamp(20px, 3vw, 34px);
  border-radius: 14px;
  border: 1px solid rgba(224, 135, 63, 0.25);
  background: rgba(36, 24, 17, 0.75);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}
.cta-3 .form-wrapper-home .form-contact .form-group,
.cta-3 .form-wrapper-home form.form-contact .form-group {
  margin-bottom: 18px;
}
.cta-3 .form-wrapper-home .form-contact .form-control,
.cta-3 .form-wrapper-home .form-contact input,
.cta-3 .form-wrapper-home .form-contact textarea,
.cta-3 .form-wrapper-home .form-contact select,
.cta-3 .form-wrapper-home form.form-contact .form-control,
.cta-3 .form-wrapper-home form.form-contact input,
.cta-3 .form-wrapper-home form.form-contact textarea,
.cta-3 .form-wrapper-home form.form-contact select {
  min-height: 50px;
  border: 1px solid rgba(183, 180, 164, 0.22);
  border-radius: 8px;
  background: rgba(28, 20, 13, 0.45);
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 12px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.cta-3 .form-wrapper-home .form-contact .form-control::placeholder,
.cta-3 .form-wrapper-home .form-contact input::placeholder,
.cta-3 .form-wrapper-home .form-contact textarea::placeholder,
.cta-3 .form-wrapper-home .form-contact select::placeholder,
.cta-3 .form-wrapper-home form.form-contact .form-control::placeholder,
.cta-3 .form-wrapper-home form.form-contact input::placeholder,
.cta-3 .form-wrapper-home form.form-contact textarea::placeholder,
.cta-3 .form-wrapper-home form.form-contact select::placeholder {
  color: rgba(218, 216, 205, 0.5);
}
.cta-3 .form-wrapper-home .form-contact .form-control:focus,
.cta-3 .form-wrapper-home .form-contact input:focus,
.cta-3 .form-wrapper-home .form-contact textarea:focus,
.cta-3 .form-wrapper-home .form-contact select:focus,
.cta-3 .form-wrapper-home form.form-contact .form-control:focus,
.cta-3 .form-wrapper-home form.form-contact input:focus,
.cta-3 .form-wrapper-home form.form-contact textarea:focus,
.cta-3 .form-wrapper-home form.form-contact select:focus {
  border-color: rgba(224, 135, 63, 0.8);
  background: rgba(28, 20, 13, 0.65);
  box-shadow: 0 0 0 4px rgba(168, 93, 37, 0.18);
  outline: none;
}
.cta-3 .form-wrapper-home .form-contact textarea.form-control,
.cta-3 .form-wrapper-home .form-contact textarea,
.cta-3 .form-wrapper-home form.form-contact textarea.form-control,
.cta-3 .form-wrapper-home form.form-contact textarea {
  min-height: 140px;
}
.cta-3 .form-wrapper-home .form-contact label,
.cta-3 .form-wrapper-home form.form-contact label {
  color: rgba(218, 216, 205, 0.88) !important;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}

/* ==================== MEDIA QUERIES RESPONSIVAS ==================== */
@media (max-width: 991px) {
  header .header-area .header-main {
    height: 84px;
  }
  header .header-area .header-main .open-nav-menu,
  header .header-area .header-main .close-nav-menu {
    display: flex;
  }
  header .header-area .header-main .nav-menu {
    position: fixed;
    right: -310px;
    top: 0;
    width: 300px;
    height: 100vh;
    background: linear-gradient(180deg, #241811 0%, #1C140D 100%);
    border-left: 1px solid rgba(224, 135, 63, 0.28);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.6);
    z-index: 1000;
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header .header-area .header-main .nav-menu.open {
    right: 0;
  }
  header .header-area .header-main .nav-menu .menu {
    padding: 20px;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item {
    display: block;
    margin: 0 0 8px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 14px;
    border-radius: 8px;
    color: #F5F2EC;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a::after {
    display: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a:hover {
    background: rgba(168, 93, 37, 0.18);
    color: #E0873F;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
    padding: 10px 12px;
    font-size: 14px;
    color: rgba(218, 216, 205, 0.85);
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
    color: #E0873F;
    background: transparent;
    padding-left: 12px;
  }
}
/* ==================== PÁGINAS DE PRODUTO / SERVIÇO ==================== */
.product-page {
  font-family: "Saira", sans-serif, sans-serif;
}
.product-page .prod-hero {
  padding: 80px 0 60px;
  background: linear-gradient(180deg, #241811 0%, #3B2A1C 100%);
}
.product-page .prod-hero-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 420px;
  border: 1px solid rgba(224, 135, 63, 0.28);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
}
.product-page .prod-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.product-page .prod-hero-img:hover img {
  transform: scale(1.04);
}
.product-page .prod-hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(36, 24, 17, 0.55) 0%, transparent 55%);
  pointer-events: none;
}
@media (max-width: 991px) {
  .product-page .prod-hero-img {
    height: 300px;
  }
}
.product-page .prod-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E0873F;
  background: rgba(110, 56, 20, 0.75);
  border: 1px solid rgba(224, 135, 63, 0.5);
  padding: 5px 14px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}
.product-page .prod-hero-text {
  padding-left: 20px;
}
.product-page .prod-hero-text p {
  color: rgba(218, 216, 205, 0.82);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .product-page .prod-hero-text {
    padding-left: 0;
    padding-top: 32px;
  }
}
.product-page .prod-info {
  padding: 60px 0;
  background: #3B2A1C;
  border-top: 1px solid rgba(224, 135, 63, 0.1);
  border-bottom: 1px solid rgba(224, 135, 63, 0.1);
}
.product-page .prod-info-block {
  background: rgba(36, 24, 17, 0.75);
  border: 1px solid rgba(224, 135, 63, 0.18);
  border-radius: 14px;
  padding: 32px 28px;
  height: 100%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.product-page .prod-info-block:hover {
  border-color: rgba(224, 135, 63, 0.35);
  box-shadow: 0 8px 28px rgba(168, 93, 37, 0.12);
}
.product-page .prod-info-block h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(224, 135, 63, 0.2);
}
.product-page .prod-info-block p {
  color: rgba(218, 216, 205, 0.8);
  line-height: 1.75;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.product-page .prod-info-block p:last-child {
  margin-bottom: 0;
}
.product-page .prod-info-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-page .prod-info-block ul li {
  color: rgba(218, 216, 205, 0.8);
  font-size: 0.92rem;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.product-page .prod-info-block ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E0873F;
  flex-shrink: 0;
  margin-top: 7px;
}
.product-page .prod-features {
  padding: 70px 0;
  background: radial-gradient(circle at top right, rgba(168, 93, 37, 0.1), transparent 45%), linear-gradient(180deg, #3B2A1C 0%, #241811 100%);
}
.product-page .prod-features-title {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E0873F;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-page .prod-features-title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #E0873F, #A85D25);
  flex-shrink: 0;
}
.product-page .prod-feature-card {
  background: rgba(36, 24, 17, 0.7);
  border: 1px solid rgba(224, 135, 63, 0.14);
  border-left: 3px solid #E0873F;
  border-radius: 0 10px 10px 0;
  padding: 14px 20px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.product-page .prod-feature-card:hover {
  border-left-color: #A85D25;
  transform: translateX(4px);
  background: rgba(36, 24, 17, 0.9);
}
.product-page .prod-feature-card .prod-feature-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-page .prod-feature-card .prod-feature-text strong {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}
.product-page .prod-feature-card .prod-feature-text span {
  color: rgba(218, 216, 205, 0.7);
  font-size: 0.85rem;
  line-height: 1.55;
}
.product-page .prod-cta-text {
  padding: 70px 0;
  background: radial-gradient(ellipse at center, rgba(168, 93, 37, 0.12) 0%, transparent 65%), #241811;
}
.product-page .prod-cta-inner {
  background: rgba(59, 42, 28, 0.85);
  border: 1px solid rgba(224, 135, 63, 0.28);
  border-radius: 18px;
  padding: 52px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-page .prod-cta-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #E0873F, #A85D25, transparent);
}
.product-page .prod-cta-inner h3 {
  color: #fff;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 800;
  margin-bottom: 14px;
}
.product-page .prod-cta-inner p {
  color: rgba(218, 216, 205, 0.78);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.product-page .prod-cta-inner .prod-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #E0873F 0%, #A85D25 50%, #6E3814 100%);
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(110, 56, 20, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.product-page .prod-cta-inner .prod-cta-btn i {
  font-size: 18px;
}
.product-page .prod-cta-inner .prod-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(168, 93, 37, 0.52);
}
@media (max-width: 576px) {
  .product-page .prod-cta-inner {
    padding: 36px 24px;
  }
}

/* ==================== FAQ SECTION ==================== */
.faq-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #241811 0%, #3B2A1C 50%, #241811 100%);
  border-top: 1px solid rgba(224, 135, 63, 0.12);
}
.faq-section .section-title h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
}
.faq-section .faq-accordion .faq-item {
  background: rgba(36, 24, 17, 0.82);
  border: 1px solid rgba(224, 135, 63, 0.18) !important;
  border-radius: 12px !important;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faq-section .faq-accordion .faq-item:not(:first-of-type) {
  border-top: 1px solid rgba(224, 135, 63, 0.18) !important;
}
.faq-section .faq-accordion .faq-item:has(.faq-btn:not(.collapsed)) {
  border-color: rgba(224, 135, 63, 0.42) !important;
  box-shadow: 0 4px 24px rgba(168, 93, 37, 0.18);
}
.faq-section .faq-accordion .faq-btn {
  background: transparent !important;
  color: rgba(218, 216, 205, 0.9) !important;
  font-size: 0.98rem;
  font-weight: 700;
  padding: 20px 24px;
  box-shadow: none !important;
  border: none;
  line-height: 1.4;
}
.faq-section .faq-accordion .faq-btn::after {
  filter: brightness(0) saturate(100%) invert(62%) sepia(52%) saturate(595%) hue-rotate(1deg) brightness(103%) contrast(88%);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-section .faq-accordion .faq-btn:not(.collapsed) {
  color: #E0873F !important;
  background: rgba(168, 93, 37, 0.07) !important;
}
.faq-section .faq-accordion .faq-btn:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(62%) sepia(52%) saturate(595%) hue-rotate(1deg) brightness(103%) contrast(88%);
}
.faq-section .faq-accordion .faq-btn:focus {
  box-shadow: none !important;
}
.faq-section .faq-accordion .faq-body {
  background: rgba(59, 42, 28, 0.55);
  color: rgba(218, 216, 205, 0.76);
  font-size: 0.93rem;
  line-height: 1.78;
  padding: 18px 24px 24px;
  border-top: 1px solid rgba(224, 135, 63, 0.12);
}

/*# sourceMappingURL=style.css.map */
