.CRG-header-logo
{
	max-height:100px;
    position: absolute;
    left: 30px;
}

.CRG-nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: white;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }



.CRG-dropdown
{
		border-radius:0px;
		color:white;
		border: 1px solid black;
}


.CRG-dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
}


.CRG-Quote
{
	color: white;
    background-color: #be4d4d ;
	border-radius: 10px;
	padding:0.8rem;
}

.CRG-ambulance-banner
{
	max-width:100%;
}

.CRG-Footer
{
		color:white;
}


.checked {
    color: orange;
  }

  .container .content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
  }

  .CRG-Learn-More
{
	color: white;
    background-color: #4dbe8f ;
	border-radius: 5px;
	padding:0.8rem;
}

.box-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    font-family: Arial, sans-serif;
  }
  .box {
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
  }
  .box:hover {
    transform: scale(1.05);
  }
  .box img {
    width: 100%;
    height: auto;
  }
  .box-text {
    padding: 15px;
    background-color: #f8f8f8;
  }
  a {
    text-decoration: none;
    color: inherit;
  }

  .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .box-index {
    display: block;
    width: 350px; /* Adjust this width as necessary */
    text-align: center;
  }
  
  .box-index img {
    max-width: 100%;
    height: auto;
  }

  .contact-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }
  .contact-container > div {
    flex: 1;
    text-align: center;
  }

  ul.b {
    list-style-type: square;
  }

  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.footer-content .center {
    flex-grow: 1;
    text-align: center;
}
.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.footer-links img {
    width: 20px;
}