<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&amp;family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Noto+Sans+Tamil:wght@100..900&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');
body{
    font-family: "Open Sans";
  
    font-style:normal;
    /* background-color: #f5f5f5; */
}

        
    
        .btn-get-in-touch {
            background-color: var(--primary-color);
            color: rgb(128, 224, 248);
            border-radius: 3px;
            padding: 0.5rem 1rem;
            font-weight: 500;
        }
        
        /* Breadcrumb styles */
        .breadcrumb-wrapper {
            background-color:white;
            padding: 10px 0;
            border-bottom: 1px solid #eee;
        }
        
        .breadcrumb {
            margin-bottom: 0;
            padding: 0;
        }
        
        .breadcrumb-item a {
            color: #6c757d;
            text-decoration: none;
        }
        
        .breadcrumb-item.active {
            color: var(--primary-color);
        }
        
        /* Hero section styles */
        /* .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./images/l.jpg') repeat center center;
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            position: relative;
        
        }
        
        .hero-text {
            max-width: 600px;
            font-size: 1.5rem;
            line-height: 1.4;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        }
         */
        /* Products section styles */
        .products-section {
            padding: 40px 0;
        }
        
        .products-section h2 {
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 20px;
        }
        .company-title {
            color: #283897;
            font-weight: bold;
            font-size: 28px;
            margin-bottom: 20px;
        }
        
        
        
        .about-content h2 {
            font-size: 2.8rem;
            font-weight: 800;
            color: #1a1a1a;
            margin-bottom: 2rem;
            position: relative;
        }

        .search-container {
            max-width: 900px;
        }
        .content-container {
            margin-top: 30px;
        }
        .vet-image {
    max-width: 100%;
    max-height: 250vh; 
    object-fit: cover; 
    border-radius: 25px;
}

        
        .company-description {
            color: #283897;
            line-height: 1.6;
          
        }
        .search-btn {
            background-color: white;
            border: 1px solid #283897;
        }
        :root {
            --primary-color: #3e4684;
            --accent-color: #80c342;
            --secondary-color: #f8f9fa;
        }
     
        .product-card {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .product-image {
            width: 100%;
            height: auto;
            object-fit: contain;
        }
        
        .product-title {
            font-size: 16px;
            color: var(--primary-color);
            font-weight: 300;
            margin-bottom: 12px;
            height: 40px;
            overflow: hidden;
            display: -webkit-box;
            /* -webkit-line-clamp: 2; */
            -webkit-box-orient: vertical;
        }
        
        .product-actions {
            display: flex;
            justify-content: space-between;
            margin-top: 12px;
        }
        
        .wishlist-btn {
            background-color: transparent;
            border: none;
            color: #fd650d;
            cursor: pointer;
            display: flex;
            align-items: center;
            padding: 5px 10px;
            font-size: 14px;
        }
        
        .wishlist-btn:hover {
            color: #ff6b6b;
        }
        
        .wishlist-btn i {
            margin-right: 5px;
        }
        
        .btn-enquiry {
            background-color: #88b40e;
            color: white;
            border: none;
            padding: 5px 15px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
        }
        
        .btn-enquiry:hover {
            background-color: #6da739;
        }
        
        .category-filter {
          
            color: white;
            padding: 10px 15px;
            border-radius: 4px;
            margin-bottom: 20px;
            width: 200px;
        }
        .btn-login:hover {
            background-color: #3e4684 !important;
            color: white !important; 
            border: none !important;
            box-shadow: none !important;
            text-decoration: none !important;
        }
        .btn-login {
            background-color: #3e4684 !important;
            color: white !important; 
            border: none !important;
            box-shadow: none !important;
            text-decoration: none !important;
        }
        .pagination {
            margin-top: 30px;
            margin-left:77%;
        }
        .custom-margin {
            margin-left: 9%; /* Adjust as needed */
        }
        
        .page-item.active .page-link {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }
        
        .page-link {
            color: var(--primary-color);
        }
        
        .page-link:hover {
            color: var(--primary-color);
        }

        .category-filter {
    font-size: 14px; /* Reduce text size */
    padding: 8px 12px; /* Reduce padding */
    width: 150px; /* Set a fixed width */
    text-align: center; /* Align text in center */
}

.dropdown {
    display: inline-block; /* Keep them in a row */
    margin-right: 10px; /* Add space between dropdowns */
}

.dropdown-menu {
    font-size: 14px; /* Reduce menu font size */
    width: auto; /* Auto width for content */
  
        border-radius: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    
}

.dropdown-item:active {
    /* background-color: transparent !important; */
    color: inherit !important; 
}

.custom-video {
        width: 30%; /* Adjust width as needed */
        max-width: 100px; /* Ensures it doesnâ€™t get too big */
        display: block;
        margin-left: 9.5rem;
        margin-right: 9.5rem;
    }

    .dropdown-item {
        margin-bottom: 8px;
        /* border: 1px solid #3e4684; */
        border-radius: 1px;
    
    }

    .dropdown-item:last-child {
        margin-bottom: 0;
    }
   
    #resultList {
        position: absolute;
        z-index: 1000;
        width: 100%;
    }
    .back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        background-color: var(--primary-color);
        color: white;
        box-shadow: 0 4px 10px white;
        border: 2px solid #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1000;
    }
    
    .back-to-top.visible {
        opacity: 1;
    }</pre></body></html>