.mil-banner-sm {
    position: relative;
    display: flex;
    padding: 10px 20px;
    min-height: 200px;
    height: 25vh;
    max-height: 400px;
    overflow: hidden;
}

.mil-banner-sm .mil-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mil-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 2%;
}

.mil-banner-heading {
    font-size: 26px;
    font-weight: 700;
    color: #f0f0f0;
    padding: 0 3%;
    max-width: 800px;
}

.mil-accent {
    color:#cd0000;
}

.height {
    font-size: 20px;
}

.mil-uppercase {
    text-transform: uppercase;
    font-size: 17px;
}

.mil-breadcrumbs {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 20px;
}

.mil-breadcrumbs li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mil-breadcrumbs li a {
    color: #f0f0f0;
    -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
    transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.mil-breadcrumbs li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #cd0000;
    margin: 0 15px
}

.mil-breadcrumbs li:last-child {
    cursor: not-allowed
}

.mil-breadcrumbs li:last-child::after {
    content: none !important;
}

.mil-breadcrumbs li:last-child a {
    pointer-events: none;
    /* color: rgba(18, 24, 32, .5) */
    color: #acacac;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mil-banner-sm {
        height: 40vh;
        padding: 20px 40px;
    }
}

@media (max-width: 768px) {
    .mil-banner-sm {
        height: 35vh;
        padding: 20px 28px;
    }

    .logo-details-section {
        flex-direction: column;
        text-align: center;
    }

    .logo-div {
        margin-bottom: 15px;
    }

    .ml-auto {
        width: 100%;
    }

    /* .ml-auto a {
        width: 100%;
        margin-bottom: 10px;
    } */
}

@media (max-width: 480px) {
    .mil-banner-sm {
        height: 20vh;
        padding: 5px 10px;
    }

    .mil-banner-sm .mil-banner-content h2 {
        font-size: 15px;
        text-align: center;
    }

    .mil-breadcrumbs {
        text-align: center;
        font-size: 14px;
    }

    .no-results-img {
        width: 200px;
    }
}

.mil-banner-sm .mil-banner-content {
    width: 100%;
    position: relative;
    max-width: 1200px;
}

.logo-details-section {
    background-color: #f6f6f6;
    border: 2px solid #7b7b7b;
    border-radius: 10px;
    padding-bottom: 15px;
}

.logo-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.business-logo {
    width: 120px;
    height: 120px;
    border: 2px solid #7b7b7b;
    border-radius: 50%;
    object-fit: cover;
    margin: 10px 20px 10px 10px;
    transition: transform 0.3s ease;
}

.business-logo:hover {
    transform: scale(1.05);
    border-color: #000000;
}

.call-button {
    border-radius: 10px;
}

.whatsapp-button {
    border-radius: 10px;
    margin-left: 0 !important;
}

.mil-accent-details {
    color: #cd0000;
    font-size: 16px;
}

.nav-tabs .nav-item .nav-link {
    color: #000000;
    border: none;
    transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-item .nav-link.active {
    color: #cd0000;
    border-bottom: 2px solid #cd0000;
    background-color: transparent;
}

.nav-tabs .nav-item .nav-link:hover {
    color: #cd0000;
    background-color: transparent;
}

.product-card-body {
    min-height: 135px;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    border-top: 0;
    border-radius: 0;
}

.fixed-card {
    width: 100%;
    min-height: 100%;
    max-width: 280px;
}

.fixed-image {
    height: 180px;
    width: 100%;
}

.card-footer {
    margin-top: auto;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}

.no-results-img {
    width: 200px;
}

.no-results-text {
    font-size: 1.5rem;
    color: #666;
    margin-top: 10px;
    font-weight: bold;
}

.modal.fade .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0 auto;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.fade.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.modal-content {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    overflow: hidden;

}

.modal-header {
    position: relative;
    height: 40px !important;
}

.custom-close {
    font-size: 2.5rem;
    color: #000;
    opacity: 1;
    transition: opacity 0.3s ease;
    padding: 5px 10px !important;
    background: none;
    border: none;
}

.custom-close:hover {
    opacity: 0.7;
}

.phone-icon, .mobile-icon, .whatsapp-icon {
    padding-left: 8px; 
    padding-right: 8px; 
    font-size: 1.5rem;
    font-weight: 600;
}

.numbers{
    font-size: 1.5rem;
    font-weight: 600;
}

.copy-icon{
    font-size: 1.5rem;
    background: transparent;
    color: #666
}
.copy-icon:hover{
    color: black;
}

.copy-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.copy-popup.show {
    opacity: 1;
    visibility: visible;
}