/*
Theme Name: Book
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: Custom theme for events and books.
Version: 1.0
*/


body {
  background-color: #f4f4f5;
  padding: 20px;
}
.add-event-btn {
  background-color: #00c4cc;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.add-event-btn:hover {
  background-color: #00a3aa;
}
table {
  background-color: white;
}
.pagination .page-link {
  border-radius: 8px;
}
.action-links a {
  margin-right: 10px;
  text-decoration: none;
}
.action-links .delete {
  color: red;
}
.table-pagination {
	float: right;
}
ul.pagination .page-item{
	margin: 4px;
}

/*Add Events*/

.form-container {
  margin: auto;
}
.form-control, .form-select {
  border-radius: 8px;
  padding: 10px 15px;
}
.form-group label {
  font-weight: 500;
  margin-bottom: 5px;
}
.upload-btn {
  border-radius: 8px;
  background-color: #00c4cc;
  color: white;
  padding: 10px 25px;
  border: none;
  float: right;
}
.add-btn {
  background-color: #00c4cc;
  color: white;
  font-weight: bold;
  padding: 10px 40px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  float: right;
}
textarea {
  resize: none;
  min-height: 100px;
}
textarea.form-control{
    min-height: calc(5.5em
88px
 + .75rem + calc(var(--bs-border-width) * 2));
}
.Main-head {
  margin-bottom: 35px;
}









.table-pagination .pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-item {
  margin: 0 4px;
}

.page-item .page-link {
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 500;
}

.page-item.active .page-link {
  background-color: #00d1d1;
  border-color: #00d1d1;
  color: white;
}

.page-item.disabled .page-link {
  color: #ccc;
  pointer-events: none;
  background-color: #f8f9fa;
}

/* Landing Page Styles */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown {
    animation-name: fadeInDown;
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

.animate__delay-1s {
    animation-delay: 1s;
}

.animate__delay-2s {
    animation-delay: 2s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.feature-card {
    background: white;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.feature-icon i {
    color: #00c4cc;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon i {
    transform: scale(1.1);
}

.code-preview {
    background: #1e1e1e !important;
    border: 1px solid #333;
}

.code-preview pre {
    color: #f8f8f2;
    font-size: 14px;
    line-height: 1.5;
}

.code-preview code {
    color: #f8f8f2;
}

.stat-item {
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: scale(1.05);
}

.mobile-mockup .phone-frame {
    background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.mobile-mockup .phone-frame::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background: #333;
    border-radius: 10px;
}

/* Navigation Menu Styles */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar-scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.navbar-brand {
    font-weight: bold;
    color: #00c4cc !important;
    font-size: 1.5rem;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #00c4cc;
}

.navbar-nav .nav-link.active {
    color: #00c4cc;
}

/* Footer Styles */
.site-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 50px 0 20px;
    margin-top: 50px;
}

.site-footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.site-footer ul {
    list-style: none;
    padding: 0;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #00c4cc;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    color: #95a5a6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .feature-card {
        margin-bottom: 20px;
    }
    
    .code-preview {
        font-size: 12px;
    }
    
    .stat-item h3 {
        font-size: 2rem;
    }
}

/* Button Styles */
.btn-primary {
    background-color: #00c4cc;
    border-color: #00c4cc;
    font-weight: 600;
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #00a0a6;
    border-color: #00a0a6;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,196,204,0.3);
}

.btn-outline-primary {
    color: #00c4cc;
    border-color: #00c4cc;
    font-weight: 600;
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #00c4cc;
    border-color: #00c4cc;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,196,204,0.3);
}

.btn-light {
    font-weight: 600;
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}

.btn-outline-light {
    font-weight: 600;
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}







