html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
  }

body {
    margin: 0;
    font-family: 'Raleway','Serif','Franklin Gothic Medium', 'Arial Narrow' ,'sans-serif',;
    overflow-x: hidden;

}

.navbar {
    padding: 0;
}
.navbar .nav-link {
    position: relative;
    text-decoration: none; /* Remove default underline */
}

.navbar .nav-link:hover {
    text-decoration: none; /* Ensure no default underline on hover */
}

/* services remove border by default from bootstrap.cs */

/* Remove the bottom border of the dropdown */
.dropdown-toggle::after {
    border: none !important;
    box-shadow: none !important; /* Optional: remove any shadow */
  }

.navbar .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* Adjust this value to control the distance of the underline from the text */
    width: 0;
    height: 2px; /* Thickness of the underline */
    background-color: #0982eb; /* Color of the underline */
    transition: width 0.3s ease; /* Smooth transition for the underline effect */
}

.navbar .nav-link:hover::after {
    width: 100%; /* Full width on hover */
}


.objectfit .img {
    object-fit: cover;
}


.testimonial-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #0F62AC;
    border-radius: 100%;
}
.testimonial-slider {
    padding: 10px 0px 40px;
}
/**gallery**/
body {
	margin:0;
	padding:0;
}
/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu {
	text-align:center;
}
.portfolio-menu ul li {
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}


.portfolio-item .item {
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}


/**footer**/


#featured-services {
    padding: 60px 0;
    overflow: clip;
}
.large-card {
    height: 100%; /* Adjust height as needed */
}

.equal-sign {
    font-size: 50px; /* Adjust size of the equal sign */
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon {
    font-size: 40px; /* Adjust icon size */
}

@media (max-width: 576px){
    .carousel-item img {
        height: auto;
        width: 100%;
    }
   }

@media (max-width: 576px) {
  body  p {font-size: 20px;
}
}

@media (max-width: 576px){
    ul li a {
        font-size: 20px;
    }
}
@media (max-width: 576px){
    .modalmobilefont  {
        font-size: 1rem;
    }
}
@media (max-width: 576px){
    .modalmobilefonthead  {
        font-size: 0.75rem;
    }
}


/* steel detailing services page */
.hero {
    background-image: url('/assests/images/Steel-Detailing-Page-Main.png'); /* Replace with your hero image URL */
    background-size: cover;
    background-position: center;
    height: 500px;
}
.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30); /* Optional: dark overlay */
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
}

/* RCC detailing services page */
.herorcc {
    background-image: url('/assests/images/RCC-Detailing-Services-Main-Page.png'); /* Replace with your hero image URL */
    background-size: cover;
    background-position: center;
    height: 500px;
}
.herorcc .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30); /* Optional: dark overlay */
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
    
}

/* BIM detailing services page */
.herobim {
    background-image: url('/assests/images/BIM-Services-Main-Page.png'); /* Replace with your hero image URL */
    background-size: cover;
    background-position: center;
    height: 500px;
}
.herobim .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30); /* Optional: dark overlay */
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
    
}

/* About us main  page */
.heroaboutus {
    background-image: url('/assests/images/About-us-main-page.png'); /* Replace with your hero image URL */
    background-size: cover;
    background-position: center;
    height: 500px;
}
.heroaboutus .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30); /* Optional: dark overlay */
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
    
}