    body {
      margin: 0;
      font-family: Arial, sans-serif;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      background-color: #f8f8f8;
	line-height: 1.6;
	padding: 0;
	color: #333;

    }
    header {
      background-color: #DDDDDD;
      color: #fff;
      padding-left: 10px;
      }
.category-menu,
.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 20px 0;
}

.site-header {
    background-color: #f8f8f8;
    text-align: center;
    padding: 30px 15px;
}

.site-header h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.site-header .subtitle {
    font-size: 16px;
    color: #777;
}

h2 {
    font-size: 24px;
    color: #444;
    margin-top: 30px;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 0px;
}

a {
    color: #d44a83;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn {
    background-color: #d44a83;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.btn:hover {
    background-color: #c13d73;
}

.site-footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.site-footer a {
    color: #d44a83;
}


.category-group{
	display: flex; 
	flex-wrap: wrap; 
	margin-bottom: 20px;
}

.category-menu > li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.category-menu li a {
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
}

.category-menu li:hover > a {
    background-color: black;
}

.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: black;
    min-width: 280px;
    border: 1px solid #ccc;
    z-index: 1000;
}

.category-menu li:hover > .submenu {
    display: block;
}

.submenu li {
    display: block;
}

.submenu li a {
    padding: 8px 12px;
}

	.left-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      background: #333;
      padding: 10px;
      margin: 0;
      list-style: none;
    }
    .left-menu li {
      margin-bottom: 10px;
    }
    .left-menu a {
      color: white;
      text-decoration: none;
      padding: 5px 10px;
      border-radius: 4px;
	  margin-bottom: 10px;
    }
    .left-menu a:hover {
      background-color: #555;
    }
 
    .layout {
      display: flex;
      flex: 1;
    }
    .sidebar-left, .sidebar-right {
      width: 265px;
      background-color: #ddd;
      padding: 10px;
    }
	
		.sidebar-left, .sidebar-right a {
		color: white;
		text-decoration: none;
		display: block;
		margin: 10px 0;
		padding: 10px;
		border-radius: 5px;
		text-align: center;
		
		}
       .sidebar-left, .sidebar-right a:hover {
            background-color: #555;
        }

.heading{
		color: white;
		text-decoration: Bold;
		font-size: 18px;
		padding: 10px;
		text-align: center;
	}
	
.price-tag {
	width: 90%;
    display: inline-block;
    background-color: #6F6F6F;
    color: white;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 8px;
	margin-bottom: 5px;
    font-size: 1.1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

	
	.nav-bar {
	  display: flex;
	  align-items: center;
	  gap: 10px; /* space between Home and categories */
	  padding: 5px 0;
	  font-size: 16px;
	}

.home-button {
  font-size: 14px;
  text-decoration: none;
  padding: 3px 8px;
  background-color: #007BFF;
  color: white;
  border-radius: 4px;
}

.home-button:hover {
  background-color: #0056b3;
}
	
    .main-content {
      flex: 1;
      padding: 20px;
    }

    .video-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 20px;
    }
    .video-card {
      background-color: white;
      border: 1px solid #ccc;
      padding: 10px;
      border-radius: 5px;
      text-align: center;
      transition: box-shadow 0.3s;
    }
    .video-card:hover {
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .video-card img {
      width: 100%;
      height: 275px;
      border-radius: 4px;
    }
    .pagination {
      text-align: center;
      margin: 20px 0;
    }
    .pagination a {
      margin: 0 5px;
      text-decoration: none;
      padding: 5px 10px;
      border: 1px solid #aaa;
      border-radius: 3px;
      color: #333;
    }
    .pagination span {
      margin: 0 5px;
    }
	
	.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.image-card {
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.image-card img {
  width: 100%;
  height: auto;
}

.image-card p {
  text-align: center;
  padding: 8px;
  margin: 0;
}
 
.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  position: relative;
  width: 355px;
  margin: 5px;
  padding-bottom: 10px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: white;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s;
  }

.image-info p {
		color: white;
		text-decoration: none;
		font-size: 14px;
		text-align: center;	
	
}



    footer {
      background-color: #222;
      color: #fff;
      text-align: center;
      padding: 10px;
    }

	
	.auth-buttons-inline { 
	align-items: center;
	gap: 10px;	
	}

	.auth-btn {
	  padding: 6px 12px;
	  border-radius: 4px;
	  text-decoration: none;
	  background-color: #007bff;
	  color: white;
	  font-size: 14px;
	}

	.auth-btn:hover {
	  background-color: #0056b3;
	}

	.welcome-text {
	  font-weight: bold;
	  margin-right: 10px;
	}


    @media (max-width: 768px) {
		.nav-bar {
		  display: flex;
		  align-items: center;
		  gap: 5px; /* space between Home and categories */
		  padding: 5px 0;
		  font-size: 10px;
		}
		
		.nav-bar a{
		gap: 5px; /* space between Home and categories */
		padding: 5px 0;
		font-size: 10px;
		}
		
		.left-menu {
		font-size: 10px;
		  padding: 5px;
		}
    .left-menu li {
		font-size: 10px;
      margin-bottom: 8px;
    }
    .left-menu a {
		font-size: 10px;
	padding: 5px 8px;
    margin-bottom: 5px;
    }
	
      .layout {
        flex-direction: column;
      }
      .sidebar-left, .sidebar-right {
        width: 100%;
        order: 1;
      }

      .main-content {
        order: 2;
      }

      .category-menu {
        flex-direction: column;
        align-items: center;
      }
	
	.video-card img {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }
	
.custom-gallery-item {
	  position: relative;
	  max-width: 340px;
	  height: auto;
	  margin: 5px;
	  border: 1px solid #ccc;
	  overflow: hidden;  
	  text-align: center;
	}


	.gallery img {
    width: 95%;
    margin: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
	}

	.gallery > div {
		margin: 10px;
		padding: 10px;
		text-align: center;
		width: 100%;
	}
	
      .pagination {
      margin: 10px 0;
	  font-size: small;
    }
     .pagination span {
      margin: 0 3px;
    }

	.image-info p {
		color: white;
		text-decoration: none;
		font-size: 8px;
		text-align: center;	
	
}




    }
	
	 @media (max-width: 375px) {
		 
	.nav-bar {
	  display: flex;
	  align-items: center;
	  gap: 5px; /* space between Home and categories */
	  padding: 5px 0;
	  font-size: 10px;
	}
		 
	.gallery-item {
	  position: relative;
	  max-width: 340px;
	  height: auto;
	  margin: 5px;
	  border: 1px solid #ccc;
	  overflow: hidden;  
	  text-align: center;
	}
	
	.custom-gallery-item {
	  position: relative;
	  max-width: 340px;
	  height: auto;
	  margin: 5px;
	  border: 1px solid #ccc;
	  overflow: hidden;  
	  text-align: center;
	}
	
	
	
      .layout {
        flex-direction: column;
      }
      .sidebar-left, .sidebar-right {
        width: 100%;
        order: 1;
      }
      .main-content {
        order: 2;
      }
      .category-menu {
        flex-direction: column;
        align-items: center;
      }

      .pagination {
      margin: 10px 0;
	  font-size: small;
    }
     .pagination span {
      margin: 0 3px;
    }

	.image-info p {
		color: white;
		text-decoration: none;
		font-size: 8px;
		text-align: center;	
	
	}
	
.heading {
  font-weight: bold;
  margin-bottom: 5px;
}

.price-tag {
  color: green;
  font-size: 16px;
  margin: 5px 0;
}

	

    }