
/*--------------------------------------------------------------
# Strategic Location Section
--------------------------------------------------------------*/
.estrategica {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.strategic-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50px; /* Space for the floating text */
  padding-left: 20px;
  padding-right: 20px;
}

.strategic-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.strategic-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.strategic-overlay-text {
  position: absolute;
  top: -10px; /* Adjust based on look */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}

.strategic-title {
  font-family: var(--heading-font);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.8;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
  
}

.strategic-title .line-1{  
  color: #ac815e; /* Gold-like tone */
  font-size: 3rem;  
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.strategic-title .line-2 {  
  color: #ffffff;
  font-size: 2.7rem;
  font-family: var(--default-font);
  font-weight: 600;
  
}
