/* Home Page Styles */

main {
  margin-top: 0;
  padding-top: 40px;
}

/* Splash/Jumbotron Section */
.jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../assets/Wall-Street-NYSE-05.jpg') center/cover no-repeat;
  background-size: cover;
  background-position: top center;
  image-rendering: -webkit-optimize-contrast; /* Improves image sharpness in webkit browsers */
  image-rendering: crisp-edges; /* Modern browsers */
  background-attachment: scroll;
  text-align: center;
  padding: 60px 20px;
  margin-bottom: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  width: 100%;
  min-height: 57vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.splash-container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Times New Roman', serif;
  text-align: center;
}

.splash-title {
  color: white;
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.splash-divider {
  width: 80px;
  height: 4px;
  background-color: transparent;
  margin: 0 auto 0px;
  border: none;
}

.jumbotron .cta-button {
  background-color: rgb(55, 55, 84);
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 1.125rem;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 30px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.jumbotron .cta-button:hover {
  background-color: #37373c;
}

.spanish-service {
  margin: 0;
}

.spanish-service h2 {
  color: white;
  font-size: 1.5rem;
  margin: 0;
  font-style: normal;
  font-weight: 400;
}

/* Gallery/Content Section */
.gallery-container {
  background-color: white;
  padding: 60px 20px;
  margin: 0 auto;
  color: #2c3e50;
  font-family: 'Times New Roman', serif;
  max-width: 1200px;
}

.gallery-header {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-main-title {
  color: #2c3e50;
  font-size: 2.25rem;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.image-column {
  margin-bottom: 20px;
  text-align: center;
}

.image-column img {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-subtitle {
  color: #7f8c8d;
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.gallery-divider {
  width: 80px;
  height: 4px;
  background-color: #3498db;
  margin: 0 auto 40px;
  border: none;
}

/* Content Section */
.content-section {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  margin-bottom: 40px;
}

.section-title {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
}

.title-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #3498db;
}

.content-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.text-column {
  flex: 1;
}

.paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #34495e;
  margin-bottom: 20px;
}

.list-title {
  font-size: 16px;
  font-weight: bold;
  color: #34495e;
  margin-bottom: 15px;
  margin-top: 20px;
}

.list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-items li {
  margin: 12px 0;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #34495e;
  display: flex;
  align-items: center;
}

.bullet-point {
  position: absolute;
  left: 0;
  color: #3498db;
}

/* Practice Areas Section */
.practice-areas-section {
  background-color: rgb(1, 1, 60);
  padding: 60px 20px;
  color: white;
}

.practice-areas-section h2 {
  color: white;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.practice-container {
  max-width: 1200px;
  margin: 0 auto;
}

.columns-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}

.column {
  flex: 1;
  max-width: 450px;
  padding: 30px;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.column h3 {
  display: none;
}

.column-title {
  color: #2c3e50;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column li {
  color: #2c3e50;
  margin-bottom: 12px;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.column li:before {
  content: "●";
  position: absolute;
  left: 0;
  color: #3498db;
}

.cta-section {
  text-align: center;
  padding: 40px;
  border-radius: 8px;
  background-color: #f8f9fa;
  margin-top: 40px;
}

.cta-section h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #34495e;
  max-width: 700px;
  margin: 0 auto;
}

.cta-section a {
  color: #3498db;
  text-decoration: none;
}

.cta-section a:hover {
  color: #2980b9;
}

/* Responsive */
@media (max-width: 768px) {
  .jumbotron {
    min-height: 50vh;
    padding: 40px 20px;
  }

  .splash-title {
    font-size: 1.8rem;
  }

  .gallery-container,
  .practice-areas-section {
    padding: 40px 20px;
  }

  .gallery-header {
    margin-bottom: 40px;
  }

  .gallery-main-title {
    font-size: 1.3rem;
  }

  .gallery-subtitle {
    font-size: 0.9rem;
  }

  .content-section {
    padding: 20px;
  }

  .section-title {
    font-size: 1.2rem;
  }

  .content-row {
    flex-direction: column;
    gap: 20px;
  }

  .columns-container {
    flex-direction: column;
    gap: 30px;
  }

  .column {
    max-width: 100%;
  }

  .practice-areas-section h2 {
    font-size: 1.5rem;
  }
}
