﻿/* ===================================================================================

* Theme Name: Arvilax Child
* Theme URI: https://weblearnbd.net/wp/arvilax/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/portfolio
* Description: Arvilax - Business Consulting WordPress Theme
* Version: 1.0.0
* Template: arvilax
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.swllc-subcategories,
.swllc-products {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.swllc-subcategories .subcategory-item,
.swllc-products .product-item {
    width: 270px;
    text-align: center;
}

.swllc-subcategories .subcategory-item img, .swllc-products .product-item img {
    max-width: 100%;
    border-radius: 10px;
    height: 250px;
	width:300px;
    object-fit: cover;
}

.swllc-products .product-item h2 {
    font-size: 16px;
    margin: 10px 0 5px;
}

.swllc-products .product-item .price {
    font-weight: bold;
    color: #007cba;
}
.swllc-subcategories span{
    font-size: 19px;
    margin-top: 13px;
    color: black;
    font-weight: 300;
}

.intro {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: transform 0.2s ease;
}

.card:hover {
	transform: translateY(-5px);
}

.card img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.card-content {
	padding: 15px;
}

.card h2 {
	margin-top: 0;
	font-size: 20px;
	color: #222;
}

.card p {
	font-size: 15px;
	line-height: 1.5;
}
@media all and (max-width: 1200px){
	.tp-service {
		height: 500px!important;
	}
}
@media (max-width: 768px) {
	.product-available-colours {
		gap: 10px !important;
	}
	.product-available-colours .color-item {
		flex: 0 0 48%;
	}
	.swllc-subcategories, .swllc-products { 
		gap: 10px; 
	}
	.swllc-subcategories .subcategory-item, .swllc-products .product-item { 
		flex: 0 0 48%;
		width: 100%;
	}
	.swllc-subcategories .subcategory-item img, .swllc-products .product-item img { 
		height: 167px; 
		margin-bottom: 15px;
	}
}








