body{
		background: #f8f9fa;
		font-family: "Nunito", sans-serif;
		 font-optical-sizing: auto;
		 font-style: normal;
		 font-weight: 800;
	}
	#cHeading{
		font-weight:bold;
	}
    
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px;
			font-weight: 200;
			background: #2A7B9B;
			background: linear-gradient(272deg, rgba(42, 123, 155, 1) 34%, rgba(87, 199, 133, 1) 79%, rgba(237, 221, 83, 1) 100%);
			
        }
        
        .logo {
            font-size: 24px;
            font-weight: bold;
            color: #333;
        }
        
        nav ul {
            display: flex;
            list-style: none;
        }
        
        
        nav ul li a {
            text-decoration: none;
            color: #fff;
			font-size:14px;
			font-style: normal;
			padding-top:10px;
			font-family: "Nunito", sans-serif !important;
		   font-weight:600 !important;
        }
		
	.login {
    margin-left: 10px;
    position: relative;
    background-color: #f9b502;
    padding: 8px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
}
        
        .slider {
            width: 100%;
            height: auto;
            background-color: #fbfafa;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: #666;
        }
		
          .slider img {
            width: 100%;
            height: auto;
			box-shadow: 0 2px 5px rgba(0,0,0,0.1);
         
        }
        .content {
            display: flex;
            padding: 40px;
            max-width: 1200px;
            margin: 0 auto;
			font-weight: 300;
			font-style: regular;
        }
        
        .left-column {
            flex: 2;
            padding-right: 40px;
        }
        
        .right-column {
            flex: 1;
        }
        
        .main-heading {
            font-size: 40px;
            margin-bottom: 10px;
        }
		.main-heading2 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        
        .date {
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
        }
        
        .description {
              margin-bottom: 20px;
			   
			  color:#333;
			  font-size:15px;
        }
        
        .card {
			border: 1px solid #ddd;
			padding: 15px;
			border-radius: 10px;
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		}
        .buy-btn {
            background-color: #ed0a0a;
            color: white;
            border: none;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin-top: 10px;
            cursor: pointer;
            border-radius: 5px;
            width: 100%;
        }
        
        footer {
            background-color: #21202b;
            color: #fff;
            padding: 30px 0;
            text-align: center;
			 
			font-weight: 300;
			font-style: regular;
        }
        
        .footer-menu {
            margin-bottom: 20px;
        }
        
        .footer-menu ul {
            display: flex;
            justify-content: center;
            list-style: none;
        }
        
        .footer-menu ul li {
            margin: 0 15px;
        }
        
        .footer-menu ul li a {
            color: #fff;
            text-decoration: none;
        }
        
        .copyright {
            font-size: 14px;
            color: #aaa;
        }
		.logo{
		color:#cc0000;
		font-weight:bold;
		padding-left:5%;
		}
    
	
        /* Button Styles */
        .buy-btn {
            background-color: #f5370c;
            color: white;
            border: none;
            padding: 12px 24px;
            font-size: 16px;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .buy-btn:hover {
            background-color: #45a049;
        }
        
        /* Modal Styles */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.8);
            z-index: 1000;
            overflow-y: auto;
        }
        
        .modal-content {
            background-color: white;
            margin: 40px auto;
            width: 90%;
            max-width: 1000px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        
        /* Top Image Section */
        .modal-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        
        /* Columns Layout */
        .modal-body {
            display: flex;
            padding: 20px;
        }
        
        
	  #main {
	  width:100%;
	  height: 400px;
	  position: relative;
	  margin-bottom: 10px;
	}

    .draggable {
      width: 60px;
      height: 60px;
      position: absolute;
      cursor: pointer;
      text-align: center;
      line-height: 100px;
    }
	.draggable img {
      width: 40px;
      height: 40px;
    
    }
    
    .controls {
      margin: 20px 0;
      padding: 10px;
      border: 1px solid #ccc;
    }
    
    button {
      padding: 8px 12px;
      margin-right: 10px;
    }
    
    input {
      padding: 8px;
      width: 300px;
    }
     
       .event-header {
			background-color: #fff;
			padding: 10px;
			margin: 2px;
			border-radius: 8px;
			border: 1px solid #e9ebec;
		}
        .ticket-section {
            border-right: 1px solid #dee2e6;
        }
        .ticket-table {
            width: 100%;
            margin-bottom: 20px;
        }
        .ticket-table th {
            background-color: #f8f9fa;
            padding: 10px;
            text-align: left;
        }
        .ticket-table td {
            padding: 10px;
            border-bottom: 1px solid #dee2e6;
        }
        .accordion-button:not(.collapsed) {
				background-color: rgb(255 255 255 / 3%);
			}
        .price-display {
            font-size: 1.25rem;
            font-weight: bold;
            color: #dc3545;
        }
        .btn-add-to-cart {
            width: 100%;
            margin-top: 10px;
        }
        .filter-option {
            margin-bottom: 10px;
            padding: 3px;
            cursor: pointer;
            border-radius: 6px;
			border:2px solid #e2e2e2;
        }
        .filter-option:hover {
            background-color: #e2e2e2;
        }
        .filter-option input {
            margin-right: 8px;
        }  
       .pd100{
		   margin-top:30px;
		     margin-bottom:30px;
	   }
	  .btn-circle {
	  width: 20px;
	  height: 20px;
	  text-align: center;
	  padding: 6px 0;
	  font-size: 12px;
	  border-radius: 15px;
	  background-color:#9c27b0;
	}
	 .btn-circle2 {
	  width: 20px;
	  height: 20px;
	  text-align: center;
	  padding: 6px 0;
	  font-size: 12px;
	  border-radius: 15px;
	  background-color:#19c0fe;
	}
	 .btn-circle3 {
	  width: 20px;
	  height: 20px;
	  text-align: center;
	  padding: 6px 0;
	  font-size: 12px;
	  border-radius: 15px;
	  background-color:#01d075;
	}
	 .btn-circle4 {
	  width: 20px;
	  height: 20px;
	  text-align: center;
	  padding: 6px 0;
	  font-size: 12px;
	  border-radius: 15px;
	  background-color:#ff7d46;
	}
	 .btn-circle5 {
	  width: 20px;
	  height: 20px;
	  text-align: center;
	  padding: 6px 0;
	  font-size: 12px;
	  border-radius: 15px;
	  background-color:#e740f6;
	}

     .draggable {
      width: 60px;
      height: 60px;
      position: absolute;
      cursor: pointer;
      text-align: center;
      line-height: 100px;
    }
	
	.stage img {
    width: 100px;
    height: 60px;
    }
    
    .controls {
      margin: 20px 0;
      padding: 10px;
      border: 1px solid #ccc;
    }

    .table-number {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
		font-weight:bold;
        font-size: 12px;
        color: #fff;
    }
	.cart-container {
    padding: 15px;
    margin-bottom: 20px;
}

.cart-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.cart-event-group {
    margin-bottom: 15px;
}

.cart-item {
    margin-left: 1px;
    padding: 3px 0;
	font-size: 13px !important;
	color: #666;
	  
}

.cart-total {
    font-weight: bold;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.btn-checkout {
    width: 100%;
    padding: 10px;
    font-size: 1.1em;
}

  /* Basic styling for the header and cart dropdown */
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        background-color: #f8f8f8;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        align-items: center;
    }
    
    nav ul li {
        margin-left: 3px;
        position: relative;
		margin-left: 0px; margin-right: 25px; margin-top: 6px;
		
    }
    
    .cart-icon-container {
        position: relative;
    }
    
    .cart-icon {
        font-size: 19px;
        text-decoration: none;
    }
    
    .cart-dropdown {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        width: 280px;
        background-color: #f8f9fa;
        border-radius: 5px;
        z-index: 1000;
        padding: 10px;
    }
    
    .cart-icon-container:hover .cart-dropdown {
        display: block;
    }
    
    .cart-header {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    
    .cart-content {
        min-height: 80px;
    }
    
    .checkout-btn {
        width: 100%;
        padding: 10px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    
    .checkout-btn:hover {
        background-color: #0069d9;
    }
	
	.btn-primary {
		background: #44a78f;
		transform:scale(0.9);
	}
	.btn-primary:hover {
		background: #41585f;
	}
	
	.cart-container{
		background: #f9f9f9;
	}
	
	
	/* Accordion styling */
.accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.accordion-header{
background-color:#fff !important;	
}


.heading1 {
    border-left: 10px solid #9c27b0;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.heading2 {
    border-left: 10px solid #19c0fe;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}
.heading3 {
    border-left: 10px solid #01d075;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}
.heading4 {
    border-left: 10px solid #ff7d46;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}
.heading5 {
    border-left: 10px solid #ee0cdc;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}
.accordion-button {
    font-weight: 600;
    color: #2c3e50;
    padding: 12px 20px;
    background-color: transparent;
    box-shadow: none;
}

/* Blue bold dropdown arrow */
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233498db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(0deg);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233498db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:hover {
    background-color: #f1f1f1;
    color: #3498db;
}

.accordion-button:focus {
    border-color: rgba(52, 152, 219, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
}

.accordion-body {
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}

/* Form select styling */
.form-select {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
}

/* Button styling */
.btn-primary {
    background-color: #0dcaf0;
    border-color: #3498db;
    padding: 4px 20px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.btn-primary:disabled {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
    cursor: not-allowed;
}

.c-table-select option {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    padding: 8px 12px;
	font-weight:400;
}

		.c-table-select:focus {
			outline: none;
			border-color: #666;
			font-size: 15px;
		}
		.total-amount{
			font-weight:800;
		}
 /* Center the tabs */
    .nav-tabs {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    
    /* Rounded tabs styling */
    .nav-tabs .nav-link {
        border-radius: 8px !important;
        margin: 0 8px;
        border: 1px solid #fff !important;
        transition: all 0.3s ease;
		margin-bottom:20px;
		background: rgb(1 141 80);
		color:#eee;
		font-weight:500;
		width:170px;
    }
	
	.nav-tabs .nav-link.active {
				color:#fff !important;
}
    
    /* Active tab styling */
    .nav-tabs .nav-link.active {
        background-color: #0c4d75;
        border-color: #dee2e6 #dee2e6 #f8f9fa;
        border-radius: 20px 20px 0 0;
    }
    
    /* Hover effect */
    .nav-tabs .nav-link:not(.active):hover {
        border-color: #e9ecef #e9ecef #dee2e6;
        border-radius: 20px 20px 0 0;
    }
    
    /* Optional: Add some padding to the tab content */
    .tab-content {
        padding: 20px;
        border: 0px solid #dee2e6;
        border-top: none;
        border-radius: 0 0 15px 15px;
    }
	
	
	@media (min-width: 320px) and (max-width: 768px){
		.line{
		    color:#fff !important;
		}
	
				.cart-dropdown {
						display: none;
						position: absolute;
						right: 0;
						top: 100%;
						width: 280px;
						background-color: #f8f9fa;
						border-radius: 5px;
						z-index: 1000;
						padding: 10px;
						border: 1px solid #e5e2e2;
					}

					nav ul li {
						margin-left: 3px;
						position: relative;
						margin-left: 0px;
						margin-right: 11px;
						margin-top: 6px;
					}

					nav ul li a {
						font-size: 13px;
					}

					.login {
						margin-left: 8px;
						position: relative;
						background-color: #f9b502;
						padding: 4px;
						width: 80px;
						text-align: center;
						border-radius: 5px;
						transform: scale(0.9);
					}

					.cart-icon {
						font-size: 16px;
						margin-left: 7px;
						text-decoration: none;
					}

					.pd100 {
						margin-top: 20px;
						margin-bottom: 20px;
					}

					.tab-content {
						padding: 15px;
					}

					.event-header {
						border-radius: 6px;
					}
					
					
					.draggable img {
					width: 20px;
					height: 20px;
}	



    /* Default styles for mobile (100% width) */
    .nav.nav-tabs {
        width: 100%;
    }
    .nav.nav-tabs .nav-item {
        width: 100%;
    }
    .nav.nav-tabs .nav-link {
        width: 96%;
        text-align: center;
    }

    /* Styles for desktop (150px width) */
    @media (min-width: 768px) {
        .nav.nav-tabs {
            width: auto;
        }
        .nav.nav-tabs .nav-item {
            width: auto;
        }
        .nav.nav-tabs .nav-link {
            width: 150px;
            text-align: center;
        }
		

    }


					
    }