:root {
    --accent-color: #08512b;
    --hover-primary-color: #08512b;
    --hover-accent-color: #08512b;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --bs-primary-rgb: 11, 33, 84;
}
h1,h2,h3,h4 {
	font-weight: 600;
}

/* Hero section */
.home-sec1 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
	display: flex; 
	flex-direction: column;
	gap: 10px;
}
.home-sec1 .btn-ct {
	padding-bottom: 0;
}
.home-sec1 ul li {
    margin: 0 !important;
    color: var(--secondary-color);
}

.home-sec1 ul li i {
    color: var(--accent-color);
    margin-right: 5px;
    font-size: 1.1rem;
    width: 20px;
    height: 20px;
    text-align: center;
}
.home-sec1 .banner h2 {
	font-size: clamp(1.6rem,4vw,2.8rem);
	line-height: 1.2;
}
.home-sec1 .banner h3 {
	font-size: clamp(.9rem,4vw,1.6rem) !important;
	line-height: 1.2;
	margin-top: 10px;
}
.home-sec1 .banner .overlay {
	background: linear-gradient(to right, var(--accent-color), transparent) !important;
	
}
.home-sec1 .button {
	padding: 4px 24px;
    font-size: 16px;
	font-weight: 500;
}
.home-sec1 .start-btn {
	background-color: #fff;
    border-color: #fff;
    color: var(--accent-color) !important;
	transition: 0.3s;
	font-weight: 600;
}
.home-sec1 .slider .img {
	border-radius: 8px;
	overflow: hidden;
}
.home-sec1 .slider .img .caption h3{
	margin-bottom: 5px;
	font-weight: 600;
}
.home-sec1 .slider .img .caption {
	text-align: center;
	width: 90%;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
	border-radius: 6px;
	background-color: rgba(0, 0, 0, .5);
}
.home-sec1 .slider .dot {
	height: 1px !important;
	border: 2px solid #111;
}
.home-sec1 .slider .dot.is-selected {
	border: 2px solid #fff;
}
.home-sec1 .slider .loading-spin {
	display: none !important;
}

.home-heading-2 h2{
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
	font-size: clamp(1.6rem,4vw,2.4rem);
	color: var(--accent-color);
}
.about-icon-box h3 {
	padding-top: 12px;
	font-size: 30px;
	color: var(--primary-color);
	font-weight: 800;
	margin-bottom: 0;
}
.about-box {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.about-box h4 {
		font-size: 1.1rem;
}
.about-box .icon-box-img img {
filter: invert(0%) sepia(100%) saturate(300%) hue-rotate(90deg) brightness(100%) contrast(101%);}
.banner-btn {
	padding: 0px 32px;
}
.about-box p{
	margin-bottom: 0;
}
.home-heading-2.no-line h2:after {
	content: none;
}
.home-heading-2 h2:after {
	content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    bottom: 0;
    left: calc(50% - 25px);
}
.home-services .icon-box img {
	padding: 0;
	height: 60px;
}
/* Theme card styling */
.theme-card {
    transition: all 0.3s ease;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.theme-screenshot {
    transition: transform 0.4s ease-out;
}

.theme-card:hover .theme-screenshot {
    transform: translateY(-10px);
}

.theme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(var(--bs-primary-rgb), 0.1);
}

.card-footer {
    text-align: center;
    padding: 10px 15px;
    background: transparent;
    border-top: none;
}

.builder-icon {
    display: inline-block;
    font-size: 0.8rem;
    padding: 3px 7px;
    border-radius: 4px;
    margin-left: 5px;
    background-color: rgba(214, 51, 108, 0.1);
    color: #D6336C;
    border: 1px solid rgba(214, 51, 108, 0.2);
}

/* Category items */
.home-sec3 .featured-box {
    text-align: center;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
}

.home-sec3 .featured-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.1);
}

.home-sec3 .featured-box .icon-box-img {
	width: 60px;
	height: 60px;
   padding: 18px;
    border-radius: 50%;
    background-color: rgb(53 220 128 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}
.home-sec3 .featured-box .icon-box-img .icon-inner {
	display: flex;
}
.home-sec3 .featured-box svg {
    color: var(--accent-color);
    width: 100%;
	padding:0;
}
.home-sec3 .featured-box h5 {
	margin-bottom: 0;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 0.85rem;
    line-height: 1.4;
	text-transform: unset !important;
}
.main-search button,.main-search input {
	height: 45px !important;
}
.main-search input {
   border-radius: 50px 0 0 50px !important;
}
.main-search button[type="submit"]::after {
  content: " Tìm kiếm";
  font-size: 15px;
  margin-left: 8px;
  font-weight: 600;
}

.main-search button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background-color: var(--accent-color);
  color: white;
  border-radius: 0 50px 50px 0;
  transition: background-color 0.3s ease;
	text-transform: unset;
}

.main-search button:hover {
  background-color: #c62828;
}
.main-search button i {
	font-size: 15px !important;
	margin-top: 2px;
}
.home-sec4 .accordion {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.home-sec4 .accordion-title {
	border:none !important;
}
.home-sec4 .accordion-item {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
}
.home-sec4 .accordion-title.active {
	background-color: rgb(53 220 128 / 10%);
	color: var(--accent-color);
	font-weight: 600;
}
.home-sec4 .accordion-title {
	padding-left: 20px;
}
.home-sec4 .accordion .toggle {
	right: 0;
	left: unset;
}
.home-sec4 .accordion-inner {
	padding: 20px;
}
.home-sec4 .accordion-inner p {
	margin-bottom: 0;
}
.home-temp-heading h3{
	color: var(--primary-color);
    margin-bottom: 0;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
	width: fit-content;
}
.home-temp-heading i {
	color: var(--accent-color);
	margin-right: 5px;
}
.product-small .button-group {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.product-small .button-group .button {
	text-transform: unset;
	font-weight: 500;
	border-radius: 99px;
	padding: 0 24px;
	background: none;
}
.product-small .button-group .button.demo-btn {
	background: var(--accent-color);
}
.product-small .button-group .button.detail-btn {
	border-color: var(--accent-color);
	color:  var(--accent-color);
	box-shadow: none;
}
.product-small .button-group .button.detail-btn:hover {
	background-color: rgb(53 220 128 / 10%);
    border-color: var(--hover-accent-color);
}
.product-small .button-group .button {
	margin: 0;
}
.product-small .button-group .cong-cu-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
	border-radius: 4px;
}
.product-small.box {
	transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.product-small.box:hover {
	transform: translateY(-5px);
	box-shadow: var(--bs-box-shadow-sm) !important;
}
.product-small.box .box-image {
	position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.product-small.box .box-image img {
	object-position: top;
	transition: transform 0.4s ease-out;
}
.product-small.box:hover .box-image img {
	transform: translateY(-10px);
}
.product-small.box .box-text {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}
.product-small.box .box-text .title-wrapper {
	height: auto !important;
	margin: 0;
    width: 58%;
	align-items: center;
	display: flex;
}
.product-small.box .price-wrapper{
	width: 38%;
	height: auto !important;
	margin: 0;
	align-items: center;
	display: flex;
	text-align: right;
	justify-content: flex-end;
}
.product-small.box .box-text .title-wrapper {
	height: auto !important;
}
.product-small.box .box-text .title-wrapper .product-title a{
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: var(--primary-color);
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
}
.product-small.box .box-text .price .amount{
	color: var(--accent-color);
	font-size: 16px;
	font-weight: 600;
}
.product-small.box .box-text .price del .amount {
	color: #666;
	font-weight: 400;
}
.product-small.box .box-text .price {
	display: flex;
    flex-direction: column;
    gap: 5px;
}
.single-product .product-info .button-group {
	display: flex; 
	gap: 20px;
	margin-bottom: 20px;
	justify-content: space-between;
}
.single-product .product-info .cong-cu-icon {
	width: 40px; 
	height: 40px;
	border-radius: 4px;
}
.single-product .product-info .button-group .demo-btn {
	margin: 0;
	background: var(--accent-color);
	padding: 0 30px;
	border-radius: 99px;
}
/* .single-product .product-info .single_add_to_cart_button{
	border-radius: 99px;
}
.single-product .product-info .quantity .button.minus,.single-product .product-info .quantity .button.plus{
	border-radius: 50%;
} */
@media(max-width:849px) {
	.product-small.box .box-text .title-wrapper,.product-small.box .price-wrapper {
		width: 100%;
	}
	.single-product .product-small .button-group .button.demo-btn {
		width: calc(100% - 40px);
	}
	.product-small.box .price-wrapper {
		text-align: left;
		justify-content: flex-start;
	}
	.product-small .button-group {
		flex-wrap: wrap;
		gap: 10px;
	}
	.product-small .button-group .button.demo-btn {
		width: 100%;
	}
	.product-small .button-group .button.detail-btn {
		width: calc(100% - 40px);
	}
	.home-sec1 .btn-ct > .col-inner{
		display: flex;
    	flex-wrap: wrap;
		gap: 10px;
	}
	.home-sec1 .button {
		margin: 0;
		padding: 2px 14px;
	}
}