html{overflow-x: hidden;}
body{overflow-x: hidden;}
.top-header{background-color:#5e0707; padding: 8px 0px;}
.main-header{background-color: #000000;height: 82px;padding: 15px;}
.nav-link{color: #ffffff!important;font-weight: 600;}
.foot-main{background-color:#5e0707;}
.img-box-index img{
    width: 100%;
    border-radius: 50px;
    /* border-top-right-radius: 100%; */
    /* border-bottom-right-radius: 100%; */
    border-right: 10px solid #5e0707;
    }
.bg-main{
    background-color: #5e0707;
    /* border-top-right-radius: 23%; */
    border-top: 20px solid #5e0707;
    }
.img-box{width: 100%;}
.img-box img{width: 105%;border-radius: 20px;}
.color-main{color: #d23200;}
.f-22{font-size: 22px;}
.f-28{font-size: 22px;}
.cont{padding: 8px;}
.bg-outer{background-image: url('../images/outer.jpg'); padding: 50px 0px; 
background-size: cover; border-radius: 100px;
    border-top: 25px solid #5e0707;
    border-bottom: 25px solid #5e0707;}
.link-side{display: block; color:#5e0707; padding: 8px 15px 8px 50px; background-color: #ffffff; 
        border-radius: 20px; margin-bottom: 15px; 
 font-weight: 700; font-size: 16px; transition: 1s; text-decoration: none!important;}
 .link-side i{background: #5e0707;
    padding: 13px 14px;
    position: absolute;
    margin-top: -9px;
    margin-left: -53px;
    border-radius: 20px;
    border-left: 3px solid #ffffff;}
 .link-side:hover{background-color:#5e0707; color: #ffffff;}
        .f-40{font-size: 60px;}
 .bg-call{background-image: url("../images/calling.jpg");/* padding:180px 0px; */padding: 160px 0px 20px;background-size: cover;background-position: center;margin-top:-120px;}
.thumb img{border:5px ridge #ffffff; margin:10px 0px;}
.mr-ng{margin-top: -120px;}
.img-box a{
    background-color: #5e0707;
    display: block;
    padding: 4px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    width: 90%;
    /* left: 15px; */
    bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 4px solid #5e0707;
    }

    .out-links{display: block; color: #ffffff!important; padding: 5px 0px; border-bottom: 1px solid #ffffff;}
    .bg-footer{background-image: url("../images/footer.jpg");  
background-size: cover; background-position: center; }
.links-box-side{
    /* background-color: #bbbbbb; */
    padding: 5px;
    border-radius: 20px;
    box-shadow: 10px 10px 26px -11px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 26px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 26px -11px rgba(0,0,0,0.75);
    }
 .links-box-side h2{background-color: #5e0707;
    padding: 15px 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 5px solid #5e0707;} 
 .links-box-side a{margin-left:15px; margin-right: 15px;}  
.foot-call {
    display: none;
}
.img-box-indexs img{    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-right: 26px solid #5e0707;
    width: 100%;}
@media only screen and (min-width: 320px) and (max-width:480px){
    .img-box-index img{width:100%;}
    .img-box a{/* width:92%; */}
    .bg-main{border-top-right-radius: 0%;}
    .cont {
    /* padding: 20px; */
}
    .mob-hide{display: none!important;}
    .nav-item{border-bottom: 1px solid #5e0707;}
    .navbar-toggler{
    position: absolute;
    top: -39px;
    right: 0px;
    background-color: #ffffff;
    color: black;
    }
        .banner{width: 100%!important;}
        .f-40{font-size: 36px;}
        .banner img{width: 100%!important; }
        .img-box{margin-bottom: 40px;margin-top: 10px;}
        .foot-call {
    display: block;
    padding: 10px 15px;
    font-size: 28px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #5e0707;
}
.foot-call .col-md-2 {
    width: 15%!important;
    float: left;
}
.foot-call .col-md-8 {
    width: 70%!important;
    float: left;
}
}

.img-box01 .new_img{
    width: 100%;
    padding: 2px;
    /* height: 305px; */
    margin-top: 12px;
    border-radius: 20px;
}

.thumb{
    text-align:center;
}


/*////////////////////////////////////////////////////////////////////////      */

  :root{
    --accent:#b61561;
    --muted:#6b6b6b;
    --bg:#ffffff;
    --card-bg:#fbfbfb;
    --radius:10px;
    --shadow: 0 6px 18px rgba(0,0,0,0.06);
    --table-gap:16px;
    --btn-bg: #2d9cdb;
    --btn-color: #fff;
  }

  .price-table {
    width: 100%;
    max-width: 1100px;
    margin: 18px auto;
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #222;
  }

  /* Desktop / laptop table */
  .price-table table {
    width: 100%;
    border-collapse: collapse;
  }
  .price-table thead {
    background: linear-gradient(90deg, rgba(182,21,97,0.08), rgba(182,21,97,0.02));
  }
  .price-table th, .price-table td {
    padding: 14px 18px;
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
  }
  .price-table th {
    font-weight:600;
    color: var(--accent);
    letter-spacing: .2px;
  }
  .price-table tbody tr {
    border-bottom: 1px solid #eee;
  }
  .price-table tbody tr:last-child { border-bottom: 0; }

  /* Price styling */
  .price {
    font-weight:700;
    color:#111;
  }
  .category {
    font-weight:600;
  }

  /* Buttons */
  .price-table .btn {
    display:inline-block;
    padding:10px 14px;
    border-radius:8px;
    border:0;
    background: var(--btn-bg);
    color: var(--btn-color);
    text-decoration:none;
    font-weight:600;
    box-shadow: 0 4px 10px rgba(45,156,219,0.14);
  }
  .price-table .btn:active { transform: translateY(1px); }
  .price-table .btn:focus { outline: 2px solid rgba(45,156,219,0.18); outline-offset: 2px; }

  /* Small screens: transform rows into cards */
  @media (max-width: 760px) {
    .price-table thead { display: none; }
    .price-table table, .price-table tbody, .price-table tr, .price-table td {
      display: block;
      width: 100%;
    }
    .price-table tr {
      margin: var(--table-gap);
      background: var(--bg);
      border-radius: 10px;
      box-shadow: var(--shadow);
      padding: 12px;
    }
    .price-table td {
      padding: 10px 12px;
      border: 0;
      text-align: left;
      position: relative;
      font-size: 15px;
    }
    /* show the label before each cell using the data-label attr */
    .price-table td:before {
      content: attr(data-label);
      display: block;
      font-weight: 700;
      color: var(--muted);
      margin-bottom: 6px;
      font-size: 13px;
    }

    /* align button row horizontally */
    .action-row {
      display:flex;
      gap:10px;
      justify-content:flex-start;
      margin-top:8px;
    }
    .price-table .btn { flex:1; text-align:center; padding:10px 8px; }
  }

  /* Small polishing */
  .muted { color:var(--muted); font-weight:500; font-size:13px; }
  .center { text-align:center; }
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
hr {
    border: none;
    height: 3px;
    background: linear-gradient(to right, transparent, #b61561, #1382bf, transparent);
    margin: 15px 0;
}

p{
    text-align:justify;
}

/*:::::::::::::::::::::::::::::::::::::::::::::*/
.premium-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    margin-bottom: 25px;
    background: #000;
    transition: 0.3s ease;
}
.premium-card:hover {
    transform: translateY(-6px);
}

.premium-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* Ribbon */
.ribbon {
    position: absolute;
    top: 1px;
    left: -5px;
    background: linear-gradient(45deg, #7b002c, #c10045);
    color: #fff;
    padding: 6px 20px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 0 25px 25px 0;
}

/* Bottom Overlay */
.card-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0.2));
    padding: 14px;
    color: #fff;
}

.info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name {
    font-size: 17px;
    font-weight: 600;
}

.age {
    font-size: 13px;
    background: #c10045;
    padding: 4px 10px;
    border-radius: 20px;
}

/* Rating */
.rating {
    color: gold;
    margin: 6px 0;
    font-size: 14px;
}

/* WhatsApp */
.whatsapp-btn {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 7px 16px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 6px;
}

.whatsapp-btn:hover {
    background: #1ebc59;
    color: #fff;
}

/* Responsive */
@media(max-width:768px){
    .premium-card img{
        height: 300px;
    }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.quick-links-list {
    max-height: 220px;       /* thoda compact */
    overflow-y: auto;        /* only vertical scroll */
    overflow-x: hidden;      /* REMOVE horizontal bar */
    padding-right: 4px;      /* compact spacing */
}

/* Scrollbar Styling */
.quick-links-list::-webkit-scrollbar {
    width: 5px;
}

.quick-links-list::-webkit-scrollbar-thumb {
    background: #5e0707;
    border-radius: 10px;
}

.quick-links-list a {
    display: block;
    padding: 6px 10px;      /* reduced spacing */
    margin-bottom: 5px;     /* reduced gap */
    background: #111;
    color: #00aaff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;        /* slightly smaller */
    line-height: 1.3;
    transition: 0.2s;
    white-space: nowrap;    /* prevents wrapping */
}

.quick-links-list a:hover {
    background: #8b0000;
    color: #fff;
}


.location-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.location-grid a {
    padding: 10px 22px;
    border-radius: 50px;
    border: 1px solid #a77;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.location-grid a:hover {
    background: #5e0707;
    color: #fff;
    border-color: #5e0707;
}
