
.list-box{
    display: grid;
    grid-template-columns: calc(30% - 30px) calc(70% - 0px);
    gap: 30px;
    background: #f4f7fa;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 8px 24px;
    overflow: hidden;
    margin-bottom: 30px;
}
.lists-img img{
    display: block;
    width: 100%;
}
.escort-title span{
    display: block;
    color: #00160a;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    line-height: 28px;
}
.escort-title span a {
    color: #00160a;
}
.cities-grid {
    display: grid;
    grid-template-columns: calc(75% - 30px) calc(25% - 30px);
    gap: 30px;
    margin-top: 20px;
}
.lists-text{
    padding: 20px 85px 20px 0;
    position: relative;
}
.escorts-desc{
    margin-top: 20px;
}
.escorts-desc p{
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}
.escorts-spec{
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 20px;
}
.escorts-spec ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
}
.escorts-spec ul li a{
    padding: 5px;
    color: #00D563;
    background: #0D2216;
    border-radius: 3px;
    font-size: 12px;
}
.escort-loc p a{
    color: #000;
    font-size: 14px;
    margin: 0 10px;
}
.escort-loc{
    margin-top: 15px;
}
.escorts-call svg{
    width: 25px;
    color: #00D563;
    fill: #00D563;
    display: block;
    margin: 0 auto;
}
.escorts-call img{
    width: 25px;
    display: block;
    margin: 0 auto;
}
.escorts-call{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    background: #00160a;
    text-align: center;
    padding: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.escorts-call{
    font-size: 12px;
}
.escorts-call a{
    padding: 10px 0;
    border-bottom: 1px solid #0D2216;

}
.escorts-call span{
    padding: 10px 0;
    border-bottom: 1px solid #0D2216;
}
.escorts-call span span{
    color: #fff;
}
.escorts-lists .sec-title{
    text-align: left !important;
}
.rgt-card-lists {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: hidden;
    background: #f4f7fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 8px 24px;
    margin-bottom: 30px;
  }

  .card-item {
    margin: 5px 0;
    padding: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
  }

  .extra-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .rgt-card-lists.expanded .extra-items {
    max-height: 500px; /* Set higher if needed */
  }

  .toggle-btn {
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #00160a;
    color: #00D563;
    border: none;
    cursor: pointer;
    border-radius: 3px;
  }

  .toggle-btn:hover {
    background-color: #07140d;
  }
  .rgt-card-head{
    padding: 10px;
    background: #00160a;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .rgt-card-head span{
    display: block;
    font-weight: bold;
    color: #00D563;
    text-align: center;
  }
  .card-item a{
    color: #000;
    display: block;
  }
  .text-area h2, .text-area h3{
    font-size: 24px;
    font-weight:bold;
    margin-bottom: 10px;
  }
  .text-area p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .splide__arrow svg {
    fill: #00D563 !important;
  }
  .splide__arrow{
    background: #00160a !important;
  }
  @media (max-width:1199px){
    
    .escorts-call a {
        padding: 5px 0;
    }
    .escorts-call span {
        padding: 5px 0;
    }
    .escorts-call svg {
        width: 20px;
    }
    .escorts-call img {
        width: 20px;
    }
    .list-box{
        gap: 15px;
        grid-template-columns: calc(30% - 15px) calc(70% - 0px);
    }
    .lists-text {
        padding: 10px 85px 10px 0;
    }
    .escort-title span{
        font-size: 18px;
        line-height: 22px;
    }
    .escorts-desc {
        margin-top: 10px;
    }
    .escorts-desc p{
        font-size: 14px;
        line-height: 20px;
    }
    .cities-grid {
        display: grid;
        grid-template-columns: calc(75% - 15px) calc(25% - 15px);
        gap: 15px;
    }
  }
  @media (max-width:991px){
    
    .sec-padding {
        padding: 30px 0;
    }
    .cities-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
  }
  @media (max-width:767px){
    .escorts-lists .sec-title{
        margin-bottom: 20px;
    }
    .escorts-lists{
        padding-top: 10px;
    }
    
    .list-box {
        gap: 0px;
        grid-template-columns: 1fr;
        display: flex;
    }
    .lists-img {
        width: 40%;
    }
    .lists-text {
        padding: 0px;
        width: 60%;
    }
    .escort-loc {
        margin-top: 0px;
    }
    .escort-title, .escorts-desc{
        padding: 0 15px;
    }
    .escort-loc{
        padding: 0px 0;
    }
    .escorts-call{
        position: unset;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        padding: 2px;
        }
        .escorts-spec{
            display: none;
        }
        .escorts-call a{
            border: none;
            padding: 0 1px;
        }
        .escorts-call span{
            border: none;
            padding: 0 1px;
        }
  }
  @media (max-width:499px){
    
  }

  