.hero-section {
  background-image: url("../IMAGE/PUP Hero4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
  background-position: center;
}

/* body{
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ef 100%);
} */

.soms {
  color: aliceblue;
}

.about-image {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  object-fit: cover;
  min-height: 350px;
}

.section,
.sections {
  margin: 80px 0;
}

.footer {
  width: 100%;
  background-color: #333;
}

/* student login */

.hero {
  background-image: url("../IMAGE/boris-busorgin-IlUT71LqoeQ-unsplash.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
  background-position: center;
}

.center {
  background: rgba(255, 255, 255, 0.875);
}



/* student dashboard*/
.stud li:hover {
  background-color: #b71c1c;
  color: #fff;
  transition: background-color 0.2s;
}
.sidenav {
  background-color: #880000;
  color: white;
}

.profiles {
  background-color: #460202;
  color: white;
}



/* org-ticket.php */
 .ticket-form-card {
      border-radius: 16px;
      box-shadow: 0 4px 4px rgba(0,0,0,0.08);
      max-width: 600px;
      margin: 2rem auto;
    }
    .ticket-form-card h1 {
      color: #800000;
    }
    .form-label {
      color: #800000;
    }
    .btn-primary {
      background-color: #800000;
      border: none;
    }
    .btn-primary:hover {
      background-color: #a83232;
    }



/* STUDENT */    
    /* body {
      font-family: Arial, sans-serif;
    }
    
    .sidebar {
      background-color: #8B0000;
      min-height: 100vh;
      color: white;
      padding-top: 1rem;
    }
                  
    .sidebar a {
      color: white;
      text-decoration: none;
      display: flex;
      align-items: center;
      padding: 10px;
      margin-bottom: 10px;
      transition: background 0.3s;
    }
                    
    .sidebar a:hover, .sidebar a.active {
      background-color: #a60000;
      border-radius: 5px;
    }
                    
    .sidebar a i {
      margin-right: 10px;
    }
    
    .sidebar-footer {
      position: absolute;
      bottom: 1rem;
      width: 90%;
      margin-left: 5%;
      background-color: #8B0000; 
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); 
      border-radius: 8px;
      padding: 10px;
      color: white;
    } */
                    
    .main {
      padding: 20px;
    }
                    
    .carousel img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }
   
    /* .sidebar-title {
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1.2;
    } */

    .primary-title {
      color: #8B0000;
    }

    .event-card {
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
      padding: 20px;
      margin-bottom: 20px;
    }

    .event-img {
      max-width: 100%;
      border-radius: 10px;
    }

    .event-title {
      font-weight: bold;
      font-size: 1.2rem;
    }

    .organizer {
      color: darkred;
      font-weight: 600;
    }

/* Organization Styles */
    .org-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
        
    .org-box {
      display: block;
      border: 1px solid #ddd;
      border-radius: 0; /* Square corners */
      padding: 20px;
      text-decoration: none;
      color: inherit;
      transition: all 0.3s ease;
      background-color: white;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      flex: 1;
      min-width: 250px;
      height: 150px; 
        }
        
    .org-box:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      border-left: 4px solid #8B0000;
    }
        
    .org-box-title {
      font-weight: 600;
      margin-bottom: 15px;
      color: #8B0000;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 1.1rem;
    }
        
    .org-box-content {
      font-size: 0.9rem;
      color: #555;
    }
        
    .main-box {
      width: 100%;
      height: 180px; 
      margin-top: 20px;
    }
        
    .top-boxes {
      display: flex;
      gap: 20px;
      width: 100%;
    }
        
    .top-box {
      flex: 1;
    }
        
    .user-name {
      position: absolute;
      bottom: 20px;
      left: 20px;
      font-weight: 600;
    }
        
    .btn-join {
      color: #fff;            
      background-color: #28A745; 
      border-color: #28A745;
      border-radius: 5px;
    }

    .btn-join:hover {
      background-color: #218838;
      border-color: #218838;
    }

    .btn-current {
      color: #fff;
      background-color: #E5373A;
      border-color: #E5373A;
      border-radius: 5px;
    }

    .btn-current:hover {
      background-color: #b12b2d;
      border-color: #b12b2d;
    }

    .btn-pending {
      color: #fff;
      background-color: #FE8801;
      border-color:#FE8801;
      border-radius: 5px;
    }

    .btn-pending:hover {
      background-color: #d9790b;
      border-color: #d9790b;
    }

  @media (max-width: 768px) {
    .top-boxes {
      flex-direction: column;
    }
            
    .org-box {
      height: auto;
      min-height: 120px;
    }
            
    .main-box {
      height: auto;
    }
  }


  .upload-area {
            border: 2px dashed #dee2e6;
            padding: 20px;
            text-align: center;
            margin-bottom: 20px;
            cursor: pointer;
        }
        .description-area {
            min-height: 150px;
            border: 1px solid #dee2e6;
            padding: 10px;
            margin-bottom: 20px;
        }


            .content {
      margin-left: 270px;
      padding: 40px;
    }

    .upload-box {
      border: 2px dashed #ccc;
      text-align: center;
      padding: 40px;
      border-radius: 5px;
      cursor: pointer;
      margin-bottom: 20px;
      color: #777;
    }

    .upload-box i {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #999;
    }

    .btn-create {
      background-color: #28a745;
      color: white;
    }

    .btn-create:hover {
      background-color: #218838;
    }


    /* ticket.php */

    .side-title {
      color: #fff;
    }

    .admin-side {
      color: #fff;
    }


  /* VIEW ANNOUCEMENT */
        .announcement-container {
            max-width: 800px;
            margin: 0 auto;
        }
        .announcement-card {
            border: 1px solid #ccc;
            padding: 20px;
            background: #fff;
        }
        .announcement-header {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .announcement-header img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
        }
        .announcement-header .name {
            font-weight: bold;
            color: #007bff;
        }
        .announcement-header .role {
            font-size: 0.8rem;
            color: gray;
            margin-left: 5px;
        }
        .announcement-meta {
            font-size: 0.85rem;
            color: #666;
        }
        .announcement-title {
            font-weight: bold;
            margin-top: 15px;
            margin-bottom: 10px;
        }
        .announcement-body {
            font-size: 0.95rem;
            margin-bottom: 15px;
        }
        .announcement-card a {
            color: #007bff;
            text-decoration: none;
        }
        .announcement-card a:hover {
            text-decoration: underline;
        } 
