@font-face {
    font-family: "MICROSS";
    src: url(../font/MICROSS.ttf);
}

body {
   
    margin: 0;
    padding: 0;

}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #202224; */
    padding: 10px 20px;
    

}

.logo img {
    height: 50px;
}

.navbar-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    
}

.navbar-links li {
    position: relative;
    margin-left: 20px;
    font-family: "MICROSS";
}

.navbar-links a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

/* Hide the dropdown by default */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 15px;
    top: 100%;
    z-index: 1000;
    /* display: flex; */
    gap: 15px;
    width: 700px;
    height: 300px;
    right: 0;
    font-family: "MICROSS";


}

.dropdown1-content {  /*------for Servicees--*/
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 15px;
    top: 100%;
    z-index: 1000;
    /* display: flex; */
    gap: 15px;
    width: 175px;
    height:auto;
    right: 0;
    
    font-family: "MICROSS";


}
.div-btn{
    
    width: 100%;
    margin: 5px;
    
}

.dropdown-content1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown1-content li{
    margin-bottom: 8px;
    font-size: 14px;
    font-family: "MICROSS";
    list-style-type: square;
    
}

.column {
    flex: 1;
    min-width: 150px;
}

.column h4 {

    font-family: "MICROSS";
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    font-family: "MICROSS";
    list-style-type: square;
}

.column li:hover {
   background-color: aquamarine;
}

/* Hovering on the dropdown or its content keeps it visible */
.dropdown:hover .dropdown-content,
.dropdown-content:hover {
    display: flex;
}

.dropdown1:hover .dropdown1-content,
.dropdown1-content:hover {
    display: flex;
}

/* Close the dropdown when pointer leaves both dropdown and content */
/* .navbar-links li:hover>a {
    background-color: #555;
} */

/* Mobile menu styles */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-top: 7px;
}
.menu-toggle img{
    background-color: #ffff;
     margin-top: 25px;
     width: 20px;
     height:20px

}

.bar {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 4px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar {
        /* flex-direction: column; */
        align-items: flex-start;
        height:50px;
    }

    .menu-toggle img{
        background-color: #ffff;
         margin-top: 15px;
         width: 20px;
         height:20px
    
    }

    .navbar-links {
        flex-direction: column;
        width: 100%;
        display: none;
    }

    .navbar-links li {
        margin-left: 0;
        width: 100%;
        font-family: "MICROSS";
    }

    .navbar-links a {
        text-align: left;
        width: 100%;
        padding: 10px;
    }

    .menu-toggle {
        display: flex;
        z-index: 1;
    }

    .dropdown-content {
        flex-direction: column;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .navbar-links.active {
        display: flex;
        background-color: #646464;
        z-index: 1;
    }


    .dropdown1-content {
       
        width: 100%;
        height:auto;
        right: 0;
        font-family: "Marlboro";
    
    
    }

    .logo img {
         height:auto;
        margin-top: 3px;
    }
    

   
}

.footer-area {
    padding: 100px 0;
    background: #0d0b26;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.div {
    display: block;
    unicode-bidi: isolate;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
.@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        
    }

.footer-content {
    display: block;
    overflow: hidden;
}

.h4 {
    font-size: 24px;
    line-height: 26px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 0 15px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}    

.h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.footer-head p {
    color: #cecde9;
}
.p {
    text-align: justify !important;
}

.p {
    margin: 0 0 15px;
    color: #cecde9;
    letter-spacing: 0.50px;
}
.p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}