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:28px;}
.cont{padding: 30px 12% 30px 50px;}
.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: 30px 20px 30px 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; }
<