 /* Custom styles for the search container */
    .dataTables_filter {
        display: flex; /* Make the search container a flexbox */
        justify-content: flex-end; /* Align items to the right */
        align-items: center; /* Center items vertically */
        margin-bottom: 5px; /* Add some spacing below */
    }

    .dataTables_filter input {
        width: 200px; /* Custom width for search input */
        padding: 5px; /* Padding for input */
        border: 1px solid #ced4da; /* Border style */
        border-radius: 4px 0 0 4px; /* Rounded corners on left */
        font-size: 14px; /* Font size */
    }

    .dataTables_filter button {
        padding: 5px 10px; /* Button padding */
        border: 1px solid #007bff; /* Border style */
        border-left: none; /* Remove left border */
        background-color: #007bff; /* Button background */
        color: #fff; /* Button text color */
        border-radius: 0 4px 4px 0; /* Rounded corners on right */
        cursor: pointer; /* Pointer cursor on hover */
        font-size: 14px; /* Font size */
    }

    .dataTables_filter button:hover {
        background-color: #0056b3; /* Darker background on hover */
    }

 .scrolling-text {
            height: 200px; /* Set the height of the scrolling area */
            overflow: hidden; /* Hide overflowing content */
            position: relative;
        }

        .scrolling-text ul {
            list-style: none;
            padding: 0;
            margin: 0;
            position: absolute;
            animation: scroll-up 10s linear infinite; /* Animating the scroll */
        }

        .scrolling-text ul li {
            padding: 10px; /* Add padding to separate each line */
            margin: 10px; /* Add margin to create spacing between lines */
            margin-right: 20px; /* Add margin to create spacing between lines */
            margin-left: -10px; /* Add margin to create spacing between lines */
            background: #f8f9fa; /* Light background for better visibility */
            border-radius: 5px; /* Rounded corners */
            border: 1px solid #ddd; /* Optional border */
        }

        @keyframes scroll-up {
            0% {
                top: 100%; /* Start from the bottom */
            }
            100% {
                top: -100%; /* Scroll to the top */
            }
        }

        /* Pause the scroll on hover */
        .scrolling-text:hover ul {
            animation-play-state: paused;
        }
		
.page-header-avix {
    display: flex;
    align-items: center; /* Vertically aligns title, line, and description */
    justify-content: left; /* Keeps everything aligned to the left */
    background-color: #f3f6fc; /* Subtle background */
    border-bottom: 1px solid #002855; /* Accent underline for separation */
}


.page-title-avix {
    font-size: 1rem; /* Title font size */
    color: #555; /* Soft grey for readability */   
    margin: 0 5px 0 30px; /* Adds left margin to push title to the right */
	Padding: 10px;
}

.vertical-line-avix {
    width: 1px;
    height: 25px; /* Adjust height as needed */
    background-color: #002855; /* Matches the dark blue theme */
    margin: 0 20px; /* Space around the vertical line */
}

.page-description-avix {
    font-size: 1rem; /* Description font size */
    font-weight: bold;
    color: #002855; /* Matches dark blue theme */
    margin: 0 0 0 10px; /* Adds left margin to push description to the right */
    max-width: 60%; /* Optional: limit description width */
}


.navbar.custom-navbar {
    background-color: #5a8d8f !important;
}
/* Reduce padding for a thinner navbar */
#W3Menu {
    padding-top: 10px;
    padding-bottom: 10px;
	margin-left: 150px;
	z-index: 100000;
}

@media (max-width: 768px) {
    #W3Menu {
        margin-left: 5px;
    }
}

/* Reduce padding for nav links and menu items */
#W3Menu .nav > li > a {
    padding: 8px 10px;
    font-size: 14px; /* Reduce font size for a compact look */
}

@media (min-width: 768px) { /* Desktop view */
    i.fas.fa-chevron-down.tabindex {
        display: none !important; /* Use !important to override other styles */
    }
}

.dz-name a {
  white-space: nowrap; /* Prevents the text from breaking into multiple lines */
  overflow: hidden; /* Ensures the text doesn't overflow if it exceeds the container's width */
  text-overflow: ellipsis; /* Adds an ellipsis (...) if the text overflows */
  font-size: 14px; 
}

 table {
    border: 1px solid black; /* Table border */
    border-collapse: collapse; /* Combines adjacent borders */
  }
  th, td {
    border: 1px solid black; /* Cell borders */
    padding: 8px; /* Adds space inside cells */
  }

/* Navbar background */
   .navbar-mchtvm {
    background-color: #fff; /* Background color */
    border-bottom: 4px solid #02aadb; /* Bottom border yellow : #ffdd57*/
    height: 70px; /* Fixed height for the navbar */
    position: relative; /* Relative positioning */
    padding-top: 10px; /* Adds padding at the top */
    margin-top: 10px; /* Adds additional space above the navbar */
}


	  
	.nav-border-mchtvm {
		border-top: 5px solid #ffdd57; /* Yellow top border */
		height: 60px; /* Set a fixed height for the navbar */
		position: relative; /* Ensure relative positioning for absolute children */
		

      }
  .header-logo{
		width: 324px; /* Make the header full width */
		height: auto; /* Let the height adjust automatically */
		background: url(../../images/bgcorner.png) center top no-repeat; 
		text-align: center; 
		position: absolute; 
		left: -15px; 
		bottom: 15px; 
		top: 0; 
		z-index: 100000;
		
		
	  }
	  
.header-logo {
    pointer-events: none; /* Allow clicks to pass through */
}

.header-logo .logo_wrapper {
    pointer-events: auto; /* Enable clicks on the logo itself */
}

.logo {
  display: flex; /* Align the logo and text side by side */
  align-items: flex-start; /* Vertically center items */
  text-decoration: none; /* Remove underline from the link */
   margin-left: 112px; /* Adjust the margin value as needed */
}

.logo img {
  width: 115px; /* Make the image responsive */
  height: auto; /* Maintain aspect ratio */
 
}


 .header-text {
  margin-left: 20px; /* Add space between the logo and text */
   white-space: nowrap; /* Prevent text from breaking into multiple lines */
}

 .header-text h1 {
  font-size: 24px; /* Adjust the size of the heading */
  margin: 0; /* Remove extra margin */
}

 .header-text span {
  font-size: 16px; /* Adjust the size of the subtext */
  color: #555; /* Optional: Set text color */
}

.logo-mob {
    width: 50px; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
    margin-right: 1px; /* Space between the logo and text */
}

@media only screen and (max-width: 767px) {
	
	.navbar-mchtvm {
				height: 0; /* Set a fixed height for the navbar */
				border-top: 3px solid #ffdd57; /* Yellow top border */
			  }
			  
  .header-logo {
    background: none; /* Remove the background image */
  }
  
  .logo {
   align-items: center; /* Vertically center items */
   margin-left:20px; /* Adjust the margin value as needed */
}

.logo img {
  width: 55px; /* Make the image responsive */
}


.header-text {
  margin-left: 10px; /* Add space between the logo and text */
}

.header-text h1 {
  font-size: 16px; /* Adjust the size of the heading */
  margin: 0; /* Remove extra margin */
}

.header-text span {
  font-size: 13px; /* Adjust the size of the subtext */
  color: #edf4f5; /* Optional: Set text color */
}


}




.carousel-item {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 2, 89, 0.2); /* Adjust opacity and color */
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 60%;
    left: 5%;
    right: auto;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2; /* Ensure text is above the overlay */
    background-color: rgba(255, 255, 255, 0.7); /* Transparent white background (0.7 opacity) */
    padding: 20px; /* Padding around the text */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border: 4px solid #07b0ad; /* Add border with color #ffbf00 */
}


.carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0b0259; /* Adjust text color */
}

.carousel-caption p {
    font-size: 1.1rem;
    color: #333; /* Darker text color for better contrast */
}

.carousel-caption a.btn {
    margin-top: 1rem;
}

.carousel-controls-right {
    position: absolute;
    top: 50%;
    right: 20px; /* Distance from the right edge */
    transform: translateY(-50%);
    z-index: 10; /* Ensure buttons are above overlay */
    display: flex;
    flex-direction: column;
    gap: 10px; /* Spacing between buttons */
}

.carousel-controls-right .carousel-control-prev,
.carousel-controls-right .carousel-control-next {
    position: static; /* Override default absolute positioning */
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5); /* Background color for visibility */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-controls-right .carousel-control-prev-icon,
.carousel-controls-right .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Media Queries for Mobile */
@media (max-width: 767px) {
    .carousel-caption {
        top: 60%;
        left: 5%;
        transform: translateY(-50%);
        padding: 1rem;
		border: 2px solid #07b0ad; /* Add border with color #ffbf00 */
    }
    
    .carousel-caption h1 {
        font-size: 1rem;
    }
    
    .carousel-caption p {
        font-size: .7rem;
    }
    
    .carousel-caption a.btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
		 display: none;
    }
	

}


.dz-bnr-inr {
    height: 100px !important; /* Force the height */
    background-size: cover !important; /* Ensure the image scales */
    background-position: center !important; /* Center the image */
    background-repeat: no-repeat !important; /* Prevent tiling */
}

.dz-bnr-inr-entry {
    padding-top: 50px;
    padding-bottom: 50px;
    vertical-align: top; /* Align content to the top */
}

.dz-bnr-inr, .dz-banner-dark, .dz-bnr-inr-md {
    height: 100px !important;
}