.traning-slider {
  height: 100vh;
}
.traning-img {
  position: relative;
  height: 100%;
}
.traning-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000b0;
}
.traning-slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.traning-img img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.traning-carousel.owl-carousel .owl-nav button.owl-next,
.traning-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 46%;
  font-size: 80px;
  color: #0084d1;
}
.traning-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.traning-carousel.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.traning-carousel.owl-carousel .owl-dots .owl-dot.active span,
.traning-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  height: 10px;
  width: 10px;
  background: #0084d1;
}
.traning-carousel.owl-carousel .owl-dots .owl-dot span {
  background: #1d2c1c;
}

.venue-carousel.owl-carousel .owl-nav button.owl-next,
.venue-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 46%;
  font-size: 30px;
  color: #0084d1;
  background: aliceblue;
  height: 35px;
  width: 35px;
  line-height: 8px;
  border-radius: 50%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.venue-carousel.owl-carousel .owl-nav button.owl-next span,
.venue-carousel.owl-carousel .owl-nav button.owl-prev span {
  line-height: 16px;
  padding-bottom: 5px;
}
.venue-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.venue-carousel.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.traning-carousel.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}
.expert-carousel .owl-dots .owl-dot span,
.testimonial-carousel .owl-dots .owl-dot span {
  background: #909191;
}

.expert-carousel .owl-dots .owl-dot.active span,
.expert-carousel .owl-dots .owl-dot:hover span,
.testimonial-carousel .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-dots .owl-dot:hover span {
  background: #0084d1;
}

.expert-img {
  height: 250px;
  width: 100%;
}
.expert-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.expert-slider {
  border-radius: 50px;
  height: 500px;
  position: relative;
}
.expert-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #0000008c;
  z-index: 1;
}
.expert-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.expert-slider-text {
  position: absolute;
  bottom: 40px;
  right: 50px;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
}
.lh-1 {
  line-height: 16px;
}
.lh-2 {
  line-height: 40px;
}
@media (max-width: 767px) {
  .sect_pad {
    padding: 50px 0px !important;
  }
}
@media (min-width: 768px) {
  .sect_pad {
    padding: 80px 0px !important;
  }
}
.row-gap-1 {
  row-gap: 20px;
}
.row-gap-2 {
  row-gap: 25px;
}
.row-gap-3 {
  row-gap: 30px;
}

.object-fit-cover {
  object-fit: cover;
}
.rotate-45 {
  rotate: 45deg;
}

.list-style-4 li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #007eba;
  position: absolute;
  top: 11px;
  left: 0;
}
.list-style-4 li {
  position: relative;
  padding-left: 15px;
}
.hotel-stats {
  background: linear-gradient(135deg, #111, #1c1c1c);
  color: #fff;
  padding: 80px 20px;
}

.content {
  max-width: 520px;
}

.content h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content h2 span {
  color: #f5c76a;
}

.rating {
  font-size: 20px;
  color: #f5c76a;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.rating span {
  font-weight: 600;
  margin-left: 10px;
}

.tagline {
  font-size: 15px;
  opacity: 0.8;
}

.stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.stat-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.stat-circle h3 {
  font-size: 34px;
  margin: 0;
}

.stat-circle p {
  font-size: 14px;
  opacity: 0.85;
  margin-top: 6px;
}

.stat-circle:hover {
  transform: translateY(-10px);
  border-color: #f5c76a;
  box-shadow: 0 15px 40px rgba(245, 199, 106, 0.3);
}

.stat-circle.highlight {
  background: radial-gradient(circle at top, #f5c76a33, transparent);
  border-color: #f5c76a;
}
.facilities {
  background: #f2f2f2;
  padding: 80px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.facilities-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.facilities-header h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.facilities-header h2 span {
  color: #0077b6;
}

.btn-primary {
  background: #0077b6;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #005f8d;
  transform: translateY(-2px);
}

.facility-item {
  border-bottom: 1px solid #ccc;
  padding: 50px 0px;
}

.facility-item:last-child {
  border-bottom: 0px;
}

.facility-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
}

.facility-item:hover img {
  transform: scale(1.03);
}

/* Content */
.facility-content {
  position: relative;
}
.count {
  font-size: 68px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 0px 30px;
  border-radius: 20px;
  display: inline-block;
  background: linear-gradient(135deg, #0077b6, #00b4d8);
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .facility-item {
    grid-template-columns: 1fr;
  }
  .facilities-header h2 {
    font-size: 30px;
  }
}
.whatsapp-btn {
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.whatsapp-btn:hover {
  color: #0084d1;
}
.whatsapp-btn:hover svg {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.book-btn {
  background-color: transparent;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  border: 1px solid #686868;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
}
.book-btn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #686868;
  transform: scale(1.07);
}
.top_header.top_fixed {
    position: fixed !important;
    background-color: rgb(36, 36, 36);
}

@media (max-width: 767px) {
  .main-title {
    font-size: 30px !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
}

@media (max-width: 1441px) {
  .footer_brand_logo img {
    width: 120px !important;
  }
}

#top-bar {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.4s ease;
  z-index: 1000;
}

#top-bar.active {
  top: 0;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
#top-bar .nav_container .nav_item {
  color: #ffffff;
}
#top-bar.active .nav_container .nav_item:hover {
  color: #ffffff;
}
#top-bar .container {
  margin-top: 10px;
}
#top-bar.active .container {
  margin-top: 0px;
}
#top-bar.active .nav_container .nav_item {
  color: #000000;
}
.nav_container .nav_item.active {
  color: #fff !important;
}

#top-bar #toggle_button svg path {
  stroke: #ffffff;
}
#top-bar.active #toggle_button svg path {
  stroke: #000000;
}

.btn-outline-custom {
    color: #1ebfec ;
    border-color: #1ac4e3 ;
    font-weight: 600;
}
.btn-outline-custom:hover {
    color: #ffffff ;
    border-color: #1ac4e3 ;
    background-color: #1ac4e3;
    font-weight: 600;
}
.text-justify{
  text-align: justify;
}