/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753214742
Updated: 2025-07-22 20:05:42

*/

/*.password-protected {
    font-size: 32px;
    color: #5a4cd6;
    margin-bottom: 20px;
}*/

/* --- Custom Styles --- */
/*body {
    background-color: #cce0cd;
}*/

/*.page-id-19 .test_h1 .elementor-heading-title {
    color: #6b3e3e;
}*/
/* ==========================
   Custom Login Page Styles
   ========================== */

.login-page-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: #fafafa;
  padding: 40px 20px;
}

.login-box {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  width: 100%;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.login-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.login-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}

.login-page-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 8px;
}

.login-page-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #6b3e3e;
  margin: 0 0 20px 0;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.password-protected {
  font-family: 'baloo 2', sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #6b3e3e;
  margin: 0;
  line-height: 36px;
  text-align: center;
  margin-bottom: 5px;
}

.password-text {
  display: block;
  font-weight: 500;
  color: #444;
  text-align: left;
  margin-bottom: 8px;
}

.login-page-form input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 18px;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.login-page-form input[type="password"]:focus {
  border-color: #5a4cd6;
  box-shadow: 0 0 0 3px rgba(90, 76, 214, 0.15);
}

.password-submit {
  width: 100%;
  background: #6b3e3e;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.password-submit:hover {
  background: #fb9d19;
}

.password_error_message {
  margin-top: 15px;
  color: #d9534f;
  font-weight: 600;
  font-size: 16px;
  background: #fdeaea;
  border: 1px solid #f5c2c0;
  border-radius: 8px;
  padding: 10px;
}



/* ==========================
   Watermark Inside Login Box
   ========================== */
.login-box {
  position: relative;
  overflow: hidden;
}

.login-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px; /* adjust size of watermark */
  height: 430px;
  transform: translate(-50%, -50%);
  background-image: url("https://anandaathletics.devakash.info/wp-content/uploads/2025/07/cropped-Ananda-College-Athletic-Wing-Logo-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.06; /* watermark transparency */
  pointer-events: none;
  z-index: 1;
}

/* Keep login content above watermark */
.login-box > * {
  position: relative;
  z-index: 2;
}




/* ------------ Verify E-ID Card Styles ------------ */


/* Verify EID Card Styles */
.verify-eid-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.verify-eid-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.verify-eid-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 15px 30px rgba(0, 0, 0, 0.15);
}

.verify-eid-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #6b3e3e;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: -0.3px;
}

.verify-eid-profile-section {
  text-align: center;
  margin-bottom: 35px;
}

.verify-eid-profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: block;
}

.verify-eid-profile-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 4px solid #e0e0e0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.verify-eid-profile-placeholder svg {
  width: 60px;
  height: 60px;
  fill: #999;
}

.verify-eid-details {
  display: grid;
  gap: 20px;
}

.verify-eid-detail-item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid #6b3e3e;
  transition: background 0.2s ease;
}

.verify-eid-detail-item:hover {
  background: #f0f2f5;
}

.verify-eid-detail-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b3e3e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.verify-eid-detail-value {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  word-break: break-word;
}

.verify-eid-status-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.status-active {
  background: #7e1315;
  color: #d4edda;
  border: 1px solid #7e1315;
}

.status-inactive {
  background: #72030e;
  color: #d4edda;
  border: 1px solid #72030e;
}

.verify-eid-error {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
}

.verify-eid-error p {
  background: #f8d7da;
  color: #721c24;
  padding: 16px 20px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  font-weight: 500;
  margin: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .verify-eid-container {
    margin: 20px auto;
    padding: 0 15px;
  }

  .verify-eid-page-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .verify-eid-card {
    padding: 25px 20px;
    border-radius: 12px;
  }

  .verify-eid-card-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .verify-eid-profile-img,
  .verify-eid-profile-placeholder {
    width: 100px;
    height: 100px;
  }

  .verify-eid-profile-placeholder svg {
    width: 50px;
    height: 50px;
  }

  .verify-eid-details {
    gap: 15px;
  }

  .verify-eid-detail-item {
    padding: 14px;
  }

  .verify-eid-detail-label {
    font-size: 11px;
  }

  .verify-eid-detail-value {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .verify-eid-page-title {
    font-size: 22px;
  }

  .verify-eid-card {
    padding: 20px 15px;
  }

  .verify-eid-card-title {
    font-size: 18px;
  }

  .verify-eid-profile-img,
  .verify-eid-profile-placeholder {
    width: 90px;
    height: 90px;
  }

  .verify-eid-detail-item {
    padding: 12px;
  }
}

/* Member Pro Pic Update Btn Styling */
.upload-Update-Profile-btn {
    background-color: #7e1315!important;
}