/*--------------------------------------------------------------
# Hero Projects Section
--------------------------------------------------------------*/
#projects-hero {
  width: 100%;
  height: 90vh;
  background: linear-gradient(135deg, #000000 0%, #10272e 70%);
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}

#projects-hero h1 {
  margin: 0 0 20px 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#projects-hero h2 {
  color: rgba(255,255,255,0.9);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
}

#projects-hero .hero-img {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Alinha a imagem à direita */
}

#projects-hero .row {
  height: 100%;
}

#projects-hero .hero-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (min-width: 1400px) {
   #projects-hero .col-lg-5 {
    margin-left: -100px; /* Move o texto para a esquerda */
  }
  #projects-hero .hero-img img {
    margin-right: -300px; 
    transform: scale(1.3);
  }
 }

.btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1a6fc9;
  border: 2px solid #1a6fc9;
}

.btn-get-started:hover {
  background: #0a2e5a;
  border-color: #0a2e5a;
  color: #fff;
}

.btn-secondary {
  background: transparent;
  border-color: #fff;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}

/*--------------------------------------------------------------
# GeseSeguros Project
--------------------------------------------------------------*/
.geseseguros-project {
  padding: 70px 0;
  background: #f8faff;
}

.geseseguros-project .section-header {
  text-align: center;
  padding-bottom: 60px;
}

.geseseguros-project .section-header .badge {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  margin-bottom: 15px;
  background: #e9f3ff;
  color: #1a6fc9;
  border-radius: 50px;
  display: inline-block;
}

.geseseguros-project .section-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0a2e5a;
  margin-bottom: 15px;
}

.geseseguros-project .section-header p {
  font-size: 18px;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

.project-carousel {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}

.project-carousel .project-item img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.project-carousel .carousel-caption {
  position: static; /* Remove o posicionamento absoluto */
  background: linear-gradient(135deg, #000000 0%, #10272e 70%);
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
  max-height: 50px;
}

/* Estilos dos controles de navegação */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-prev, .owl-next {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #0a2e5a !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
  margin: 0 15px;
  transition: all 0.3s ease;
}

.owl-prev:hover, .owl-next:hover {
  background-color: #0a2e5a !important;
  color: white !important;
}


.project-highlights {
  padding-left: 20px;
}

.highlight-card {
  padding: 25px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.highlight-card .icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9f3ff;
  margin-right: 20px;
  flex-shrink: 0;
}

.highlight-card .icon-box i {
  font-size: 24px;
  color: #1a6fc9;
}

.highlight-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0a2e5a;
}

.highlight-card p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .project-highlights {
    padding-left: 0;
    padding-top: 20px;
  }
}

.project-carousel,
.project-highlights {
  min-height: 100%;
}


.highlight-card h4 {
  font-size: 18px;
}

.highlight-card p {
  font-size: 14px;
}


/*--------------------------------------------------------------
# Diminuir o tamanho do texto em diferentes tamanhos de tela
--------------------------------------------------------------*/

/* Entre 1400px e 1200px */
@media (min-width: 1920px) {
.highlight-card {
    padding: 35px;
    margin-bottom: 20px;
  }
}


@media (max-width: 1399.98px) {
  .highlight-card h4 {
    font-size: 16px;
  }
   .highlight-card {
    padding: 15px;
    margin-bottom: 15px;
  }
 

  .highlight-card p {
    font-size: 12px;
  }
}

/* Entre 1200px e 992px */
@media (max-width: 1199.98px) {
  .highlight-card h4 {
    font-size: 15px;
  }
 .highlight-card {
    padding: 13px;
    margin-bottom: 7px;
  }
  .highlight-card p {
    font-size: 11px;
  }
}

/* Entre 992px e 768px */
@media (max-width: 991.98px) {
  .highlight-card h4 {
    font-size: 15px;
  }
   .highlight-card {
    padding: 11px;
  }

  .highlight-card p {
    font-size: 12px;
  }
}

/* Abaixo de 768px (mobile) */
@media (max-width: 767.98px) {
  .highlight-card h4 {
    font-size: 14px;
  }
 .highlight-card {
    padding: 10px;
  }
  .highlight-card p {
    font-size: 11.5px;
  }
}
/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/


.stats-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.stats-box h3 {
  font-size: 42px;
  font-weight: 700;
  color: #1a6fc9;
  margin-bottom: 10px;
}

.stats-box p {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 0;
}


.why-gese-section {
  background: linear-gradient(135deg, #000000 0%, #10272e 100%);
  padding: 80px 0;
  color: #fff;
}

.why-gese-section .section-header h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.highlight-text {
  color: #2a9df4;
}

.why-gese-section .section-header .subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  /* max-width: 700px; */
  margin: 0 auto 50px;
}

.benefit-box {
  background: rgba(255,255,255,0.1);
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}

.benefit-box:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  border-color: rgba(42, 157, 244, 0.3);
}

.benefit-box .icon {
  font-size: 42px;
  color: #2a9df4;
  margin-bottom: 20px;
}

.benefit-box h4 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.benefit-box p {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
}


@media (max-width: 767px) {
  .why-gese-section {
    padding: 50px 0;
  }
  
  .why-gese-section .section-header h2 {
    font-size: 28px;
  }
  
  .benefit-box {
    padding: 10px 15px;
  }
  .why-gese-section .col-lg-3,
  .why-gese-section .col-lg-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .why-gese-section .section-header .subtitle {
    margin: 0 auto 5px;
  }
}


/*--------------------------------------------------------------
# E-commerce Project
--------------------------------------------------------------*/
.ecommerce-project {
  padding: 60px 0;
  background: #fff;
  position: relative;
}

.ecommerce-project .section-header.left-aligned {
  text-align: left;
  padding-bottom: 0px;
}

.ecommerce-project .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0a2e5a;
  margin-bottom: 20px;
}

.ecommerce-project .section-header p {
  font-size: 18px;
  color: #6c757d;
  text-align: left;
}

.feature-list {
  margin-top: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9f3ff;
  margin-right: 20px;
  flex-shrink: 0;
}

.feature-icon i {
  font-size: 20px;
  color: #1a6fc9;
}

.feature-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0a2e5a;
  margin-bottom: 5px;
}

.feature-text p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 0;
}

.project-showcase {
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  height: 100%;
}

.mobile-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* .desktop-showcase {
  width: 100%;
  margin-bottom: 20px;
}

.desktop-showcase .main-img {
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  height: auto;
} */

.mobile-showcase {
  width: 40%;
  min-width: 120px;
  transition: all 0.5s ease; 
  background-color: #fff;
  display: inline-block; /* Para o transform funcionar corretamente */
  overflow: hidden; /* Para conter a imagem durante o zoom */
  border-radius: 25px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.mobile-showcase img {
  background-color: #fff;
  border-radius: 25px;
  width: 100%;
  transition: transform 0.5s ease;
  height: auto;
  mix-blend-mode: multiply;
}


.mobile-showcase:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}


.project-ctaa {
  margin-top: 40px;
  text-align: center;
}

.visit-site-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background: linear-gradient(135deg, #1a6fc9 0%, #0a2e5a 100%);
  color: white;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(26, 111, 201, 0.3);
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
}

.visit-site-btn i {
  margin-left: 10px;
  font-size: 14px;
}

.visit-site-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(26, 111, 201, 0.4);
  color: white;
}


/*--------------------------------------------------------------
# CTA Section
--------------------------------------------------------------*/
.project-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #000000 0%, #10272e 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.project-cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: 0.05;
}

.project-cta h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.project-cta p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-btn {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 50px;
  background: #fff;
  color: #1a6fc9;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
  position: relative;
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #0a2e5a;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .geseseguros-project .section-header h2,
  .ecommerce-project .section-header h2 {
    font-size: 36px;
  }
}


@media (max-width: 991px) {
  #projects-hero {
    height: auto;
    padding: 120px 0 60px 0;
    text-align: center;
  }
  
  #projects-hero h1 {
    font-size: 42px;
  }
  
  .geseseguros-project,
  .ecommerce-project,
  .project-cta {
    padding: 80px 0;
  }
  
  .highlight-card {
    padding: 20px;
  }
  
  .highlight-card .icon-box {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  
  .stats-box {
    padding: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #projects-hero h1 {
    font-size: 36px;
  }
  
  #projects-hero h2 {
    font-size: 20px;
  }
  
  .geseseguros-project .section-header h2,
  .ecommerce-project .section-header h2 {
    font-size: 30px;
  }
  
  .project-cta h3 {
    font-size: 28px;
  }

  .mobile-group {
    justify-content: center; /* centraliza em ecrãs pequenos */
  }

  .mobile-showcase {
    width: 45%;
    margin-top: 20px;
  }
  
  /* .project-showcase .floating-img-1 {
    width: 120px;
    bottom: -20px;
    right: -20px;
  } */
}