.myaccount-navbar {
    overflow-x: auto; /* Add horizontal scroll for mobile view */
    white-space: nowrap; /* Prevent menu items from wrapping */
  }

  .myaccount-navbar a {
    font-weight: bold;
    text-decoration: none; /* Remove underlines from links */
    padding: 10px 15px; /* Padding for each menu item */
    border-radius: 5px; /* Rounded corners for menu items */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    margin-right: 10px; /* Spacing between menu items */
    color: #333; /* Text color of the menu items */
    display: inline-block; /* Display menu items horizontally */
  }

  .myaccount-navbar a.active,
  .myaccount-navbar a:hover {
    background-color: #e14e68; /* Background color on hover and for active menu item */
    color: #fff; /* Text color for the active menu item */
  }

  .slogo{
    width: 400px!important;
    height: 300px!important;
  }

  .product-item1{
    margin-top: -40px;
    display: flex;
    gap: 30px;
    overflow: hidden;
  }

  .follow{
    margin-left: 830px;
  }

  .fm{
    float:right; margin-right:18%;
  }
  .tr{
    text-align: right;
  }
  .fr{
    float:right;
  }
  .lh{
    line-height: 190%;
  }
  .pic1{
    width:100px;height:100px;
    margin-left: 15px;
  }
  .w-6{
    width: 60px;
  }
  .w-8{
    width: 80px;
  }
  .rounded-circle{
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
 
  .store-image-review{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-right: 10px;
    margin-left: 23px;
    margin-top: 5px;
  }
.alert-myaccount{
  background-color:#8ad919;
  color: #fff;
  font-weight: 600;
  font-size: 16px;

}
  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .str{
      margin-top: 42px;
    font-size: 18px!important;
    margin-left: -9px!important;
    display: inline-block !important;
    }
    .follow-button-myaccount{
      margin-top: 10px;
      margin-left: 0;
      width: 100%;
      max-width: 120px;
      position: relative;
      right: auto;
      left: auto;
    }
    .align-emoji{
      margin-left: 15px;
    }
    .store-image-review {
      width: 119px;
      height: 123px;
      border-radius: 100%;
      margin-right: 10px;
      margin-left: 23px;
      margin-top: 5px;}

    .myaccount-navbar {
      padding: 10px 0; /* Reduce vertical padding for mobile view */
      overflow-x: auto; /* Add horizontal scroll for mobile view */
      white-space: nowrap; /* Prevent menu items from wrapping */
      -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
      text-align: center; /* Center-align the menu items */
    }

    .slogo{
      width: 260px!important;
      height: 250px!important;
    }

    .product-item1{
      display: block!important;
      margin-top: 10px;
    }

    .follow{
      margin-left: 10px;

    }
    
    /* Additional mobile fixes for card layout */
    .col-md-8 {
      padding-left: 15px;
      padding-right: 15px;
    }
    
    .card-body {
      padding: 15px;
    }
    
    /* Ensure buttons don't overflow on mobile */
    .btn {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
    /* Fix card layout on mobile */
    .card {
      margin-bottom: 20px;
      overflow: hidden;
    }
    
    /* Ensure proper spacing in card rows */
    .row .col-md-4,
    .row .col-md-8 {
      margin-bottom: 15px;
    }
    
    /* Fix button positioning in store cards */
    .card .btn {
      display: inline-block;
      margin: 5px 0;
      max-width: 100%;
    }
    
    /* Reviews tab specific mobile fixes */
    .review-reply {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding: 15px !important;
    }
    
    /* Fix posted date positioning to prevent overlap with store image */
    .mt-35 {
      margin-top: 15px !important;
      position: relative !important;
      z-index: 10 !important;
      background: rgba(255, 255, 255, 0.9) !important;
      padding: 5px 10px !important;
      border-radius: 5px !important;
      display: inline-block !important;
      max-width: 100% !important;
    }
    
    /* Ensure action buttons have proper text display */
    .btn-sm {
      min-width: 60px !important;
      text-align: center !important;
      padding: 5px 10px !important;
      font-size: 12px !important;
    }
    
    /* Fix rating and emoji alignment */
    .rating-text {
      margin-bottom: 5px !important;
      display: block !important;
    }
    
    .rating-value {
      margin-top: 5px !important;
      display: block !important;
    }
    
    /* Fix store image positioning */
    .profile-pic {
      max-width: 100% !important;
      height: auto !important;
    }
    
    /* Ensure proper spacing between review elements */
    .align-emoji {
      margin-bottom: 15px !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 10px !important;
    }
    
    /* Fix image placeholders alignment */
    .pic {
      max-width: 100% !important;
      height: auto !important;
      margin: 5px !important;
    }
    
    /* Ensure review text doesn't overflow */
    p {
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
      max-width: 100% !important;
    }
    
    /* Fix modal positioning on mobile */
    .modal-dialog {
      margin: 10px !important;
      max-width: calc(100% - 20px) !important;
    }
    
    /* Ensure proper button spacing in review actions */
    .review-actions {
      display: flex !important;
      flex-direction: column !important;
      gap: 10px !important;
      margin-top: 15px !important;
    }
    
    .review-actions .btn {
      width: 100% !important;
      max-width: 120px !important;
    }
    
    /* Additional fixes for review layout issues */
    /* Fix the "Posted On" text positioning */
    .pt-4.pl-3 {
      position: relative !important;
      z-index: 15 !important;
      background: rgba(255, 255, 255, 0.95) !important;
      padding: 8px 12px !important;
      border-radius: 8px !important;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
      margin-top: 10px !important;
      display: block !important;
      width: fit-content !important;
    }
    
    /* Ensure Edit and Delete buttons don't get truncated */
    .btn-warning, .btn-danger {
      min-width: 70px !important;
      padding: 6px 12px !important;
      font-size: 13px !important;
      margin: 3px !important;
      text-align: center !important;
      white-space: nowrap !important;
      overflow: visible !important;
    }
    
    /* Fix the rating display layout */
    .rating-text + .rating-value {
      margin-top: 8px !important;
      display: block !important;
    }
    
    /* Improve store image and text spacing */
    .col-xs-2.col-md-2.date {
      margin-bottom: 15px !important;
    }
    
    .col-xs-10.col-md-10 {
      padding-left: 15px !important;
    }
    
    /* Fix image modal positioning */
    .modal {
      padding: 10px !important;
    }
    
    .modal-content {
      border-radius: 10px !important;
    }
    
    /* Ensure proper spacing in review cards */
    .row {
      margin-bottom: 20px !important;
    }
    
    hr {
      margin: 20px 0 !important;
    }
    
    /* Fix the overall review container */
    #starrating {
      padding: 0 15px !important;
    }
    
    /* Ensure proper text wrapping */
    .size {
      font-size: 18px !important;
      margin-bottom: 15px !important;
    }
    
    /* Mobile layout changes for reviews tab - Image on left, content on right */
    .review-row {
      display: flex !important;
      flex-direction: row !important;
      align-items: flex-start !important;
      gap: 15px !important;
    }
    
    .review-image-column {
      flex: 0 0 80px !important;
      max-width: 80px !important;
      order: 1 !important;
    }
    
    .review-content-column {
      flex: 1 !important;
      order: 2 !important;
    }
    
    /* Adjust store image size for mobile reviews */
    .review-image-column .profile-pic {
      width: 70px !important;
      height: 70px !important;
      object-fit: cover !important;
      border-radius: 8px !important;
      margin: 0 !important;
    }
    
    /* Adjust store name and details for mobile reviews */
    .review-content-column .custom-col {
      font-size: 16px !important;
      margin-bottom: 8px !important;
      line-height: 1.3 !important;
      font-weight: 600 !important;
    }
    
    /* Ensure proper spacing in review content */
    .review-content-column .align-emoji {
      margin-bottom: 10px !important;
      margin-left: 0 !important;
    }
    
    .review-content-column .rating-text {
      font-size: 14px !important;
      margin-bottom: 5px !important;
    }
    
    .review-content-column .rating-value {
      font-size: 13px !important;
      margin-top: 5px !important;
    }
    
    /* Adjust review text and actions */
    .review-content-column p {
      font-size: 14px !important;
      line-height: 1.4 !important;
      margin-bottom: 10px !important;
    }
    
    /* Ensure action buttons fit properly */
    .review-content-column .btn-sm {
      margin: 3px !important;
      font-size: 12px !important;
      padding: 4px 8px !important;
    }
    
    /* Fix the posted date positioning for mobile layout */
    .review-content-column .mt-35 {
      margin-top: 10px !important;
      font-size: 12px !important;
    }
    
    /* Ensure proper spacing between reviews */
    .review-row + .review-row {
      margin-top: 20px !important;
    }
    
    /* Fix image placeholders in mobile layout */
    .review-content-column .pic {
      width: 60px !important;
      height: 60px !important;
      margin: 3px !important;
    }
    
  }


  .detail{
    font-size: 16px;
    
  }

  .str{
    font-size: 16px;
    margin-left: 65px;
    display: inline-block!important;
  }
.rating-text{
  font-size: 16px;
}
  #loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; 
  
  }

  /* Style for readonly fields */
.readonly-field {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #6c757d;
  background-color: #f8f9fa;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  pointer-events: none; 
  cursor: default; 
}
.posted-date{
  font-size: 12px;
}
.align-emoji{
  align-items: baseline;
    gap: 15px;
    display: flex;

}

.fa-star{
  font-size: 12px;
}
.text-dark{
  font-weight: 700;
}
.fs-raiseticket{
  font-size: 15px;
}
.fs-raiseticket-des{
  font-size: 17px;
}
.review-comment{
  margin-bottom: 6px;
    margin-top: 10px;
}
.overall-rating{
  margin-left: 79%;
}
  
.eye-icon {
  position: absolute;
  top: 69%;
  right: 15px; 
  transform: translateY(-50%);
  cursor: pointer;
}
.flash-offer-list{
  width: 15%;
  margin-left: 82%;
  padding: 1px;
  margin-top: -27px;
  margin-bottom: 5px;
  height: 30px;
}
/* Outer Container */
.feedback-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.feedback-title {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: #343a40;
  margin-bottom: 30px;
  border-bottom: 3px solid crimson; /* Blue underline for a rich look */
  padding-bottom: 10px;
}

/* Grid Layout for Feedback Cards */
.feedback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns */
  gap: 20px; /* Space between the feedback cards */
}

.feedback-status-card {
  background-color: #f8f9fa; /* Light background for the feedback cards */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feedback-status-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Header of Feedback Card */
.feedback-status-header {
  font-size: 1.3em;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

/* Body of Feedback Card */
.feedback-status-body {
  font-size: 1.1em;
  color: #555;
}

.feedback-status-text {
  color: #666;
}

.no-feedback-message {
  font-size: 1.2em;
  font-weight: bold;
  color: #4CAF50; /* Green for a positive tone */
  text-align: center;
  margin-top: 20px;
}

.status-action {
  font-weight: bold;
  color: #007bff; /* Blue to highlight the action status */
}

/* Feedback Label */
.feedback-status-label {
  color: #6c757d;
}

/* Professional UI Design */
:root {
  --primary-color: #2563eb;
  --primary-hover: #1d4ed8;
  --secondary-color: #64748b;
  --success-color: #059669;
  --danger-color: #dc2626;
  --warning-color: #d97706;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --border-radius: 8px;
  --border-radius-lg: 12px;
}


.container {
  max-width: 1200px;
}

/* Alert Styles */
.professional-alert {
  border: 1px solid transparent;
  border-radius: var(--border-radius);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.professional-alert.alert-success {
  background-color: #ecfdf5;
  border-color: #a7f3d0;
  color: var(--success-color);
}

.professional-alert.alert-danger {
  background-color: #fef2f2;
  border-color: #fecaca;
  color: var(--danger-color);
}

.professional-alert .btn-close {
  opacity: 0.5;
  margin-left: auto;
}

/* Page Header */
.page-header {
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-sm);
}

.page-header h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-header h1 i {
  color: var(--primary-color);
  font-size: 1.5rem;
}

/* Content Wrapper */
.content-wrapper {
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

/* Plan Cards */
.plan-card {
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  margin-bottom: 2rem;
  transition: box-shadow 0.2s ease;
}

.plan-card:hover {
  box-shadow: var(--shadow-md);
}

.plan-card-header {
  background-color: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: between;
  align-items: center;
}

.plan-card-header h5 {
  margin: 0;
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--gray-900);
}

.plan-actions {
  display: flex;
  margin-left: 20px;
  gap: 0.75rem;
}

/* Buttons */
.professional-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  color: var(--white);
}

.btn-secondary {
  background-color: var(--white);
  color: var(--gray-700);
  border-color: var(--gray-300);
}

.btn-secondary:hover {
  background-color: var(--gray-50);
  color: var(--gray-700);
}

.btn-danger {
  background-color: var(--danger-color);
  color: var(--white);
  border-color: var(--danger-color);
}

.btn-danger:hover {
  background-color: #b91c1c;
  border-color: #b91c1c;
  color: var(--white);
}

.btn-success {
  background-color: var(--success-color);
  color: var(--white);
  border-color: var(--success-color);
  width: 100%;
  justify-content: center;
}

.btn-success:hover {
  background-color: #047857;
  border-color: #047857;
  color: var(--white);
}

/* Store Cards */
.store-card {
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  height: 100%;
  transition: all 0.2s ease;
}

.store-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.store-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid var(--gray-200);
}

.store-card-body {
  padding: 1.5rem;
}

.store-card-title {
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.store-card-title a {
  color: var(--gray-900);
  text-decoration: none;
}

.store-card-title a:hover {
  color: var(--primary-color);
}

.location-info {
  color: var(--gray-600);
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.location-info i {
  color: var(--primary-color);
  width: 16px;
  text-align: center;
}

.location-info strong {
  color: var(--gray-700);
}

/* Badges */
.badge-container {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.professional-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

.badge-success {
  background-color: #dcfce7;
  color: var(--success-color);
}

.badge-secondary {
  background-color: var(--gray-100);
  color: var(--gray-600);
}

.badge-primary {
  background-color: #dbeafe;
  color: var(--primary-color);
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: 3rem 2rem;
  background-color: var(--gray-50);
  border-radius: var(--border-radius-lg);
  margin: 2rem 0;
}

.empty-state i {
  font-size: 3rem;
  color: var(--gray-400);
  margin-bottom: 1rem;
}

.empty-state h3, .empty-state h4 {
  color: var(--gray-600);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.empty-state p {
  color: var(--gray-500);
  margin-bottom: 1.5rem;
}

/* Modal Styles */
.professional-modal .modal-content {
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
}

.professional-modal .modal-header {
  background-color: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
  padding: 1.5rem 2rem;
}

.professional-modal .modal-title {
  font-weight: 600;
  color: var(--gray-900);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.professional-modal .modal-body {
  padding: 2rem;
}

.professional-modal .modal-footer {
  background-color: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: end;
  gap: 0.75rem;
}

/* Form Elements */
.form-floating {
  position: relative;
}

.form-floating input {
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius);
  padding: 1rem 0.75rem 0.25rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-floating input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgb(37 99 235 / 0.1);
}

.form-floating label {
  position: absolute;
  top: 0;
  left: 0.75rem;
  height: 100%;
  padding: 1rem 0;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease, transform 0.1s ease;
  color: var(--gray-500);
  font-size: 1rem;
}

.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* Loading Spinner */
.loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: var(--white);
  padding: 2rem;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.spinner-border {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25em solid var(--gray-200);
  border-right-color: var(--primary-color);
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.loading-text {
  margin-top: 1rem;
  color: var(--gray-600);
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-header {
      padding: 1.5rem;
  }
  
  .page-header h1 {
      font-size: 1.5rem;
  }
  
  .plan-card-header {
      padding: 1rem 1.5rem;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
  }
  
  .plan-actions {
      align-self: stretch;
  }
  
  .plan-actions .professional-btn {
      flex: 1;
      justify-content: center;
  }
  
  .store-card-body {
      padding: 1rem;
  }
  
  .professional-modal .modal-header,
  .professional-modal .modal-body,
  .professional-modal .modal-footer {
      padding: 1.5rem;
  }
}

/* Utilities */
.text-muted {
  color: var(--gray-500) !important;
}

.fw-600 {
  font-weight: 600;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

/* Responsive Adjustment for Smaller Screens */
@media (max-width: 768px) {
  .feedback-grid {
    grid-template-columns: 1fr; /* One column on smaller screens */
  }
}

@media (max-width: 768px) {
  
  .rating-emoji{
    margin-left: 137px !important;
    margin-top: -32px !important;
  }
  .overall-rating{
    margin-left: 72%;
  }
}