.item-card-contact{
gap: 10px;
}
.contact-btn{
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
border-radius: 999px;
font-size: 13px;
font-weight: 600;
text-decoration: none;
transition: all .25s ease;
border: 1px solid transparent;
}
/* CALL BUTTON */
.call-btn{
background: linear-gradient(90deg,#b61561,#1382bf);
color: #fff;
}
.call-btn:hover{
transform: translateY(-2px);
box-shadow: 0 8px 22px rgba(182,21,97,.45);
color: #fff;
}
/* WHATSAPP BUTTON */
.whatsapp-btn{
background: #fff;
border: 1px solid #1382bf;
color: #1382bf;
}
.whatsapp-btn:hover{
background: linear-gradient(90deg,#1382bf,#b61561);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 8px 22px rgba(19,130,191,.45);
}
/* ICON SIZE */
.contact-btn i{
font-size: 15px;
}
/* MOBILE */
@media(max-width:480px){
.contact-btn span{
display: none; /* icon-only on very small screens */
}
.contact-btn{
padding: 9px 12px;
}
}
.bordervip {
border: 1px solid #1382bf;
}
.breadcrumb {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
font-size: 15px;
}
.breadcrumb-item {
display: flex;
align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
content: ">";
padding: 0 10px;
color: #888;
font-weight: normal;
}
.breadcrumb-link {
color: #ff6b9a; /* Pink color */
text-decoration: none;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 5px;
}
.breadcrumb-link:hover {
color: #d44d7d; /* Darker pink on hover */
text-decoration: underline;
}
.breadcrumb-link i {
font-size: 14px;
}
/* Current page/item style (if you want to add it) */
.breadcrumb-item.active {
color: #666;
}
.item-card {
display: flex;
flex-direction: row;
/*border: 1px solid #ccc;*/
margin: 20px 0;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
border-radius: 8px;
overflow: hidden;
}
.item-image-top {
position: relative;
width: 160px;
min-width: 160px;
height: 234px;
min-height: 234px;
overflow: hidden;
border-top-left-radius: 9px;
border-bottom-left-radius: 9px;
}
.item-image-premium {
width:20%;
}
.carousel-item img {
object-fit: cover;
height:100%;
width:250px;
}
.item-container {
width: 80%;
padding: 15px;
background-color: #fff;
}
.item-title a {
font-weight: bold;
font-size: 18px;
color: #333;
text-decoration: none;
}
@media only screen and (max-width:600px){
.item-title a {
overflow: hidden;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-pack: end;
font-size: 18px;
line-height: 18px;
/*text-decoration: none;*/
margin:5px 5px;
}
}
.item-description {
margin: 5px 0;
/*line-height: 18px;*/
color: #555;
font-weight: 400;
letter-spacing: -.1px;
word-spacing: 0;
word-break: break-word;
word-wrap: break-word;
overflow-wrap: break-word;
overflow: hidden;
max-height: 45px;   
}
.item-card-contact {
text-align: right;
margin-top: 12px;
display: flex
;
justify-content: flex-end;
}
.btn-outline-primary, .borderexclusive .item-card-contact a, .bordervip .item-card-contact a {
background: #fff;
color: #1382bf;
border-radius: 0;
margin-left: 5px;
border: 1px solid #1382bf!important;
border-radius: 5px;
font-size: 12px;
text-transform: uppercase;
padding: 7px 12px;
display: inline-flex;
align-items: center;
}
.badge-pill-new {
margin-right: 10px;
color: #666;
}
.item-image-premium-crop {
position: relative;
width: 160px;
min-width: 160px;
height: 300px;
min-height: 300px;
overflow: hidden;
background-size: cover;
background-position: 50%;
background-color: #eaeaea;
-webkit-border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
 .pagination {
                           margin: 20px 0;
                           text-align: center;
                           overflow:auto;
                           }
                           .pagination a {
                           color: #b61561;
                           padding: 8px 16px;
                           text-decoration: none;
                           border: 1px solid #ddd;
                           margin: 0 4px;
                           }
                           .pagination a.active {
                           background-color: #b61561;
                           color: white;
                           border: 1px solid #b61561;
                           }
                           .pagination a:hover:not(.active) {
                           background-color: #ddd;
                           }

                           /* ==============================
   PAGE H1 – PREMIUM & CLEAN
   ============================== */

.page-h1{
    font-size: 1.6rem;              /* smaller than default h1 */
    font-weight: 600;
    line-height: 1.35;
    margin: 10px 0 18px;
    color: #222;
    letter-spacing: 0.2px;
    position: relative;
}

/* Gradient text (optional – premium touch) */
.page-h1.gradient{
    background: linear-gradient(90deg, #b61561, #1382bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Small underline accent */
.page-h1::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 8px;
    background: linear-gradient(90deg, #b61561, #1382bf);
    border-radius: 5px;
}

/* Mobile optimization */
@media (max-width: 768px){
    .page-h1{
        font-size: 1.35rem;
        line-height: 1.4;
    }
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

 hr {
                  border: none;
                  height: 3px;
                  background: linear-gradient(
                  to right,
                  transparent,
                  #b61561,
                  #1382bf,
                  transparent
                  );
                  margin: 45px 0;
                  }
                  .location-block{
                  background:#fff;
                  border-radius:14px;
                  padding:25px;
                  margin-top:40px;
                  box-shadow:0 10px 30px rgba(0,0,0,.08);
                  }
                  .location-title{
                  font-size:20px;
                  font-weight:600;
                  text-align:center;
                  margin-bottom:20px;
                  color:#8b5a5a;
                  }
                  .location-grid{
                  display:flex;
                  flex-wrap:wrap;
                  gap:12px;
                  justify-content:center;
                  }
                  .location-grid a{
                  border:1px solid #b08b8b;
                  padding:8px 16px;
                  border-radius:20px;
                  font-size:14px;
                  color:#333;
                  text-decoration:none;
                  transition:.2s;
                  }
                  .location-grid a:hover{
                  background:#b08b8b;
                  color:#fff;
                  }


                  .category-description {
  max-width: 900px;
  margin: 30px auto;
  padding: 15px 20px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.category-content {
  /*max-width: 1100px;*/
  text-align:justify;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.category-main-title {
  font-size: 26px;
  font-weight: 700;
  color: #b61561;
  margin-bottom: 15px;
}

.category-sub-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
}

.category-section-title {
  font-size: 22px;
  font-weight: 600;
  margin: 35px 0 15px;
  color: #1382bf;
}

.category-mini-title {
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 10px;
  color: #444;
}

.category-content p {
  margin-bottom: 18px;
}

.category-list {
  margin: 15px 0 25px 20px;
}

.category-list li {
  margin-bottom: 8px;
  /*list-style: disc;*/
}
