.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: "Montserrat", sans-serif;
}

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

section {
  overflow-x: hidden;
}
section.trust-strip {
  overflow: visible;
}

.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 {
  appearance: none;
  background: #102f43;
  height: 55px;
  width: 55px;
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 10;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  font: inherit;
}
.go-top-btn .ic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 0;
  vertical-align: 0;
  color: #fff;
}

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

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

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

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

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

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: #171717;
}

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

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

.section-title h1,
.section-title h2 {
  font-size: 3em;
  font-weight: 700;
  font-family: "Montserrat", 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: #e2b44d;
  -webkit-mask-image: url(../img/logo/divider.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/logo/divider.svg);
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 55px;
  height: 25px;
}

header .header-area {
  background: rgba(7, 27, 41, 0.94);
  border-bottom: 1px solid rgba(226, 180, 77, 0.16);
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(16px);
  transition: 0.35s ease;
}
header .header-area.sticky {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area.sticky .header-main {
  height: 78px;
}
header .header-area.sticky .header-main .logo img {
  height: 66px;
}
header .top_menu {
  padding: 7px 50px;
  background: #0d283b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.04em;
}
header .top_menu .emergency-label {
  color: #e2b44d;
  font-weight: 700;
  text-transform: uppercase;
}
header .top_menu .emergency-label .ic {
  font-size: 15px;
  margin-right: 8px;
}
header .top_menu .contact-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
header .top_menu .contact-menu .ic {
  color: #e2b44d;
  font-size: 15px;
  margin-right: 7px;
}
header .top_menu .dn_btn {
  color: #fff;
  font-weight: 600;
}
header .top_menu .dn_btn:hover {
  color: #e2b44d;
}
header .header-main {
  height: 94px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.35s ease;
}
header .header-main > a {
  flex-shrink: 0;
}
header .header-main .logo img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  transition: 0.35s ease;
}
header .nav-menu .menu {
  display: flex;
  gap: 34px;
  align-items: center;
}
header .nav-menu .menu .menu-item > a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0;
  position: relative;
}
header .nav-menu .menu .menu-item > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 7px;
  background: linear-gradient(90deg, #e2b44d, #f18228);
  transition: 0.3s ease;
}
header .nav-menu .menu .menu-item > a:hover {
  color: #fff;
}
header .nav-menu .menu .menu-item > a:hover::after {
  width: 100%;
}
header .btn-main {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  color: #071b29;
  background: linear-gradient(135deg, #e2b44d, #f0ca6d);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
header .btn-main .ic {
  font-size: 16px;
}
header .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(226, 180, 77, 0.24);
}
header .open-nav-menu {
  width: 38px;
  height: 30px;
  display: none;
  align-items: center;
  cursor: pointer;
}
header .open-nav-menu span, header .open-nav-menu span::before, header .open-nav-menu span::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #e2b44d;
  display: block;
  position: relative;
}
header .open-nav-menu span::before {
  position: absolute;
  top: -9px;
}
header .open-nav-menu span::after {
  position: absolute;
  top: 9px;
}
header .close-nav-menu {
  display: none;
}
header .menu-overlay {
  display: none;
}

.padding-banner {
  padding-top: 129px;
}

@media (max-width: 991px) {
  header .top_menu {
    display: none;
  }
  header .header-main {
    height: 82px;
    padding: 0 22px;
  }
  header .header-main .logo img {
    width: 68px;
    height: 68px;
  }
  header .open-nav-menu {
    display: flex;
  }
  header .close-nav-menu {
    display: flex;
    color: #e2b44d;
    font-size: 28px;
    margin: 5px 20px 24px;
    cursor: pointer;
  }
  header .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 998;
  }
  header .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  header .nav-menu {
    position: fixed;
    width: min(330px, 88vw);
    height: 100vh;
    top: 0;
    right: -100%;
    background: #071b29;
    padding: 20px 0;
    z-index: 999;
    transition: 0.4s ease;
  }
  header .nav-menu.open {
    right: 0;
  }
  header .nav-menu .menu {
    display: block;
  }
  header .nav-menu .menu .menu-item > a {
    display: block;
    padding: 16px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 15px;
  }
  header .nav-menu .menu .menu-item:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  header .nav-menu .menu .menu-item > a::after {
    display: none;
  }
  .padding-banner {
    padding-top: 82px;
  }
}
.site-footer {
  background: #061721;
  color: #fff;
  padding: 80px 0 0;
}
.site-footer .footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 1fr 1fr;
  gap: 55px;
  padding-bottom: 65px;
}
.site-footer .footer-brand img {
  width: 115px;
  margin-bottom: 20px;
}
.site-footer .footer-brand p {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.7;
  max-width: 280px;
}
.site-footer .footer-title {
  display: block;
  color: #e2b44d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.site-footer .footer-nav li {
  margin-bottom: 11px;
}
.site-footer .footer-nav a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
.site-footer .footer-nav a:hover {
  color: #e2b44d;
  padding-left: 4px;
}
.site-footer .footer-whatsapp {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  margin-bottom: 20px;
}
.site-footer .footer-whatsapp > .ic {
  color: #e2b44d;
  font-size: 24px;
}
.site-footer .footer-whatsapp small {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.13em;
  display: block;
}
.site-footer .footer-whatsapp:hover {
  color: #e2b44d;
}
.site-footer .footer-hours p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.site-footer .footer-hours p .ic {
  color: #e2b44d;
  font-size: 17px;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  margin: 0;
}
.site-footer .footer-bottom img {
  width: 95px;
  filter: brightness(0) invert(1);
  opacity: 0.45;
}

.go-top-btn {
  background: #102f43;
  color: #fff;
}

@media (max-width: 991px) {
  .site-footer .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .site-footer {
    padding-top: 60px;
  }
  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 45px;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.135em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.ic--arrow-down {
  -webkit-mask-image: url("../img/icons/arrow-down.svg");
  mask-image: url("../img/icons/arrow-down.svg");
}

.ic--arrow-right {
  -webkit-mask-image: url("../img/icons/arrow-right.svg");
  mask-image: url("../img/icons/arrow-right.svg");
}

.ic--bolt {
  -webkit-mask-image: url("../img/icons/bolt.svg");
  mask-image: url("../img/icons/bolt.svg");
}

.ic--briefcase {
  -webkit-mask-image: url("../img/icons/briefcase.svg");
  mask-image: url("../img/icons/briefcase.svg");
}

.ic--check {
  -webkit-mask-image: url("../img/icons/check.svg");
  mask-image: url("../img/icons/check.svg");
}

.ic--check-circle {
  -webkit-mask-image: url("../img/icons/check-circle.svg");
  mask-image: url("../img/icons/check-circle.svg");
}

.ic--chevron-left {
  -webkit-mask-image: url("../img/icons/chevron-left.svg");
  mask-image: url("../img/icons/chevron-left.svg");
}

.ic--chevron-right {
  -webkit-mask-image: url("../img/icons/chevron-right.svg");
  mask-image: url("../img/icons/chevron-right.svg");
}

.ic--chevron-up {
  -webkit-mask-image: url("../img/icons/chevron-up.svg");
  mask-image: url("../img/icons/chevron-up.svg");
}

.ic--clock {
  -webkit-mask-image: url("../img/icons/clock.svg");
  mask-image: url("../img/icons/clock.svg");
}

.ic--close {
  -webkit-mask-image: url("../img/icons/close.svg");
  mask-image: url("../img/icons/close.svg");
}

.ic--comfort {
  -webkit-mask-image: url("../img/icons/comfort.svg");
  mask-image: url("../img/icons/comfort.svg");
}

.ic--emergency {
  -webkit-mask-image: url("../img/icons/emergency.svg");
  mask-image: url("../img/icons/emergency.svg");
}

.ic--gauge {
  -webkit-mask-image: url("../img/icons/gauge.svg");
  mask-image: url("../img/icons/gauge.svg");
}

.ic--house {
  -webkit-mask-image: url("../img/icons/house.svg");
  mask-image: url("../img/icons/house.svg");
}

.ic--house-lock {
  -webkit-mask-image: url("../img/icons/house-lock.svg");
  mask-image: url("../img/icons/house-lock.svg");
}

.ic--industry {
  -webkit-mask-image: url("../img/icons/industry.svg");
  mask-image: url("../img/icons/industry.svg");
}

.ic--location {
  -webkit-mask-image: url("../img/icons/location.svg");
  mask-image: url("../img/icons/location.svg");
}

.ic--lock {
  -webkit-mask-image: url("../img/icons/lock.svg");
  mask-image: url("../img/icons/lock.svg");
}

.ic--plus {
  -webkit-mask-image: url("../img/icons/plus.svg");
  mask-image: url("../img/icons/plus.svg");
}

.ic--ruler {
  -webkit-mask-image: url("../img/icons/ruler.svg");
  mask-image: url("../img/icons/ruler.svg");
}

.ic--shield {
  -webkit-mask-image: url("../img/icons/shield.svg");
  mask-image: url("../img/icons/shield.svg");
}

.ic--speed {
  -webkit-mask-image: url("../img/icons/speed.svg");
  mask-image: url("../img/icons/speed.svg");
}

.ic--tools {
  -webkit-mask-image: url("../img/icons/tools.svg");
  mask-image: url("../img/icons/tools.svg");
}

.ic--whatsapp {
  -webkit-mask-image: url("../img/icons/whatsapp.svg");
  mask-image: url("../img/icons/whatsapp.svg");
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.whatsapp {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  z-index: 100;
  animation: sweep 1.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.whatsapp:hover {
  transform: translateY(-2px);
  background-color: #1ebe57;
}

.whatsapp-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 0;
  vertical-align: 0;
  margin: 0;
  color: #fff;
}

.btn-display .btn-main {
  min-width: 200px;
  width: fit-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn-display .btn-main {
    width: 100%;
  }
  .btn-display .btn-main.whats-form {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn-display {
    flex-direction: column;
  }
}

.home-form {
  border-top: 3px solid color-mix(in srgb, #f18228, #fff 65%);
  padding: 65px 0;
}
.home-form form,
.home-form input,
.home-form label,
.home-form p,
.home-form textarea {
  color: #000 !important;
}
.home-form .contact-card .fa-contact {
  background: color-mix(in srgb, #f18228, #fff 80%);
  padding: 10px;
  width: 50px;
  height: 45px;
  text-align: center;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.home-form .contact-card .fa-contact i {
  font-size: 25px;
  color: #f18228;
}
.home-form .contact-card .content p {
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  display: flex;
  align-items: center;
}
.home-form .contact-card .content p a {
  color: #000;
}
.home-form .contact-card .content p a:hover {
  color: #e2b44d;
}

.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-group .btn-prod button,
.form-contact .form-group .btn-prod a {
  width: 80%;
  margin-left: 0;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  width: 100%;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
  padding-top: 20px;
}
.form-contact button {
  border: none;
}

#form-prod-int {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

.h3-form {
  font-size: 20px;
  color: #102f43;
}
.h3-form i {
  color: #e2b44d;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.whats-form {
  background: #22ba59;
  margin-left: 20px;
}
.whats-form::after {
  background-color: #01a43d;
}

.contact-section {
  padding: 65px 0 0;
}
.contact-section .info-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.contact-section .info-container .contact-info {
  display: flex;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .info-container .contact-info h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact-section .info-container .contact-info h3 a:hover {
  color: #e2b44d;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #f18228;
  margin-right: 10px;
  font-size: 1.6em;
  min-width: 35px;
}
.contact-section .info-container::after {
  content: "";
  position: absolute;
  display: block;
  height: 115%;
  width: 85%;
  border-radius: 0%;
  left: -30px;
  top: -20px;
  z-index: -2;
  border-radius: 8px;
  opacity: 0.8;
  border: 3px solid color-mix(in srgb, #102f43, #fff 40%);
  background: #102f43;
}
.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%;
  }
}

:root {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  background: #f5f3ee;
  color: #132b3a;
}

.btn-gold, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn-gold {
  color: #071b29;
  background: linear-gradient(135deg, #f2cf74, #e2b44d);
  box-shadow: 0 12px 35px rgba(226, 180, 77, 0.22);
}
.btn-gold:hover {
  color: #071b29;
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(226, 180, 77, 0.34);
}
.btn-gold .ic {
  font-size: 18px;
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}
.btn-ghost:hover {
  color: #e2b44d;
  border-color: #e2b44d;
  background: rgba(226, 180, 77, 0.08);
}

.banner-area {
  height: 100vh;
  min-height: 720px;
  background: #071b29;
  overflow: hidden;
}
.banner-area .hero-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banner-area .hero-visual {
  position: absolute;
  inset: 0;
  background-image: url("../img/banners/banner1.webp");
  background-size: cover;
  background-position: center;
  animation: heroZoom 12s ease forwards;
}
.banner-area .hero-container {
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}
.banner-area .hero-content {
  width: min(620px, 58vw);
  margin-top: -80px;
}
.banner-area .eyebrow {
  color: #e2b44d;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
}
.banner-area .eyebrow .ic {
  font-size: 15px;
}
.banner-area h1 {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 300;
  margin-bottom: 20px;
}
.banner-area h1 strong {
  color: #e2b44d;
  font-weight: 800;
  display: block;
}
.banner-area .hero-content p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 28px;
}
.banner-area .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.trust-strip {
  background: transparent;
  padding: 0;
  height: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 8;
}
.trust-strip .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e6e1d8;
  margin: 0;
  transform: translateY(-50%);
  position: relative;
  z-index: 8;
  box-shadow: 0 26px 60px rgba(7, 27, 41, 0.16);
}
.trust-strip .trust-card {
  background: #fff;
  padding: 34px 28px 32px;
  position: relative;
  transition: 0.4s ease;
  overflow: hidden;
}
.trust-strip .trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #e2b44d, #f18228);
  transition: 0.4s ease;
}
.trust-strip .trust-card:hover {
  background: #fcfaf6;
}
.trust-strip .trust-card:hover::before {
  width: 100%;
}
.trust-strip .trust-card__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(16, 47, 67, 0.14);
  color: #f18228;
  font-size: 18px;
  margin-bottom: 24px;
  transition: 0.4s ease;
}
.trust-strip .trust-card:hover .trust-card__icon {
  background: #102f43;
  border-color: #102f43;
  color: #e2b44d;
}
.trust-strip .trust-card__text small {
  display: block;
  color: #f18228;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.trust-strip .trust-card__text strong {
  display: block;
  color: #102f43;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.trust-strip .trust-card__text p {
  color: #7d878d;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.section-heading .section-kicker {
  color: #f18228;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin-bottom: 17px;
}
.section-heading h2 {
  color: #102f43;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 300;
}
.section-heading h2 strong {
  color: #102f43;
  font-weight: 800;
}
.section-heading--light h2, .section-heading--light h2 strong {
  color: #fff;
}
.section-heading--light .section-kicker {
  color: #e2b44d;
}

.lead-text {
  color: #65727a;
  line-height: 1.8;
  font-size: 16px;
}

.about-section {
  padding: 180px 0 120px;
  background: #f5f3ee;
  position: relative;
  z-index: 1;
}
.about-section .about-visual figure {
  margin: 0;
  overflow: hidden;
  height: 680px;
  background: #071b29;
  border-top: 3px solid #e2b44d;
  box-shadow: 0 28px 60px rgba(7, 27, 41, 0.16);
}
.about-section .about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s ease;
}
.about-section .about-visual figure:hover img {
  transform: scale(1.03);
}
.about-section .lead-text {
  margin: 28px 0 30px;
}
.about-section .about-disclaimer {
  color: #8a959c;
  font-size: 14px;
  font-style: italic;
  margin: -12px 0 28px;
  padding-top: 18px;
  border-top: 1px solid #dcd7ce;
}
.about-section .about-points > div {
  display: flex;
  gap: 18px;
  padding: 17px 0;
  border-top: 1px solid #dcd7ce;
}
.about-section .about-points > div:last-child {
  border-bottom: 1px solid #dcd7ce;
}
.about-section .about-points span {
  color: #f18228;
  font-size: 11px;
  font-weight: 800;
  padding-top: 4px;
}
.about-section .about-points p {
  margin: 0;
  color: #768087;
  font-size: 13px;
  line-height: 1.5;
}
.about-section .about-points strong {
  display: block;
  color: #102f43;
  font-size: 15px;
}
.about-section .text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  color: #102f43;
  font-weight: 800;
  margin-top: 30px;
}
.about-section .text-link .ic {
  color: #f18228;
  font-size: 15px;
  transition: 0.3s;
}
.about-section .text-link:hover .ic {
  transform: translateX(7px);
}

.services-section {
  padding: 120px 0;
  background: #071b29;
  position: relative;
  overflow: hidden;
}
.services-section::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(226, 180, 77, 0.1);
  border-radius: 50%;
  top: -330px;
  right: -180px;
  box-shadow: 0 0 0 80px rgba(226, 180, 77, 0.025), 0 0 0 160px rgba(226, 180, 77, 0.02);
}
.services-section > .container {
  position: relative;
  z-index: 1;
}
.services-section .services-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}
.services-section .section-heading {
  position: relative;
}
.services-section .services-intro {
  padding-bottom: 6px;
}
.services-section .services-intro__line {
  width: 55px;
  height: 2px;
  background: #e2b44d;
  display: block;
  margin-bottom: 20px;
}
.services-section .services-intro > p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.services-section .services-intro > div {
  display: flex;
  gap: 24px;
}
.services-section .services-intro > div span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.services-section .services-intro > div .ic {
  color: #e2b44d;
  font-size: 14px;
  margin-right: 7px;
}
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
}
.services-section .service-card {
  min-height: 430px;
  background: #0d2a3c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.4s ease;
}
.services-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  border-color: rgba(226, 180, 77, 0.35);
}
.services-section .service-card:hover .service-media img {
  transform: scale(1.08);
}
.services-section .service-media {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #071b29;
}
.services-section .service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.services-section .service-media--contain {
  background: #ececec;
}
.services-section .service-media--contain img {
  object-fit: contain;
  object-position: center;
}
.services-section .service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 27, 41, 0.55) 100%);
}
.services-section .service-tag {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 16px;
  color: #071b29;
  background: #e2b44d;
  padding: 8px 12px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.services-section .service-body {
  padding: 26px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.services-section .service-card h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 12px;
  transition: 0.4s ease;
}
.services-section .service-card p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 20px;
  transition: 0.4s ease;
}
.services-section .service-card .card-whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 3px;
  background: #168b49;
  color: #fff !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
}
.services-section .service-card .card-whats .ic {
  font-size: 15px;
  color: #fff !important;
}
.services-section .service-card .card-whats:hover {
  color: #fff !important;
  background: #11763d;
  transform: translateY(-2px);
}
.services-section .service-card--featured {
  border-color: rgba(226, 180, 77, 0.45);
}
.services-section .service-card--featured .service-body {
  background: linear-gradient(180deg, #12384f, #0d2a3c);
}
.services-section .service-card--featured:hover {
  box-shadow: 0 24px 50px rgba(226, 180, 77, 0.22);
}
.services-section .services-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 34px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.services-section .services-footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin: 0;
}
.services-section .services-footer p .ic {
  color: #e2b44d;
  font-size: 17px;
  margin-right: 9px;
}
.services-section .services-footer a {
  color: #e2b44d;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.services-section .services-footer a:hover {
  color: #fff;
}
.services-section .services-footer a:hover .ic {
  transform: translateX(5px);
}
.services-section .services-footer a .ic {
  font-size: 15px;
  transition: 0.3s ease;
}

.applications-section {
  padding: 120px 0;
  background: #f5f3ee;
}
.applications-section .applications-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 55px;
}
.applications-section .applications-heading > p {
  color: #6f7c83;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 7px;
  padding-left: 28px;
  border-left: 2px solid #f18228;
}
.applications-section .applications-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.applications-section .application-card {
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  box-shadow: 0 12px 35px rgba(7, 27, 41, 0.07);
}
.applications-section .application-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(7, 27, 41, 0.16);
}
.applications-section .application-card__media {
  height: 315px;
  position: relative;
  overflow: hidden;
}
.applications-section .application-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 27, 41, 0.08), rgba(7, 27, 41, 0.75));
}
.applications-section .application-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.applications-section .application-card:hover .application-card__media img {
  transform: scale(1.06);
}
.applications-section .application-card__type {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 25px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.applications-section .application-card__type .ic {
  color: #e2b44d;
  font-size: 16px;
}
.applications-section .application-card__content {
  padding: 36px 38px 38px;
}
.applications-section .application-card h3 {
  color: #102f43;
  font-size: 25px;
  line-height: 1.25;
  margin: 0 0 15px;
  max-width: 440px;
}
.applications-section .application-card p {
  color: #748087;
  font-size: 13px;
  line-height: 1.75;
  max-width: 450px;
}
.applications-section .application-features {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 30px;
}
.applications-section .application-features span {
  color: #102f43;
  background: #f2eee6;
  padding: 9px 11px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.applications-section .application-features .ic {
  color: #f18228;
  font-size: 13px;
  margin-right: 6px;
}
.applications-section .application-card a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #102f43;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.applications-section .application-card a .ic {
  color: #f18228;
  font-size: 15px;
  transition: 0.3s ease;
}
.applications-section .application-card a:hover .ic {
  transform: translateX(6px);
}
.applications-section .application-card--industry .application-card__content {
  background: #102f43;
}
.applications-section .application-card--industry h3 {
  color: #fff;
}
.applications-section .application-card--industry p {
  color: rgba(255, 255, 255, 0.6);
}
.applications-section .application-card--industry .application-features span {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
}
.applications-section .application-card--industry .application-features .ic {
  color: #e2b44d;
}
.applications-section .application-card--industry a {
  color: #e2b44d;
}
.applications-section .applications-note {
  margin-top: 25px;
  padding: 27px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ebe7df;
  border-left: 3px solid #f18228;
}
.applications-section .applications-note > span {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #fff;
  color: #f18228;
}
.applications-section .applications-note p {
  color: #6b777e;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.applications-section .applications-note strong {
  color: #102f43;
}

.process-section {
  padding: 120px 0;
  background: #fff;
}
.process-section .lead-text {
  max-width: 480px;
  margin-top: 25px;
}
.process-section .process-steps {
  border-top: 1px solid #dcdfe0;
}
.process-section .process-steps article {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid #dcdfe0;
  transition: 0.3s ease;
}
.process-section .process-steps article:hover {
  padding-left: 14px;
}
.process-section .process-steps > article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2eee5;
  color: #f18228;
  font-weight: 800;
}
.process-section .process-steps h3 {
  color: #102f43;
  font-size: 18px;
  margin-bottom: 5px;
}
.process-section .process-steps p {
  color: #778188;
  margin: 0;
  font-size: 14px;
}

.benefits-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #071b29, #12384f);
  position: relative;
  overflow: hidden;
}
.benefits-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(226, 180, 77, 0.1);
  border-radius: 50%;
  left: -260px;
  top: -270px;
}
.benefits-section .section-heading {
  position: relative;
}
.benefits-section > .container {
  position: relative;
}
.benefits-section .col-lg-5 > p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin: 25px 0 30px;
  max-width: 450px;
}
.benefits-section .benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.benefits-section .benefits-list article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.benefits-section .benefits-list article > .ic {
  display: block;
  color: #e2b44d;
  font-size: 34px;
  margin-bottom: 30px;
}
.benefits-section .benefits-list h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}
.benefits-section .benefits-list p {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.emergency-section {
  background: #f5f3ee;
  padding: 75px 0;
}
.emergency-section .emergency-panel {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 38px 45px;
  border: 1px solid #e2ddd3;
  border-left: 4px solid #f18228;
}
.emergency-section .emergency-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #f18228;
  background: #fff3e9;
  font-size: 24px;
}
.emergency-section .emergency-icon .ic {
  color: #f18228;
  font-size: 28px;
}
.emergency-section span {
  color: #f18228;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.emergency-section h2 {
  color: #102f43;
  font-size: 24px;
  margin-top: 6px;
}
.emergency-section a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #168b49;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.emergency-section a .ic {
  color: inherit;
  font-size: 17px;
}
.emergency-section a:hover {
  color: #fff;
  background: #11763d;
  transform: translateY(-2px);
}

.faq-section {
  padding: 120px 0;
  background: #f5f3ee;
}
.faq-section .lead-text {
  margin: 24px 0;
  max-width: 430px;
}
.faq-section .text-link {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: #102f43;
  font-weight: 800;
}
.faq-section .text-link .ic {
  color: #f18228;
  font-size: 15px;
}
.faq-section .faq-list {
  border-top: 1px solid #d8d3ca;
}
.faq-section .faq-item {
  border-bottom: 1px solid #d8d3ca;
}
.faq-section .faq-item button {
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #102f43;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.faq-section .faq-item button .ic {
  color: #f18228;
  font-size: 16px;
  transition: 0.3s ease;
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-section .faq-answer p {
  color: #6f7b82;
  font-size: 14px;
  line-height: 1.75;
  padding: 0 45px 23px 0;
  margin: 0;
}
.faq-section .faq-item button[aria-expanded=true] + .faq-answer {
  max-height: 180px;
}
.faq-section .faq-item button[aria-expanded=true] .ic {
  transform: rotate(45deg);
}

.contact-section {
  padding: 90px 0 110px;
  background: #f5f3ee;
}
.contact-section .contact-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  background: #102f43;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(7, 27, 41, 0.2);
}
.contact-section .contact-copy {
  padding: 60px 50px;
  background: linear-gradient(135deg, #173e55, #0c2738);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-section .contact-copy::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(226, 180, 77, 0.15);
  border-radius: 50%;
  right: -140px;
  bottom: -180px;
}
.contact-section .section-kicker {
  color: #e2b44d;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin-bottom: 8px;
}
.contact-section h2 {
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 300;
  margin: 18px 0;
}
.contact-section h2 strong {
  color: #e2b44d;
  font-weight: 800;
}
.contact-section .contact-copy > p {
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 28px;
}
.contact-section .contact-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}
.contact-section .contact-info > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}
.contact-section .contact-info > div:first-child {
  padding-top: 0;
}
.contact-section .contact-info > div:last-child {
  border: 0;
  padding-bottom: 0;
}
.contact-section .contact-info > div > .ic {
  color: #e2b44d;
  font-size: 20px;
}
.contact-section .contact-info small {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.13em;
  margin-bottom: 3px;
}
.contact-section .contact-copy .btn-gold {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.contact-section .contact-form {
  padding: 55px 50px;
  background: #fff;
}
.contact-section .form-kicker {
  display: block;
  color: #f18228;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-section .contact-form h3 {
  color: #102f43;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}
.contact-section .form-contact .form-group {
  margin-bottom: 16px;
}
.contact-section .form-contact .form-control {
  height: 52px;
  border: 1px solid #e2ddd3;
  background: #f8f6f1;
  color: #102f43;
  font-size: 14px;
  border-radius: 3px;
  transition: 0.25s ease;
}
.contact-section .form-contact .form-control:focus {
  border-color: #e2b44d;
  background: #fff;
}
.contact-section .form-contact textarea.form-control {
  min-height: 130px;
  height: auto !important;
  resize: vertical;
  padding-top: 16px;
}
.contact-section .form-contact .g-recaptcha {
  margin-bottom: 8px;
  transform: scale(0.92);
  transform-origin: left top;
}
.contact-section .form-contact .btn-display {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-section .form-contact .btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  min-width: 180px;
  padding: 0 22px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(135deg, #f2cf74, #e2b44d);
  color: #071b29;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
.contact-section .form-contact .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(226, 180, 77, 0.28);
  color: #071b29;
}
.contact-section .form-contact .whats-form {
  background: #168b49;
  color: #fff;
  margin-left: 0;
}
.contact-section .form-contact .whats-form:hover {
  background: #11763d;
  color: #fff;
  box-shadow: 0 12px 28px rgba(22, 139, 73, 0.25);
}
.contact-section .form-contact .whats-form::after {
  display: none;
}

@keyframes heroZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .banner-area {
    min-height: 640px;
    height: auto;
  }
  .banner-area .hero-slide {
    min-height: 640px;
  }
  .banner-area .hero-visual {
    background-image: url("../img/banners/bannermob1.webp");
    background-position: center top;
  }
  .banner-area .hero-container {
    align-items: flex-end;
    padding: 40px 0 48px;
  }
  .banner-area .hero-content {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .banner-area h1 strong {
    display: inline;
  }
  .trust-strip {
    height: auto;
    padding: 0 0 10px;
    overflow: visible;
  }
  .trust-strip .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    transform: none;
    margin-top: -28px;
  }
  .about-section {
    padding: 70px 0 85px;
  }
  .services-section, .applications-section, .process-section, .benefits-section, .faq-section {
    padding: 85px 0;
  }
  .services-section .services-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .applications-section .applications-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .applications-section .applications-grid {
    grid-template-columns: 1fr;
  }
  .emergency-section .emergency-panel {
    grid-template-columns: 64px 1fr;
  }
  .emergency-section .emergency-panel a {
    grid-column: 2;
    width: fit-content;
  }
  .contact-section .contact-panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .banner-area {
    min-height: 0;
    height: auto;
  }
  .banner-area .hero-slide {
    min-height: calc(100svh - 82px);
    min-height: calc(100vh - 82px);
  }
  .banner-area .hero-visual {
    background-image: url("../img/banners/bannermob1.webp");
    background-position: center center;
    background-size: cover;
  }
  .banner-area .hero-container {
    align-items: flex-end;
    padding: 28px 0 36px;
  }
  .banner-area .hero-content {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 4px;
  }
  .banner-area .eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
  }
  .banner-area .eyebrow .ic {
    font-size: 13px;
  }
  .banner-area h1 {
    font-size: clamp(1.7rem, 7.4vw, 2.15rem);
    line-height: 1.18;
    margin-bottom: 14px;
  }
  .banner-area h1 strong {
    display: inline;
  }
  .banner-area .hero-content p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 100%;
  }
  .banner-area .hero-actions {
    display: grid;
    gap: 10px;
    width: 100%;
  }
  .banner-area .btn-gold, .banner-area .btn-ghost {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    font-size: 12px;
  }
  .banner-area .btn-gold .ic {
    font-size: 18px;
  }
  .trust-strip {
    height: auto;
    padding: 0 0 8px;
    overflow: visible;
  }
  .trust-strip .trust-grid {
    grid-template-columns: 1fr;
    transform: none;
    margin-top: -18px;
    gap: 1px;
  }
  .trust-strip .trust-card {
    padding: 22px 20px;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
  }
  .trust-strip .trust-card__icon {
    margin-bottom: 0;
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
  .trust-strip .trust-card__text strong {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .trust-strip .trust-card__text p {
    font-size: 12px;
  }
  .about-section {
    padding: 55px 0 70px;
  }
  .about-section .about-visual figure {
    height: 440px;
  }
  .services-section .services-grid {
    grid-template-columns: 1fr;
  }
  .services-section .service-card {
    min-height: auto;
  }
  .services-section .service-media {
    height: 170px;
  }
  .services-section .services-intro > div {
    flex-direction: column;
    gap: 10px;
  }
  .services-section .services-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }
  .applications-section .application-card__media {
    height: 240px;
  }
  .applications-section .application-card__content {
    padding: 28px 24px;
  }
  .applications-section .applications-note {
    align-items: flex-start;
    padding: 24px 20px;
  }
  .benefits-section .benefits-list {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  .emergency-section {
    padding: 55px 0;
  }
  .emergency-section .emergency-panel {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }
  .emergency-section .emergency-panel a {
    grid-column: 1;
    width: 100%;
    justify-content: center;
  }
  .faq-section .faq-item button {
    font-size: 14px;
  }
  .contact-section {
    padding-bottom: 70px;
  }
  .contact-section .contact-copy,
  .contact-section .contact-form {
    padding: 40px 25px;
  }
  .contact-section .form-contact .btn-display {
    flex-direction: column;
  }
  .contact-section .form-contact .btn-main {
    width: 100%;
    min-width: 0;
  }
  .contact-section .form-contact .g-recaptcha {
    transform: scale(0.86);
    transform-origin: left top;
  }
}
.politica-de-privacidade {
  padding-top: 180px;
}
.politica-de-privacidade h1 {
  color: #102f43;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  letter-spacing: -.03em;
  line-height: 1.15;
  margin-bottom: 24px;
  width: 100%;
}
.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 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.lgpd .title .ic {
  font-size: 1.1em;
  color: #102f43;
}
.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;
}

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