@charset "UTF-8";
/*!
Theme Name: Socigom
Theme URI: https://socigom.com
Author: Socigom Team
Author URI: https://socigom.com
Description: Tema personalizado para Socigom
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: socigom
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4A4A4A;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #121A22;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: rgb(16.2, 23.4, 30.6);
}

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

ul, ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.site-branding .site-title {
  margin: 0;
  font-size: 1.5rem;
}
.site-branding .site-title a {
  color: #0076FF;
}
.site-branding .site-title a:hover {
  color: #121A22;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.main-navigation ul li a {
  color: #0076FF;
  padding: 0.5rem 1rem;
  display: block;
}
.main-navigation ul li a:hover {
  color: #121A22;
}

.site-main {
  flex: 1;
}

.widget-area {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .widget-area {
    margin-top: 0;
  }
}

.site-footer {
  background-color: #0076FF;
  color: #FFFFFF;
  padding: 2rem 0;
  margin-top: auto;
}
.site-footer .site-info {
  text-align: center;
}
.site-footer .site-info p {
  margin: 0;
}
.site-footer .site-info a {
  color: #FFFFFF;
}
.site-footer .site-info a:hover {
  opacity: 0.8;
}

article {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}
article:last-child {
  border-bottom: none;
}

.entry-header {
  margin-bottom: 1rem;
}
.entry-header .entry-title {
  margin-bottom: 0.5rem;
}
.entry-header .entry-title a {
  color: #0076FF;
}
.entry-header .entry-title a:hover {
  color: #121A22;
}

.entry-content {
  margin-bottom: 1rem;
}

.entry-footer {
  font-size: 0.9rem;
  color: rgb(110.2, 110.2, 110.2);
}
.entry-footer span {
  margin-right: 1rem;
}

.post-thumbnail {
  margin-bottom: 1rem;
}
.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.widget {
  margin-bottom: 2rem;
}
.widget .widget-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #121A22;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
.widget ul li:last-child {
  border-bottom: none;
}
.widget ul li a {
  display: block;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #121A22;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: rgb(16.2, 23.4, 30.6);
  color: #FFFFFF;
}

.site-header-modern {
  padding: 1.5rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  transform: translateY(0);
  opacity: 1;
  will-change: transform;
  transition: none;
}
@media (max-width: 576px) {
  .site-header-modern {
    padding: 1rem 1rem;
  }
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
}

.header-wrapper {
  background: rgba(11, 31, 44, 0.41);
  backdrop-filter: blur(10px);
  border-radius: 60px;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  flex-wrap: wrap;
}

.header-logo .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-logo .logo-link:hover {
  opacity: 0.9;
}
.header-logo .header-logo-img {
  height: 50px;
  width: auto;
  max-width: 200px;
  display: block;
}
@media (max-width: 576px) {
  .header-logo .header-logo-img {
    height: 30px;
    margin: 5px;
  }
}
.header-logo .logo-icon {
  background: #FFFFFF;
  color: #8C9094;
  font-size: 1.5rem;
  font-weight: 900;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.header-logo .logo-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.2;
}
.header-logo .logo-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: lowercase;
  letter-spacing: -0.5px;
}
.header-logo .logo-tagline {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-nav .nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav .nav-menu li {
  margin: 0;
}
.header-nav .nav-menu a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.header-nav .nav-menu a:hover {
  opacity: 0.8;
}

.header-cta .btn-orcamento {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  padding: 0.65rem 1.75rem;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  display: inline-block;
}
.header-cta .btn-orcamento:hover {
  background: #FFFFFF;
  color: #8C9094;
  border-color: #FFFFFF;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.mobile-menu-toggle .hamburger-line {
  width: 100%;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}
.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  width: 100%;
  order: 10;
  border-radius: 20px;
  padding: 1.5rem;
  margin-top: 1rem;
}
.mobile-nav.active {
  display: block;
}
.mobile-nav .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav .mobile-nav-menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav .mobile-nav-menu li:last-child {
  border-bottom: none;
}
.mobile-nav .mobile-nav-menu li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity 0.3s ease;
  display: block;
  padding: 0.75rem 0;
}
.mobile-nav .mobile-nav-menu li a:hover {
  opacity: 0.7;
}

@media (max-width: 1240px) {
  .header-nav {
    display: none;
  }
  .header-cta {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .header-nav .nav-menu {
    gap: 1rem;
  }
  .header-nav .nav-menu a {
    font-size: 0.85rem;
  }
}
@media (max-width: 992px) {
  .header-wrapper {
    padding: 0.75rem 1.5rem;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #4A4A4A;
  background-color: #F7F7F7;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color: #121A22;
  margin-bottom: 1rem;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #FFFFFF;
}

.section-padding {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .section-padding {
    padding: 3rem 0;
  }
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.bg-light {
  background-color: #F7F7F7;
}

.bg-dark {
  background-color: #121A22;
}

.text-white {
  color: #FFFFFF;
}

.button.round {
  border-radius: 50px;
  font-weight: 600;
  padding: 0.85rem 2rem;
  transition: all 0.3s ease;
  background-color: #7F7F7F;
}
.button.light {
  background-color: #E2E4E6;
  color: #121A22;
  border: none;
}
.button.light:hover {
  background-color: #D1D4D7;
  color: #121A22;
}
.button.hollow.white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
}
.button.hollow.white:hover {
  background-color: #FFFFFF;
  color: #121A22;
}

.eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.section-title {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-title.white {
  color: #FFFFFF;
}

.section-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}

.title-underline {
  border: none;
  height: 3px;
  background-color: #121A22;
  width: 60px;
  margin-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .manifesto-left .section-title {
    font-size: 3rem;
  }
}

.manifesto-right p.lead {
  font-size: 1.25rem;
  color: #121A22;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .manifesto-right p.lead {
    font-size: 1.1rem;
  }
}
.manifesto-right p {
  color: #4A4A4A;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.custom-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.custom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.card-img.placeholder-img {
  background: linear-gradient(135deg, #e0e0e0 0%, #c0c0c0 100%);
}
.card-img.card-img-arquitetura {
  background-image: url("../images/arquitetura.jpg");
  background-color: #e0e0e0;
}
.card-img.card-img-projetos {
  background-image: url("../images/projetos-imobiliarios.jpg");
  background-color: #d0d0d0;
}
.card-img.card-img-lsf {
  background-image: url("../images/construcao-lsf.jpg");
  background-color: #c0c0c0;
}

.card-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card-content h4 {
  font-size: 1.25rem;
  color: #121A22;
  margin-bottom: 1rem;
}
.card-content p {
  font-size: 0.9rem;
  flex-grow: 1;
  color: #4A4A4A;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.text-link {
  font-weight: 700;
  color: #0076FF;
  font-size: 0.85rem;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
  transition: color 0.3s ease;
}
.text-link:hover {
  color: rgb(0, 106.2, 229.5);
  text-decoration: underline;
}

.text-content p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  color: #4A4A4A;
  line-height: 1.8;
}

.project-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.project-img {
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  transition: transform 0.3s ease;
}
.project-img:hover {
  transform: scale(1.1);
}
.project-img.placeholder-img {
  background: linear-gradient(135deg, #aeb6bf 0%, #85929e 100%);
}
.project-img.project-img-luxury-villa {
  background-image: url("../images/projetos_01.jpg");
  background-color: #aeb6bf;
}
.project-img.project-img-corporate-office {
  background-image: url("../images/projetos_02.jpg");
  background-color: #d5d8dc;
}
.project-img.project-img-sustainable-house {
  background-image: url("../images/projetos_03.jpg");
  background-color: #85929e;
}
@media (max-width: 768px) {
  .project-img {
    height: 280px;
  }
}

.project-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: rgba(11, 31, 44, 0.49);
  border: 1px solid rgba(11, 31, 44, 0);
  border-radius: 20px;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  backdrop-filter: blur(5px);
  transition: opacity 0.3s ease;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-label:hover {
  opacity: 0.6;
}
@media (max-width: 576px) {
  .project-label {
    font-size: 0.75rem;
    padding: 0.6rem 1rem;
    bottom: 15px;
    left: 15px;
    right: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 3rem 0;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .card-content {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .hero-overlay {
    min-height: 60vh;
  }
  .section-padding {
    padding: 2rem 0;
  }
  .manifesto-right p.lead {
    font-size: 1rem;
  }
  .card-img {
    height: 180px;
  }
  .project-img {
    height: 240px;
  }
}
.privacy-policy #main,
.terms-conditions #main,
.cookies-policy #main {
  margin-top: 130px;
}

.page-grupo-socigom .manifesto-left .eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #121A22;
  margin-bottom: 0.5rem;
}
.page-grupo-socigom .manifesto-left .section-title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .page-grupo-socigom .manifesto-left .section-title {
    font-size: 3rem;
  }
}
.page-grupo-socigom .manifesto-left .title-underline {
  width: 60px;
  height: 4px;
  background: #121A22;
  border: none;
  margin: 1rem 0;
}
.page-grupo-socigom .manifesto-right .lead {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.page-grupo-socigom .manifesto-right p {
  color: rgb(92.1, 92.1, 92.1);
  line-height: 1.8;
  margin-bottom: 1rem;
}
.page-grupo-socigom .custom-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page-grupo-socigom .custom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.page-grupo-socigom .custom-card .card-img {
  width: 100%;
  height: 256px;
  background-size: cover;
  background-position: center;
}
.page-grupo-socigom .custom-card .placeholder-img {
  background: linear-gradient(135deg, #e0e0e0 0%, #c0c0c0 100%);
}
.page-grupo-socigom .custom-card .card-content {
  padding: 2rem;
}
.page-grupo-socigom .custom-card .card-content h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #4A4A4A;
}
.page-grupo-socigom .custom-card .card-content p {
  color: rgb(110.2, 110.2, 110.2);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.page-grupo-socigom .custom-card .card-content .text-link {
  color: #121A22;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.page-grupo-socigom .custom-card .card-content .text-link:hover {
  color: rgb(16.2, 23.4, 30.6);
  text-decoration: underline;
}
.page-grupo-socigom .project-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.page-grupo-socigom .project-card .project-img {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
}
.page-grupo-socigom .project-card .project-img:hover {
  transform: scale(1.1);
}
.page-grupo-socigom .project-card .project-label {
  position: absolute;
  bottom: 0;
  background: rgba(74, 74, 74, 0.49);
  color: #FFFFFF;
  padding: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.page-grupo-socigom .project-card .project-label:hover {
  opacity: 0.6;
}
.page-grupo-socigom .text-content p {
  margin-bottom: 1rem;
  line-height: 1.8;
}
.page-grupo-socigom .bg-dark {
  background: #4A4A4A;
  color: #FFFFFF;
}
.page-grupo-socigom .bg-dark .section-title.white {
  color: #FFFFFF;
}
.page-grupo-socigom .bg-dark .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
}
.page-grupo-socigom .bg-light {
  background: rgb(247.4, 247.4, 247.4);
}
.page-grupo-socigom .section-padding {
  padding: 5rem 0;
}
.page-grupo-socigom .margin-top-2 {
  margin-top: 2rem;
}
.page-grupo-socigom .margin-top-3 {
  margin-top: 3rem;
}

.page-gestao-projetos .hero-image {
  margin-bottom: 3rem;
  border-radius: 8px;
  overflow: hidden;
}
.page-gestao-projetos .servicos-gestao {
  margin: 3rem 0;
}
.page-gestao-projetos .servicos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}
.page-gestao-projetos .servicos-grid .servico-item {
  padding: 2rem;
  background: #FFFFFF;
  border: 2px solid #F7F7F7;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}
.page-gestao-projetos .servicos-grid .servico-item:hover {
  border-color: #121A22;
  background: rgb(124.65, 129.05, 133.45);
}
.page-gestao-projetos .servicos-grid .servico-item .servico-icon {
  font-size: 48px;
  color: #121A22;
  margin-bottom: 1rem;
}
.page-gestao-projetos .servicos-grid .servico-item .servico-icon .dashicons {
  width: 48px;
  height: 48px;
  font-size: 48px;
}
.page-gestao-projetos .servicos-grid .servico-item h3 {
  color: #0076FF;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.page-gestao-projetos .processo-gestao {
  margin: 3rem 0;
  padding: 3rem;
  background: #F7F7F7;
  border-radius: 8px;
}
.page-gestao-projetos .processo-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.page-gestao-projetos .processo-timeline .timeline-item {
  text-align: center;
  padding: 1rem;
}
.page-gestao-projetos .processo-timeline .timeline-item .timeline-number {
  width: 60px;
  height: 60px;
  background: #121A22;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 1rem;
}
.page-gestao-projetos .processo-timeline .timeline-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.page-arquitetura .servicos-arquitetura {
  margin: 3rem 0;
}
.page-arquitetura .servicos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}
.page-arquitetura .servicos-grid .servico-item {
  padding: 2rem;
  background: #FFFFFF;
  border-left: 4px solid #121A22;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.page-arquitetura .servicos-grid .servico-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateX(5px);
}
.page-arquitetura .servicos-grid .servico-item h3 {
  color: #121A22;
  margin-bottom: 0.5rem;
}
.page-arquitetura .principios-arquitetura {
  margin: 3rem 0;
  padding: 3rem;
  background: #F7F7F7;
  border-radius: 8px;
}
.page-arquitetura .principios-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}
.page-arquitetura .principios-list .principio-item {
  text-align: center;
  padding: 1rem;
}
.page-arquitetura .principios-list .principio-item h3 {
  color: #121A22;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.page-construcao-lsf .lsf-intro {
  padding: 3rem;
  background: linear-gradient(135deg, #121A22 0%, rgb(15.3, 22.1, 28.9) 100%);
  color: #FFFFFF;
  border-radius: 8px;
  margin: 3rem 0;
  text-align: center;
}
.page-construcao-lsf .lsf-intro h2 {
  color: #FFFFFF;
}
.page-construcao-lsf .lsf-intro p {
  font-size: 1.1rem;
  margin: 0;
}
.page-construcao-lsf .lsf-vantagens {
  margin: 3rem 0;
}
.page-construcao-lsf .vantagens-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}
.page-construcao-lsf .vantagens-grid .vantagem-item {
  padding: 2rem;
  background: #FFFFFF;
  border: 2px solid #ddd;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}
.page-construcao-lsf .vantagens-grid .vantagem-item:hover {
  border-color: #121A22;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.page-construcao-lsf .vantagens-grid .vantagem-item .vantagem-icon {
  font-size: 56px;
  color: #121A22;
  margin-bottom: 1rem;
}
.page-construcao-lsf .vantagens-grid .vantagem-item .vantagem-icon .dashicons {
  width: 56px;
  height: 56px;
  font-size: 56px;
}
.page-construcao-lsf .vantagens-grid .vantagem-item h3 {
  color: #0076FF;
  margin-bottom: 0.5rem;
}
.page-construcao-lsf .lsf-aplicacoes {
  margin: 3rem 0;
  padding: 3rem;
  background: #F7F7F7;
  border-radius: 8px;
}
.page-construcao-lsf .lsf-aplicacoes ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.page-construcao-lsf .lsf-aplicacoes ul li {
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  background: #FFFFFF;
  border-left: 3px solid #121A22;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.page-construcao-lsf .lsf-aplicacoes ul li:hover {
  background: rgb(124.65, 129.05, 133.45);
  padding-left: 2rem;
}
.page-construcao-lsf .lsf-aplicacoes ul li:before {
  content: "✓";
  color: #121A22;
  font-weight: bold;
  margin-right: 0.5rem;
}
.page-construcao-lsf .lsf-processo {
  margin: 3rem 0;
}
.page-construcao-lsf .processo-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}
.page-construcao-lsf .processo-steps .step-item {
  text-align: center;
  padding: 2rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
}
.page-construcao-lsf .processo-steps .step-item:hover {
  border-color: #121A22;
  background: rgb(129.39, 133.63, 137.87);
}
.page-construcao-lsf .processo-steps .step-item .step-number {
  width: 50px;
  height: 50px;
  background: #121A22;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 1rem;
}
.page-construcao-lsf .processo-steps .step-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.page-contactos .contacto-info {
  margin: 3rem 0;
}
.page-contactos .contacto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}
.page-contactos .contacto-grid .contacto-item {
  padding: 2rem;
  background: #FFFFFF;
  border: 2px solid #ddd;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}
.page-contactos .contacto-grid .contacto-item:hover {
  border-color: #121A22;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page-contactos .contacto-grid .contacto-item .contacto-icon {
  font-size: 48px;
  color: #121A22;
  margin-bottom: 1rem;
}
.page-contactos .contacto-grid .contacto-item .contacto-icon .dashicons {
  width: 48px;
  height: 48px;
  font-size: 48px;
}
.page-contactos .contacto-grid .contacto-item h3 {
  color: #0076FF;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.page-contactos .contacto-grid .contacto-item a {
  color: #121A22;
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-contactos .contacto-grid .contacto-item a:hover {
  color: rgb(15.3, 22.1, 28.9);
  text-decoration: underline;
}
.page-contactos .contacto-form {
  margin: 3rem 0;
  padding: 3rem;
  background: #F7F7F7;
  border-radius: 8px;
}
.page-contactos .contacto-form .contact-form {
  max-width: 800px;
  margin: 1rem auto 0;
}
.page-contactos .contacto-form .contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.page-contactos .contacto-form .contact-form .form-group {
  margin-bottom: 1rem;
}
.page-contactos .contacto-form .contact-form .form-group label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: #0076FF;
}
.page-contactos .contacto-form .contact-form .form-group input[type=text],
.page-contactos .contacto-form .contact-form .form-group input[type=email],
.page-contactos .contacto-form .contact-form .form-group input[type=tel],
.page-contactos .contacto-form .contact-form .form-group select,
.page-contactos .contacto-form .contact-form .form-group textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
}
.page-contactos .contacto-form .contact-form .form-group input[type=text]:focus,
.page-contactos .contacto-form .contact-form .form-group input[type=email]:focus,
.page-contactos .contacto-form .contact-form .form-group input[type=tel]:focus,
.page-contactos .contacto-form .contact-form .form-group select:focus,
.page-contactos .contacto-form .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #121A22;
  box-shadow: 0 0 0 3px rgba(18, 26, 34, 0.1);
}
.page-contactos .contacto-form .contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.page-contactos .contacto-form .contact-form .form-group input[type=checkbox] {
  margin-right: 0.25rem;
}
.page-contactos .contacto-form .contact-form .btn {
  width: 100%;
  max-width: 300px;
  margin-top: 1rem;
}
.page-contactos .contact-message {
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  text-align: center;
}
.page-contactos .contact-message.contact-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.page-contactos .contact-message.contact-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.page-contactos .contact-message p {
  margin: 0;
}
.page-contactos .contacto-mapa {
  margin: 3rem 0;
}
.page-contactos .contacto-mapa .mapa-wrapper {
  height: 400px;
  background: #F7F7F7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
.page-contactos .contacto-mapa .mapa-wrapper .mapa-placeholder {
  color: #999;
  font-style: italic;
}

@media (min-width: 768px) {
  .areas-grid,
  .servicos-grid,
  .vantagens-grid,
  .contacto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .areas-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .servicos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .vantagens-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .processo-timeline,
  .processo-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.servicos-arquitetura .section-title.white {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.servicos-arquitetura .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  margin-bottom: 3rem;
}

.servicos-grid .servico-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.servicos-grid .servico-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.servicos-grid .servico-card .servico-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.servicos-grid .servico-card .servico-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.servicos-grid .servico-card .servico-image:hover img {
  transform: scale(1.05);
}
.servicos-grid .servico-card .servico-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.servicos-grid .servico-card .servico-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #121A22;
}
.servicos-grid .servico-card .servico-content .servico-description {
  color: #4A4A4A;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}
.servicos-grid .servico-card .servico-content .servico-description p {
  margin-bottom: 0.5rem;
}
.servicos-grid .servico-card .servico-content .button {
  background: #0076FF;
  color: #FFFFFF;
  border: none;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.servicos-grid .servico-card .servico-content .button:hover {
  background: rgb(0, 94.4, 204);
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.gallery-modal .gallery-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}
.gallery-modal .gallery-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 120px;
  z-index: 10000;
}
.gallery-modal .gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10001;
}
.gallery-modal .gallery-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.gallery-modal .gallery-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.gallery-modal .gallery-prev,
.gallery-modal .gallery-next {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.gallery-modal .gallery-prev:hover,
.gallery-modal .gallery-next:hover {
  background: rgba(255, 255, 255, 0.3);
}
.gallery-modal .gallery-prev:disabled,
.gallery-modal .gallery-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.gallery-modal .gallery-image-container {
  flex: 1;
  text-align: center;
  max-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-modal .gallery-image-container img {
  max-width: 100%;
  max-height: calc(100vh - 280px);
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}
.gallery-modal .gallery-image-container .gallery-caption {
  color: #FFFFFF;
  margin-top: 1rem;
  font-size: 1rem;
  opacity: 0.9;
}
.gallery-modal .gallery-thumbnails {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  overflow-x: auto;
  max-width: 90vw;
}
.gallery-modal .gallery-thumbnails::-webkit-scrollbar {
  height: 6px;
}
.gallery-modal .gallery-thumbnails::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.gallery-modal .gallery-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.gallery-modal .gallery-thumbnails::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.gallery-modal .gallery-thumbnails img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.gallery-modal .gallery-thumbnails img:hover {
  opacity: 0.8;
}
.gallery-modal .gallery-thumbnails img.active {
  opacity: 1;
  border-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .servicos-grid .servico-card .servico-image {
    height: 200px;
  }
  .gallery-modal .gallery-modal-content {
    padding: 80px 10px 140px;
  }
  .gallery-modal .gallery-prev,
  .gallery-modal .gallery-next {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .gallery-modal .gallery-close {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .gallery-modal .gallery-thumbnails img {
    width: 60px;
    height: 60px;
  }
}
/**
 * Grupo Socigom Page Styles
 * 
 * @package Socigom
 */
.hero-grupo-socigom {
  background-color: #111;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.hero-grupo-socigom .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  z-index: 0;
}

.page-grupo-socigom .hero-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.page-grupo-socigom .custom-nav {
  background: transparent;
  padding: 1rem 0;
}
.page-grupo-socigom .custom-nav .menu > li > a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.85rem;
  transition: opacity 0.3s ease;
}
.page-grupo-socigom .custom-nav .menu > li > a:hover {
  opacity: 0.8;
}
.page-grupo-socigom .logo-placeholder {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
}
.page-grupo-socigom .hero-content-socigom {
  width: 100%;
  color: #FFFFFF;
}
.page-grupo-socigom .hero-content-socigom .grid-container {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .page-grupo-socigom .hero-content-socigom .grid-container {
    max-width: 1200px;
  }
}
.page-grupo-socigom .hero-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.page-grupo-socigom .hero-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
.page-grupo-socigom .hero-actions .button {
  margin: 0 0.5rem;
}
@media (max-width: 576px) {
  .page-grupo-socigom .hero-actions .button {
    margin: 0.5rem 0;
    display: block;
    width: 100%;
  }
}

.section-padding {
  padding: 5rem 0;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #888;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 0;
}

.title-underline {
  border: none;
  height: 3px;
  background-color: #121A22;
  width: 60px;
  margin: 1rem 0;
}

.text-content p {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.button.round {
  border-radius: 50px;
  font-weight: 600;
  padding: 0.85rem 2.5rem;
}

.button.full-width {
  width: 100%;
  display: block;
}

.dark-btn {
  background-color: #7F7F7F;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
.dark-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
}

.gray-btn {
  background-color: #7F7F7F;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.gray-btn:hover {
  background-color: #666666;
  color: #FFFFFF;
}

.hero-arquitetura {
  background-image: url("../images/hero-arquitetos.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-bar-container {
  padding-top: 2rem;
  text-align: right;
}

.logo-img {
  max-height: 50px;
}

.hero-content {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 4rem 0 0;
  position: relative;
}
.hero-content.grid-container {
  max-width: 100%;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .hero-content.grid-container {
    max-width: 1200px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 576px) {
  .hero-content.grid-container {
    width: auto;
  }
}

.hero-quote {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hero-author {
  font-size: 1.2rem;
  color: #ddd;
  font-style: italic;
}

.hero-bottom {
  padding-bottom: 3rem;
}

.bg-dark-blue {
  background-color: #1a202c;
}

.bg-light {
  background-color: #FFFFFF;
}

.services-box {
  background-color: #f7fafc;
  border-radius: 20px;
  padding: 3rem;
  overflow: hidden;
}
.services-box .grid-x {
  min-height: 500px;
}

.services-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.accordion-custom {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-custom li {
  padding: 1rem 0;
  border-bottom: 1px solid #cbd5e0;
}
.accordion-custom li:last-child {
  border-bottom: none;
}
.accordion-custom li h5 {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #718096;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-right: 2rem;
  transition: color 0.3s ease;
}
.accordion-custom li h5::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 0.875rem;
  opacity: 0.6;
}
.accordion-custom li .accordion-content {
  display: none;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #4a5568;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease-out;
  border: none;
  background: none;
}
.accordion-custom li.active h5 {
  color: #121A22;
  font-weight: 800;
}
.accordion-custom li.active h5::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
}
.accordion-custom li.active .accordion-content {
  display: block;
  opacity: 1;
  margin-top: 0.5rem;
}

.services-images-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: -3rem -3rem -3rem 0;
  height: 600px;
}

.servicesSwiper {
  height: 100%;
  width: 100%;
}
.servicesSwiper .swiper-slide {
  height: 310px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  transform: scale(1);
}
.servicesSwiper .swiper-slide-active {
  transform: scale(1) !important;
  z-index: 10;
}
.servicesSwiper .swiper-wrapper {
  transition-timing-function: ease-out;
}

.services-list-col {
  display: flex;
  flex-direction: column;
}

.s-img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
}

.view-all-link {
  color: #4A4A4A;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.view-all-link:hover {
  color: #121A22;
}

.projetosSwiper {
  position: relative;
  padding: 0 50px;
}
.projetosSwiper .swiper-slide {
  height: auto;
}
.projetosSwiper .swiper-button-next,
.projetosSwiper .swiper-button-prev {
  color: #121A22;
  background: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.projetosSwiper .swiper-button-next:after,
.projetosSwiper .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}
.projetosSwiper .swiper-button-next:hover,
.projetosSwiper .swiper-button-prev:hover {
  background: #121A22;
  color: #FFFFFF;
  transform: scale(1.1);
}

.project-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: transform 0.3s ease;
}
.project-card:hover {
  transform: translateY(-5px);
}
.project-card.has-gallery {
  cursor: pointer;
}
.project-card.has-gallery:hover .view-gallery {
  opacity: 1;
  transform: translateY(0);
}
.project-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  pointer-events: none;
}

.project-img {
  height: 550px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  border-radius: 0;
}
.project-card:hover .project-img {
  transform: scale(1.05);
}

.project-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #FFFFFF;
  z-index: 2;
}
.project-info h4 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.project-info p {
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #ddd;
}

.view-gallery {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 0.8rem;
  background: rgba(0, 118, 255, 0.9);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.view-gallery i {
  margin-right: 0.3rem;
}

.page-arquitetura .project-card::after {
  z-index: 2;
}
.page-arquitetura .project-card .project-img {
  position: relative;
  z-index: 1;
}
.page-arquitetura .project-card .project-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  color: #FFFFFF;
}
.page-arquitetura .project-card .project-title {
  position: static;
}
.page-arquitetura .project-card .project-title h4 {
  color: #FFFFFF;
  margin: 0;
  font-size: 1.25rem;
}
.page-arquitetura .project-card .project-info {
  position: static;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.35s ease, margin-top 0.35s ease;
  pointer-events: none;
}
.page-arquitetura .project-card .project-info p {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
  color: #ddd;
}
.page-arquitetura .project-card:hover .project-info {
  opacity: 1;
  max-height: 260px;
  margin-top: 0.6rem;
  transform: translateY(0);
  pointer-events: auto;
}

.contact-section {
  background-image: url("../images/background-contactos.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}

.contact-box {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 3rem;
}
.contact-box h4 {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #121A22;
  text-align: center;
}
.contact-box label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #4A4A4A;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.round-input {
  border-radius: 8px !important;
  border: none !important;
  padding: 1rem !important;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
  font-size: 0.9rem !important;
  margin-top: 0.5rem;
  transition: outline 0.3s ease;
}
.round-input:focus {
  outline: 2px solid #0076FF;
  outline-offset: 0;
}
.round-input::-moz-placeholder {
  color: #a0aec0;
}
.round-input::placeholder {
  color: #a0aec0;
}

@media screen and (max-width: 768px) {
  .hero-quote {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .section-title {
    font-size: 2rem;
  }
  .services-box {
    padding: 2rem;
  }
  .services-images {
    margin-top: 2rem;
  }
  .s-img {
    height: 100px;
  }
  .project-img {
    height: 450px;
  }
  .contact-box {
    padding: 2rem;
  }
  .section-padding {
    padding: 3rem 0;
  }
  .services-images-wrapper {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .logo-img {
    max-height: 40px;
  }
  .services-box {
    padding: 1.5rem;
  }
  .contact-box {
    padding: 1.5rem;
  }
  .services-images-wrapper {
    display: none;
  }
}
.button.round {
  border-radius: 50px;
  font-weight: 600;
  padding: 0.85rem 2rem;
}
.button.hollow.white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.button.hollow.white:hover {
  background-color: #fff;
  color: #232323;
}

.dark-gray-btn {
  background-color: #444851;
  color: #fff;
}
.dark-gray-btn:hover {
  background-color: #232323;
  color: #fff;
}

.hero-contactos {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../images/hero-contactos.jpg");
  background-size: cover;
  background-position: center;
  height: 80vh;
  min-height: 500px;
}

.page-contactos .custom-nav {
  background: transparent;
  padding: 1.5rem 0;
}
.page-contactos .custom-nav .menu > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 0.85rem;
}
.page-contactos .logo-img {
  max-height: 40px;
}
.page-contactos .hero-content {
  padding-top: 7rem;
}
.page-contactos .eyebrow-white {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.page-contactos .hero-title {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.page-contactos .title-underline-white {
  border: none;
  height: 3px;
  background-color: #fff;
  width: 60px;
  margin: 0;
}

.main-content {
  position: relative;
  padding-bottom: 5rem;
}

.form-section {
  margin-top: -30vh;
  position: relative;
  z-index: 10;
}
.form-section p {
  margin-bottom: 0;
}

.form-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 3.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-title {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}

.custom-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #232323;
  margin-bottom: 0rem !important;
  text-transform: uppercase;
}

.custom-input {
  background-color: #DBE4E7 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 1rem 1.25rem !important;
  font-size: 0.95rem !important;
  color: #232323 !important;
  box-shadow: none !important;
  margin: 0.5rem 0 0;
}
.custom-input::-moz-placeholder {
  color: #a0a0a0;
  font-weight: 400;
  text-transform: none;
}
.custom-input::placeholder {
  color: #a0a0a0;
  font-weight: 400;
  text-transform: none;
}
.custom-input:focus {
  outline: 2px solid #444851;
}

.wpcf7-list-item {
  background-color: #DBE4E7;
  border-radius: 8px;
  padding: 0.8rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wpcf7-list-item:hover {
  background-color: #d0d0d5;
}
.wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7-list-item:has(input[type=checkbox]:checked) {
  background-color: #444851;
}
.wpcf7-list-item:has(input[type=checkbox]:checked) .wpcf7-list-item-label {
  color: #fff;
}

.wpcf7-list-item-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: #444851;
  margin: 0;
}

.hidden-checkbox:checked + .tag-label {
  background-color: #444851;
  color: #fff;
}

.tag-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444851;
  border-radius: 8px;
  padding: 0.8rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 100%;
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .tag-label {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 639px) {
  .tag-label {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-info-section {
  padding-top: 5rem;
}

.info-title {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.info-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.icon-wrapper {
  background-color: #8c8c8c;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.info-text strong {
  display: block;
  font-size: 1rem;
  color: #232323;
  margin-bottom: 0.2rem;
}
.info-text p {
  font-size: 0.9rem;
  color: #444851;
  margin: 0;
  line-height: 1.4;
}

@media screen and (max-width: 63.9375em) {
  .form-card {
    padding: 2rem;
  }
  .hero-content {
    padding-top: 2rem;
  }
  .info-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .icon-wrapper {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #888;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 0;
  margin-top: 1.2rem;
}

.title-underline {
  border: none;
  height: 3px;
  background-color: #2d3748;
  width: 50px;
  margin: 1rem 0;
}

.button.round {
  border-radius: 50px;
  font-weight: 600;
  padding: 0.85rem 2.5rem;
}

.hero-lsf {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%), url("../images/hero-construcao.jpg") center/cover;
  height: 80vh;
  min-height: 500px;
  position: relative;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.relative {
  position: relative;
}

.full-height {
  height: 100%;
}

.top-logo-right {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 10;
}

.logo-img {
  max-height: 40px;
}
@media (max-width: 576px) {
  .logo-img {
    max-height: 25px;
  }
}

.hero-content-box {
  padding-left: 1rem;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #fff;
  margin-bottom: 1rem;
}

.hero-lsf .hero-subtitle {
  font-size: 1.1rem;
  color: #ddd;
  max-width: 40%;
}

.about-text-card {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.about-text-card p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.about-text-card p:last-child {
  margin-bottom: 0;
}

.about-image {
  border-radius: 12px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-height: 600px;
}

.quote-card {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  height: 100%;
  border-left: 7px solid #7F7F7F;
  display: flex;
  flex-direction: column;
}

.quote-icon {
  font-size: 1.5rem;
  color: #cbd5e0;
  margin-bottom: 1rem;
}

.quote-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
}

.quote-author {
  font-size: 0.8rem;
  font-weight: 600;
  color: #718096;
  text-transform: uppercase;
  margin: auto 0 0;
}
.quote-author span {
  color: #a0aec0;
  font-weight: 400;
  display: block;
}

.services-box {
  background-color: #f7fafc;
  border-radius: 20px;
  padding: 3rem;
}

.services-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.accordion-custom {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-custom li {
  padding: 1rem 0;
  border-bottom: 1px solid #cbd5e0;
}
.accordion-custom li:last-child {
  border-bottom: none;
}
.accordion-custom li h5 {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #718096;
  font-weight: 600;
}
.accordion-custom li p {
  display: none;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.accordion-custom li.active h5 {
  color: #2d3748;
  font-weight: 800;
}
.accordion-custom li.active p {
  display: block;
}

.services-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.text-content {
  font-size: 1rem;
}

.list-checks p {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.list-checks i {
  color: #2d3748;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  margin-top: 0.4rem;
}

.system-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.system-img {
  border-radius: 12px;
  width: 100%;
  display: block;
}

.overlap-box {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  background-color: #1a365d;
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.quotes-padding {
  padding-bottom: 40px;
}

.page-construcao-lsf .project-card::after {
  z-index: 2;
}
.page-construcao-lsf .project-card .project-img {
  position: relative;
  z-index: 1;
}
.page-construcao-lsf .project-card .project-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  color: #fff;
}
.page-construcao-lsf .project-card .project-title {
  position: static;
}
.page-construcao-lsf .project-card .project-title h4 {
  color: #fff;
  margin: 0;
  font-size: 1.25rem;
}
.page-construcao-lsf .project-card .project-info {
  position: static;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.35s ease, margin-top 0.35s ease;
  pointer-events: none;
}
.page-construcao-lsf .project-card .project-info p {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
  color: #ddd;
}
.page-construcao-lsf .project-card.has-gallery {
  cursor: pointer;
}
.page-construcao-lsf .project-card.has-gallery:hover .view-gallery {
  opacity: 1;
  transform: translateY(0);
}
.page-construcao-lsf .project-card:hover .project-info {
  opacity: 1;
  max-height: 260px;
  margin-top: 0.6rem;
  transform: translateY(0);
  pointer-events: auto;
}
.page-construcao-lsf .view-gallery {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 0.8rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.page-construcao-lsf .view-gallery i {
  margin-right: 0.3rem;
}

@media screen and (max-width: 63.9375em) {
  .margin-bottom-mobile {
    margin-bottom: 2rem;
  }
  .hero-lsf {
    background-position: center;
    text-align: center;
  }
  .top-logo-right {
    position: absolute;
    top: 80px;
    right: 0;
    padding: 1rem;
    text-align: center;
  }
  .hero-content-box {
    padding: 0 1rem;
  }
  .overlap-box {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    text-align: center;
  }
  .hero-lsf .hero-subtitle {
    max-width: 100%;
  }
}
.hero-projetos-imobiliarios {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%), url("../images/hero-gestao-projetos.jpg") center/cover;
  height: 80vh;
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 63.9375em) {
  .hero-projetos-imobiliarios {
    background-position: center;
    text-align: center;
  }
}
.page-gestao-projetos .project-card::after {
  z-index: 2;
}
.page-gestao-projetos .project-card .project-img {
  position: relative;
  z-index: 1;
}
.page-gestao-projetos .project-card .project-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  color: #fff;
}
.page-gestao-projetos .project-card .project-title {
  position: static;
}
.page-gestao-projetos .project-card .project-title h4 {
  color: #fff;
  margin: 0;
  font-size: 1.25rem;
}
.page-gestao-projetos .project-card .project-info {
  position: static;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.35s ease, margin-top 0.35s ease;
  pointer-events: none;
}
.page-gestao-projetos .project-card .project-info p {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
  color: #ddd;
}
.page-gestao-projetos .project-card:hover .project-info {
  opacity: 1;
  max-height: 260px;
  margin-top: 0.6rem;
  transform: translateY(0);
  pointer-events: auto;
}

.wpcf7 label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #232323;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wpcf7 label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #0076FF;
  box-shadow: 0 0 0 3px rgba(0, 118, 255, 0.1);
}
.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #999;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 textarea::placeholder {
  color: #999;
}
.wpcf7 input[type=text].wpcf7-not-valid,
.wpcf7 input[type=email].wpcf7-not-valid,
.wpcf7 input[type=url].wpcf7-not-valid,
.wpcf7 input[type=tel].wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #d32f2f;
}
.wpcf7 textarea {
  border-radius: 25px;
  min-height: 150px;
  resize: vertical;
}
.wpcf7 p {
  margin-bottom: 0;
}
.wpcf7 input[type=submit],
.wpcf7 .wpcf7-submit {
  width: 100%;
  padding: 1rem 2rem;
  background: #0076FF;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1rem;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 .wpcf7-submit:hover {
  background: rgb(0, 94.4, 204);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 118, 255, 0.3);
}
.wpcf7 input[type=submit]:active,
.wpcf7 .wpcf7-submit:active {
  transform: translateY(0);
}
.wpcf7 input[type=submit]:disabled,
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #d32f2f;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}
.wpcf7 .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem 1.5rem;
  border-radius: 15px;
  border: 2px solid;
  font-size: 0.9375rem;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #fff3cd;
  border-color: #ffc107;
  color: #856404;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  border-color: #28a745;
  color: #155724;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #f8d7da;
  border-color: #dc3545;
  color: #721c24;
}
.wpcf7 .wpcf7-spinner {
  margin-left: 1rem;
  vertical-align: middle;
}
.wpcf7.submitting .wpcf7-submit {
  opacity: 0.7;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-list-item {
  margin: 0 0 0.5rem;
}
.wpcf7 .wpcf7-list-item label {
  margin: 0;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  display: inline;
  font-size: 1rem;
}
.wpcf7 .wpcf7-list-item input[type=checkbox],
.wpcf7 .wpcf7-list-item input[type=radio] {
  width: auto;
  margin-right: 0.5rem;
}
.wpcf7 .wpcf7-acceptance {
  margin: 1rem 0;
}
.wpcf7 .wpcf7-acceptance label {
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.9375rem;
}

.contact-box .wpcf7,
.form-card .wpcf7 {
  margin-top: 2rem;
}

.page-construcao-lsf .wpcf7 input[type=submit],
.page-construcao-lsf .wpcf7 .wpcf7-submit,
.page-gestao-projetos .wpcf7 input[type=submit],
.page-gestao-projetos .wpcf7 .wpcf7-submit,
.page-arquitetura .wpcf7 input[type=submit],
.page-arquitetura .wpcf7 .wpcf7-submit {
  width: 100% !important;
  display: block;
}

@media screen and (max-width: 640px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=url],
  .wpcf7 input[type=tel],
  .wpcf7 textarea {
    padding: 0.875rem 1.25rem;
    font-size: 0.9375rem;
  }
  .wpcf7 input[type=submit],
  .wpcf7 .wpcf7-submit {
    padding: 0.875rem 1.5rem;
    font-size: 0.9375rem;
  }
  .wpcf7 label {
    font-size: 0.8125rem;
  }
}
.site-footer {
  background-color: #121A22;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 4rem;
}

.main-footer {
  padding-bottom: 2rem;
}

.footer-col {
  margin-bottom: 2rem;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 1.5rem;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-heading {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.footer-links {
  padding: 0;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  transition: color 0.3s ease;
  display: inline-block;
  padding: 0.3rem 0;
}
.footer-links a:hover {
  color: #FFFFFF;
}

.footer-contact {
  padding: 0;
}
.footer-contact li {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.footer-contact i {
  margin-top: 0.3rem;
  margin-right: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer-contact li span {
  display: inline-block;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #121A22;
  border-radius: 50%;
  margin-right: 0.5rem;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.social-icons a:hover {
  background-color: #FFFFFF;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
}

.newsletter-input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #FFFFFF !important;
  border-radius: 50px !important;
  padding: 0.85rem 1.25rem !important;
  font-size: 0.9rem;
  box-shadow: none !important;
  margin-bottom: 0.8rem !important;
}
.newsletter-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter-input:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.newsletter-btn {
  background-color: #0076FF !important;
  color: #FFFFFF !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  padding: 0.85rem 1.25rem !important;
  width: 100%;
  transition: all 0.3s ease;
}
.newsletter-btn:hover {
  background-color: #ffffff !important;
  color: #121A22 !important;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}

.copyright {
  font-size: 0.8rem;
  margin: 0;
}

.legal-links {
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.legal-links li {
  margin-left: 1.5rem;
}
.legal-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  padding: 0;
}
.legal-links a:hover {
  color: #FFFFFF;
}

@media screen and (max-width: 63.9375em) {
  .legal-links {
    justify-content: center;
    margin-top: 1rem;
  }
  .legal-links li {
    margin: 0 0.75rem;
  }
}
.footer-logos {
  max-height: 50px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 2rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=style.css.map */
