/* GENERAL
================================================== */
:root {
  --color-blue: #28b2e0;
  --color-dark-blue: #1f4e91;
  --color-gray: #5b5b5e;
  --color-gray-light: #dbdbdb;
  --color-white: #ffffff;
  --color-light: #ebeaeb;
}
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-gray);
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  background: var(--color-white);
}
button, input, optgroup, select, textarea {
  font-family: "Poppins", sans-serif;
}
button:focus {
  outline: 0 !important;
}
a, button, .btn, img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a {
  color: var(--color-gray);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: var(--color-blue);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark-blue);
}
h1, .h1 { font-size: 3rem; }
h2, .h2 { font-size: 2.25rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.375rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1.125rem; }
p {
  line-height: 1.6;
}
strong, b {
  font-weight: 700;
}
.hyphens {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}


/* COLORS & UTILITIES
================================================== */
.text-blue { color: var(--color-blue) !important; }
.text-dark-blue { color: var(--color-dark-blue) !important; }
.text-gray { color: var(--color-gray) !important; }
.text-blue-light { color: #5ecbf0 !important; }
.text-white-70 { color: rgba(255, 255, 255, 0.7) !important; }

.bg-light { background: var(--color-light) !important; }
.bg-gray { background: var(--color-gray-light) !important; }
.bg-dark-blue { background: var(--color-dark-blue) !important; }

.rounded-custom { border-radius: 12px; }


/* FONT WEIGHTS
================================================== */
.font200 { font-weight: 200 !important; }
.font300 { font-weight: 300 !important; }
.font400 { font-weight: 400 !important; }
.font500 { font-weight: 500 !important; }
.font600 { font-weight: 600 !important; }
.font700 { font-weight: 700 !important; }
.font800 { font-weight: 800 !important; }
.font900 { font-weight: 900 !important; }


/* MARGIN & PADDING
================================================== */
.pt-0{padding-top:0}.pb-0{padding-bottom:0}.ptb-0{padding-top:0;padding-bottom:0}
.pt-10{padding-top:10px}.pb-10{padding-bottom:10px}.ptb-10{padding-top:10px;padding-bottom:10px}
.pt-15{padding-top:15px}.pb-15{padding-bottom:15px}.ptb-15{padding-top:15px;padding-bottom:15px}
.pt-20{padding-top:20px}.pb-20{padding-bottom:20px}.ptb-20{padding-top:20px;padding-bottom:20px}
.pt-30{padding-top:30px}.pb-30{padding-bottom:30px}.ptb-30{padding-top:30px;padding-bottom:30px}
.pt-40{padding-top:40px}.pb-40{padding-bottom:40px}.ptb-40{padding-top:40px;padding-bottom:40px}
.pt-50{padding-top:50px}.pb-50{padding-bottom:50px}.ptb-50{padding-top:50px;padding-bottom:50px}
.pt-60{padding-top:60px}.pb-60{padding-bottom:60px}.ptb-60{padding-top:60px;padding-bottom:60px}
.pt-70{padding-top:70px}.pb-70{padding-bottom:70px}.ptb-70{padding-top:70px;padding-bottom:70px}
.pt-80{padding-top:80px}.pb-80{padding-bottom:80px}.ptb-80{padding-top:80px;padding-bottom:80px}
.pt-90{padding-top:90px}.pb-90{padding-bottom:90px}.ptb-90{padding-top:90px;padding-bottom:90px}
.pt-100{padding-top:100px}.pb-100{padding-bottom:100px}.ptb-100{padding-top:100px;padding-bottom:100px}
.pt-110{padding-top:110px}.pb-110{padding-bottom:110px}.ptb-110{padding-top:110px;padding-bottom:110px}
.pt-120{padding-top:120px}.pb-120{padding-bottom:120px}.ptb-120{padding-top:120px;padding-bottom:120px}

.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mtb-0{margin-top:0;margin-bottom:0}
.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.mtb-10{margin-top:10px;margin-bottom:10px}
.mt-15{margin-top:15px}.mb-15{margin-bottom:15px}.mtb-15{margin-top:15px;margin-bottom:15px}
.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.mtb-20{margin-top:20px;margin-bottom:20px}
.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.mtb-30{margin-top:30px;margin-bottom:30px}
.mt-40{margin-top:40px}.mb-40{margin-bottom:40px}.mtb-40{margin-top:40px;margin-bottom:40px}
.mt-50{margin-top:50px}.mb-50{margin-bottom:50px}.mtb-50{margin-top:50px;margin-bottom:50px}
.mt-60{margin-top:60px}.mb-60{margin-bottom:60px}.mtb-60{margin-top:60px;margin-bottom:60px}
.mt-70{margin-top:70px}.mb-70{margin-bottom:70px}.mtb-70{margin-top:70px;margin-bottom:70px}
.mt-80{margin-top:80px}.mb-80{margin-bottom:80px}.mtb-80{margin-top:80px;margin-bottom:80px}
.mt-90{margin-top:90px}.mb-90{margin-bottom:90px}.mtb-90{margin-top:90px;margin-bottom:90px}
.mt-100{margin-top:100px}.mb-100{margin-bottom:100px}.mtb-100{margin-top:100px;margin-bottom:100px}
.mt-110{margin-top:110px}.mb-110{margin-bottom:110px}.mtb-110{margin-top:110px;margin-bottom:110px}
.mt-120{margin-top:120px}.mb-120{margin-bottom:120px}.mtb-120{margin-top:120px;margin-bottom:120px}


/* PRELOADER
================================================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
  z-index: 99999;
}
#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid var(--color-dark-blue);
  border-right: 0.5em solid rgba(204, 204, 204, 0.5);
  border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
  border-left: 0.5em solid rgba(204, 204, 204, 0.5);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: preloaderSpin 1.1s infinite linear;
  animation: preloaderSpin 1.1s infinite linear;
}
#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@keyframes preloaderSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* BUTTONS
================================================== */
.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 1rem !important;
  font-family: "Poppins", sans-serif !important;
  padding: 12px 32px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.btn:hover, .btn:focus {
  box-shadow: none;
  outline: 0 !important;
}
.btn-outline {
  background-color: transparent;
  color: var(--color-white);
  border: 2px solid var(--color-blue);
}
.btn-outline:hover, .btn-outline:focus {
  background-color: var(--color-blue);
  color: var(--color-white);
}


/* HEADER / NAVBAR
================================================== */
.navbar .container {
  position: relative;
}
.navbar .navbar-nav .nav-link {
  font-size: 1rem;
  letter-spacing: 0.3px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  padding: 8px 0;
  position: relative;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--color-white);
}
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--color-white);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--color-blue);
}
/* Logo switching */
.navbar.navbar-light.bg-transparent .navbar-brand .logo-trans {
  display: block;
}
.navbar.navbar-light.bg-transparent .navbar-brand .logo-color {
  display: none;
}
.navbar.navbar-light.fixed-top .navbar-brand .logo-trans {
  display: none;
}
.navbar.navbar-light.fixed-top .navbar-brand .logo-color {
  display: block;
}
/* Fixed/scrolled state */
.navbar.navbar-sticky.fixed-top .navbar-nav .nav-link {
  color: var(--color-gray);
}
.navbar.navbar-sticky.fixed-top .navbar-nav .nav-link:hover,
.navbar.navbar-sticky.fixed-top .navbar-nav .nav-link.active {
  color: var(--color-blue);
}
.navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}


/* HERO SECTION
================================================== */
.hero-section {
  height: 100vh;
  min-height: 600px;
}
.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@supports (object-fit: cover) {
  .video-bg {
    top: 0;
    left: 0;
    transform: none;
    object-fit: cover;
  }
}
.content-overlay {
  position: relative;
  z-index: 3;
}
.hero-section h1 {
  font-size: 3.875rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-section p {
  font-size: 1.75rem;
}


/* QUEM SOMOS
================================================== */
#quem-somos h2 {
  font-size: 2.25rem;
}
.quem-somos-content h6 {
  letter-spacing: 2px;
  font-size: 0.8rem;
}

/* HISTORIA / COUNTERS
================================================== */
#historia i {
  font-size: 2.25rem;
}
.historia-counters .counter-box h2 {
  font-size: 2.25rem;
}
.counter-box p {
  font-size: 0.9rem;
}

/* Mobile: imagem ocupa largura total quebrando fora do container */
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0;
}
.historia-image {
  background-image: url('../img/assivita-cuidadores-historia-2.jpg');
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  height: 100%;
}
.webp .historia-image {
  background-image: url('../img/assivita-cuidadores-historia-2.webp');
}

/* Desktop: imagem absolutamente posicionada, col-lg-8 = 66.67% */
@media (min-width: 992px) {
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 66.67%;
    margin-left: auto;
    width: auto;
    max-width: none;
  }
}


/* OBJETIVO
================================================== */
#objetivo {
  background-image: url('../img/assivita-cuidadores-objetivo.jpg');
  background-size: cover;
  background-position: center center;
}
.webp #objetivo {
  background-image: url('../img/assivita-cuidadores-objetivo.webp');
}
#objetivo h2 {
  font-size: 2rem;
}


/* SERVICOS (TABS)
================================================== */
#servicos {
  background-image: url('../img/assivita-cuidadores-servicos.jpg');
  background-size: cover;
  background-position: center bottom;
  background-color: #183e5c;
}
.webp #servicos {
  background-image: url('../img/assivita-cuidadores-servicos.webp');
}
.services-tabs .nav-link {
  background: transparent;
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 18px 24px;
  margin-bottom: -1px;
  text-align: left;
  color: var(--color-white);
  font-weight: 300;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.services-tabs .nav-link:hover {
  color: var(--color-blue);
}
.services-tabs .nav-link.active {
  background: transparent;
  color: var(--color-blue);
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  
}
.services-tabs .nav-link.active .tab-arrow i::before {
  content: "\ea0b";
}
.tab-arrow {
  font-size: 0.8rem;
  opacity: 0.6;
}
.services-tabs .nav-link.active .tab-arrow {
  opacity: 1;
}
.service-tab-content {
  padding: 0 0 10px 20px;
}


/* DIVISOR
================================================== */
#divisor {
  background-image: url('../img/assivita-cuidadores-divisor.jpg');
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1920 / 329;
}
.webp #divisor {
  background-image: url('../img/assivita-cuidadores-divisor.webp');
}

/* DEPOIMENTOS
================================================== */
.depoimento-card {
  background: #e0e0e0;
  padding: 30px 25px;
  border-radius: 12px;
}
.stars span {
  color: #f5a623;
  font-size: 1.1rem;
}
.google-rating .stars-google span {
  color: #f5a623;
  font-size: 1.5rem;
}


/* CTA SECTION
================================================== */
#cta {
  background-image: url('../img/assivita-cuidadores-cta.jpg');
  background-size: cover;
  background-position: center center;
}
.webp #cta {
  background-image: url('../img/assivita-cuidadores-cta.webp');
}


/* CONTATO
================================================== */
#contato {
  background: var(--color-light);
}
.contato-icon i {
  font-size: 1.5rem;
  color: var(--color-blue);
}


/* MAPA SECTION
================================================== */
.mapa-section {
  padding-top: 60px;
  position: relative;
  z-index: 2;
  margin-bottom: -120px;
}
.mapa-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 120px;
  background: var(--color-light);
  z-index: -1;
}
.mapa-section iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 380px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}


/* FOOTER
================================================== */
footer {
  background: #1f4e91;
  color: var(--color-white);
  padding-top: 210px;
  position: relative;
  z-index: 1;
}
footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover {
  color: var(--color-white);
}
.social-icon {
  font-size: 1.4rem;
  color: var(--color-white);
  display: inline-block;
  margin-left: 15px;
}
.social-icon:hover {
  color: var(--color-blue);
}
.copyright-bar {
  border-top: 1px solid rgba(255, 255, 255, 1);
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.copyright-bar .small {
  font-size: 0.75rem;
}


/* FORM MODAL
================================================== */
.char-counter {
  display: block;
  text-align: right;
  font-size: 0.8rem;
  margin-top: -15px;
  margin-bottom: 10px;
}
.file-upload-wrapper {
  margin-bottom: 20px;
}
#trabalhe-form input[type="file"].form-control {
  padding: 0;
}
#trabalhe-form input[type="file"].form-control::file-selector-button {
  height: 46px;
  padding: 0 16px;
  margin: 0;
  border: none;
  border-right: 1px solid #ddd;
  background: #e9ecef;
  color: var(--color-gray);
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
}
#trabalhe-form input[type="file"].form-control::file-selector-button:hover {
  background: #d8dde3;
}
.file-upload-wrapper small {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
}
.invalid-feedback {
  font-size: 0.8rem;
  margin-top: -15px;
  margin-bottom: 10px;
}
#form-response {
  font-size: 0.95rem;
}
#form-response .alert-success {
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 15px;
  border-radius: 8px;
}
#form-response .alert-danger {
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 15px;
  border-radius: 8px;
}


/* MODAL TRABALHE CONOSCO
================================================== */
.modal-header {
  align-items: flex-start;
}
.modal-content {
  border-radius: 12px;
  border: 0;
}
.modal-header {
  padding: 1.5rem 1.5rem 0.75rem;
}
.modal-body {
  padding: 1.5rem;
}
#trabalhe-form .form-control {
  min-height: 48px;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 8px;
  background: var(--color-white);
  margin-bottom: 20px;
  font-size: 0.95rem;
  font-family: "Poppins", sans-serif;
}
#trabalhe-form .form-control:focus {
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(40, 178, 224, 0.15);
}
#trabalhe-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
#modalTrabalhe .btn-outline {
  color: var(--color-blue);
}
#modalTrabalhe .btn-outline:hover,
#modalTrabalhe .btn-outline:focus {
  color: var(--color-white);
}


/* NAV SEPARATOR
================================================== */
.nav-separator {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-size: 1.25rem;
  padding: 0 0.5rem;
  user-select: none;
}
.navbar-sticky.fixed-top .nav-separator {
  color: var(--color-blue);
}
@media (max-width: 991px) {
  .nav-separator {
    display: none;
  }
}

/* WHATSAPP MOBILE BUTTON
================================================== */
.call-wz {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  font-size: 2.5rem;
}
.call-wz a {
  color: #25D366;
}
.call-wz a:hover {
  color: #1da851;
}


/* DARDOS
================================================== */
.dardos {
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 9999;
}


/* SWIPER OVERRIDES
================================================== */
.depoimentosSwiper {
  padding-bottom: 50px !important;
}
.depoimentosSwiper .swiper-wrapper {
  align-items: stretch;
}
.depoimentosSwiper .swiper-slide {
  height: auto;
}
.depoimentosSwiper .depoimento-card {
  height: 100%;
  box-sizing: border-box;
}
.depoimentosSwiper .swiper-pagination {
  bottom: 0 !important;
}
.depoimentosSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  background: var(--color-dark-blue);
}
.depoimentosSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-blue);
}


/* RESPONSIVE
================================================== */
@media (min-width: 992px) {
  .navbar.navbar-sticky {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .navbar-expand-lg.navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
    z-index: 999;
  }
  .navbar-expand-lg.navbar .navbar-nav .nav-item {
    padding: 0 1.5rem;
  }
  .navbar.navbar-sticky.fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown .4s;
    background-color: var(--color-white) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1399px) {
  .hero-section h1 {
    font-size: 2.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
}

@media (max-width: 1199px) {
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .navbar-brand img {
    max-width: 200px;
  }
  .navbar-expand-lg.navbar .navbar-nav .nav-item {
    padding: 0 1rem;
  }
  .hero-section h1 {
    font-size: 2.5rem;
  }
  .hero-section p {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  .service-tab-content {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .ptb-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .navbar-expand-lg.navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
    z-index: 999;
  }
  .navbar.navbar-expand-lg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-white) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar.navbar-light.bg-transparent .navbar-brand .logo-trans {
    display: none;
  }
  .navbar.navbar-light.bg-transparent .navbar-brand .logo-color {
    display: block;
  }
  .navbar-brand img {
    max-height: 38px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: var(--color-dark-blue);
    padding: 10px 0;
  }
  .navbar-nav {
    padding-top: 20px;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  .hero-section {
    padding-top: 80px;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  #quem-somos h2 {
    font-size: 2rem;
  }
  .historia-image {
    background-position: center -350px;
  }
  #objetivo h2 {
    font-size: 2.2rem;
  }
  .counter-box h2 {
    font-size: 2rem;
  }
  .services-tabs {
    margin-bottom: 40px;
  }
  .service-tab-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .hero-section h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.6rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  #quem-somos h2 {
    font-size: 1.875rem;
  }
  .historia-image {
    background-position: center -270px;
  }
  #objetivo h2 {
    font-size: 1.875rem;
  }
  #cta h2 {
    font-size: 1.4rem;
  }
  .counter-box h2 {
    font-size: 1.75rem;
  }
  .mapa-section {
    margin-bottom: 0;
    padding-top: 40px;
  }
  .mapa-section::before {
    bottom: 0;
  }
  .mapa-section iframe {
    height: 260px;
  }
  footer {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  #quem-somos h2 {
    font-size: 1.5rem;
  }
  #objetivo h2 {
    font-size: 1.25rem;
  }
  .historia-image {
    background-position: center calc(-150px + -3vw);
  }
}

@media (max-width: 420px) {
  body {
    font-size: 16px;
  }
  .hero-section h1 {
    font-size: 1.5rem;
  }
  .btn {
    padding: 10px 24px;
    font-size: 0.875rem !important;
  }
}

@media (max-width: 375px) {
  .hero-section h1 {
    font-size: 1.35rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
  h2, .h2 {
    font-size: 1.35rem;
  }
}