



/* Make Profile + Logout match regular menu items */
.menu-item-profile a,
.menu-item-logout a {
    color: #2F2F2F;

}
.menu-item-profile a{
    margin-left: 15px;
    margin-right: 30px;
}

/* Hover + focus - match the same hover color as other menu links */
.menu-item-profile a:hover,
.menu-item-profile a:focus,
.menu-item-logout a:hover,
.menu-item-logout a:focus {
    color: #FFFFFF !important; /* theme's hover/link color */
}

/* Active state (when on the page) */
.menu-item-profile.current-menu-item > a,
.menu-item-logout.current-menu-item > a {
    color:  #FFFFFF !important;
}

.hpc-login-form-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 20px;
}

.hpc-login-form-wrapper form {
    background: #111;
    color: #f5f5f5;
    border-radius: 12px;
    padding: 40px 30px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
}

.hpc-login-form-wrapper form label {
    color: #ccc;
    font-weight: 500;
}

.hpc-login-form-wrapper input[type="text"],
.hpc-login-form-wrapper input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    margin-top: 6px;
    border: 1px solid #333;
    border-radius: 6px;
    background: #1a1a1a;
    color: #fff;
}

.hpc-login-form-wrapper input[type="checkbox"] {
    accent-color: #00bcd4; /* teal accent */
}

.hpc-login-form-wrapper button[type="submit"] {
    background-color: #E7A21C;
    color: #303030;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.hpc-login-form-wrapper button[type="submit"]:hover {
    background-color: #FFFFFF;
    color: #303030;
    transform: translateY(-2px);
}

/* Error message box */
.hpc-login-form-wrapper div[style*="color: #b00020"] {
    background: #311;
    border-left: 4px solid #ff4444;
    color: #ff8888 !important;
    font-weight: 500;
    text-align: center;
}
.ast-below-header-wrap{
    margin-bottom: 40px;
}

.hpc-request-more-spots{
    margin-top: 20px;
    margin-right:20px;
    margin-bottom: 20px;
}

.hpc-send-collab:hover{
    color: black;
}
.prices-tags{
    display: flex;
    flex-direction: column;
    justify-content: center;
  text-decoration: underline;
  letter-spacing: 2px;
}

.button:hover{
    color:black;
    background-color: white;
}
.button{
    max-width: 150px;
    width: 150px;
}
.hpc-collaborator{
    letter-spacing: 2px;

}
.price{
    border: 5px solid white;
    background-color: white;
    color: black;
    font-size: 20px;
    border-radius: 10px;
}
.price-line,
.price {
    display: inline-block; /* allows margins */
    margin-top: 20px;      /* now vertical margin works */
}

.collaborator-info{
    margin-top: 25px;
    border:2px solid whitesmoke;
    box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.9);   /* soft shadow below */
    background-color: #E7A21C;
    width: 20%;
    padding: 5px;
    color: #000000;
}

.collab-title{
    font-size: 20px;
    letter-spacing:4px;
}

.hotel-collaborator{
    font-size: 20px;
    letter-spacing: 4px;
}

.swal2-container .swal2-input {
    width: 50%;         
    margin: 10px auto;     
    display: block;
}


.swal2-container .swal2-confirm {
    background-color: #E7A21C;
    color:#000000;
    font-size: 20px;
    letter-spacing: 2px;
    transition: transform 0.2s ease-in-out;
}


.swal2-container .swal2-cancel {
    font-size: 20px;
    background-color: #000000;
    letter-spacing: 2px;
    transition: transform 0.2s ease-in-out;
}

.swal2-container .swal2-confirm:hover{
    background-color: #FFFFFF;
    transform: scale(1.10);
}

.swal2-container .swal2-cancel:hover {
    background-color: #FFFFFF;
    color: black;
    transform: scale(1.10);
}

/* MAIN CONTAINER — same look as hotel_admin pricing items */
.hpc-request {
    letter-spacing: 2px;
    border: 1px solid white;
    width: 40%;
    padding: 16px;
    text-align: center;
    background-color: #E7A21C;
    color: #000000 !important;
    justify-content: center !important;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#hpc-collab-requests{
      display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* folded corner */
.hpc-request::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 34px solid #35230a;
    border-right: 34px solid transparent;
    transform-origin: top left;
    transition: transform 0.4s ease, border-top-color 0.3s ease;
}

/* unfold on hover */
.hpc-request:hover::before {
    transform: rotateX(90deg) skewY(5deg);
    border-top-color: #000000;
}

/* BUTTONS inside */
.hpc-request button,
.hpc-request a {
    margin: 15px 5px 0 5px;
    font-size: 18px;
    font-weight: 500;
    background-color: #0F172A;
    color: whitesmoke !important;
    max-width: 150px;
    width: 150px;
    text-align: center;
    border-radius: 25px;
    padding: 6px 10px;
}

.hpc-request button:hover,
.hpc-request a:hover {
    background-color: whitesmoke;
    color: #0F172A !important;
}
.send-button{
  min-width: 250px;
  padding: 14px !important;
}

/* FORM STYLING (appears after Accept) */
.hpc-pricing-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.hpc-pricing-form input {
    width: 60%;
    margin: 10px auto;
    padding: 8px 10px;
    border-radius: 6px;
}

.hpc-pricing-form button {
    width: 60% !important;
    margin: 20px auto 0 auto;
}


.hpc-pricing-item {
    letter-spacing: 2px;
    border: 1px solid white;
    width: 23%;
    padding: 16px;
    text-align: center;
    background-color: #E7A21C;
    color: #000000 !important;
    justify-content: center !important;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

/* folded corner as a triangle */
.hpc-pricing-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 34px solid #35230a; /* darker and warmer brown */
    border-right: 34px solid transparent;
    transform-origin: top left;
    transform: rotateX(0deg) skewY(0deg);
    transition: transform 0.4s ease, border-top-color 0.3s ease;
}

/* Unfold animation on hover */
.hpc-pricing-item:hover::before {
    transform: rotateX(90deg) skewY(5deg); /* tilts the triangle as if it's lifting */
    border-top-color: #000000; /* slightly darker while lifted for realism */
}




.hpc-pricing-item button{
    margin: 15px 5px 0px 5px;
    font-size: 18px;
    font-weight: 500;
    background-color: #0F172A;
    color: whitesmoke;
}
.hpc-pricing-item button:hover{
    color: #0F172A;
    background-color: whitesmoke;
}

#hpc-pricing-review {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}



/* === PAGE CONTAINER === */
#hpc-profile-page {
    max-width: 700px;
    margin: 60px auto;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    color: #EDEDED;
    font-family: "Poppins", "Inter", sans-serif;
}

/* === HEADING === */
#hpc-profile-page h2 {
    color: #E7A21C;
    font-size: 1.8em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}
#hpc-profile-page h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #E7A21C;
    margin: 10px auto 0 auto;
    border-radius: 3px;
}

/* === AVATAR SECTION === */
.hpc-avatar-section {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.hpc-avatar-section img {
    width: 150px;
    margin-bottom: 30px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #E7A21C;
    box-shadow: 0 0 15px rgba(220, 165, 74, 0.3);
    transition: box-shadow 0.3s ease;
}
.hpc-avatar-section img:hover {
    box-shadow: 0 0 25px rgba(220, 165, 74, 0.6);
}
#hpc-avatar-upload,
#hpc-extra-images-upload {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: none;
    background-color: #E7A21C;
    color: #0F172A;
    font-size: 0.9em;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* === FORM ELEMENTS === */
#hpc-profile-page label {
    display: block;
    color: #EDEDED;
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
#hpc-profile-page p {
    margin-bottom: 18px;
}
#hpc-profile-page input[type="text"],
#hpc-profile-page input[type="email"],
#hpc-profile-page input[type="file"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #EDEDED;
    padding: 10px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}
#hpc-profile-page input:focus {
    outline: none;
    border-color: #E7A21C;
    box-shadow: 0 0 6px rgba(220, 165, 74, 0.4);
}

#hpc-avatar-upload:hover,
#hpc-extra-images-upload:hover {
    background-color: #c08a3d;
    box-shadow: 0 0 10px rgba(220,165,74,0.4);
}

#hpc-avatar-upload::file-selector-button,
#hpc-extra-images-upload::file-selector-button {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0;
    margin-right: 8px;
    cursor: pointer;
}

/* Adjust input container behavior */
#hpc-avatar-upload,
#hpc-extra-images-upload {
    width: auto;
    text-align: center;
}

/* === EXTRA IMAGES SECTION === */
.hpc-extra-images-section {
    margin-top: 35px;
}
.hpc-extra-images-section h4 {
    color: #E7A21C;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 10px;
}
#hpc-extra-images-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.hpc-extra-image-wrapper {
    position: relative;
    display: inline-block;
}
.hpc-extra-image-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.hpc-extra-image-wrapper img:hover {
    border-color: #E7A21C;
    transform: scale(1.05);
}


/* === SAVE BUTTON === */
#hpc-save-profile {
    display: block;
    width: 100%;
    background-color: #E7A21C;
    color: #0F172A;
    font-size: 1em;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 25px;
    transition: all 0.3s ease;
}
#hpc-save-profile:hover {
    background-color: #c08a3d;
    box-shadow: 0 0 15px rgba(220, 165, 74, 0.5);
    transform: translateY(-2px);
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
    #hpc-profile-page {
        padding: 25px;
    }
    #hpc-profile-page h2 {
        font-size: 1.5em;
    }
}


/* Upload Button Styles (for both profile pic and extra images) */
.hpc-upload-label {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 12px;
    background-color: #E7A21C;  /* warm gold */
    color: #1a1a1a !important;  /* dark text for contrast */
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    user-select: none;
    transition: background-color 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hpc-upload-label:hover {
        background-color: #c08a3d;
    box-shadow: 0 0 15px rgba(220, 165, 74, 0.5);
    transform: translateY(-2px);
}

/* Profile image margin from upload button */
.hpc-avatar-section img {
    margin-bottom: 16px; /* space below avatar */
}

/* Make extra images perfectly round */
.hpc-extra-image-wrapper img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover; /* nicely crops to circle */
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

/* Delete button styling and positioning */
.hpc-delete-extra-image {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #b44726;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    transition: background-color 0.25s ease;
}

.hpc-delete-extra-image:hover {
    background-color: #b44726;
    color: white;
}

/* Cursor pointer on hover for delete buttons */
.hpc-delete-extra-image:hover,
.hpc-upload-label:hover {
    cursor: pointer;
}


/* ===== Search Results Page ===== */
.entry-content {
  padding: 2rem;
/* Deep navy background */
  color: #f2b55f; /* Gold accent color */
  border-radius: 8px;
}

/* Title */
.entry-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f2b55f;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* Grid container for search results */
.hpc-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each result card */
.hpc-search-results li {
  background-color: #1a2238;
  border: 1px solid #2c3553;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

/* Hover effect */
.hpc-search-results li:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Avatar image */
.hpc-search-results img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #f2b55f;
}

/* Result link */
.hpc-search-results a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hpc-search-results a:hover {
  color: #f2b55f;
}


/*Live results*/

/* ===== Live Search Dropdown ===== */
.hpc-live-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1A2238 !important; /* same lighter navy as form bg */
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
  padding: 6px 0;
  z-index: 9999;
  animation: fadeDown 0.25s ease-out;
}

/* Smooth appear animation */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Individual result items */
.hpc-result-item {
  padding: 10px 16px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

/* Hover effect */
.hpc-result-item:hover {
  background-color: rgba(226, 224, 219, 0.12); /* orange glow */
  padding-left: 20px; /* slight slide for feel */
}

/* Optional separator between results */
.hpc-result-item + .hpc-result-item {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}


/*Public Profile*/

/* === Public Profile Container === */
.hpc-public-profile {
  background-color: #131a2e; /* slightly lighter dark panel */
  width:900px;
  margin: 70px auto;
  padding: 45px 35px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0,0,0,0.35);
  text-align: center;
}

/* === Avatar === */
.hpc-public-profile .hpc-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f5a623; /* orange border */
  margin-bottom: 15px;
}

/* === Heading (Name) === */
.hpc-public-profile h2 {
  color: #f5a623; /* orange accent */
  font-size: 1.7rem;
  margin: 10px 0 25px;
  text-align: center;
  font-weight: 600;
}

/* === Info Fields (Email, Phone, Address) === */
.hpc-public-profile p {
  font-size: 0.95rem;
  margin: 10px 0;
  color: #dcdcdc;
}

.hpc-public-profile p strong {
  color: #f5a623;
  margin-right: 5px;
}

/* === Collaboration Button === */
.hpc-public-profile .hpc-send-collab {
  background-color: #f5a623;
  border: none;
  color: #1b1b1b;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 80%;              /* wider button */
  max-width: 280px;
  margin-top: 25px;
}

.hpc-public-profile .hpc-send-collab:hover {
  background-color: #ffb733;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(245, 166, 35, 0.3);
}

/* === Responsive Adjustments === */
@media (max-width: 600px) {
  .hpc-public-profile {
    max-width: 90%;
    padding: 30px 20px;
  }

  .hpc-public-profile h2 {
    font-size: 1.5rem;
  }

  .hpc-public-profile .hpc-send-collab {
    width: 100%;
    max-width: none;
  }
}


/*test modal*/

/* === Image Click Modal === */
.hpc-image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
}

.hpc-image-modal.show {
  display: flex; /* flex for perfect centering */
}

/* === Enlarged Image === */
/* === Enlarged, perfectly centered image === */
.hpc-image-modal-content {
  display: block;
  margin: 0 auto;
  max-width: 98vw;   /* nearly full width of screen */
  max-height: 95vh;  /* nearly full height */
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
  animation: zoomIn 0.35s ease;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.hpc-image-modal-content:hover {
  transform: scale(1.02); /* subtle zoom when hovered */
}

@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* === Caption === */
.hpc-image-caption {
  margin-top: 15px;
  text-align: center;
  color: #f5a623;
  font-size: 1rem;
  font-weight: 500;
}

/* === Close Button (X) === */
.hpc-image-modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
  z-index: 1001;
}

.hpc-image-modal-close:hover {
  color: #f5a623;
}

/* === Navigation Arrows === */
.hpc-image-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #f5a623;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease, transform 0.2s ease;
  z-index: 1001;
}

.hpc-image-nav:hover {
  color: #ffb733;
  transform: translateY(-50%) scale(1.1);
}

.hpc-image-nav.left {
  left: 30px;
}

.hpc-image-nav.right {
  right: 30px;
}

/* === Thumbnail Hover Effect === */
.hpc-extra-images img {
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hpc-extra-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(245,166,35,0.4);
}

#ast-scroll-top{
  border-radius: 100%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#ast-scroll-top:hover{
  background-color: whitesmoke;
  color:#131a2e ;
}
/* Make the container a horizontal flex layout */
.ast-builder-grid-row-container-inner {
    display: flex;
    flex-wrap: wrap;           /* wrap on smaller screens */
    align-items: center;       /* vertically center items */
    justify-content: center;   /* center the row */
}

/* Paragraphs styling */
.ast-builder-grid-row-container-inner p {
    display: inline-block;
    margin-right: 80px;        /* spacing to next item */
    color: #ffffff;            /* white text */
}

/* Links styling */
.ast-builder-grid-row-container-inner a {
    display: inline-block;
    margin-right: 80px;        /* spacing to next item */
    color: #E7A21C;            /* gold accent for links */
    text-decoration: none;
}

/* Remove margin on the last element (link or paragraph) */
.ast-builder-grid-row-container-inner p:last-child,
.ast-builder-grid-row-container-inner a:last-child {
    margin-right: 0;
}

/* Hover effect for links */
.ast-builder-grid-row-container-inner a:hover {
    text-decoration: underline;
}

/* Full-screen centered loading screen */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.logo {
  width: 1000px;
  height: auto;
  position: relative;
}

.spinner {
  position: absolute;
  width: 75px;
  height: 75px;
  border: 22px solid #E7A21C;
  border-top: 22px solid #1b2a4d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 61%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.loading-screen {
    
    display: flex;
    animation: slow-zoom 8s linear forwards; /* slow zoom */
}

@keyframes slow-zoom {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.1); } /* slightly bigger */
    100% { transform: scale(1.2); }
}
body {
    background: radial-gradient(circle at 30% 10%, #162040, #0F172A 70%) !important;
}

.hpc-badge {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
}
.site-below-footer-wrap p{
  color: black;
}

.paid-by{
  color: white!important;
}