/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/**/

.venue-title {
	margin: 10px;
	padding:10px; 
}

.venue-details {
	width: 90%; 
    border-collapse: collapse;
	margin:10px;
	  
}
.venue-details th, .venue-details td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.venue-details th {
    background-color: #f8f8f8;
    /*width: 180px;*/
}

.venue-gallery img {
  width: 250px !important;
  height: 250px !important;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	margin: 10px;
	display:inline-block !important; 
}

/* CSS for Vennue-Tags */

.venue-tags {
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tag-label {
  font-weight: bold;
  margin-right: 10px;
}

.venue-tag {
  display: inline-block;
  padding: 6px 12px;
  background: #6878d6; /* Accent color */
  color: #fff; /* white text */
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.venue-tag:hover {
  background: #4d61d6; /* Link-hover */
  color: #fff;
	border-radius:5px;
}

/* Breadcrumb for category */

.venue-breadcrumb {
  background-color: #fff;
  font-size: 14px;
  color: #393a56; /* Body text */
  padding: 10px 10px;
}

.venue-breadcrumb a {
  color: #4d61d6; /* Link */
  text-decoration: none;
}

.venue-breadcrumb a:hover {
  color: #242a56; /* Heading color for stronger emphasis */
  text-decoration: underline;
}

.venue-details th,
.venue-details td {
  color: #393a56; /* Body text */
}

/* Area Tag Styling */

.area-tag-link {
  font-size: 14px;
  color: #4d61d6;
  text-decoration: none;
  margin-left: 5px;
}
.area-tag-link:hover {
  text-decoration: underline;
  color: #242a56;
}

.venue-description {
	margin:10px;
	padding: 10px; 
	
}

/* Share Button CSS */

.share-buttons {
  margin: 10px 0;
	padding: 10px; 
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
	background-color: #242a56;
	color:#fff; 
	border-radius:5px; 
}

.share-buttons a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: background 0.3s ease;
}

.share-buttons a i {
  font-size: 16px;
}

.share-buttons .whatsapp { background-color: #25D366; }
.share-buttons .facebook { background-color: #3b5998; }
.share-buttons .twitter { background-color: #1DA1F2; }

.share-buttons a:hover {
  opacity: 0.9;
}


/* Comment Form Style */

/* Comment Section Container */
.comments-area {
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
  padding: 20px;
}

/* Comment Title */
.comments-title {
  font-size: 20px;
  font-weight: bold;
  color: #242a56;
  margin-bottom: 20px;
}

/* Individual Comment */
.comment {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/* Author Name */
.comment-author {
  font-weight: 600;
  color: #4d61d6;
}

/* Comment Meta (date/time) */
.comment-meta {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

/* Comment Content */
.comment-content {
  font-size: 15px;
  color: #393a56;
}

/* Comment Form */
.comment-form {
  margin-top: 30px;
}

.comment-form label {
  display: block;
  font-weight: bold;
  color: #242a56;
  margin-bottom: 6px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 15px;
}

.comment-form input[type="submit"] {
  background-color: #6878d6;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.comment-form input[type="submit"]:hover {
  background-color: #4d61d6;
}

#ib-header-section {
	background-color:#11192c; 
	background-image: linear-gradient(to top, #0f1427, #0e1223);
	color:#fff; 
	
}
.ib-header a {
	color:#fff !important; 
	/*background-color:#ffc; */
}

/* IB - EVENT */


.ib-event .event-container {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
}

/* Featured Image */
.event-container .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Layout */
.event-container .event-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.event-container .event-main {
  flex: 2;
}

.event-container .event-sidebar {
  flex: 1;
}

/* Overview */
.event-container .event-overview {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #242A56;
}

/* Info Panel */
.event-container .info-panel {
  background: #ffffff;
  border-left: 4px solid #605BE5;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(17, 25, 44, 0.08);
}

.event-container .info-panel p,
.event-container .info-panel ul {
  margin: 0.5rem 0;
}

/* CTA Buttons */
.event-container .cta-buttons {
  margin: 1.5rem 0;
}

.event-container .btn {
  display: inline-block;
  background: #605BE5;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.event-container .btn:hover {
  background: #7B5ED4;
}

.event-container .btn-alt {
  background: #242A56;
}

.event-container .btn-alt:hover {
  background: #11192C;
}

/* Accordion */
.event-container .accordion {
  margin-bottom: 1.5rem;
}

.event-container .accordion-toggle {
  background: #605BE5;
  color: #ffffff;
  padding: 0.75rem;
  width: 100%;
  border: none;
  text-align: left;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.event-container .accordion-toggle:hover {
  background: #7B5ED4;
}

.event-container .accordion-content {
  background: #EFF2FF;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #dcdffd;
}

/* Utility */
.event-container .hidden {
  display: none;
}

/* Sidebar Cards */
.event-container .card {
  background: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(17, 25, 44, 0.08);
}

.event-container .card h3 {
  margin-top: 0;
  color: #242A56;
}

/* Map */
.event-container .location-map iframe {
  width: 100%;
  border: none;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .event-container .event-grid {
    flex-direction: column;
  }
}


.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.post-tags a {
    padding: 6px 12px;
    background: #f1f3f5;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
}

.post-tags a:hover {
    background: #0073aa;
    color: #fff;
}