.ttsec-stylized-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    height: 500px;
    overflow: hidden;
}



.ttsec-tabs-left {
  flex: 1 1 45%;
  max-width: 500px;
  background-image: url('https://ttsec.sightfactory.com/wp-content/uploads/2025/06/ttsec-stylized-circle-.png');
  width: 500px;
  height: 500px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}


.ttsec-tabs-left img.tab-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  transition: opacity 0.3s ease-in-out;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.ttsec-tabs-right {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
}

h2.ttsec-section-title {
    font-size: 28px !important;
    color: #fff !important;
}

.tab-heading.gold-text {
    font-size: 1.3em;
    font-weight: 500;
    color: #D4AF37;
    line-height: 1.4;
    /* min-height: 300px; */
    transition: all 3s ease-in-out;
    text-shadow: 1px 1px black !important;
}

/*.tab-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}*/

.tab-buttons {
    display: grid;
    grid-template-columns: 200px 200px;
    gap: 1.5rem;
    /* flex: 0 0 40%; */
}

button.tab-button {
    max-width: 200px;
    background: #0356a7 !important;
    color: #fff !important;
    letter-spacing: .5px  !important;
}

button.tab-button {
  padding: 0.75rem 1rem;
  background-color: transparent;
  border: 2px solid #ccc !important;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}

.tab-button:hover {
  border-color: #D4AF37;
  color: #D4AF37;
}

.tab-button.active, .tab-button:hover {
    background-color: #D4AF37 !important;
    color: white;
    border-color: #ccc !important;
    transition: all 0.3s ease !important;
}



@media (max-width: 768px) {
  .ttsec-stylized-tabs {
    flex-direction: column;
  }

  .ttsec-tabs-left, .ttsec-tabs-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
