/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Main Container - Split Screen Layout */
.main-container {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

/* Left Side - Image Section */
.image-section {
  display: none;
}

.image-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.slide.active {
  opacity: 1;
}

.slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: white;
  padding: 60px 40px 40px;
  text-align: center;
  z-index: 2;
}

.slide-overlay h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-overlay p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Slideshow Indicators */
.slideshow-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none; /* Hidden - removed pagination dots */
  gap: 8px;
  z-index: 10;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90%;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.indicator.active {
  background: white;
  transform: scale(1.2);
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

/* Right Side - Login Section */
.login-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  height: 100vh;
  overflow-y: auto;
}

/* Background Slideshow */
.login-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/545611560_1324092662718848_8811536535004180762_n.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: backgroundSlideshow 55s infinite;
  z-index: 0;
}

/* Dark overlay for better text readability */
.login-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Background Slideshow Animation */
@keyframes backgroundSlideshow {
  0% {
    background-image: url("images/545611560_1324092662718848_8811536535004180762_n.jpg");
  }
  9% {
    background-image: url("images/545611560_1324092662718848_8811536535004180762_n.jpg");
  }
  10% {
    background-image: url("images/546182776_2167385133738763_7006991891791172725_n.jpg");
  }
  18% {
    background-image: url("images/546182776_2167385133738763_7006991891791172725_n.jpg");
  }
  19% {
    background-image: url("images/546238992_684641691315373_7119956179300816560_n.jpg");
  }
  27% {
    background-image: url("images/546238992_684641691315373_7119956179300816560_n.jpg");
  }
  28% {
    background-image: url("images/546260243_2896334557423631_287976220203457252_n.jpg");
  }
  36% {
    background-image: url("images/546260243_2896334557423631_287976220203457252_n.jpg");
  }
  37% {
    background-image: url("images/548030469_1213549567474869_7105283967168999470_n.jpg");
  }
  45% {
    background-image: url("images/548030469_1213549567474869_7105283967168999470_n.jpg");
  }
  46% {
    background-image: url("images/545601129_1082516497373944_2891607710179489901_n.jpg");
  }
  54% {
    background-image: url("images/545601129_1082516497373944_2891607710179489901_n.jpg");
  }
  55% {
    background-image: url("images/546407920_1244121977399879_5414686772811094703_n.jpg");
  }
  63% {
    background-image: url("images/546407920_1244121977399879_5414686772811094703_n.jpg");
  }
  64% {
    background-image: url("images/546908508_1509402000152429_5271822793821390970_n.jpg");
  }
  72% {
    background-image: url("images/546908508_1509402000152429_5271822793821390970_n.jpg");
  }
  73% {
    background-image: url("images/547374912_659920707160374_2419929377794463667_n.jpg");
  }
  81% {
    background-image: url("images/547374912_659920707160374_2419929377794463667_n.jpg");
  }
  82% {
    background-image: url("images/547522908_1469105141038291_1309182788430366585_n.jpg");
  }
  90% {
    background-image: url("images/547522908_1469105141038291_1309182788430366585_n.jpg");
  }
  91% {
    background-image: url("images/548337583_1787944518496349_2168279959394241583_n.jpg");
  }
  100% {
    background-image: url("images/548337583_1787944518496349_2168279959394241583_n.jpg");
  }
}

/* Login Container */
.login-container {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  padding: 20px 25px;
  max-width: 350px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: visible;
  z-index: 2;
}

/* Header Styles */
.header {
  text-align: center;
  margin-bottom: 20px;
}

.logo {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
  overflow: hidden;
  background: white;
  padding: 5px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.subtitle {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Form Styles */
.login-form h2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.form-description {
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.85rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.input-group {
  margin-bottom: 12px;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrapper i {
  position: absolute;
  left: 15px;
  color: #666;
  font-size: 1rem;
  z-index: 2;
}

.input-wrapper input {
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: 2px solid #e1e5e9;
  border-radius: 12px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  background: #f8f9fa;
  transition: all 0.3s ease;
  outline: none;
}

/* Specific padding for password input to accommodate toggle button */
.input-wrapper input[type="password"],
.input-wrapper input[type="text"]#password {
  padding-right: 45px;
}

.input-wrapper input:focus {
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.input-wrapper input::placeholder {
  color: #999;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  font-size: 0.85rem;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  z-index: 3;
}

.password-toggle:hover {
  color: #667eea;
  background: rgba(102, 126, 234, 0.1);
}

/* Remember Me and Forgot Password */
.remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  font-size: 0.9rem;
}

.remember-me {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.remember-me input[type="checkbox"] {
  display: none;
}

.checkmark {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #f8f9fa;
  border: 2px solid #e1e5e9;
  border-radius: 4px;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.remember-me input[type="checkbox"]:checked + .checkmark {
  background: #667eea;
  border-color: #667eea;
}

.remember-me input[type="checkbox"]:checked + .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
}

.forgot-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.forgot-link:hover {
  color: #ffeb3b;
  text-decoration: underline;
}

/* Login Button */
.login-btn {
  width: 60%;
  margin: 0 auto;
  padding: 10px 16px;
  background: #11224e;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(17, 34, 78, 0.3);
  position: relative;
  overflow: hidden;
}

.login-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(17, 34, 78, 0.4);
}

.login-btn:hover::before {
  left: 100%;
}

.login-btn:active {
  transform: translateY(0);
}

.login-btn i {
  transition: transform 0.3s ease;
}

.login-btn:hover i {
  transform: translateX(3px);
}

/* Signup Link */
.signup-link {
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.signup-link p {
  color: #ffffff;
  font-size: 0.9rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.signup-link a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.signup-link a:hover {
  color: #ffeb3b;
  text-decoration: underline;
}

/* Demo Accounts Section */
.demo-accounts {
  margin-top: 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.demo-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #667eea;
  font-weight: 600;
  font-size: 0.9rem;
}

.demo-header i {
  font-size: 1rem;
}

.demo-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.demo-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.demo-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.demo-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.user-demo .demo-icon {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
}

.admin-demo .demo-icon {
  background: linear-gradient(135deg, #f093fb, #f5576c);
  color: white;
}

.demo-info {
  flex: 1;
}

.demo-info h4 {
  margin: 0 0 8px 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}

.demo-info p {
  margin: 2px 0;
  font-size: 0.75rem;
  color: #666;
}

.demo-info strong {
  color: #444;
}

.demo-fill-btn {
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.demo-fill-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* Flashing Animation for Images */
@keyframes flashFade {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}

.slide.flash-transition {
  animation: flashFade 4s ease-in-out;
}

/* Loading Animation for Button */
.login-btn.loading {
  pointer-events: none;
}

.login-btn.loading span {
  opacity: 0;
}

.login-btn.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Error State */
.input-wrapper.error input {
  border-color: #ff6b6b;
  background: #fff5f5;
}

.input-wrapper.error input:focus {
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

/* Success Animation */
@keyframes success {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.login-btn.success {
  background: linear-gradient(135deg, #4caf50, #45a049);
  animation: success 0.3s ease;
}

.login-btn.error {
  background: linear-gradient(135deg, #f44336, #d32f2f);
  animation: error 0.3s ease;
}

@keyframes error {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .main-container {
    flex-direction: column;
  }

  .image-section {
    height: 40vh;
  }

  .login-section {
    flex: none;
    min-height: 60vh;
  }

  .slide-overlay h3 {
    font-size: 2rem;
  }

  .slide-overlay p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .login-section {
    padding: 15px;
  }

  .login-container {
    padding: 30px 25px;
    border-radius: 15px;
  }

  .title {
    font-size: 1.5rem;
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .logo {
    width: 70px;
    height: 70px;
  }

  .image-section {
    height: 35vh;
  }

  .slide-overlay {
    padding: 40px 20px 20px;
  }

  .slide-overlay h3 {
    font-size: 1.5rem;
  }

  .slide-overlay p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .login-container {
    padding: 25px 20px;
  }

  .title {
    font-size: 1.3rem;
  }

  .remember-forgot {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .input-wrapper input {
    padding: 12px 12px 12px 40px;
  }

  .input-wrapper input[type="password"] {
    padding-right: 40px;
  }

  .password-toggle {
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
  }

  .login-btn {
    padding: 12px 20px;
  }

  .demo-accounts {
    padding: 15px;
    margin-top: 20px;
  }

  .demo-card {
    padding: 12px;
    gap: 10px;
  }

  .demo-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .demo-info h4 {
    font-size: 0.85rem;
  }

  .demo-info p {
    font-size: 0.7rem;
  }

  .demo-fill-btn {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  .image-section {
    height: 30vh;
  }

  .slide-overlay h3 {
    font-size: 1.3rem;
  }

  .slideshow-indicators {
    bottom: 10px;
    gap: 6px;
  }

  .indicator {
    width: 6px;
    height: 6px;
  }
}

/* ===== QUICK LINKS STYLES ===== */
.quick-links-container {
  position: relative;
  display: flex;
  gap: 10px;
}

.quick-links-container.top-right {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}

.quick-links-container.bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}

.quick-links-container.fixed-bottom-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.quick-link-btn {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(102, 126, 234, 0.3);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #667eea;
  font-size: 1.1rem;
}

.quick-link-btn:hover {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-color: #667eea;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  color: white;
}

.quick-link-tooltip {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #667eea;
  color: white;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.quick-link-tooltip::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #667eea;
}

.quick-link-btn:hover .quick-link-tooltip {
  opacity: 1;
  visibility: visible;
}

/* ===== CONTACT MODAL STYLES ===== */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 25px;
}

.contact-info-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: white;
  font-size: 1.2rem;
}

.contact-info-card h4 {
  color: #2d3748;
  font-size: 1rem;
  margin-bottom: 10px;
}

.contact-info-card p {
  color: #666;
  font-size: 0.85rem;
  margin: 5px 0;
}

.contact-info-card a {
  color: #667eea;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: #764ba2;
  text-decoration: underline;
}

.social-links-section {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.social-links-section h4 {
  color: #2d3748;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-btn.facebook {
  background: linear-gradient(135deg, #1877f2, #0d5bbf);
}

.social-btn.instagram {
  background: linear-gradient(135deg, #e1306c, #c13584, #833ab4);
}

.social-btn.twitter {
  background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

.social-btn.tiktok {
  background: linear-gradient(135deg, #000000, #333333);
}

/* ===== REVIEWS MODAL STYLES ===== */
.reviews-modal-content {
  max-width: 600px;
}

.reviews-summary {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 15px;
  margin-bottom: 20px;
  color: white;
}

.rating-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.rating-score {
  font-size: 3rem;
  font-weight: 700;
}

.rating-stars {
  font-size: 1.3rem;
  color: #ffc107;
}

.rating-stars i {
  margin: 0 2px;
}

.reviews-summary p {
  opacity: 0.9;
  font-size: 0.9rem;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 350px;
  overflow-y: auto;
  padding-right: 5px;
}

.reviews-list::-webkit-scrollbar {
  width: 5px;
}

.reviews-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.reviews-list::-webkit-scrollbar-thumb {
  background: #667eea;
  border-radius: 5px;
}

.review-card {
  background: #f8f9fa;
  padding: 18px;
  border-radius: 12px;
  border-left: 4px solid #667eea;
  transition: all 0.3s ease;
}

.review-card:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.reviewer-avatar {
  font-size: 2.2rem;
  color: #667eea;
}

.reviewer-info {
  flex: 1;
}

.reviewer-info h5 {
  color: #2d3748;
  font-size: 0.95rem;
  margin-bottom: 3px;
}

.review-stars {
  color: #ffc107;
  font-size: 0.8rem;
}

.review-date {
  color: #999;
  font-size: 0.8rem;
}

.review-text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
  font-style: italic;
}

/* ===== MAP ICON STYLES ===== */
.map-icon-container {
  position: relative;
}

.map-icon-container.top-right {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-icon-btn {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(102, 126, 234, 0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map-icon-btn:hover {
  background: rgba(102, 126, 234, 0.1);
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.2);
}

.map-icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.map-icon-btn:hover .map-icon {
  transform: scale(1.1);
}

.map-tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #667eea;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.map-tooltip::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #667eea;
}

.map-icon-btn:hover .map-tooltip {
  opacity: 1;
  visibility: visible;
}

/* ===== MAP MODAL STYLES ===== */
.map-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.map-modal.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.map-modal-content {
  background: white;
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.map-modal.show .map-modal-content {
  transform: translateY(0);
}

.map-modal-header {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-modal-header h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}

.map-close-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.map-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.map-modal-body {
  padding: 25px;
}

.location-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.address-section,
.contact-section {
  background: rgba(102, 126, 234, 0.05);
  padding: 15px;
  border-radius: 12px;
  border-left: 4px solid #667eea;
}

.address-section h4,
.contact-section h4 {
  color: #667eea;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.address-section p,
.contact-section p {
  color: #666;
  line-height: 1.5;
  font-size: 0.9rem;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.map-container iframe {
  border-radius: 12px;
}

.map-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.directions-btn,
.share-location-btn {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.directions-btn:hover,
.share-location-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.share-location-btn {
  background: linear-gradient(135deg, #28a745, #20c997);
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.2);
}

.share-location-btn:hover {
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
}

/* ===== MODAL ANIMATIONS ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ===== MAP RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  .map-icon-container.top-right {
    top: 10px;
    right: 10px;
  }

  .map-icon-btn {
    width: 40px;
    height: 40px;
  }

  .map-icon {
    width: 20px;
    height: 20px;
  }

  .map-modal-content {
    margin: 10px;
    max-height: 95vh;
  }

  .map-modal-header {
    padding: 15px 20px;
  }

  .map-modal-header h3 {
    font-size: 1.2rem;
  }

  .map-modal-body {
    padding: 20px;
  }

  .location-info {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .map-actions {
    flex-direction: column;
    gap: 10px;
  }

  .directions-btn,
  .share-location-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .quick-links-container.top-right {
    top: 8px;
    right: 8px;
    gap: 6px;
  }

  .quick-links-container.bottom-right {
    bottom: 8px;
    right: 8px;
    gap: 6px;
  }

  .quick-links-container.fixed-bottom-right {
    bottom: 10px;
    right: 10px;
    gap: 6px;
  }

  .quick-link-btn {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .quick-link-tooltip {
    display: none;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .social-btn {
    padding: 8px 14px;
    font-size: 0.8rem;
  }

  .social-btn span {
    display: none;
  }

  .reviews-modal-content {
    max-width: 95%;
  }

  .rating-score {
    font-size: 2.5rem;
  }

  .review-card {
    padding: 14px;
  }

  .reviewer-avatar {
    font-size: 1.8rem;
  }

  .map-icon-container.top-right {
    top: 8px;
    right: 8px;
  }

  .map-icon-btn {
    width: 35px;
    height: 35px;
  }

  .map-icon {
    width: 18px;
    height: 18px;
  }

  .map-tooltip {
    display: none;
  }

  .map-modal-header {
    padding: 12px 15px;
  }

  .map-modal-body {
    padding: 15px;
  }

  .address-section,
  .contact-section {
    padding: 12px;
  }
}

/* ===== FORGOT PASSWORD MODAL STYLES ===== */
.modal {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.3s ease-out;
}

.modal-content {
  background: white;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease-out;
  overflow: hidden;
}

.modal-header {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}

.modal-close-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.modal-body {
  padding: 30px 25px;
}

.modal-description {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.modal-btn {
  width: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 15px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.modal-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.modal-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.modal-footer {
  margin-top: 20px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.modal-footer p {
  color: #666;
  font-size: 0.9rem;
}

.modal-footer a {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.modal-footer a:hover {
  color: #764ba2;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive styles for modal */
@media (max-width: 768px) {
  .modal-content {
    margin: 10px;
    max-width: 95%;
  }

  .modal-header {
    padding: 15px 20px;
  }

  .modal-header h3 {
    font-size: 1.2rem;
  }

  .modal-body {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .modal-header {
    padding: 12px 15px;
  }

  .modal-body {
    padding: 15px;
  }

  .modal-btn {
    padding: 12px;
    font-size: 0.9rem;
  }
}
