


.our_partners {
    padding: 30px 0; /* Reduced padding for the section */
    background-color: #ffffff;
}

.our_partners .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* Optional padding adjustment */
}



.our_partners h2 {
    font-size: 2.5rem; /* Reduced font size for the title */
    font-weight: 700;
    color: #333;
    margin-bottom: 30px; /* Reduced bottom margin */
}

.customer-logos {
    margin: 0;
    padding: 0;
    display: flex;
    overflow: hidden;
}

.customer-logos .slide {
    margin: 0 20px; /* Increase margin if needed */
}

.customer-logos .slide img {
    width: 150px; /* Fixed width */
    height: 100px; /* Fixed height */
    display: block;
    object-fit: contain; /* Ensure the image fits within the area without cropping */
    transition: transform 0.3s;
}

.customer-logos .slide img:hover {
    transform: scale(1.1);
}

.slick-prev, .slick-next {
    font-size: 0;
    background: transparent;
    border: none;
    color: transparent;
    width: 40px;
    height: 40px;
    z-index: 1000;
}

.slick-prev::before, .slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    color: #333;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:hover, .slick-next:hover {
    color: #1abc9c;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .customer-logos .slide img {
        width: 120px; /* Adjust width for tablet screens */
        height: 80px; /* Adjust height for tablet screens */
    }

    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }

    .slick-prev::before, .slick-next::before {
        font-size: 16px;
    }

    .slick-prev {
        left: -30px;
    }

    .slick-next {
        right: -30px;
    }
}

@media (max-width: 520px) {
    .customer-logos .slide img {
        width: 100px; /* Adjust width for mobile screens */
        height: 70px; /* Adjust height for mobile screens */
    }

    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
    }

    .slick-prev::before, .slick-next::before {
        font-size: 14px;
    }

    .slick-prev {
        left: -20px;
    }

    .slick-next {
        right: -20px;
    }
}



.footer_widget {
    padding: 10px;
}

.footer_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer_title i {
    margin-right: 10px;
    color: #007bff; /* Adjust as needed for icon color */
}

.contacts p {
    font-size: 1rem;
    line-height: 1.5;
}

.contacts i {
    color: #333; /* Adjust as needed for icon color */
    margin-right: 5px;
}




html .njs-sticky-side.image_button_cover {
    position: fixed;
    top: 50%;
    box-shadow: none;
    z-index: 99999;
    transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
    animation: pulseEffect 2.5s infinite;
}

html .njs-sticky-side.image_button_cover.placement-right {
    right: 0;
}

html .njs-sticky-side.image_button_cover.placement-right.now-show a {
    transform: translate3d(4px, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}

html .njs-sticky-side.image_button_cover.placement-right a {
    border-radius: 5px 5px 0 0;
    transform: translate3d(200%, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

html .njs-sticky-side.image_button_cover a {
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: linear-gradient(45deg, #06d884, #007ce9);
    color: white;
    font-family: 'Arial', sans-serif;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    top: 20px;
}

/* ✅ Smoother Hover Effect */
html .njs-sticky-side.image_button_cover a:hover {
    background: linear-gradient(45deg, #007ce9, #06d884);
    color: black;
    border: 2px solid #acacac;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.08);
}

/* ✅ Subtle Pulse Animation */
@keyframes pulseEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}




#chartdiv {
    width: 100%;
    height: 800px;
    margin-left: 6.5%; /* Shift the map to the right */
}

/* Hide the AmCharts watermark completely */
.amcharts-link, 
.amcharts-chart-div a {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* Responsive Design for Different Screen Sizes */
@media screen and (max-width: 1200px) {
    #chartdiv {
        height: 700px; /* Reduce height for medium screens */
        margin-left: 4%;
    }
}

@media screen and (max-width: 992px) {
    #chartdiv {
        height: 600px;
        margin-left: 2%;
    }
}

@media screen and (max-width: 768px) {
    #chartdiv {
        height: 500px;
        margin-left: 0; /* Center align */
    }
}

@media screen and (max-width: 576px) {
    #chartdiv {
        height: 400px; /* Reduce height for smaller screens */
        width: 95%; /* Ensure it fits within mobile screen */
        margin: 0 auto; /* Center align */
    }
}

@media screen and (max-width: 400px) {
    #chartdiv {
        height: 350px; /* Adjust height for very small devices */
    }
}
