.site-branding img {
    max-height: max-content !important;
}

.contact-area .quick-contact ul li,
.contact-area .default-btn,
.section-title h2 span,
.top_bar {
    background-color: #2e3092 !important;
}

i {
    color: #2e3092 !important;
}

.slider_list .owl-next i {
    color: white !important;
}

.slider_list .owl-next i:hover,
.slider_list .owl-prev i:hover {
    color: white;
}

.footer {
    background-color: #d4dde0 !important;
}

.footer p,
.footer .f-link ul li a,
.footer .address-widget-list li,
.footer .address-widget-list li a,
.footer .single-widget h3 {
    color: black !important;
}

.contact-area .quick-contact ul li i {
    color: white !important;
}

.slider_list .owl-prev i,
.button a i,
[class^="ti-"],
[class*=" ti-"],
.fa-envelope-o:before {
    color: white !important;
}

@media (max-width: 758px) {
    .site-branding img {
        width: 130px;
    }
    
    #logo-img-2 {
        width: 186px !important;
    }
}

.cmt-bgcolor-skincolor,
.button a {
    background-color: #f145a8 !important;
}

.quick {
    position: fixed;
    bottom: 150px;
    right: 15px;
    width: 60px;
    z-index: 9999;
}

.quick img {
    position: fixed;
    bottom: 150px;
    right: 30px;
    width: 50px;
    z-index: 9;
}

.site-branding {
    text-align: center;
    margin: 10px 0;
}

.img-center {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Default desktop styles */
#logo-img-1,
#logo-img-2 {
    height: 100px;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    a {
        color: black !important;
    }
    
    .nandi-line {
        display: none; /* Hide the nandi-line.png on mobile */
    }
  
    #logo-img-1 {
        height: 100px !important; /* Adjust size of logo-nandi.png for mobile */
        width: auto !important;
    }
}

@media screen and (max-width: 480px) {
    #logo-img-1 {
        height: 60px !important; /* Even smaller for very small screens */
        width: auto !important;
    }
}

.single-services-icon-wrapper {
    text-align: center;
    margin: 10px 0;
}

.service-image {
    display: block;
    margin: 0 auto;
    max-width: 100%; /* Ensures the image doesn't overflow its container */
    height: auto;    /* Maintains aspect ratio */
    width: 120px;    /* Default width, adjust as needed */
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 768px) {
    .service-image {
        width: 120px;   /* Smaller size for tablets/mobile */
    }
}

@media screen and (max-width: 480px) {
    .service-image {
        width: 100px;   /* Even smaller for small phones */
    }
}

.about-sec .modern-img-feature img {
    z-index: unset !important;
}

.site-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) { /* Adjust the breakpoint as needed */
    .site-navigation {
        justify-content: start;
    }
}

.footer-social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.footer-social-links a {
    color: #333;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer-social-links a:hover {
    color: #007bff; /* Blue hover effect, customizable */
}

.bg-black,
.stickable-header.fixed-header {
    background-color: black !important;
}

a {
    color: white !important;
}

.slider_list .slider_area {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust as needed */
    overflow: hidden;
}

.slider_list .slider-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video covers the area without distortion */
    z-index: 1;
}

.slider_list .container {
    position: relative;
    z-index: 2; /* Places text above video */
}

.slider_list .slider_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.slider_list .slider_text_inner {
    color: #ffffff; /* White text for contrast */
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7); /* Shadow for readability */
    padding: 20px;
    background: rgba(0, 0, 0, 0.3); /* Semi-transparent background for text */
    border-radius: 10px;
}

.slider_list .slider_text_inner h5 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.slider_list .slider_text_inner h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.slider_list .slider_button .button a {
    color: #ffffff;
    padding: 12px 24px;
    margin: 0 10px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.slider_list .slider_button .button a.active {
    background: #007bff; /* Active button color */
    border-color: #007bff;
}

.slider_list .slider_button .button a:hover {
    background: #0056b3;
    border-color: #0056b3;
}

@media (max-width: 1199px) {
    nav.main-menu ul.menu > li:first-child > a {
        border-top: none;
        color: black !important;
    }
}

@media (max-width: 1199px) {
    nav.main-menu ul.menu > li > a {
        display: block;
        font-weight: 600;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 20px;
        border-top: solid 1px #e0e0e0;
        text-align: left;
        color: black !important;
    }
}