body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  
}
/* Style for the top contact bar */
.top-contact {
    background-color: #e2f7ba; /* Blue background */
    color: #fff; /* White text */
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.top-contact a {
    color: #ffd700; /* Gold for links */
    text-decoration: none;
    font-weight: bold;
}

.top-contact a:hover {
    text-decoration: underline;
}

header {
    background: #fcfdfb;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

header nav a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

header nav a:hover {
    text-decoration: underline;
}

main {
    padding: 20px;
}

form {
    max-width: 500px;
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form label {
    display: block;
    margin: 10px 0 5px;
}

form input, form textarea, form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    background: #161b21;
    color: #fff;
    border: none;
    cursor: pointer;
}

form button:hover {
    background: #81b622
    ;
}

footer {
    text-align: center;
    padding: 0px 0;
    background: #0dcaf0;
    
    
}
body {
    font-family: 'Roboto', sans-serif;
}
/* Increase the height of the navigation bar */
.navbar {
padding-top: 1.5rem; /* Adjust as needed */
padding-bottom: 1.5rem; /* Adjust as needed */
}

.hero {
    padding: 0px 0;
    border-bottom: 5px solid #5bc0de;
}
.btn-custom {
    background-color: #5bc0de;
    color: white;
}
.btn-custom:hover {
    background-color: #3d8a99;
}
.testimonial {
    font-style: italic;
}
.footer-links a {
    color: white;
    text-decoration: none;
}
/* Customize the Carousel */
.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.navbar-logo {
    width: 392px; /* Adjust the size of the logo */
    height: 80px; /* Maintain aspect ratio */
}
/* Add space between the navbar items */
.navbar-nav .nav-item {
margin-right: 20px; /* Adjust the space between items */
}

/* Bold the text in the navbar */
.navbar-nav .nav-link {
font-weight: bold; /* Bold the text */
}
.hero-description {
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 10px; /* Adjust as needed */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    width: 75%; /* Set the width to 80% of its parent container */
    margin-left: auto; /* Center horizontally */
    margin-right: auto; /* Center horizontally */
}

/* Button Styling */
.btn-primary {
    background-color: #007bff; /* Custom primary color */
    border-color: #007bff;
    padding: 10px 30px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 30px; /* Rounded corners */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: scale(1.05); /* Slight scaling effect */
}
.hero {
    position: relative;
    overflow: hidden;
    
}

.hero .carousel-inner img {
    width: 1896px; /* Set the width to 1896px */
    height: 623px; /* Set the height to 623px */
    object-fit: cover; /* Ensures the image fills the area without distortion */
}



.hero .overlay {
    position: absolute;
    top: 8%; /* Adjust this value to move the overlay down */
    left: 0;
    width: 100%;
    height: 84%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0); /* Fully transparent */
    z-index: 10;
}


.hero .container {
    position: relative;
    z-index: 20;
}

.hero .display-4 {
    font-size: 3.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-family: 'Lora', serif; /* Change the font here */
}


.hero .logo {
    margin-top: 20px;
    width: 150px;
    height: auto;
}

/* Custom Arrows */
.carousel-control-prev.custom-arrow,
.carousel-control-next.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: none;
    border: none;
    z-index: 20;
    cursor: pointer;
}

.carousel-control-prev.custom-arrow {
    left: 1.5rem;
}

.carousel-control-next.custom-arrow {
    right: 1.5rem;
}

/* Arrow Icons */
.arrow-icon {
    font-size: 2.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
}

.carousel-control-prev:hover .arrow-icon,
.carousel-control-next:hover .arrow-icon {
    transform: scale(1.2);
}
/* Font text Icons */
    .hero-description {
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 10px; /* Adjust as needed */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    width: 75%; /* Set the width to 80% of its parent container */
    margin-left: auto; /* Center horizontally */
    margin-right: auto; /* Center horizontally */
}

/* Button Styling */
.btn-primary {
    background-color: #007bff; /* Custom primary color */
    border-color: #007bff;
    padding: 10px 30px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 30px; /* Rounded corners */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: scale(1.05); /* Slight scaling effect */
}
.hero {
    position: relative;
    overflow: hidden;
    
}

.hero .carousel-inner img {
    width: 1896px; /* Set the width to 1896px */
    height: 623px; /* Set the height to 623px */
    object-fit: cover; /* Ensures the image fills the area without distortion */
}

/* Overlay */

.hero .overlay {
    position: absolute;
    top: 8%; /* Adjust this value to move the overlay down */
    left: 0;
    width: 100%;
    height: 84%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0); /* Fully transparent */
    z-index: 10;
}


.hero .container {
    position: relative;
    z-index: 20;
}

.hero .display-4 {
    font-size: 3.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-family: 'Lora', serif; /* Change the font here */
}


.hero .logo {
    margin-top: 20px;
    width: 150px;
    height: auto;
}

/* Custom Arrows */
.carousel-control-prev.custom-arrow,
.carousel-control-next.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: none;
    border: none;
    z-index: 20;
    cursor: pointer;
}

.carousel-control-prev.custom-arrow {
    left: 1.5rem;
}

.carousel-control-next.custom-arrow {
    right: 1.5rem;
}

/* Arrow Icons */
.arrow-icon {
    font-size: 2.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
}

.carousel-control-prev:hover .arrow-icon,
.carousel-control-next:hover .arrow-icon {
    transform: scale(1.2);
}
/* NDIS Supprt */
.ndis-support-section {
    padding: 50px 0;
    background-color: #fff;
  }
  
  .ndis-support-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
  }
  
  .ndis-support-section .ndis-logo {
    max-width: 250px;
    height: auto; }
    