.main-heading {
	font-weight: bold;
}

.default-heading {
	font-family: 'avenir next','Montserrat', 'Georgia', 'Times New Roman', serif;
}

a.top-link {
	color: #00B0FF;
}

a.top-link:hover {
	color: #373C41;
}

.main-layer {
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logo-dark img {
	width: 320px;
}

.ndis-logo{
	margin-top: auto;
}

.combined-logo {
	width: 152px;  /* Ensures both images have the same width */
	height: 39px;  /* Ensures both images have the same height */
	margin-left: 10px; /* Optional: Add space between images */
  }
.contact-form {
	box-shadow: 2px 2px 7px 0px #00000077;
	background-color: white;
	margin: 40px;
	padding: 20px;
	border-radius: 5px;
}

.contact-form-input {
	background: transparent;
	width: 100%;
	padding: 10px;
	border: 0px;
	border-bottom: 2px solid #00B0FF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin: 10px 0px;
}

#top-bar .blurb {
	font-size: 1rem;
}

.dot-point {
	list-style-type: disc;
}

/*--------New Css--------*/
.custom-prev, .custom-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%; /* Circular button */
	cursor: pointer;
	z-index: 10;
	display: flex; /* Add flexbox for centering */
	align-items: center; /* Vertically center the arrow */
	justify-content: center; /* Horizontally center the arrow */
}

.custom-prev {
left: 10px; /* Position on the left side */
}

.custom-next {
right: 10px; /* Position on the right side */
}

.custom-prev:hover, .custom-next:hover {
background-color: rgba(0, 0, 0, 0.8); /* Darken on hover */
}

.custom-prev #prev, .custom-next #next {
font-size: 24px; /* Font size for the arrows */
margin-top: auto;
margin-bottom: 10px;
} 



#customCarousel {
height: auto; /* Adjust this value as needed */
width: 90%; /* Adjust the width as needed */
margin: 0 auto; /* Center the carousel horizontally */
}

.carousel-inner {
height: 100%;
display: flex;
align-items: center; /* Center items vertically */
}

.carousel-item {
height: 100%; /* Ensure all items take the full height of the carousel */
}

.font-size {
font-size: 18px; /* Adjust the font size as needed */
}

.font-xs {
font-size: 12px; /* Adjust the font size as needed */
}

.font-sm {
font-size: 16px; /* Adjust the font size as needed */
}

.font-md {
font-size: 20px; /* Adjust the font size as needed */
}

.font-lg {
font-size: 24px; /* Adjust the font size as needed */
}

.font-xl {
font-size: 32px; /* Adjust the font size as needed */
}

.font-2xl {
font-size: 40px; /* Adjust the font size as needed */
}

.font-3xl {
	font-size: 50px; /* Adjust the font size as needed */
}

.custom-margin {
	margin-bottom: 250px;
}

#selectOption1, #selectOption2 {
font-size: 16px; /* Change this to your desired size */
padding: 8px;    /* Optional: Add some padding for better appearance */
}

.icon-size {
    width: 30px;           /* Set desired width */
    height: 30px;          /* Set desired height */
    object-fit: contain;   /* Maintains aspect ratio */
    display: inline-block; /* Ensure images are treated as inline elements */
    margin: 0;            /* Reset any default margin */
    padding: 0;           /* Reset any default padding */
}

.custom-width {
    width: 133px; /* Change to your desired width */
  }

  #selectOption1 option {
	text-align: center;
	padding: 12px;
  }

.btn-custom {
	background-color: #f4d03f;
	width: 150px;
	height: 35px;
	border-radius: 69px;
    border: 1px solid #f4d03f;
	color: #0b259a;
}

.btn-custom:hover {
	border: 1px solid #000000;
    background-color: #872b7f;
    border-color: #872b7f;
    color: #FFFFFF;
    box-shadow: none;
}

.btn-custom-home {
    background-color: #336600;
    width: 188px;
    height: 61px;
    border: 2px solid #FFFFFF;
    color: white;
    text-decoration: none !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-custom-home:hover {
    border: 1px solid #000000;
    background-color: #872b7f;
    border-color: #872b7f;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: none;
    border-radius: 5px;
}

.btn-secondary-custom {
    color: #872b7f;
	background-color: #FFFFFF;
    width: auto !important;
    height: 50px;
    border: 2px solid #872b7f;
    text-decoration: none !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-secondary-custom:hover {
    border: 1px solid #000000;
    background-color: #872b7f;
    border-color: #872b7f;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: none;
    border-radius: 5px;
}

.bg-green {
    color: #336600;
}

/* Define the CSS class for the table */
.custom-table {
font-size: 20px; /* Set font size for all text in the table */
}

/* You can even target specific parts like headers */
.custom-table th {
font-size: 24px; /* Larger font size for table headers */
font-weight: bold;
}

/* And the body content */
.custom-table td {
font-size: 20px; /* Slightly smaller font size for table cells */
}

.card {
	margin-bottom: 20px; /* Adjust the bottom margin as needed */
}

/* Responsive Mode */
/* Adjust for smaller screens */
@media (min-width: 576px) and (max-width: 767px) {
    .font-3xl {
        font-size: 36px; /* Smaller screens (small tablets) */
    }
    .btn-secondary-custom {
        font-size: 1.2rem; /* Button size for tablets */
        padding: 10px 20px; /* Reduce padding */
    }
}

@media (max-width: 575px) {
    .font-3xl {
        font-size: 28px; /* Mobile view */
    }
    .btn-secondary-custom {
        font-size: 1rem; /* Button size for mobile */
        padding: 8px 16px; /* Smaller padding */
    }
}

@media (max-width: 425px) {
    .font-3xl {
        font-size: 24px; /* Very small mobile screens */
    }
    .btn-secondary-custom {
        font-size: 0.9rem; /* Smaller font size for very small screens */
        padding: 6px 14px; /* Tighten the padding further */
    }
}