/* About Page Styles */
.page-header {
  background: linear-gradient(135deg, #511f06 0%, #300404 100%);
  padding: 8rem 0 4rem;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 1;
}

.page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(81, 31, 6, 0.8) 0%, rgba(48, 4, 4, 0.9) 100%);
  z-index: 2;
}

.page-header-content {
  position: relative;
  z-index: 3;
}

.page-header h1 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  font-family: "Playfair Display", serif;
}

.page-header p {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0.95;
  margin-bottom: 2rem;
}

.breadcrumb {
  background: transparent;
  justify-content: center;
  margin: 0;
}

.breadcrumb-item a {
  color: #d8cfc9;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: white;
}

/* Enhanced about content section with block design */
.about-content {
  padding: 6rem 0;
  background: white;
}

.about-text {
  padding: 3rem;
  background: #d8cfc9;
  position: relative;
  overflow: hidden;
}

.about-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #511f06, #300404);
  z-index: 1;
}

.section-subtitle {
  color: #511f06;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  display: block;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #300404;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.highlight {
  color: #511f06;
  position: relative;
}

.highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ac8c7c;
}

.about-text .lead {
  font-size: 1.2rem;
  font-weight: 500;
  color: #300404;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.about-text p {
  color: #511f06;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.about-image {
  position: relative;
  overflow: hidden;
}

.about-image::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  background: #511f06;
  z-index: -1;
}

.about-image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.about-image:hover img {
  transform: scale(1.05);
}

/* Enhanced mission and vision cards with futuristic block design */
.mission-card,
.vision-card {
  background: #300404;
  color: white;
  padding: 3rem 2.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-bottom: 2rem;
}

.mission-card::before,
.vision-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #511f06, #ac8c7c);
}

.mission-card:hover,
.vision-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(81, 31, 6, 0.3);
}

.mission-icon,
.vision-icon {
  width: 80px;
  height: 80px;
  background: #511f06;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  position: relative;
}

.mission-icon::after,
.vision-icon::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #ac8c7c;
}

.mission-card h3,
.vision-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #d8cfc9;
}

.mission-card p,
.vision-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: white;
  opacity: 0.9;
}

/* Enhanced values section with improved block design */
.values-section {
  padding: 6rem 0;
  background: #d8cfc9;
}

.value-card {
  background: white;
  padding: 3rem 2rem;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #511f06, #300404);
}

.value-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(81, 31, 6, 0.2);
}

.value-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #511f06, #300404);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2.2rem;
  position: relative;
}

.value-icon::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  background: #ac8c7c;
}

.value-card h4 {
  color: #300404;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.value-card p {
  color: #511f06;
  line-height: 1.6;
  font-size: 1rem;
}

/* Enhanced room types section */
.room-types {
  padding: 6rem 0;
  background: white;
}

.room-detail-card {
  background: #d8cfc9;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  margin-bottom: 2rem;
}

.room-detail-card.featured {
  background: #300404;
  color: white;
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #511f06;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.room-detail-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(81, 31, 6, 0.2);
}

.room-detail-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.room-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.room-detail-card:hover .room-detail-image img {
  transform: scale(1.1);
}

.room-detail-content {
  padding: 2.5rem 2rem;
}

.room-detail-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #300404;
}

.room-detail-card.featured .room-detail-content h3 {
  color: #d8cfc9;
}

.room-detail-content p {
  color: #511f06;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.room-detail-card.featured .room-detail-content p {
  color: white;
  opacity: 0.9;
}

.room-amenities {
  list-style: none;
  padding: 0;
}

.room-amenities li {
  color: #511f06;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}

.room-detail-card.featured .room-amenities li {
  color: white;
}

.room-amenities li i {
  color: #ac8c7c;
  margin-right: 0.8rem;
  font-size: 0.9rem;
}

/* Completely redesigned team section with futuristic styling */
.team-section {
  padding: 6rem 0;
  background: #300404;
  color: white;
}

.team-section .section-subtitle {
  color: #ac8c7c;
}

.team-section .section-title {
  color: white;
}

.team-section .section-description {
  color: #d8cfc9;
  opacity: 0.9;
}

.team-card {
  background: #511f06;
  overflow: hidden;
  height: 100%;
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 2rem;
}

.team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ac8c7c, #d8cfc9);
}

.team-card:hover {
  transform: translateY(-15px) rotateY(5deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.team-image {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.team-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, rgba(81, 31, 6, 0.8));
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: grayscale(20%);
}

.team-card:hover .team-image img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.team-content {
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
}

.team-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #ac8c7c;
}

.team-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  color: white;
}

.team-position {
  color: #ac8c7c;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.team-content p {
  color: #d8cfc9;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* Enhanced awards section */
.awards-section {
  padding: 6rem 0;
  background: #d8cfc9;
}

.award-card {
  background: white;
  padding: 3rem 2rem;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.award-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #511f06, #ac8c7c);
}

.award-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(81, 31, 6, 0.2);
}

.award-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #511f06, #300404);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2rem;
  position: relative;
}

.award-icon::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #ac8c7c;
}

.award-card h4 {
  color: #300404;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.award-card p {
  color: #511f06;
  font-size: 0.95rem;
  opacity: 0.8;
}

/* Enhanced section description styling */
.section-description {
  font-size: 1.1rem;
  color: #511f06;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-header h1 {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .team-card:hover {
    transform: translateY(-10px);
  }

  .about-text {
    padding: 2rem;
  }

  .mission-card,
  .vision-card {
    padding: 2rem 1.5rem;
  }
}

