body{
    overflow-x: hidden !important;
}
    .navbar-toggler{
        padding: 3px !important;
    }
    .navbar{
        background-color: white;
    }
  
    .fsections{
        margin-top:80px;
    }
    
    .feature-box {
       display:flex;
       column-gap: 20px;
    }
    .nav-link.active {
        color: #ff5757; /* Red color for active tab */
        font-weight: bold;
    }
    .tab-content {
        margin-top: 20px;
    }
    .fea{
        font-size: 18px;
        
    }
    strong{
        color:teal;
    }
    p{
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
        .social-links a {
font-size: 18px;
display: inline-block;
background: #ef6603;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
.faq-section {
        margin-top: 20px;
    }
    .faq-question {
        font-weight: bold;
    }
    .faq-answer {
        margin-bottom: 10px;
    } 
    body {
        overflow-x: hidden !important;
    }
    .navbar-toggler {
        padding: 3px !important;
    }
    .navbar {
        background-color: white;
    }
    /* Ensure the image is not hidden under the navbar */
    .banner-section {
        margin-top: 56px; /* Adjust this margin if your navbar height changes */
        position: relative;
    }
    @media (max-width: 992px) {
        .banner-section {
            margin-top: 70px; /* Increase margin for mobile screens */
        }
    }
    .banner-image {
        width: 100%;
        height: auto;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
        z-index: 1;
    }
    .ecard{
        max-width: 300px;
    }
    .card-content {
        display: none;
        padding: 1rem;
        background-color: rgba(0, 0, 0, 0.05);
        border-top: 1px solid #ddd;
    }
    .card.expanded .card-content {
        display: block;
    }
    .card-title h4 {
        margin-bottom: 1rem;
    }
    body {
        overflow-x: hidden !important;
    }
    .navbar-toggler {
        padding: 3px !important;
    }
    .navbar {
        background-color: white;
    }
    .banner-section {
        margin-top: 56px; /* Adjust this margin if your navbar height changes */
        position: relative;
    }
    @media (max-width: 992px) {
        .banner-section {
            margin-top: 70px; /* Increase margin for mobile screens */
        }
    }
    .banner-image {
        width: 100%;
        height: auto;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
        z-index: 1;
    }
    .ecard{
        max-width: 300px;
    }
    .fm {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      
    }
    .form-container {
        max-width: 500px;
        width: 100%;
        padding: 20px;
        background: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }
    .form-container select,
    .form-container input,
    .form-container textarea {
        margin-bottom: 15px;
    }
    .form-container button {
        width: 100%;
      
        color: white;
        font-weight: bold;
    }
    .form-container button:hover {
        background-color: #3e4a19;
    }
    .fsectiond{
        background-color:#050535;
        min-height:200px;
        height:auto !important;
        margin-top: 40px;
    }
    .ficon{
        color:orange;
        font-size: 28px;
    }
    .adimg{
        height:60px !important;
        width:60px;
    }
    .img-fluid{
        border-radius: 30px;
    }