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: #913343; /* 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 */
}

.icon-circle-features {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #448d33; /* Icon background color */
    color: white; /* Icon color */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* Center the circle */
    margin-bottom: 15px;
    font-size: 40px; /* Adjust size of the icon */
}


.gallery-image {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Cover the area without stretching */
}
.gallery-item {
    margin-bottom: 15px; /* Space between images */
}


/*--testimonial carousel */
.carousel-item {
    text-align: center; /* Center text in carousel items */
}


.reviewer-image {
    width: 100px; /* Set width of the rounded image */
    height: 100px; /* Set height to maintain aspect ratio */
    object-fit: cover; /* Cover the area without distortion */
    border-radius: 50%; /* Create a circular image */
    margin-top: 15px; /* Space above the image */
}

.carousel-control-prev,
.carousel-control-next {
    filter: invert(100%); /* Change arrow colors to white */
}


.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;
}
/**Whatsapp Floating buttong **/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.whatsapp-button:hover {
    background-color: #128C7E;
}

.whatsapp-button i {
    font-size: 24px;
}

/**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 */
}

/** about us page hero image **/
.position-relative {
    position: relative !important;
}
.hero {
    background-image: url(/assests/images/main-page-about-us-amirdh-mango-pulp.webp);
    background-size: cover;
    background-position: center;
    height: 550px;
}
.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: end;
    flex-direction: column;
    
    
}

/** text-overlay heading */
.yellow-rectangle {
            width: 70px; /* Width of the rectangle */
            height: 50px; /* Height of the rectangle */
            background-color: yellow;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px; /* Optional: for rounded corners */
            position: relative; /* Positioning context for text */
        }

        .text-overlay {
            position: absolute;
            text-align: center;
            color: black; /* Text color */
            z-index: 1; /* Ensure text is above the rectangle */
        }

@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;
    }
}
