 
       a#mm {
    color: black !important;
}

#menu.navbar-default {
    background-color: white !important;
}

div#navbar-collapse {
    margin-top: 14px;
}




/*----------------------
# logo Section
----------------------*/
img.logoimage {
    width: 100%;
    height: 80px;
    position: relative;
    top: 0px;
}

/* Navbar brand styling */
.navbar-brand {
    float: none;
}


/* Company name */
.company-name {
    font-size: 22px;
    font-weight: 600;
    /* Thoda bold */
    color: #333;
    /* Dark gray text */
    text-transform: uppercase;
    /* Capital letters */
    position: relative;
    top: 23px;
}

/* Hover effect (optional) */
.navbar-brand:hover .company-name {
    color: #007bff;
    /* Blue color on hover */
    transition: 0.3s;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 30px;
}



/*video section css*/
 .video-line video {
        /*opacity: 0.7;*/
    }



/* Responsive height */
@media (max-width: 768px) {
    .video-line video {
        height: 260px;
        margin-top: 90px;
        opacity: 0.7;
    }
}




/*scrolling image css*/
.item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;      /* Rounded corners */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); /* Soft shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item img.scroll {
    display: block;
    width: 100%;
    height: 100vh;             /* Maintains aspect ratio */
    transition: transform 0.5s ease;
}






/*footer css*/
.social-links {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

img.whatsapp-button {
    width: 70px;
    height: 70px;
}

img.backtotop {
    width: 55px;
    height: 55px;
}


/*service-content start*/
p.service-content {
    text-align: justify;
    font-size: 16px;
}

h3.service-title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}








/*media quary start*/

@media (max-width: 600px) {
    .social-links {
    list-style: none;
    justify-content: center;
    gap: 0px;
}

#footer .social ul li {
    display: inline-block;
    margin: 0px;
}

img.whatsapp-button {
    width: 50px;
    height: 50px;
}

img.backtotop {
    width: 45px;
    height: 45px;
}

.company-name {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    position: relative;
    top: 23px;
}

ul.nav.navbar-nav.navbar-right {
    margin: 0px;
}

.section-title {
    margin-bottom: 0px;
    margin-top: 0px;
}

img.logoimage {
    width: 50%;
    height: 70px;
    position: relative;
    top: 0px;
    left: 20px;
}

.navbar-toggle {
    margin-top: 45px;
    margin-right: 25px;
    margin-bottom: -26px;
}


}

@media (max-width: 480px) {
    .social-links {
    list-style: none;
    justify-content: center;
}

.section-title {
    margin-bottom: 0px;
    margin-top: 0px;
}

}



/*our client  section css*/
#Our-Clients {
	/*background: #f6f6f6;*/
	margin-bottom: 50px;
	padding-bottom: 30px;
}

      body {
    margin: 0;
    overflow-x: hidden;
}

.sliders {
    width: 100vw;
    height: 100px;
    display: flex;
}

.slide-track {
    display: flex;
    width: max-content;
    animation: scroll 80s linear infinite;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-track li {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-track img {
    max-width: 180px;
    height: 80px;
    transition: transform 0.3s ease;
}

.slide-track img:hover {
    transform: scale(1.05);
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}










/*Our Partners section*/
      @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

      .our-partner {
        display: grid;
        place-items: center;
        margin-bottom: 30px;
      }

      .slider {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(7.4px);
        -webkit-backdrop-filter: blur(7.4px);
        border: 1px solid rgba(255, 255, 255, 0.4);
      }

      .slider-items {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        animation: scrolling 80s linear infinite;

      }

      @keyframes scrolling {

        0% {
          transform: translateX(80%);
        }

        100% {
          transform: translateX(-20%);
        }
      }

      .slider-items img {
        width: 10%;
        margin: 20px;
      }

      img.our-partern-img {
        mix-blend-mode: multiply;
      }

































/*footer css  section*/
.footer-link {
    color: #a7c44c;
    text-decoration: none;
    font-weight: 600;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

















