.about-section {
  background: #fff;
}

.about-card {
  background: #f9f9f9;
  border-radius: 6px;
}

.about-heading {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-heading .highlight {
  color: #0d4ea0; /* blue highlight */
}

.heading-line {
  width: 500px;
  border: 1px solid #0d4ea0;
  margin: 0 auto;
}

.about-card p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}

.about-img-box {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  display: inline-block;
}

.about-section .btn-primary {
  background: #0d4ea0;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 4px;
}

.about-section .btn-primary:hover {
  background: #08326a;
}

.room-img img {
  border-radius: 6px;
}

.facilities-box {
  background: #f9f9f9;
  border-radius: 6px;
}

.facilities-box h4 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #0d4ea0;
  display: inline-block;
  padding-bottom: 4px;
}

.room-facilities li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.room-facilities i {
  color: #0d4ea0;
  margin-right: 10px;
}

.room-description {
  margin-top: 30px;
}

.suite-heading {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.suite-heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #0d4ea0;
  margin-top: 5px;
}

.gallery-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.gallery-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #0d4ea0;
  margin: 8px auto 0;
}

.carousel-inner img {
  height: 300px;
  object-fit: cover;
}

.btn-primary {
  background-color: #2095AE;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
}

.about-cards-section {
  background: #f5f7f9;
  padding: 60px 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

.about-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.about-card:hover {
  transform: translateY(-5px);
}

.about-card-img {
  width: 100%;
  height: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.about-card-body {
  padding: 20px;
  text-align: center;
}

.about-card-title {
  color: #0d4ea0;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.about-card-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
  }
  .about-card-title {
    font-size: 1.1rem;
  }
  .about-card-text {
    font-size: 0.9rem;
  }
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2095AE;
    --bs-btn-border-color: #2095AE;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2095AE;
    --bs-btn-hover-border-color: #2095AE;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2095AE;
    --bs-btn-active-border-color: #2095AE;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg:#2095AE;
    --bs-btn-disabled-border-color: #2095AE;
}
