.events-parent{
    background-image: url('../img/new-events-back.png');
    
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 0px 80px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.6);
}

.events-blue{
    width: 80%;
    background-color: #0805b1;
    border-radius: 20px;
    padding: 0px 50px;
    height: 130px;
}

.events-blue-parent{
    position: relative;
  top: 420px; 
}

.events-parent-child{
    color: white;
    width: 70%;
}

.events-parent-child h2{
    font-size: 60px;

}

.background-container {
      background-image: url('../img/back-black-white.png'); /* Replace with your image */
      background-size: cover;
      background-position: center;
      min-height: auto;
	  border-radius: 40px;
    }

    .card-panel {
            background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            border-radius: 2rem; /* 32px */
            padding: 2.5rem; /* 40px */
			margin-left: auto; /* pushes it to the right */
			font-family: 'DM Sans', sans-serif !important;
			color: black;
        }
        
        /* Custom color for the event title */
        .event-title {
            color: #000080; /* Navy Blue */
        }

        /* The multi-colored divider line */
        .color-divider {
            height: 4px;
            background: linear-gradient(to right, #EF4444, #FBBF24); /* red-500 to yellow-400 */
            border-radius: 2px;
        }

        /* Custom styling for the phone button to match the design */
        .btn-phone {
            border-color: #3B82F6;
            color: #3B82F6;
            background-color: #EFF6FF;
            font-weight: bold;
            padding: 0.75rem 1.5rem;
            transition: all 0.2s ease-in-out;
        }

        .btn-phone:hover {
            transform: scale(1.05);
            color: #2563EB;
            background-color: #DBEAFE;
        }
		
		.number-link{
			
			color: blue;
			border: 3px solid blue;
			text-decoration: none;
			padding: 10px 5px;
			border-radius: 25px;
		}
		
		.bi-telephone-fill{
			color: white;
			background-color: blue;
			border-radius: 50%;
			padding: 3px 3px;
		}
		
		
		.topicstyle-1{
        font-size: 30px;
        margin-bottom: 20px;
		font-weight: bold !important;
    }
	
.blue-text{
	color: #1109b4;
}
	
.line-something {
        display: flex;
        width: 100%;
        height: 8px; /* You can adjust thickness */
		
    }

    .line-something > div {
        flex: 1;
    }

    .line-blue {
        background-color: #1109b4; /* Bootstrap blue */
    }

    .line-brown {
        background-color: #8b0807; /* SaddleBrown */
    }

    .line-yellow {
        background-color: #f5d917; /* Gold */
    }
	
.input-group-text svg {
      width: 1em;
      height: 1em;
    }

    .search-container {
      width: 100%;
    }
		
		
		.news-item {
      background-color: #f2f4f3; /* Bootstrap blue */
      color: white;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 20px;
	  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	  height:90%;
    }

    .news-top {
      padding: 30px;
    }

    .news-image img {
      width: 100%;
      height: auto;
      display: block;
	  border-radius: 10px;
    }
	
	.news-title-one{
		
	}
	
	.news-description-one{
		width:80%;
		color:black;
	}
	
	
	.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.background-container .card-panel,
.background-container .position-relative {
    z-index: 1;
}

.background-container {
    position: relative;
    overflow: hidden;
}

.yellow-bar{
	padding: 20px 0px;
	background-color: #f5d804;
	border-radius: 20px;
}
		

    @media (max-width: 768px) {
      .card-panel {
        height: auto;
      }
	  
	  
	  .yellow-bar-item.search {
			flex: 0 0 auto;
}
    }



@media (max-width: 576px) {
    .events-parent-child{
    color: white;
    width: 100%;
    padding: 0px 15px;
}

.events-parent-child h2{
    font-size: 30px;

}

.events-parent{
    padding: 0px 5px;
}
}

.yellow-bar-container {
  white-space: nowrap;
  overflow-x: auto;
  background-color: #f5d804;
  border-radius: 30px;
    position: relative;
  top: -50px;
  padding: 50px 0px;
}

.yellow-bar-wrapper {
    display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
}

.yellow-bar-item {
  min-width: 0; /* allow shrinkage if needed */
  flex: 1 1 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* allow wrapping */
  word-wrap: break-word;
}

.yellow-bar-divider {
  width: 2px;
  height: 40px;
  background-color: #0400b7;
}

.yellow-bar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0400b7;
}

.yellow-bar-icon svg {

  color: #0400b7;
}

.yellow-bar-label, .yellow-bar-desc{
	color: #0400b7;
	width: 100%;
}

