        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            line-height: 1.6;
        }

        .nav-link:hover{
            font-weight: bold;
        }

.top-widget {
    text-align: center;
    margin: 50px auto;
    padding: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}


.row{
            
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    
}

        .core-values {
            padding: 40px 20px;
            background-color: #f8f9fa;
            text-align: center;
        }
        .core-values h2, .core-values h3 {
            margin: 20px 0;
        }
        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
            gap: 20px;
            padding: 20px;
        }
        .value {
            background-color: white;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 20px;
        }


        .value:hover{
            background-color:#dc3545;
            border-bottom: 5px solid #333;
            color: #fff;
            transition: border-bottom 0.5s ease;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
        }
        


        footer {
            background-color: #343a40;
            color: white;
            text-align: center;
            padding: 20px;
        }
        footer .social-icons a {
            color: white;
            margin-left: 10px;
        }
        .scroll-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 50%;
            display: none; /* Hidden by default */
        }




    

    .font-icons{
        font-size: 50px;
    }
    
    
    
            /* Styles for the map container */
            #map {
                height: 500px; /* Set a specific height */
                width: 100%; /* Full width */
                border: 2px solid lightgray;
                border-radius: 10px;
            }

            .col-md-4{
                border-left: 1px solid silver;
                border-bottom: 2px solid silver;
                
                
            }
    
    
            .col-md-4:hover{
                background-color: red;
                color: #fff;
    
            }


            .col-md-3{
                border-left: 1px solid silver;
                border-bottom: 2px solid silver;
                
            }
    
            .col-md-3:hover{
                background-color: red;
                color: #fff;
    
            }

            .col-md-12:hover{
                background-color: red;
                color: #fff;
                border-left: 10px solid #333;
                
            }

            .col-md-4 a{
                background-color: #000;
            }

            .col-md-12 a{
                background-color: #000;
            }

            .patnership{
                border-left: 1px solid silver;
                border-bottom: 2px solid silver;
                
            }
    
            .patnership:hover{
                background-color: red;
                color: #fff;
    
            }