body {
  font-family: "Cairo", sans-serif;
  margin: 0;
  padding: 0;
  height: 100vh;

  font-family: "Cairo", sans-serif;
  color: #f5e7dc; /* soft cream/off-white text */
}
.btn-download {
  background-color: #c5a47e;
  color: white;
}
.social-icons a {
  font-size: 1.5rem;
  margin: 0 10px;
  color: #c5a47e;
}

.welcome-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #9c4f2b; /* Match the image color */
  align-items: center;
  text-align: center;
}

.welcome-text {
  letter-spacing: 16px;
  font-size: 1.3rem;
  margin-bottom: 40px;
}

.ivori-logo {
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.ivori-logo-2 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #9c4f2b;
}

.ivori-subtext {
  font-size: 1rem;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .ivori-logo {
    font-size: 2.2rem;
  }
}

.overlay {
  background-color: rgba(156, 79, 43, 0.9); /* terracotta overlay */
  height: 100%;
  width: 100%;
}

.content-wrapper {
  height: 100vh;
}
.text-brown {
  color: #9c4f2b;
}

.massage-table {
  background-color: #fbeae2;
}

.massage-table td {
  background-color: #fbeae2;
  padding: 1rem;
}

.price-cell {
  background-color: #9c4f2b;
  color: #fff!important;
  font-size: 1rem;
  font-weight: bold;
  width: 120px;
}

.massage-header {
  background-color: #9c4f2b;
}

/* 1. Row background color */
.massage-table tr {
  background-color: #fbeae2 !important;
}

/* 2. Make sure td does NOT override the row bg */
.massage-table td {
  background-color: transparent !important;
}



.massage-section {
  background-color: #fbeae2;
  padding: 1rem 0.5rem;
}


.bg-brown {
  background-color: #9c4f2b;
}
.bg-style_1 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.bg-style_2 {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.text-brown {
  color: #9c4f2b;
}

.package-table td {
  background-color: #fbeae2;
  padding: 1rem 0.5rem;
}
.stress {
  background-color: #fbeae2;
  padding: 1rem 0.5rem;
}
.text-custom {
  color: #9c4f2b;
  font-weight: 600;
}

.ivori-hammam-section {
  background-color: #9c4f2b;
  color: #fff;
  font-family: "Cairo", sans-serif;
}

.ivori-hammam-ar-title {
  font-size: 1.8rem;
}

.ivori-hammam-ar-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
}

.ivori-hammam-ar-desc {
  font-size: 1rem;
  line-height: 1.8;
}

.ivori-hammam-en-title {
  font-size: 1.3rem;
}

.ivori-hammam-en-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
}

.ivori-hammam-en-desc {
  font-size: 1rem;
  line-height: 1.7;
}

.btn-click {
  background-color: #9c4f2b;
  color: #fff;
}
.border-white {
  border-bottom: 1px solid#ffff;
  width: 85%;
}
.border-brown {
  border-bottom: 3px solid #9c4f2b;
  width: 100%;
}
.color-round {
  border-radius: 50px;
}

.ivori-social-icons-section {
  /* background-color: #fbeae2; */
  color: #9c4f2b;
}

.ivori-social-icon {
  background-color: #9c4f2b;
  color: #fff;
  font-size: 20px;
  height: 42px;
  width: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem auto;
}
.ivory-footer-section {
  background-color: #fbeae2;
  font-family: "Cairo", sans-serif;
}

.text-brown {
  color: #9c4f2b;
}

.border-brown {
  border-color: #9c4f2b !important;
}

.ivory-icon-footer {
  background-color: #9c4f2b;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  font-size: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ivori-logo-2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #9c4f2b;
}

/* Remove Bootstrap default table background */
.table {
  --bs-table-bg: transparent !important; /* override Bootstrap default */
  background-color: transparent !important;
  border-collapse: collapse;
}

/* Set your custom row background */
.table tr {
  background-color: #f2d6c1; /* Light peach as per screenshot */
  border-spacing: 0 12px; /* vertical spacing between rows */
}
/* Optional: Middle column (Price) styling */
.table td:nth-child(2) {
  background-color: #9c5826; /* Dark brown price box */
  color: #fff!important;
  font-weight: bold;
}

/* Text styling for service and time */
.table td {
  color: #9c5826!important;
  padding: 8px 12px;
  border: none;
  font-weight: 700;
  vertical-align: middle;
}
.table tr {
 border-top: 10px solid #fbeae2;

}
.unique .table td:nth-child(2) {
    background-color: transparent!important;
    color: #9c5826!important;
    padding: 8px 12px;
    border: none;
    font-weight: 700;
    vertical-align: middle;
}
