@font-face {
  font-family: 'copperplate-gothic';
  src: url("/assets/fonts/Copperplate-Gothic-Std-29-BC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: Arial, sans-serif;
  background-color: #aeafb1;
  margin: 0;
  padding: 0; }

.app-div .logo-text {
  width: 30%;
  height: auto;
  display: block;
  margin: 0 auto;
  justify-content: center; }

.app-div .app-title {
  font-family: "copperplate-gothic", Arial, sans-serif;
  text-align: center;
  font-size: 5rem; }

#nav-links {
  text-align: center;
  background-color: #696969;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem; }
  #nav-links .nav-link {
    margin-right: 10px; }
    #nav-links .nav-link:hover {
      color: #ffad32; }

#my-account-btn {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer; }

#contact-div {
  text-align: center; }
  #contact-div #contact-logo {
    width: 100%;
    height: auto;
    margin: 0 auto; }

.service-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px; }

.main-footer {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #f8f9fa;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #888; }

.product-image {
  width: 20%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px; }

.product-title {
  font-size: 18px;
  margin-bottom: 10px; }

.product-description {
  font-size: 14px;
  color: #6f6f6f;
  margin-bottom: 10px; }

.product-price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

.page-description {
  font-size: 16px;
  margin-bottom: 20px; }

.booking-container {
  display: flex;
  justify-content: space-between;
  gap: 20px; }
  .booking-container .calendar-section, .booking-container .service-details-section {
    width: 48%; }

.timezone {
  font-size: 14px;
  color: gray;
  margin-bottom: 10px; }

.date-picker {
  margin-bottom: 10px; }

.availability-text {
  font-size: 14px;
  margin-top: 10px; }

.service-details {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9; }

#sold-services-table {
  padding: 30px;
  border: 1px solid #ddd;
  width: 100%; }

#provider-services-table {
  text-align: left;
  width: 70%; }
  #provider-services-table th .column-header-name {
    text-align: left; }
  #provider-services-table .dash-selected {
    background-color: rgba(0, 116, 217, 0.3);
    border: 1px solid blue !important; }
  #provider-services-table .dash-cell {
    cursor: pointer;
    text-align: left; }
  #provider-services-table .dash-row:hover {
    background-color: rgba(0, 116, 217, 0.1);
    cursor: pointer; }

#edit-service-card-container {
  display: flex;
  margin-top: 20px;
  justify-content: center; }
  #edit-service-card-container .service-link, #edit-service-card-container .book-link {
    display: none; }

#output-image-service-upload {
  width: 30%;
  height: auto; }

.page {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px; }
  .page .page-header {
    margin-bottom: 20px; }
    .page .page-header .back-link {
      font-size: 14px;
      color: #ffad32;
      text-decoration: none;
      margin-bottom: 20px;
      display: inline-block; }
      .page .page-header .back-link:hover {
        text-decoration: underline; }
    .page .page-header .page-title {
      text-align: center;
      margin-bottom: 40px;
      font-size: 4rem; }
    .page .page-header .header-actions {
      margin: 10px; }
      .page .page-header .header-actions .dashboard-btn {
        background-color: #ffad32;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px 10px;
        margin-left: 8px;
        cursor: pointer;
        font-size: 1rem;
        transition: background-color 0.3s; }
        .page .page-header .header-actions .dashboard-btn:hover {
          background-color: #ffad32; }
      .page .page-header .header-actions .dashboard-btn[disabled] {
        background-color: #cccccc !important;
        /* Gray background */
        color: #888888 !important;
        /* Dimmed text */
        border-color: #bbbbbb !important;
        /* Optional: dim border */
        cursor: not-allowed !important;
        opacity: 1 !important;
        /* Prevent default opacity if you want */ }
  .page .home-container {
    display: block;
    text-align: center; }
    .page .home-container .owners-pic {
      display: inline-block;
      width: 40%;
      height: auto; }
    .page .home-container .company-desc {
      font-size: 18px;
      color: #333;
      line-height: 1.6;
      text-align: center;
      margin: 0px 250px 25px 250px; }
    .page .home-container .company-slogan {
      font-family: "copperplate-gothic", Arial, sans-serif;
      text-align: center;
      text-decoration: underline;
      font-weight: bold;
      font-size: x-large; }
  .page .section-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9; }
    .page .section-container .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-bottom: 20px; }
      .page .section-container .section-header .section-title {
        margin-bottom: 20px;
        margin-left: 20px;
        font-size: 2rem; }
      .page .section-container .section-header .amount-header {
        display: flex;
        justify-content: space-between; }
      .page .section-container .section-header .header-actions {
        margin: 10px; }
        .page .section-container .section-header .header-actions .dashboard-btn {
          background-color: #ffad32;
          color: white;
          border: none;
          border-radius: 5px;
          padding: 10px 10px;
          margin-left: 8px;
          cursor: pointer;
          font-size: 1rem;
          transition: background-color 0.3s; }
          .page .section-container .section-header .header-actions .dashboard-btn:hover {
            background-color: #ffad32; }
        .page .section-container .section-header .header-actions .dashboard-btn[disabled] {
          background-color: #cccccc !important;
          /* Gray background */
          color: #888888 !important;
          /* Dimmed text */
          border-color: #bbbbbb !important;
          /* Optional: dim border */
          cursor: not-allowed !important;
          opacity: 1 !important;
          /* Prevent default opacity if you want */ }
    .page .section-container .client-form {
      flex: 1;
      margin-right: 20px; }
      .page .section-container .client-form .input-field, .page .section-container .client-form .textarea-field {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px; }
      .page .section-container .client-form .input-field-description, .page .section-container .client-form .textarea-field {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        height: 120px;
        resize: vertical; }
    .page .section-container .table-container {
      justify-content: left;
      width: 100%;
      flex: 1; }
      .page .section-container .table-container .table .table-row .in-table-btn {
        width: 45px;
        height: auto;
        background-color: white;
        justify-content: center; }
        .page .section-container .table-container .table .table-row .in-table-btn .btn-img {
          width: 25px;
          border-radius: 4px;
          padding: 2px; }
      .page .section-container .table-container .table .table-row .unavailable {
        background-color: #fde9e9 !important;
        color: #a00 !important; }
      .page .section-container .table-container .dash-table-container .dash-cell {
        text-align: left;
        padding: 10px; }
      .page .section-container .table-container .dash-table-container .dash-header {
        text-align: left !important;
        padding: 10px; }
    .page .section-container #flyer-images {
      align-content: center;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 20px 0;
      width: 100%;
      height: auto; }
      .page .section-container #flyer-images .flyer-image {
        margin: 10px;
        width: 10%;
        cursor: pointer; }
    .page .section-container .video-player-container {
      text-align: center; }
      .page .section-container .video-player-container .secure-video-player {
        width: 400px;
        height: 400px; }
    .page .section-container .social-media-container {
      text-align: center; }
      .page .section-container .social-media-container .share-btn {
        display: inline-flex;
        align-items: center;
        padding: 8px 12px;
        margin-right: 10px;
        border-radius: 4px;
        text-decoration: none;
        color: white;
        /* Default text/icon color */ }
        .page .section-container .social-media-container .share-btn i {
          margin-right: 5px;
          /* Spacing between icon and text */
          font-size: 18px; }
      .page .section-container .social-media-container .twitter {
        background-color: #000000;
        /* Black for X */ }
      .page .section-container .social-media-container .facebook {
        background-color: #1877F2;
        /* Facebook Blue */ }
      .page .section-container .social-media-container .linkedin {
        background-color: #0A66C2;
        /* LinkedIn Blue */ }
  .page .availability-status {
    font-size: 14px;
    color: green;
    margin-bottom: 10px;
    display: inline-block;
    height: 30px; }
  .page .user-profile-toggles {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px; }
  .page .upload-image, .page .upload-video {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-width: 1px;
    border-radius: 5px;
    border-style: dashed;
    text-align: center;
    margin: 10px; }
  .page #image-upload-profile-section {
    display: none; }
  .page .page-actions {
    margin-top: 30px;
    display: block; }
    .page .page-actions .page-btn {
      margin-right: 10px;
      padding: 10px 20px;
      background-color: #ffad32;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease; }
      .page .page-actions .page-btn:hover {
        background-color: #ffad32; }
    .page .page-actions .page-btn[disabled] {
      background-color: #cccccc !important;
      /* Gray background */
      color: #888888 !important;
      /* Dimmed text */
      border-color: #bbbbbb !important;
      /* Optional: dim border */
      cursor: not-allowed !important;
      opacity: 1 !important;
      /* Prevent default opacity if you want */ }
    .page .page-actions .page-btn-left {
      margin-right: 10px;
      padding: 10px 20px;
      background-color: #ffad32;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      float: left; }
      .page .page-actions .page-btn-left:hover {
        background-color: #ffad32; }
    .page .page-actions .page-btn-right {
      margin-right: 10px;
      padding: 10px 20px;
      background-color: #ffad32;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      float: right; }
      .page .page-actions .page-btn-right:hover {
        background-color: #ffad32; }
    .page .page-actions .page-btn-right[disabled] {
      background-color: #cccccc !important;
      /* Gray background */
      color: #888888 !important;
      /* Dimmed text */
      border-color: #bbbbbb !important;
      /* Optional: dim border */
      cursor: not-allowed !important;
      opacity: 1 !important;
      /* Prevent default opacity if you want */ }
  .page .product-group-title {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(90deg, #f7c873 0%, #fffbe7 100%);
    color: #333;
    padding: 16px 32px;
    margin: 40px 0 20px 0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    text-align: left;
    /* or center */
    letter-spacing: 1px; }
  .page .offering-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    .page .offering-grid .card {
      flex: 0 1 calc(33% - 10px);
      min-width: 250px;
      max-width: 320px;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 16px;
      margin: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease; }
      .page .offering-grid .card .image-carousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        .page .offering-grid .card .image-carousel .image-slider {
          margin-top: 10px; }
        .page .offering-grid .card .image-carousel .carousel-image {
          max-width: 250px;
          max-height: 250px;
          width: 100%;
          height: auto;
          display: block;
          margin: 0, auto; }
        .page .offering-grid .card .image-carousel .video-image {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: contain;
          object-position: center; }
      .page .offering-grid .card .card-details {
        width: 100%; }
      .page .offering-grid .card:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }
      .page .offering-grid .card .product-stock-in-stock {
        color: green; }
      .page .offering-grid .card .product-desc {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column; }
      .page .offering-grid .card .card-actions {
        margin-top: auto;
        display: flex;
        gap: 10px;
        justify-content: flex-start; }
        .page .offering-grid .card .card-actions .card-btn, .page .offering-grid .card .card-actions a .card-btn {
          margin-right: 10px;
          padding: 10px 20px;
          background-color: #ffad32;
          color: white;
          border: none;
          border-radius: 5px;
          cursor: pointer;
          transition: background-color 0.3s ease; }
          .page .offering-grid .card .card-actions .card-btn:hover, .page .offering-grid .card .card-actions a .card-btn:hover {
            background-color: #ffad32; }
        .page .offering-grid .card .card-actions .card-btn[disabled] {
          background-color: #cccccc !important;
          /* Gray background */
          color: #888888 !important;
          /* Dimmed text */
          border-color: #bbbbbb !important;
          /* Optional: dim border */
          cursor: not-allowed !important;
          opacity: 1 !important;
          /* Prevent default opacity if you want */ }
  .page .page-footer {
    height: 60px; }
