h1,h2,h3,h4,h5,h6 {

    font-family: 'raleway';
}

p,li,ul span, .nav-item {

    font-family: 'merriwaether';
}


.navbar{

    
    
    
    background-color: white;  /* Optional: Set background color if transparent */
}

.nav-item {

    font-size: 1.2rem;
    
    
}
    
.navbar-brand img {
  border: none;        /* Remove any border */
  box-shadow: none;    /* Remove any shadow */
  background: transparent; /* Ensure background is transparent */
  width: 190px;
  height: 200px;
}


.hero {
    background-image: url('https://www.pasaportealatierra.com/wp-content/uploads/2023/08/que-ver-en-mijas-malaga.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}
.main-title{

    
    font-weight: bolder;
    text-shadow: 1px 1px 1px black;
}
.lead{

    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0.5px 0.5px 0.5px black;
}

.services-section {
    margin-top: 50px;
}

.service {
    text-align: center;
    padding: 20px;
    /* Make service divs grow equally */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%; /* Take full height of the parent */
    box-sizing: border-box;
    border: 1px solid #ddd; /* optional: for visible boundaries */
    background: #fff; /* optional: for contrast */
}

.service-icon {
    font-size: 65px; /* Keep your size */
    color: steelblue;
    margin-bottom: 15px;
    flex-shrink: 0; /* prevent icon shrinking */
}

.service h3 {
    font-size: 24px;
    margin-bottom: 10px;
    flex-shrink: 0; /* prevent shrinking */
}

.service p {
    font-size: 16px;
    flex-grow: 1; /* make paragraph fill remaining space */
}

/* Ensure the columns stretch to the same height */
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

img {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
h5 {
  font-family: 'Raleway', sans-serif;
}
p {
  font-family: 'Merriweather', serif;
  font-size: 0.95rem;
}
.project-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

   * {
      box-sizing: border-box;
    }

    

    .slider-container {
      overflow: hidden;
      width: 100%;
      position: relative;
      padding: 0 5px;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
      gap: 10px;
    }

    .slide {
  flex: 0 0 calc((100% - 20px) / 3); /* default: 3 slides */
}

    @media (max-width: 768px) {
  .slide {
    flex: 0 0 100%; /* Show 1 slide at a time on small screens */
  }
}

    .slide img {
      width: 100%;
      display: block;
      height: 300px;
      border-radius: 4px;
      border-color: #007bff;
    
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 40px;
      background: rgba(0, 0, 0, 0.4);
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 1;
    }

    .arrow.left {
      left: 0;
    }

    .arrow.right {
      right: 0;
    }

    .service-step {
      text-align: center;
      padding: 30px 20px;
      border-radius: 12px;
      background: #f8f9fa;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      transition: transform 0.3s;
    }

    .service-step:hover {
      transform: translateY(-5px);
    }

    .service-icon {
      font-size: 40px;
      color: #007bff;
      margin-bottom: 15px;
    }

    .service-title {
      font-weight: 600;
      font-size: 1.2rem;
    }
    
 .map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
