/* Swiper Custom Styles for Porto Paraíso - Slider-2 */

/* Swiper Container */
.slider-2 {
    position: relative;
    width: 100%;
    padding: 0 80px;
    margin: 40px auto 0;
  }
  
  /* Swiper Wrapper */
  .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  
  /* Individual Slides */
  .swiper-slide {
    width: 147px !important;
    height: auto;
    flex-shrink: 0;
  }
  
  /* Card styling - Original Porto Paraíso CSS */
  .card {
    background-color: transparent;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 147px;
    height: auto;
    display: flex;
  }
  
  .image-8 {
    width: 100%;
    height: 145px;
    margin-bottom: 11px;
    object-fit: cover;
  }
  
  .title-card {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }
  
  .text-block-7 {
    color: #000;
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    justify-content: flex-start;
    align-items: center;
    height: 45px;
    font-family: 'Akzidenz Grotesk Extended', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    display: flex;
  }
  
  .text-block-8 {
    color: #000;
    white-space: normal;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Butler, sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: flex;
  }
  
  /* Link "Saiba mais" */
  .link-block-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    background-color: #383732;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 42px;
    margin-top: 20px;
    text-decoration: none;
    display: flex;
  }
  
  .paragraph-8 {
    color: #fff;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  
  .icon-btn-bairros {
    width: 16px;
    height: 16px;
  }
  
  /* Navigation Arrows - Match Production Styling */
  .left-arrow-2,
  .right-arrow-2 {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
    width: 56px;
    height: 56px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: all 0.3s;
  }
  
  .left-arrow-2 {
    left: 10px;
    right: auto;
  }
  
  .right-arrow-2 {
    right: 10px;
    left: auto;
  }
  
  .icon-3 {
    color: #000;
    font-size: 34px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  
  .left-arrow-2 .icon-3::before {
    content: '‹';
  }
  
  .right-arrow-2 .icon-3::before {
    content: '›';
  }
  
  /* Hover effects */
  .left-arrow-2:hover,
  .right-arrow-2:hover {
    background-color: #000;
  }
  
  .left-arrow-2:hover .icon-3,
  .right-arrow-2:hover .icon-3 {
    color: #fff;
  }
  
  /* Mobile */
  @media (max-width: 767px) {
    .slider-2 {
      padding: 0 20px;
      margin-bottom: 80px;
      overflow: visible !important;
    }
  
    .emphasis {
      overflow: visible !important;
    }
  
    .container {
      overflow: visible !important;
    }
  
    .swiper-slide {
      width: 166px !important;
    }
  
    .card {
      width: 166px;
    }
  
    /* Mobile arrow sizing and positioning */
    .left-arrow-2,
    .right-arrow-2 {
      width: 50px;
      height: 50px;
      top: auto;
      bottom: -70px;
    }
  
    .left-arrow-2 {
      left: auto;
      right: 66px;
    }
  
    .right-arrow-2 {
      right: 0;
    }
  }
  