.border-list {
    margin: 10px 0  20px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.border-list li {
    width: 50%;
    display: block;
    border-bottom: 1px solid var(--border-gray);
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}
.safari-info {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0px;
        border-radius: 2px;
    overflow: hidden;
    border: 1px solid var(--border-gray);
}
.safari-info li {
    width: 100%;
    display: flex;
    align-items: stretch;
    font-size: 14px;
    font-weight: 400;
    color: var(--heading-color);
    border-bottom: 1px solid var(--border-gray);
}
.safari-info li span {
    padding: 15px 20px;
    width: 200px;
    border-right: 1px solid var(--border-gray);
    font-weight: 500;
}
.safari-info li p {
    width: calc(100% - 200px);
    margin-bottom: 0px;
    padding: 15px 20px;
    text-transform: capitalize;
    color: var(--heading-color);
    font-size: 14px;
}
.order-list {
    margin:0 0 0 15px;
    padding: 0;

}
.order-list li {
    margin-bottom: 10px;
}

@media (max-width:767px){
    .border-list li {
        width: 100%;
    }
    .safari-info li span {
        width: 100px;
        padding: 10px 15px;
        font-size: 14px;
}
.safari-info li p {
        width: calc(100% - 100px);
        padding: 10px 15px;
        font-size: 14px;
}
}
/* hotel hero section start here */
.breadcrumb-hotel-detail {
    margin-top: 80px;
}
.logo img {
        max-width: 130px;
        position: relative;
    bottom: 0px;
    border-bottom: 0px solid #78bb26;
}
.navbar-fixed {
    padding: 0px;
}
.hotel-info-top {
    margin-bottom: 30px;
}
.hotel-info-top p {
    font-size: 15px;
    line-height: 1.66!important;
}
.hotel-name-type {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 0px;
}
.hotel-name-type h1 {
    color: var(--heading-color);
    font-size:24px;
    margin-top: 0px;
    margin-bottom: 0px;
        max-width:calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blimg {
    height: 100%;
}
.blimg a {
    position: relative;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
        width: 100%;
    height: 100%;
    display: block;
}
.blimg a:hover {
    color: var(--secondry-color);
}
.more-img {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 50, 0, 0) 0%, #000000 120%);
    height: 50px;
    align-items: flex-end;
    justify-content: center;
    padding-right: 15px;
    padding-bottom: 10px;
}
.more-img span {
        background-color: rgba(255, 255, 255, .7);
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.more-img span:hover {
   background-color: rgba(255, 255, 255, 1);
}
.brimg {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.row.hero-images {
    margin: 0px -5px 30px;
}
.row.hero-images>* {
    padding: 0px 5px;
}
.hero-images img {
    border-radius: 2px;
}
.hero-images, .brimg {
    height: 350px;
}
.img-wrap {
    width: 100%;
    height: 100%;
}
.img-fit, .img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center bottom;
    overflow: hidden;
}


.hb-btn {
    display:flex;
    justify-content:center;
    width:100%;
    gap:10px;
}
.hb-btn .btn-primary {
    border-radius:8px;
    font-weight:600;
}
@media (max-width:991.98px){
    
   .hero-images { --bs-gutter-x:0.5rem}
    .hero-images, .brimg {
        height: 315px;
    }
    .brimg {
        gap: 10px;
    }
    

}
@media (max-width:767.98px){

    .logo img {
        max-width: 100px;
    }
    
   
.breadcrumb-hotel-detail {
    margin-top: 65px;
}
.hero-detail {padding: 0px;
box-shadow: none;}
.hotel-name-type h1 {
    font-size: 18px;
}

}
@media (max-width:479.98px){
    .hero-images, .brimg {
        height: 200px;
    }
}
/* hotel hero section ends here */

/* image modal style start */

.hd-modal {
  display: none;
  position: fixed;
  z-index: 1093;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.hd-modal-content {
  margin: auto auto;
  padding: 0px;
  width: 63%;
  height: calc(100vh - 5vh);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border-radius: 24px;
    filter: none;
    backdrop-filter: none;
    will-change: auto;
    -webkit-font-smoothing: antialiased;
}

.hd-close {
    color: #000;
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 300;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -60px;
    position: relative;
    top: 40px;
}

.hd-close:hover,
.hd-close:focus {
  color: black;
  text-decoration: none;
}

body.hd-modal-open {
  overflow: hidden scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* image modal style start */
/* popup slider start */


    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  

  

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .hd-mySwiper2 {
      height: calc(90% - 50px);
      width: 100%;
      border-radius: 24px;
    }
    .rd-mySwiper2 {
      height: 325px;
      width: 100%;
      border-radius: 8px;
    }
    
    .hd-mySwiper {
      height: 10%;
      box-sizing: border-box;
      padding: 10px 20px 0;
    }

    .hd-mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      filter: grayscale(100%);
    }

    .hd-mySwiper .swiper-slide-thumb-active {
      filter: grayscale(0);
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.hd-swiper-button-prev, .hd-swiper-button-next{
        width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}
.hd-swiper-button-prev:after, .hd-swiper-button-next:after {
        font-size: 20px;
    color: var(--body-text-color);
}
.rd-swiper-button-prev, .rd-swiper-button-next{
        width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}
.rd-swiper-button-prev:after, .rd-swiper-button-next:after {
        font-size: 20px;
    color: var(--body-text-color);
}
@media (max-width:767px){
    .hd-close {
        top: -15px;
        right: 0px;
    }
    .hd-modal-content {
        width: 98%;
        padding: 0px 10px;
        height:450px;
        border-radius:6px;
    }
    .hd-mySwiper2 {
     height: calc(80% - 50px);
    }
    .hd-mySwiper {
        height:20%;
    }
    .hd-swiper-button-prev, .hd-swiper-button-next {
    width: 40px;
    height: 40px;
    }
    .hd-swiper-button-prev:after, .hd-swiper-button-next:after {
        font-size:16px;
    }
}
/* popup slider ends*/

.hamn {
    font-size: 15px;
    margin-top: 6px;
    margin-left: 0px!important;
}
.amn.amn-top li .check {
    margin: 0px;
    font-weight: 600;
}
.activity-wrap {
    margin-top: 0px;
    margin-bottom: 30px;
}
.activity-wrap-inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    margin-top: 15px;
}
.activity-wrap-inner p{
    font-size: 15px;
}
.activity-wrap .p-list {
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.activity-wrap .p-list li {
    margin-bottom: 0px;
    padding-left: 25px;
    width: auto;
    font-size: 14px;
    margin-top: 0px;
    position: relative;
    }
.activity-wrap .p-list li:after, .p-list li:after, .rd-room-amn li:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAInRSTlMANhj37Nsc+vDpndLLZUMTto0oJKDh1pksxbGVVT0yCLsu3xVKkQAAALlJREFUKM+dkdkSgiAUhk+CEiAigltmFu//kA1rzsSV/wXL9zNnA66rEqx/s+cfNsTStaWTvx1H4h1GaoCkpjaJI67hxO+3GAdzWeLAkC5ySVSRg7Au70f++BSq3rBbed3k93T2xqN16wuPOsVp+2REZ/Q8GzMFrxshMS+ec3KvfQ/7YkXoL5abpUjs1yB95gMyUBqJ5LSCPMRpSWfNUef2PPbNW4NCNPAUjRGL25VawqrC1/ZMOHxRX//gCJVY31dBAAAAAElFTkSuQmCC');
  filter: brightness(0) invert(0);  
background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.btn-link{
    border: none;
    color: var(--body-text-color);
    font-weight: 600;
    font-family: var(--bs-font-family);
    margin-top: 5px;
        background-color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.3s;
    cursor: pointer;
        position: absolute;
    top: 20px;
    left: 25px;
}
.btn-link:hover {
    background-color: #e4e4e4;
    transition: all 0.3s;
}


/* point list start */
.badge-btn{
    background-color: var(--primary-color-light);
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
.badge-btn2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.badge-btn2::before {
     content: '';
    position: absolute;
    top: 3px;
    right: -5px;
    width: 24px;
    height: 24px;
    background: linear-gradient(223deg, var(--secondry-color), var(--secondry-color-light));
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    transform: rotate(-15deg);
    z-index: -1;
}
.order-list {
    margin:0 0 0 15px;
    padding: 0;

}
.order-list li {
    margin-bottom: 20px;
    font-size: 15px;
}
.p-list{
    margin:10px 0 0;
    padding:0;
    flex-direction:row;
    flex-wrap:wrap;
    list-style: none;
    display: flex;
}
.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
.p-list h2{
    font-size:36px;
}
.p-list h3{
    font-size:16px;
    display:inline-block;
    margin-bottom:0;
    line-height:1.6
}

.p-list li{
    width:100%;
    display:inline;
    padding-left:30px;
    margin-bottom:15px;
    position: relative;
}
.p-list li:after {
    top: 2px;
}
.p-list li:last-child {
    margin-bottom: 0px;
}

.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
@media (max-width: 991.98px) {
   
    .p-list h2 {
    font-size: 28px;
}
.p-list hr {
    margin: 15px;
}
}

/* point list ends */


/* form-aside start here */
.hotel-list-left-panel {
    position: sticky;
    top: 100px;
    transition: top 0.3s ease;
}
.form-wrap-aside {
    padding: 25px;
    border-radius: 2px;
    background-color: #f5f7fa;
}
.form-header {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text-color);
    margin-top: 5px;
}

.form-lead .form {
    flex-direction: column;
}
.form-lead .d-block {
    width: 100%;
}
.form-lead .form-control {
    border:2px solid #e4e4e4;
    height: 42px;
}
.form-control-group {
    display: flex;
    align-items: center;
}
.form-control-group input {
    width: 50%;
}
.input-group {
    display: flex;
    gap: 15px;
}
.add-guest {
    display: flex;
    gap: 15px;
}
.call-back-sec-wrap {
    background-color: #f5f7fa;
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 2px;
}

.popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.95);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1200;
    }

    .popup-overlay img {
      max-width: 90%;
      max-height: 90%;
    }

    .popup-overlay.active {
      display: flex;
    }

    .close-btn22 {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 34px;
      color: white;
      cursor: pointer;
      background: none;
      border: none;
    }
    .table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #333;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
  white-space: nowrap;
}

thead {
  background-color: #f5f5f5;
}

.table th,
.table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: center;
}

.table thead th {
  background-color: #f4f4f4;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.table tbody tr:hover {
  background-color: #f1f1f1;
}

.table td strong,
.table td b {
  font-weight: bold;
  color: #000;
}
.google-map-wrap {
    width: 100%;
    height: 456px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--secondry-color);
}
@media (max-width:767px){
    .form-control {
        margin-bottom: 15px;
    }
    .google-map-wrap {
    width: 100%;
    height: 200px;
    border-radius: 16px;
}
}

/* tour enquiry page */
.tour-enquiry-form {
    margin-left: 0px;
}
.tour-enquiry-form .form-header {
    text-align: left;
}
.one-third{
        display: flex;
    align-items: center;
    gap: 15px;
}
.one-third .form-control {
     width: 33%;
}
.tour-enquiry-form .btn {
     padding: 10px 25px;
     margin-top: 20px;
}
@media (max-width:767px){
    .one-third {
        flex-direction: column;
        gap: 0;
    }
    .one-third .form-control {
     width: 100%;

}
}
/* tour enquiry page ends*/


/* safari booking page custom */
.wedding-banner {
    margin-top: 70px;
    background-position: center top;
    padding-top: 150px;
    height: 450px;
    background-repeat: no-repeat;
}
.form-wrap.wdf {
    background-color: #f2f2f2;
    padding: 40px 40px 20px;
    height: 100%;
    border-radius: 0px;
}
.wdf .form  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wdf .field-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4%;
    margin-top: 0px;
    width: 100%;
}
.wdf .input-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    width: 48%;
}
.wdf .field-wrap .form-control {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    border:1px solid #d4d4d4;
}

