.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	/*color:  #ff5252;*/
	font-weight: bold;
	border-bottom: 2px solid #ff5252;
}
.navbar-collapse {
	flex-grow: 0;
}

.navbar-light .navbar-nav .nav-link{
	color:#ff5252 !important;
	
}

.my-page{
    margin-top: 100px;
    margin-bottom: 50px;

}

.carousel-caption {
    color: #222;
    padding: 20px;
    background-color: 
 color-mix(in srgb, #fff, transparent 25%);
    bottom: 10%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #ff5252;
	
}
.bg-primary{
	 background-color:#ff5252 !important;
	 
 }
 
 .btn-primary{
	 background-color:#ff5252;
	 
 }
 
  .btn-primary:hover{
	 background-color:#822626;
	 
 }

 .icon-container-round {
    width: 100px;
    height: 100px;
    border: 1px solid #999;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 2px 3px #ccc;
    background-color: #ccc ;
 }

 .icon-container-round i {
    font-size: 50px;
    color: #333;
 }


 .my-footer .contact-details {
	background-color: color-mix(in srgb, #444, transparent 60%);
	min-height: 140px;
	padding: 10px;
}

.my-footer .contact-details .detail-item {
	display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.my-footer .contact-details .detail-item .detail-icon{
	width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #ff5252;
}

.my-footer .contact-details .detail-item .detail-content .detail-label {
	display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
	color: #ccc;
}

/* ----- Custom styling for mobile and tablets ---------------- */
@media (max-width: 768px) {
    	
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	    border: none;
    }

    .navbar-light .navbar-nav .nav-link {
        border-bottom: 1px solid #ccc !important;
    }
}