@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: "Lato", sans-serif !important;
}

.row {
  max-width: unset !important;
}

.bg-color {
  background-color: #5B5B5B;
}

.logo {
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 30px;
  line-height: 1.2;
  width: 300px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.logo span {
  font-size: 30px
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 0px !important;
  }
}

.header-btn {
  background-color: #EDE8E5 !important;
  border: 1px solid #EDE8E5 !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.header-btn:hover {
  background-color: transparent !important;
  border: 1px solid #EDE8E5;
  color: #EDE8E5 !important;
}

@media (width <=501px) {
  .logo {
    font-size: 14px !important;
  }

  .logo span {
    font-size: 16px;
  }

  .search-wrap {
    justify-content: space-between !important;
    width: 100% !important;
  }
}

.nav-btn {
  padding: 14px 36px !important;
}

.logo small {
  font-size: 10px;
  color: #ccc;
}

.side-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100% !important;
  height: 100%;
  background-color: #5B5B5B !important;
  color: white !important;
  transition: left 0.6s ease !important;
  padding: 20px;
  z-index: 1050;
  overflow-y: auto;
}

/* Overlay background */
/* Overlay styles */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* dark transparent background */
  z-index: 998;
  /* should be just behind the side menu */
  display: none;
}

/* Show overlay when active */
.menu-overlay.show {
  display: block;
}

/* Side menu should be above overlay */
.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #111;
  /* or your bg-color */
  z-index: 999;
  transition: right 0.2s ease;
  overflow-y: auto;
}

.side-menu.show {
  right: 0;
}

@media (width >=491px) {
  .side-menu {
    width: 300px !important;
  }
}

@media (width <=491px) {
  .side-menu {
    width: 100%;
  }
}

.side-menu.show {
  left: 0;
}

.menu-links li {
  margin: 5px 0;
}

.search-dropdown-box {
  display: none;
  position: absolute;
  top: 50px;
  right: 10px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 1060;
}

.search-dropdown-box.show {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 250px;
}

.social-icons span {
  margin-right: 10px;
  font-size: 18px;
}

@media (width <=375px) {
  .search-dropdown-box {
    right: unset !important;
  }
}

/* hero section */
.hero-section .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section .overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.hero-section .overlay-button .btn {
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}

.hero-section .overlay-button .btn:hover {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Custom vertical indicators */
.hero-section .carousel-indicators {
  position: absolute !important;
  top: 50% !important;
  right: 20px !important;
  transform: translateY(-50%) !important;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 10px;
  left: unset;
  margin: 0 !important;
  width: auto !important;
}

input[type="date"] {
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-section .carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0%;
  background-color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
  border: none !important;
  margin: 5px 10px !important;
}

.hero-section .carousel-indicators .active {
  background-color: #ffffff !important;
  margin: 5px 10px !important;
}

/* Newsletter Section */
.nasir-subscribe-form-row {
  background: #f9f9f9 !important;
  padding: 40px 0;
  text-align: center;

}

.nasir-subscribe-form-row h2,
button {
  font-family: "Lato", sans-serif !important;
}

.nasir-subscribe-form-row .form-control {
  font-family: "Lato", sans-serif !important;
}

@media (width <=768px) {
  .newsletter-res {
    flex-direction: column !important;
  }
}

.this-dashed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.this-texts h2 {
  font-size: 44px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  color: #5b5b5b !important;
  font-family: "Lato", sans-serif !important;
}

@media (width <=501px) {
  .this-texts h2 {
    font-size: 27px !important;
  }
}

.this-form {
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.this-form input[type="email"] {
  flex: 1;
  border: 1px solid #ccc;
  padding: 12px 15px;
  font-size: 14px;
  border-radius: 2px 0 0 2px;
  outline: none;
}

.input-group-addon {
  display: flex;
}

.res-btn {
  background: #444;
  color: #fff;
  padding: 12px 25px;
  font-size: 14px;
  border: none;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  text-transform: none;
}

/* booking section  */
.arrival-booking h2 {
  font-size: 60px;
  font-weight: 600;
  color: #000;
}

.main-border {
  border: 0.5px solid #ececec;
}

.booking-box {
  border: 0.5px solid #ececec;
  padding: 20px;
  text-align: center;
  position: relative;
  min-height: 150px;
}

.booking-box:nth-child(1) {
  border-right: 0 !important;
  border-left: 0 !important;
}

.booking-box:nth-child(2) {
  border-right: 0 !important;
}

.booking-box:nth-child(3) {
  border-right: 0 !important;
}

.booking-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
}

.booking-value {
  font-size: 2.5rem;
  font-weight: 600;
}

.booking-subtext {
  font-size: 1rem;
  color: #666;
}

.calendar-arrow {
  cursor: pointer;
  font-size: 1.2rem;
  color: #555;
}

.arrow-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.arrow-buttons button {
  border: none;
  background: transparent;
  font-size: 1.2rem;
  color: #888;
  line-height: 1;
  cursor: pointer;
}

.check-btn {
  background-color: #EDE8E5;
  border: none;
  padding: 1.2rem 2rem;
  font-weight: 500;
  width: 100%;
  color: #5b5b5b;
  text-transform: uppercase;
}

.check-btn:hover {
  background-color: #5b5b5b !important;
  color: #EDE8E5 !important;
}

.datepicker-hidden {
  position: absolute;
  left: 0px;
  top: 70px;
  opacity: 0;
}

.ui-datepicker {
  z-index: 10 !important;
  display: flex !important;
  gap: 20px;
  width: auto !important;
  padding: 0 !important;
}

.ui-datepicker-buttonpane {
  display: none !important;
}

@media (max-width: 768px) {
  .booking-value {
    font-size: 2rem;
  }

  .calendar-arrow {
    font-size: 1rem;
    top: 5px;
    right: 5px;
  }

  .check-btn {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}

/* KOLU GROUP OF HOUSEBOATS */


.nasir-welcome-style .this-images img,
.img-section {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  position: relative;
}

/* @media (width <=992px) {
  .nasir-welcome-style .this-images img {
    height: auto !important;
  }
} */

.lightbox-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 50px;
  width: 50px;
  background-color: #5B5B5B;
  color: white;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.this-texts .subtitle {
  letter-spacing: 0.3em !important;
  padding-bottom: 0 !important;
}

.lightbox .lb-image {
  border: none !important;
}

.lightbox {
  position: relative;
  height: 100% !important;
}

.lb-data .lb-close {
  position: absolute;
  top: 0;
  right: 300px;
}

.nasir-welcome-style .this-images::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -20px;
  height: 100%;
  width: 95%;
  z-index: 9;
  border: 1px solid #DADADA;
}

@media (width <=768px) {
  .nasir-welcome-style .this-images::before {
    top: 13px !important;
    left: 4px !important;
    width: 94% !important;
    z-index: 9 !important;
  }
}

.nasir-welcome-style p+p {
  border: none !important;
}

.nasir-welcome-style p {
  padding-bottom: 0 !important;
  font-family: "Lato", sans-serif !important;
  text-align: justify;
}

.nwelcomestyle h2 {
  padding-right: 30px;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .nasir-welcome-style p {
    padding-right: 30px !important;
  }
}

@media (min-width: 992px){
  .nasir-welcome-style p {
    max-width: 630px;
  }
}

/* @media (min-width: 1026px) and (max-width: 1300px){
.nasir-welcome-style p {
    max-width:unset !important;
   
  }
} */

/* wel-box */
.wel-box .icon-box {
  position: relative;
  width: fit-content !important;
  margin: auto !important;
  max-width: 100% !important;
}

.wel-box .icon-box:nth-child(4) {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.wel-box:before {
  display: none !important;
}

.wel-box .icon-box:before {
  content: '';
  position: absolute !important;
  border: 1px solid #d9d9d9 !important;
  top: 30px !important;
  left: -20px !important;
  right: 20px !important;
  bottom: -30px !important;

}

@media (width <=991px) {
  .wel-box .icon-box:before {
    width: auto;
  }
}

.wel-box h4 {
  color: #0e1322;
  text-align: center;
  /* font: 400 1.57em / 1.4em 'PT Serif', serif; */
  font-family: "Lato", sans-serif !important;
  margin: 0.5em 0 0;
  padding: 0;
  position: absolute !important;
  bottom: -25px !important;
  font-size: 16px !important;
}

.wel-box .overlay {
  background-color: transparent !important;
}

/* Rooms And Suits */
.room-and-suits-style .subtitle {
  letter-spacing: 0.3em !important;
  padding-bottom: 0 !important;
}

.book-btn {
  background-color: #ede8e5 !important;
  font-size: 14px;
  border-radius: 0 !important;
  padding: 13px 30px !important;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}

.book-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #5B5B5B;
  transition: width 0.2s ease-in;
}

.book-btn:hover {
  background-color: #5b5b5b !important;
  border: 1px solid #5b5b5b !important;
  color: #fff !important;
}

.book-btn:hover:after {
  width: 100%;
}

.rooms-slide {
  position: relative;
}

.rooms-slide ul li {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  color: #5b5b5b !important;
}

/* .rooms-slide p{
  font-size: 16px !important;
  line-height: 25px !important;
  max-width: 800px;
} */
.rooms-slide::before {
  content: "";
  position: absolute;
  min-height: 100%;
  border: 1px solid #DADADA;
  top: -30px;
  width: 96%;
  left: 50%;
  transform: translateX(-50%);
}

.room-and-suits-style .fade {
  opacity: 1 !important;
}

.room-and-suits-style .nav-pills .nav-link.active {
  color: #5b5b5b !important;
  font-weight: 700;
  background-color: transparent;
}

.room-and-suits-style .nav-pills .nav-link {
  color: #5b5b5b !important;
}

.room-and-suits-style .carousel-item img {
  object-fit: cover !important;
  height: 100% !important;
}

.room-and-suits-style .room-details {
  padding: 25px !important;
  background: #fff !important;
}

.room-and-suits-style .thumb-img {
  height: 128px !important;
  object-fit: cover !important;
}

.room-and-suits-style .thumbnail-card {
  cursor: pointer !important;
  /* max-width: 344px !important; */
}

.room-and-suits-style .carousel-item h4 {
  font-size: 36px !important;
  color: #5b5b5b;
}

.room-and-suits-style .carousel-item h5 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #5b5b5b;
}

.room-and-suits-style .carousel-item p {
  color: #5b5b5b;
  font-size: 16px !important;
  line-height: 25px !important;
  max-width: 700px !important;
  text-align: justify;
}

.thumbnail-card img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.thumbnail-card.selected img {
  opacity: 1;
}

.thumbnail-card .card-title {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.thumbnail-card.selected .card-title {
  opacity: 1;
}

.room-and-suits-style .carousel-item li {
  margin-bottom: 5px;
}

.room-and-suits-style .table>thead>tr>th,
.table>tbody>tr>th,
.room-and-suits-style .table>tfoot>tr>th,
.room-and-suits-style .table>thead>tr>td,
.room-and-suits-style .table>tbody>tr>td,
.room-and-suits-style .table>tfoot>tr>td {
  line-height: 1 !important;
  vertical-align: top;
  border-top: none !important;
  box-shadow: none !important;

}

.room-and-suits-style .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.room-and-suits-style .table-striped>tbody>tr {
  border: none !important;
  border-color: transparent !important;
}

.room-and-suits-style .table th {
  width: 40% !important;
  word-spacing: nowrap;
}

.room-and-suits-style .table td {
  width: 60% !important;
}

.thumbnail-card .card-title {
  font-size: 20px !important;
  color: #5b5b5b !important;
}

/* 
@media (width <=767px){
  .room-and-suits-style table {
    display: table !important;
    width: auto !important;
   
   
  }
  .room-and-suits-style .table-responsive{
    display: block !important;
    width: auto !important;
    overflow-x: unset !important;
    max-width: none !important;
    white-space: normal !important;
  }
} */
@media (width >=1200px) {
  .room-and-suits-style .thumbnail-card {
    flex-direction: row !important;
  }
}

@media (width >=1026px) {
  .room-and-suits-style .thumb-img {
    width: 54%;
  }

  .room-and-suits-style .card-body {
    width: 50%;
  }

  /* .room-and-suits-style .thumbnail-card{
    max-width: 270px !important;
  } */
}

@media (max-width: 1026px) {
  .room-and-suits-style .thumbnail-card {
    flex-direction: column !important;
  }
}

@media (min-width: 768px) {

  #thumbPrev,
  #thumbNext {
    display: none;
  }

  #thumbnailWrapper {
    /* overflow-x: auto !important; */
    scroll-behavior: smooth;
  }

  #thumbnailTrack {
    flex-wrap: nowrap;
    width: max-content;
    transform: none !important;
  }

  .thumbnail-card {
    flex: 0 0 auto;
    flex-direction: row !important;
  }
}

@media (max-width: 767px) {
  #thumbnailWrapper {
    overflow: hidden;
  }
}

.room-and-suits-style {
  background-color: #F8F8F8 !important;
}

.spa-offer .img_holder {
  height: 60vh !important;
}

.spa-offer .img_holder .room-ad-cont {
  width: 20vw !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #5b5b5bce !important;
  padding: 50px !important;
}

.our-offer-left p {
  text-align: center;
  font-family: "Lato", sans-serif !important;
}

.sec-header3 {
  text-align: center;
}

.spa-offer .img_holder .overlay:before {
  display: none !important;
}

.spa-offer .img_holder .room-ad-cont h3 {
  font-size: 35px !important;
  display: inline;
}

.offer-img-box2 {
  width: 100% !important;
}

.img_holder img {
  width: 100% !important;
  height: 60vh !important;
  object-fit: cover;
}

.our-offer-htwo {
  background: none !important;
}

.our-offer-htwo .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: #5b5b5b !important;
}

/* Amazing experiecne with Kolu */
#title {
  color: #5b5b5b !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

#sub_title {
  font-family: "Lato", sans-serif !important;
}

.room-suite-htwo .item .ro-txt h3:after {
  display: none !important;
}

.room-suite-htwo .item .ro-txt {
  background-color: #F8F8F8 !important;
  padding: 15px !important;
}

.room-suite .item {
  position: relative;
  margin-top: 30px !important;
  overflow: unset !important;
}

.room-suite .item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 89%;
  border: 1px solid #DADADA;
  top: -20px;
  left: 50%;
  transform: translateX(-51%);
  z-index: -1;
}

.room-suite-htwo .ro-text-two .left-p-two .res-btn {
  font-size: 14px;
  background: #5B5B5B !important;
  color: #FFFFFF !important;
  border-radius: 0 !important;
  padding: 7px 20px !important;
  text-transform: uppercase !important;
  position: relative !important;
  overflow: hidden !important;
}

.room-suite-htwo .ro-text-two .left-p-two .res-btn:hover {
  background-color: #a1a1a1 !important;
  color: #ffffff !important;
}

.room-suite .item .ro-img:before {
  display: none !important;
}

.room-suite img:hover {
  transform: scale(1.2) !important;
  transition: transform 0.3s ease-in-out;
}

.room-slider .roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev,
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-next {
  background-color: #5b5b5b !important;
}

.testimonials-wrapper .item .test-cont {
  background-color: transparent !important;
  font: 400 1.0175em / 1.8em "Lato", sans-serif !important;
}

.testimonials-wrapper .owl-theme .owl-dots .owl-dot {
  display: inline-block !important;
  border-radius: 0 !important;
}

.testimonials-wrapper .owl-theme .owl-dots .owl-dot.active span,
.testimonials-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #5b5b5b !important;
}

@media (width >=501px) {
  .owl-theme .owl-dots .owl-dot span {
    border-radius: 0 !important;
    width: 90px !important;
    height: 5px !important;
  }
}

.testimonials-wrapper .item .test-cont:after {
  display: none !important;
}

.test-cont p {
  text-align: center !important;
  color: #5b5b5b !important;
}

.test-cont p b {
  font-size: 30px;
  font-family: "Lato", sans-serif !important;
}

.testimonials-wrapper .item .test-bot .client_name {

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.client_name h5 {
  color: #5b5b5b !important;
}

.client_name a {
  color: #5b5b5b !important;
  font-family: "Lato", sans-serif !important;
}

.sec-header-two h2:after,
.sec-header-two h3:after {
  display: none !important;
}

/* blog */

.media-body {
  width: auto !important;
  background-color: #FFFFFF;
  z-index: 10;
  position: relative;
}

.media {
  position: relative;
  overflow: visible !important;
  background-color: #FFFFFF;
}

.media::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 90%;
  border: 1px solid #DADADA;
}

.text-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  white-space: normal;
}


/* innner page header */
.final-inner-header {
  position: relative;
}

.header-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.header-title h2 {
  text-align: center;
}

@media (max-width: 767px) {
  .final-inner-header .this-title {
    font-size: 40px !important;
  }
}

.header-title h2::after {
  display: none !important;
}

.breadcrumb {
  background: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
}

.final-inner-header {
  position: relative;
}

.final-inner-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.5;
}

/* about us  */
.history_content>p {
  font: 15px / 26px "Lato", sans-serif !important;
  text-align: justify;
}

/* about content */
.about-info-box .img-box:before,
.img-cap-effect .img-box .img-caption:before {
  display: none !important;
}

.about-section {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media (min-width: 992px) {
  .about-section {
    flex-direction: row;
  }
}

.text-content {
  flex: 1;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
}

.content-wrapper {
  max-width: 700px;
}

.content-wrapper h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: #444;
  margin-bottom: 20px;
}

.content-wrapper h5 {
  font-weight: 400;
  color: #888;
  margin-bottom: 20px;
}

.content-wrapper p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
}

.image-content {
  flex: 1;
  max-height: 100vh;
  overflow: hidden;
}

.image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* accommodations */
.room-t-wrapper .content h2:after {
  display: none !important;
}

.room-t-wrapper .content p,
.about-info-box p {
  font: 400 1.0715em / 1.8em "Lato", sans-serif !important;
  
}
.room-t-wrapper .content p{
  text-align: justify;
}
.entry {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.entry p{
  text-align: justify;
}
.tariffs__right-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  padding-top: 20px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tariffs__right-box .accordion-header {
  margin: 0 !important;
}

.accordion-button {
  font-weight: 600;
  background-color: #f0f0f0;
  color: #333;
}

.accordion-button:not(.collapsed) {
  color: #5c5c5c !important;
  background-color: #e2e2e2;
}

.accordion-body {
  font-size: 0.95rem !important;
  color: #555;
}

.tariffs__right-box .accordion-button:not(.collapsed) {
  color: #5b5b5b !important;
  background-color: #f3f3f3 !important;
}

.tariffs__right-box .accordion-button:focus {
  border-color: #DADADA !important;
  box-shadow: 0 0 0 .25rem rgb(195 195 195 / 25%) !important;
}

.tariffs__right-box .accordion-button::after {
  color: #5b5b5b;
  /* Set to your desired color */
  filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(85%);
}

.tariffs__right-box .accordion-button:not(.collapsed)::after {
  color: #5b5b5b;
  /* Also when expanded */
  filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(85%);
}

.gld {
  background-color: #5b5b5b !important;
}

@media (max-width: 991px) {
  .row>div {
    margin-bottom: 20px;
  }
}

/* Blog Details */
.single-blog-post .date-box {
  border: none !important;
  background-color: #5b5b5b !important;
}

.single-post-wrapper .img-box {
  width: 100% !important;
  object-fit: cover !important;
}

.single-sidebar-widget .popular-post .img-box {
  width: 150px !important;
}

.single-sidebar-widget .popular-post .img-box img {
  max-height: 92px !important;
  width: 100% !important;
}

.single-sidebar-widget .popular-post .content {
  padding-left: 10px !important;
}

/* testimonials page */
.testimonial-sec-p {
  border: none !important;
}

.testimonial-sec-p:last-child {
  padding: 4em 1em !important;
}

.review-section .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.testimonial-p .media-left a img {
  border: none !important;
}

.testimonial-p .media-body h3,
.testimonial-p .media-body p {
  color: #5b5b5b !important;
}

.testimonial-p .media-body span:last-child {
  color: #5b5b5b !important;
}

/* blog-list */
.blog-list {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  z-index: 10;
  background-color: #ffff;
}

.blog-list .img-box img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

/* .blog-list::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid #DADADA;
  top: -20px;
  left: -20px;
  z-index: 9;
} */
.text-wrapper {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  white-space: nowrap;
}



.terms-container {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  margin-bottom: 50px;
}

.terms-container h1,
h2 {
  color: #5b5b5b;
}

.terms-container p {
  color: #5b5b5b;
}

.terms-container h5 {
  font-size: 20px;
  color: #5b5b5b !important;
}

.terms-content ul li {
  font-size: 18px !important;
  margin-bottom: 10px;
}

/* Footer Styling */
.footer-wrapper {
  background: #5B5B5B !important;
  color: #fff;
  padding: 40px 0;
}

.footer-wrapper .widget {
  margin-bottom: 30px;
}

.footer-wrapper h4.widget_title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.widget-contact-list ul,
.widget ul.nav {
  list-style: none;
  padding: 0;
}

.widget-contact-list ul li,
.widget ul.nav li {
  margin-bottom: 0px;
  color: #ccc;
}

.widget-contact-list ul li a,
.widget ul li a {
  color: #ccc;
  text-decoration: none;
}

.widget-contact-list ul li a {
  position: relative;
  display: inline !important;
}

.bottom-effect::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff !important;
  transition: width 0.3s ease-in;
}

.bottom-effect:hover:after {
  width: 100% !important;
}

.widget-contact-list ul li a .widget ul.nav li a i {
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
}

.footer-copy {
  border-top: 1px solid #666;
  padding: 15px 0;
  text-align: center;
  color: #aaa;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
  .this-form {
    flex-direction: column;
  }

  .this-form input[type="email"] {
    width: 100%;
    border-radius: 2px;
  }

  .input-group-addon {
    margin-top: 10px;
  }

  #ContactForm .res-btn {
    width: auto !important;
  }
}

/* 06-05-2025 */
.widget-contact-list ul li a {
  color: white !important;
  text-transform: capitalize;
  font: 400 1.0715em / 2.3em "Lato", sans-serif !important;
}

.footer {
  background: #5B5B5B !important;
}

footer {
  background: #5B5B5B !important;
  position: relative;
}

.footer-copy p {
  font: 400 1.0715em / 2.3em "Lato", sans-serif !important;
  color: #FFFFFF !important;
  padding: 0;
  margin: 0;
  text-align: center;
}

.footer-copy {
  position: relative;
  border-top: 1px solid #FFFFFF !important;
  padding: 1em 0 0;
}

.news-wrapper {
  background: #FFFFFF !important;
}

.widget.get-in-touch ul li .fleft {
  color: #FFFFFF !important;
  font: 400 1.0715em / 1.5em "Lato", sans-serif !important;
}

.widget.get-in-touch ul li i {
  color: #FFFFFF !important;
}

.widget-contact h4:after,
.get-in-touch h4:after,
.widget-links h4:after {
  display: none !important;
}

/* Summary Section Styling */
.icon-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.icon-title {
  font-weight: 700;
  font-size: 18px;
}

.nasir-activities2 {
  background: #5B5B5B !important;
}
.nasir-activities2 p{
  text-align: justify;
}
#home_summary .title_heading #title {
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF !important;
}

/* Renting houseboats in Dal Lake, Srinagar, Nigeen Lake, Kashmir Houseboats for your vacation can be a memorable and rewarding experience for several reasons: */
#home_summary .title_heading #summary_title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF !important;
}

/* Kolu Group- Making Your Stay Memorable */
#home_summary .title_heading #sub_title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: capitalize;
  color: #FFFFFF;
}

.nav {
  display: block !important;
}

#amazing_experience_contents {
  background: #FFFFFF !important;
}

#amazing_experience_contents .sec-header #heading_title {
  color: #5B5B5B !important;
}

#amazing_experience_contents .sec-header .room-suite-htwo .item .ro-txt #title {
  color: #5B5B5B !important;
}

#amazing_experience_contents .room-and-suits-style .room-suite-htwo .item .ro-txt h3 {
  color: #5B5B5B !important;
}

.room-t-wrapper .img-holder:before {
  border: none !important;
}

.room-t-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.tabs-container {
  display: flex;
  width: 600px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.tab-buttons {
  display: flex;
  flex-direction: column;
  width: 150px;
  border-right: 1px solid #ccc;
  background: #f9f9f9;
}

.tab-button {
  padding: 15px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s;
}

.tab-button:hover,
.tab-button.active {
  background-color: #e0e0e0;
}

.tab-contents {
  flex: 1;
  position: relative;
  min-height: 200px;
}

.tab-content {
  opacity: 1;
  transition: opacity 0.4s ease;
  width: 100%;
  padding: 20px;
}

.tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.ro-facilitie ul li {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* horizontal, vertical, blur, color */
  border-radius: 8px;
  /* optional for rounded corners */
  padding: 10px;
  background: #fff;
  /* optional for better visibility */
  margin: 10px;
  /* spacing between items */
}

.popular-post ul li {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 15px;
}

.availability-card {
  max-width: 400px;
  margin: 2rem auto;
  padding: 2rem;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.availability-card h4 {
  font-weight: 500;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 500;
}

.required::after {
  content: "*";
  color: #dc3545;
  margin-left: 4px;
}

.note {
  font-size: 0.75rem;
  color: #a0a0a0;
}

.btn-check-availability {
  background-color: #e5dedb !important;
  border: none;
  width: 100%;
  padding: 0.75rem !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #555;
  border-radius: 0 !important;
}

.btn-check-availability:hover {
  background-color: #5B5B5B !important;
  color: #fff !important;
}

@media (width <=325px) {
  .btn-check-availability {
    font-size: 12px !important;
  }
}

#detail_tab_section {
  width: 100%;
}

code {
  color: #5B5B5B !important;
  background-color: transparent !important;
}

#roomTabs .tab-container {
  display: flex;
  max-width: 900px;
  margin: auto;
}

#roomTabs .tab-buttons {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}

#roomTabs .tab-buttons label {
  padding: 1rem;
  cursor: pointer;
  color: #666;
  font-weight: bold;
  transition: color 0.3s;
}

#roomTabs .tab-buttons label:hover {
  color: black;
}

#roomTabs input[type="radio"] {
  display: none;
}

#roomTabs .tab-content {
  flex: 1;
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Show selected tab */
#roomTabs #desc:checked~.tab-buttons label[for="desc"],
#roomTabs #amen:checked~.tab-buttons label[for="amen"] {
  color: black;
}

#roomTabs #desc:checked~.tab-content-wrap #desc-content,
#roomTabs #amen:checked~.tab-content-wrap #amen-content {
  display: block;
}
#desc-content p{
  text-align: justify;
}
#roomTabs .tab-content-wrap {
  flex: 1;
}

#roomTabs .tab-content h4 {
  margin-top: 0;
}

#roomTabs ul {
  padding-left: 1.2rem;
}

#roomTabs ul li {
  margin-bottom: 5px;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wel-box {
  background: transparent !important;
  padding: 0px !important;
}

.service_image {
  height: 165px;
  width: 300px;
  object-fit: cover;
}

#viewMoreBtn,
#viewLessBtn {
  border: none;
  padding: 10px;
  border-radius: 5px;
  background: gray;
  color: white;
  cursor: pointer;
}

#viewMoreBtn:focus,
#viewLessBtn:focus {
  outline: none;
}

#btn_label_text {
  font-size: 14px;
  background: #5B5B5B !important;
  color: #FFFFFF !important;
  border-radius: 0 !important;
  padding: 13px 30px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

#btn_label_text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #5B5B5B;
  transition: width 0.3s ease-in;
}

#btn_label_text:hover {
  background-color: white !important;
  color: #5B5B5B !important;
  border: 1px solid #5b5b5b !important;
}

#btn_label_text:hover:after {
  width: 100%;
}

.offer-main {
  padding: 40px 0;
}

.img-holder {
  position: relative;
}

.img-holder .overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  border: none !important;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 0 !important;
}

.image-border {
  position: relative;
}

.dining-container .owl-carousel .item::after {
  content: '';
  position: absolute !important;
  border: 1px solid #DADADA !important;
  top: 20px !important;
  left: -10px !important;
  right: 20px !important;
  bottom: -30px !important;
  z-index: 10;
}

.dining-container .owl-carousel .item h2 {
  color: #0e1322;
  text-align: center;
  /* font: 400 1.57em / 1.4em 'PT Serif', serif; */
  font-family: "Lato", sans-serif !important;
  margin: 0.5em 0 0;
  padding: 0;
  position: absolute !important;
  bottom: -25px !important;
  font-size: 16px !important;
}

.dining-container .owl-carousel .item {
  margin-top: 30px !important;
  overflow: unset !important;
  margin-bottom: 30px;
}

/* contact page */
.nasir-contact .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  border: none !important;
}

.contact-info {
  padding: 20px !important;
}

.contact-info h2:after {
  display: none !important;
}

.contact-info .media-contact-icon {
  height: 30px;
  width: 30px;
  background: #5b5b5b !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info .media-contact-info p {
  color: #5B5B5B !important;
}


.input-group-addon .res-btn {
  font-size: 14px;
  background: #5B5B5B !important;
  color: #FFFFFF !important;
  border-radius: 0 !important;
  padding: 13px 30px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.input-group-addon .res-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #5B5B5B;
  transition: width 0.5s ease-in;
}

.input-group-addon .res-btn:hover {
  background-color: white !important;
  color: #5B5B5B !important;
  border: 1px solid #5b5b5b !important;
}

.input-group-addon .res-btn:hover:after {
  width: 100%;
}

.book-left-content {
  background: #FFF !important;
}

.single-room-wrapper .room-fac-wrapper h2:after,
.single-room-wrapper .room-overview h2:after,
.single-room-wrapper .question-wrapper h2:after {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1026px) {
  .single-sidebar-widget .popular-post li {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .single-sidebar-widget .popular-post li {

    width: 47% !important;

  }

  @media (width <=768px) {
    .single-sidebar-widget .popular-post li {

      width: 100 !important;
      margin-right: 3% !important;
    }
  }
}

@media (max-width: 768px) {
  .common-pad {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 501px) {
  .header-btn {
    padding: 9px 16px !important;
    font-size: 12px !important;
  }

  .logo p {
    font-size: 12px;
  }
}

.offer-content h2:after {
  display: none !important;
}

@media (max-width: 991px) {
  .offer-deal-dark .col-md-6 {
    width: 100% !important;
  }

  .offer-deal-dark .order-md-1 {
    order: 2 !important;
  }

  .offer-deal-dark .order-md-2 {
    order: 1 !important;
  }
}

.offer-main .img-holder img {
  width: 100% !important;
}

.offer-main .offer-content {
  padding-left: 2em !important;
}
.offer-content p {
    font: 400 1.0715em / 1.8em "Lato", sans-serif !important;
    text-align: justify;
}
@media (max-width: 991px) {
  .offer-deal .img-holder {

    width: 100% !important;

  }

}

.testimonial-p .media-body h3 {
  font: 1.5em / 1em "Lato", sans-serif !important;
}

.testimonial-p .media-body p {
  font: 400 1.0715em / 1.8em "Lato", sans-serif !important;
}

.testimonial-p .media-body span:last-child {
  font: 600 1.0715em / 1em "Lato", sans-serif !important;
}

@media (width <=502px) {
  .img-cap-effect {
    display: flex !important;
    flex-direction: column !important;
  }

  .single-sidebar-widget .popular-post .img-box img {
    max-height: 130px !important;
    width: 100% !important;
  }

  .single-sidebar-widget .popular-post .img-box {
    width: 100% !important;
  }

  .single-sidebar-widget .popular-post .content {
    padding-right: 10px !important;
  }
}

.breadcrumb {
  text-wrap: nowrap;
}

@media (max-width: 767px) {
  .single-room-wrapper .owl-nav {
    display: none !important;
  }

  #roomTabs .tab-buttons {

    flex-direction: row !important;
    width: 100% !important;
    border: none !important;
  }

  .tab-container {
    flex-direction: column !important;

  }

  .single-sidebar-widget .popular-post .content {
    padding: 10px !important;
  }

  .single-sidebar-widget .popular-post li {
    width: 100% !important;
  }
}

.spa-dining p {
  text-wrap: wrap !important;
}

.single-blog-post .read-more {
  border: none !important;
  background-color: #5b5b5b !important;
  color: #fff !important;
  position: relative;
}

.single-blog-post .read-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #5B5B5B;
  transition: width 0.5s ease-in;
}

.blog-det-img {
  max-height: 600px;
}

.single-blog-post .read-more:hover {
  background-color: white !important;
  color: #5B5B5B !important;
  border: 1px solid #5b5b5b !important;
}

.single-blog-post .read-more:hover:after {
  width: 100%;
}

.single-blog-post h3 {
  font: 600 1.33em / 1em "Lato", sans-serif !important;
}

.single-blog-post p {
  font: 400 1.0715em / 1.8em "Lato", sans-serif !important;
  margin-bottom: 0 !important;
}

.single-blog-post .date-box .date-inner .date-c-inner p {
  font: 2em / 1em "Lato", sans-serif !important;
}

.single-blog-post h3 a:hover,
.single-blog-post h3 a:focus {
  text-decoration: none !important;
  color: black !important;
}

.single-sidebar-widget .popular-post .content a h4 {
  font: 600 1em / 1em "Lato", sans-serif !important;
}

.single-sidebar-widget .popular-post .content span {
  font: 400 0.93em / 1em "Lato", sans-serif !important;
}

#blog-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
}

.blog-view .btn-read-more {
  border-radius: 0 !important;
  background-color: #5b5b5b !important;
}

.blog-view .btn-read-more:hover {
  background-color: transparent !important;
  color: #5b5b5b !important;
  border: 1px solid #5b5b5b !important;
}

.nasir-subscribe-form-row .this-form {
  width: 100% !important;
}

@media (width <=991px) {
  .home4offers-two .offer-right {
    margin-top: 0 !important;
  }
}

.our-offer-htwo .carousel-indicators {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 20%;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-right: 0;
  display: unset !important;
}

@media (max-width: 1024px) {
  .spa-offer .img_holder .room-ad-cont h3 {
    font-size: 18px !important;
  }

  .spa-offer .img_holder .room-ad-cont {
    padding: 9px !important;
    width: 13vw !important;
  }
}

@media (max-width: 650px) {
  .our-offer-htwo .carousel-indicators {
    display: none !important;
  }
}

.sub-btn {
  background-color: #5b5b5b !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.sub-btn:hover {
  background-color: transparent !important;
  border: 1px solid #5b5b5b !important;
  color: #5B5B5B !important;
}

#desc-content {
  font-size: 16px !important;
  color: #5b5b5b !important;
}

#amen-content ul li {
  font-size: 16px !important;
  color: #5b5b5b !important;
  padding-left: 0 !important;
}

.nasir-subscribe-form-row .this-dashed {
  padding: 21px 0px !important;
}

.home-footer .newsletter-res {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.book-right h2:after {
  display: none !important;
}

.book-left-content {
  padding: 20px !important;
  height: 100%;
}

.book-right {
  padding-left: 0 !important;
  padding: 20px !important;
}
.book-section .card{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  border: none !important;
}
.our-special-wrapper p{
  font: 400 1.0715em / 1.8em "Lato", sans-serif !important;
  margin: 0 !important;
}

.book-left-content span {
    color: #404040;
    display: inline-block !important;
    font: 600 1em / 1.5em "Lato", sans-serif !important;
    margin: 0 0 0.7em;
}