html {
  font-size: 16px;
}

body {
  margin: 0 64px;
  font-family: "Cairo", sans-serif;
}

.nav-bar-social {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px;
  border-bottom: 1px solid rgb(195, 193, 193);
  color: #866eaf;
}

.nav-bar-social .social-icons {
  display: flex;
  gap: 12px;
}

.call {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.second-nav {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid rgb(195, 193, 193);
  flex-wrap: wrap;
}

.second-nav-btns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.button-profile{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.customer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.customer .customer-number {
  color: #866eaf;
  font-weight: bold;
  font-size: 18px;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.third-nav {
  display: flex;
  gap: 24px;
  color: #866eaf;
  padding: 16px;
  flex-wrap: wrap;
}

.navs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.hero-section {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
  align-items: center;
}

.hero-information {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-title span {
  color: #866eaf;
}

.hero-description {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: justify;
}

/* .hero-img{
  display: flex;
  justify-content: center;
}

.hero-img img {
  max-width: 100%;
  height: auto;
}

.hero-img-hover-image{
  width: 100%;
  height: 400px;
  background-image: url("/assets/hero-image.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
  border-radius: 0;
}

.hero-img-hover-image:hover {
  width: 400px; 
  border-radius: 0;
  height: 400px;
  background-image: url("/assets/her-image-2.png");
} */

.hero-img {
  display: flex;
  justify-content: flex-end;
}

.hero-img-hover-image {
  width: 450px;
  height: 450px;
  border-radius: 20px;
  background-image: url("/assets/hero-image.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  transition: background-image 0.3s ease;
}

/* ONLY change image */
.hero-img-hover-image:hover {
  background-image: url("/assets/hero-image-2.png");
  cursor: pointer;
}

.hero-buttons {
  display: flex;
  gap: 64px;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.reason-gallery {
  direction: ltr;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-areas:
    "gallery-one gallery-two quote-one"
    "gallery-one quote-two quote-two";
  gap: 24px;
}

.gallery-one {
  grid-area: gallery-one;
}
.gallery-one img {
  transition: opacity 0.4s ease;
}

.gallery-one img {
  height: 100%;
}

.gallery-two {
  grid-area: gallery-two;
}

.quote-one {
  padding: 8px;
  direction: rtl;
  grid-area: quote-one;
  background-color: #ddd9e64d;
  border-radius: 16px;
}

.quote-two {
  padding: 8px;
  direction: rtl;
  grid-area: quote-two;
  background-color: #866eaf;
  border-radius: 16px;
}

.quote-one .first-p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
}

.quote-two .first-p {
  padding: 0px 8px;
  color: white;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
}

.second-p {
  padding: 0px 8px;
  font-size: 20px;
  text-align: justify;
}
.white-p {
  color: white;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */
.about {
  margin: 120px -64px !important;
}

.about-section {
  background-color: #ddd9e680;
  padding: 48px 64px;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.prepare-hall {
  text-align: center;
  direction: rtl;
}

.section-title .title {
  font-size: 2rem;
  font-weight: 700;
  color: #7a63b8;
  margin-bottom: 8px;
}

.section-title .sub-title {
  font-size: 1rem;
  color: #9b8fc4;
  max-width: 600px;
  margin: 0 auto 40px;
}

.features-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.feature-card {
  width: 300px;
  height: 200px;

  background-color: #f7f6f8;
  border-radius: 16px;
  padding: 16px 12px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.feature-card .icon {
  width: 48px;
  height: 48px;
  background-color: #dcd6ef;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  color: #7a63b8;
}

.feature-card h3 {
  font-size: 1.1rem;
  color: #000;
  margin: 8px 0 0;
}

.feature-card p {
  font-size: 0.9rem;
  color: #8c82a8;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.section.targe {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}

.section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  background: #ddd9e6;
  border-radius: 16px;
}

.content-left,
.content-right {
  flex: 1 1 400px;
  border-radius: 16px;
  position: relative;
  min-height: 300px;
  padding: 20px;
  box-sizing: border-box;
}

.content-left {
  padding: 0;
}

.content-left img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  border-radius: 16px 0px 0px 16px;
  opacity: 0.8;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #866eaf99;
  transition: 0.3s all;
}
.content-left:hover .overlay {
  background-color: transparent;
}
.content-left:hover .overlay-text button {
  background-color: #866eaf;
  color: white;
}

.overlay-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.overlay-text p {
  font-size: 14px;
  margin-bottom: 15px;
}

.section-content .content-left button {
  background-color: white;
}

.content-right .content-right-title {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #866eaf;
}

.content-right .content-right-disc {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #a194b7;
}

.content-right ul {
  list-style: none;
  padding: 0;
  margin-top: 48px;
}

.content-right li {
  margin-bottom: 10px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .content-right li::before {
  content: "/assets/right.png";
  color: green;
  font-weight: bold;
} */

.content-right li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/assets/right.png");
  background-size: cover;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */
.cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 12px;
}

.card {
  width: 365px;
  height: 570px;
  border-radius: 16px;
  background-color: #f5f5f6;
  position: relative;
}

.badge {
  width: 117px;
  height: 36px;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  color: white;
  position: absolute;
  top: 24px;
  right: 32px;
}
.open {
  background-color: #14b724;
}
.close {
  background-color: #e02727;
}

.card-image,
.card-info,
.card-date {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.card-image img {
  width: 312px;
  height: 251px;
  border-radius: 24px;
}

.information,
.date {
  width: 286px;
}

.information {
  border-bottom: 1px solid #bcbabf;
}
.card-info .information .card-info-title {
  font-size: 24px;
  font-weight: 700;
  color: #866eaf;
}

.card-info .information .card-info-disc {
  font-size: 16px;
  font-weight: 600;
  color: #bababf;
  padding-bottom: 16px;
}

.card-date {
  padding-bottom: 16px;
}
.date-quote-icon {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #866eaf;
}

.card-button {
  display: flex;
  justify-content: center;
}

.card-btn {
  width: 90%;
}

.card-button .close-btn {
  background-color: #bcbabf;
  cursor: no-drop;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */
.join-section {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
.join-content {
  width: 65;
  background-color: white;
  padding: 24px;
  box-shadow: 0px 0px 9px 0px #d3caca;
  border-radius: 16px;
}

.join-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding: 12px;
}

.join-disc {
  font-size: 24px;
  font-weight: 400;
  color: #866eaf;
  text-align: center;
  padding: 12px 12px 32px 12px;
}

.join-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.join-second-btn {
  background-color: white;
  border: 1px solid #866eaf;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.session {
  margin-bottom: 64px;
  margin-top: 64px;
}

.section-title .title {
  font-size: 22px;
  font-weight: bold;
}

.section-title .sub-title {
  margin-top: 6px;
}

/* Buttons container */
.session-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  font-size: 14px;
  color: #866eaf;
  font-weight: 500;
  background-color: #bcbabf1a;
  border-radius: 8px;
}

/* Dropdown menu */
.dropdown-menu {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 8px 0;
  margin: 0;
  min-width: 100%;
  display: none;
  z-index: 10;
}

.dropdown-btn i {
  padding: 0;
  width: 20px;
  height: 20px;
}

.dropdown-menu li {
  padding: 8px 14px;
  cursor: pointer;
  font-size: 13px;
  color: #866eaf;
}

.dropdown-menu li:hover {
  background: #f2f4ff;
}

/* Responsive */
@media (max-width: 600px) {
  .dropdown-btn {
    min-width: 100%;
  }
}

.dropdown-menu {
  display: none;
}

.dropdown.open-menu .dropdown-menu {
  display: block;
  background-color: #bcbabf1a;
}

.open-menu {
  border: 1px solid #866eaf;
  border-radius: 8px;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.cards-width {
  display: flex;
  justify-content: center;
}

.session-card {
  width: 286px;
}

.cards-width .card-button {
  gap: 36px;
}

.card-detail {
  background-color: #bcbabf45;
  color: black;
}

.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
  direction: ltr; /* لو الصفحة RTL */
}

.page-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.page-btn:hover {
  background: #f3f4ff;
}

.page-btn.active {
  background: #8a6fc1;
  color: #fff;
  border-color: transparent;
  font-weight: bold;
}

.dots {
  padding: 0 6px;
  color: #777;
  font-size: 16px;
}

/* ✅ Responsive */
@media (max-width: 600px) {
  .page-btn {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  /* hide middle pages on small screens */
  .page-btn:nth-child(5),
  .page-btn:nth-child(6),
  .dots {
    display: none;
  }
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.session-button-open {
  display: flex;
  justify-content: flex-start;
}

.session-alert {
  margin-top: 24px;
  border-radius: 16px;
  background-color: #e379791f;
  padding: 24px 12px;
}

.alert-title,
.alert-quotes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  color: #b42222;
}
.alert-title {
  font-weight: 700;
}
.alert-title img {
  padding-left: 6px;
}

.alert-quotes {
  font-weight: 500;
}

.alert-quotes p {
  margin: 0;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.session-detail-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 64px;

  grid-template-areas:
    "header header price"
    "about about details"
    "host host details";
}

.hall-detail-layout {
  grid-template-areas:
    "header header price"
    "about about price"
    "host host details";
}

/* Grid Areas */
.session-price-card {
  grid-area: price;
}
.main-h3 {
  font-weight: 700;
  font-size: 32px;
  color: #866eaf;
}

.price-flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.session-details-card {
  grid-area: details;
}

.session-header-image {
  grid-area: header;
}

.session-about-card {
  grid-area: about;
}

.session-host-card {
  grid-area: host;
}

/* Image handling */
.session-header-image img,
.map img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
}

/* Card base styling (optional but recommended) */
.session-price-card,
.session-details-card,
.session-about-card,
.session-host-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

.session-detail-layout > div {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.session-price-card {
  grid-area: price;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.title-about-session {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quote-about-session {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.price-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-label {
  font-size: 14px;
  color: #7a6fa3;
}

.price-value {
  font-size: 18px;
  font-weight: 700;
  color: #7f6bb0;
}

.seats span {
  font-size: 13px;
  color: #866eaf;
}

.progress-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(#8b77b7 0% 70%, #eee 70% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.progress-container {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.progress-circle::before {
  content: "";
  position: absolute;
  width: 90px; /* inner circle size */
  height: 90px;
  border-radius: 50%;
  background: white; /* mask the center to create ring */
}

.progress-circle span {
  position: absolute;
  font-weight: bold;
  color: #8b77b7; /* same as ring color */
  font-size: 1.2rem;
}

.session-price-card button {
  background: #8b77b7;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.session-price-card button span {
  padding-right: 8px;
}

.session-price-card button:hover {
  background: #735fa1;
}

.session-header-image {
  grid-area: header;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.session-header-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
}

.session-details-card {
  grid-area: details;
  display: flex;
  flex-direction: column;
}

.session-details-card h3 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 8px;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.detail-item div p {
  font-weight: 700;
  font-size: 16px;
}

.detail-item div .detail-quote {
  font-weight: 400;
  font-size: 16px;
  color: #866eaf;
}

.detail-list {
  padding: 0px 18px;
  font-family: Cairo;
  font-weight: 400;
  font-size: 16px;
}

.detail-item img {
  width: 22px;
  height: 22px;
  background: #f3f1fa;
  padding: 8px;
  border-radius: 10px;
}

.detail-item small {
  color: #7a6fa3;
  font-size: 13px;
}

.detail-item p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.map img {
  width: 100%;
  border-radius: 12px;
  margin-top: 12px;
}

.session-about-card {
  grid-area: about;
}

.session-about-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.session-about-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #7a6fa3;
  text-align: justify;
}
.session-host-card {
  grid-area: host;
}

.session-host-card h3 {
  font-size: 22px;
  margin: 0;
}

.host-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.host-info img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.host-info h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.host-info p {
  font-size: 16px;
  color: #7a6fa3;
}

.box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 0.5px solid #ddd9e680;
  box-shadow: 0px 4px 16px 0px #00000026;
  overflow: hidden;
  border-radius: 16px;
  padding: 10px;
}
.box-image {
  display: flex;
  justify-content: center;
}
.box-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.box-disc {
  font-weight: 400;
  font-size: 16px;
  color: #866eaf;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 32px;
}

.box-button button {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 8px 32px;
  width: 100%;
  background-color: #866eaf;
  color: white;
}

.hall-p {
  font-weight: 400;
  font-size: 18px;
  padding: 12px 24px;
  margin: 0;
  line-height: 1.4;
}

.about-p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "box1 box2";
  gap: 24px;
}

.box1 {
  grid-area: box1;
}

.box2 {
  grid-area: box2;
}

@media screen and (max-width: 750px) {
  .box-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "box1"
      "box2";
  }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  .box-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "box1"
      "box2";
  }
}

.slider-cont h3 {
  font-weight: 700;
  font-size: 32px;
  color: #866eaf;
  padding: 6px 24px;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.slider img {
  width: 100%;
  height: 380px;
  object-fit: contain;
  display: block;
}

.arrow {
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.arrow.left {
  left: -20px;
}

.arrow.right {
  right: -20px;
}

/* responsive */
@media (max-width: 768px) {
  .slider img {
    height: 260px;
  }

  .arrow {
    width: 36px;
    height: 36px;
  }
}

.insider-form {
  height: 330px !important;
}

.success-page {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px 24px;
  border-radius: 24px;
  text-align: center;
}

/* icon */
.success-icon img {
  width: 90px;
  height: 90px;
  margin-bottom: 16px;
}

/* title */
.success-title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

/* description */
.success-desc {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* badge */
.status-badge {
  display: inline-block;
  background: #fff4e5;
  color: #b45309;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

/* card */
.reservation-card {
  background: #f9fafb;
  border-radius: 20px;
  text-align: right;
}

/* header */
.card-header {
  font-weight: 700;
  font-size: 24px;
  color: #111827;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 18px;
}

/* body */
.card-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #ddd9e61a;
}

/* column */
.card-col {
  background: #ffffff;
  padding: 16px;
}

/* info row */
.info-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.info-row:last-child {
  margin-bottom: 0;
}

.label {
  font-size: 16px;
  color: black;
}

.value {
  font-weight: 700;
  font-size: 20px;
}

/* footer */
.card-footer {
  background: #fff7ed;
  color: #c2410c;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 0px 0px 12px 0px;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
}

/* page footer */
.success-footer {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}

.help-text {
  color: #6b7280;
}

.contact-link {
  color: #16a34a;
  font-weight: 600;
  cursor: pointer;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .card-body {
    grid-template-columns: 1fr;
  }

  .success-title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .success-page {
    padding: 24px 16px;
  }

  .success-desc {
    font-size: 14px;
  }

  .card-header {
    justify-content: center;
  }
  .profile-card {
    justify-content: center;
  }
}

.custom-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}

.hall-page {
  padding: 40px 5%;
  font-family: "Cairo", sans-serif;
}

/* ===== Section title ===== */
.section-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: black;
  text-align: start;
}

/* ===== Profile ===== */
.profile-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}

.qr-box {
  text-align: center;
  border: 0.5px solid #ddd9e680;
  box-shadow: 0px 4px 16px 0px #00000026;
  width: 170px;
  height: 204px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.qr-box img {
  width: 100px;
}

.qr-box .scan-quote {
  color: #866eaf;
}

.profile-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.info-item label {
  font-weight: 500;
  font-size: 16px;
  color: black;
}

.info-item p {
  font-weight: 600;
  background-color: #a194b733;
  color: #866eaf;
  margin: 4px 0px;
  gap: 10px;
  border-radius: 8px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
}

/* ===== Table ===== */
.table-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #a194b733;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 14px;
  text-align: center;
  color: #866eaf;
}
th {
  font-weight: 700;
  font-size: 20px;
  color: black;
}

thead {
  background: #f3f3f3;
}

.status {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

.status.pending {
  background: #fff3cd;
  color: #856404;
}

.status.rejected {
  background: #f8d7da;
  color: #842029;
}

.danger {
  color: #c0392b;
}

/* ===== Certificates ===== */
.certificates {
  display: grid;
  gap: 16px;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.certificate-card {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .profile-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .profile-info {
    grid-template-columns: 1fr;
  }

  .certificates {
    grid-template-columns: 1fr;
  }
}

.profile-card-button {
  width: 100%;
  background-color: #866eaf;
  color: white;
}

@media (max-width: 678px) {
  .profile-card {
    justify-content: center;
  }
}

.cer-h4 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

.cer-p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #bcbabf;
}


.bring-done{
  background-color: #0088FF;
}