/**************************************
	 This is custom css.
***************************************/

.das-logo a {
	color: #111;
	display: inline-block;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.header--two .das-logo a,
.white_text .das-logo a {
	color: #fff;
}

.shop_cart_icon {
	text-decoration: none;
}

.product .thumb img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

.das-category {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 30px;
	min-height: 120px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}

.das-category:hover {
	background: #fff;
	color: #111;
}

.das-btn,
.vs-btn {
	background: #111;
	border: 0;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	min-height: 44px;
	padding: 12px 24px;
	text-transform: uppercase;
}

.das-btn:hover,
.vs-btn:hover {
	background: #d29d50;
	color: #fff;
}

.breadcumb-wrapper {
	background: #f4f4f4;
	padding: 90px 0;
}

.breadcumb-title {
	color: #111;
	font-size: 42px;
	margin: 0;
	text-align: center;
}

.breadcumb-menu {
	display: flex;
	gap: 10px;
	justify-content: center;
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}

.space-top,
.space-extra-bottom {
	padding-bottom: 80px;
	padding-top: 80px;
}

.contact_info ul,
.ft_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact_info li,
.ft_menu li {
	margin-bottom: 10px;
}

.contact_form input,
.contact_form textarea {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding: 14px 16px;
	width: 100%;
}

.contact_form textarea {
	min-height: 160px;
}

.single_testimonial,
.counter {
	background: #fff;
	margin-bottom: 30px;
	padding: 28px;
}

@media (max-width: 767px) {
	.das-logo a {
		font-size: 20px;
	}

	.bradcaump_area {
		padding: 60px 0;
	}

	.footer_menu {
		justify-content: flex-start !important;
	}
}
/* Homepage testimonials */
.das-testimonials {
    padding: 80px 0;
    background: linear-gradient(135deg, #09081d 0%, #14122d 100%);
}
.das-testimonial-heading {
    margin-bottom: 34px;
}
.das-testimonial-heading h2,
.das-testimonial-heading p {
    color: #fff;
}
.das-testimonial-heading h2 {
    margin-bottom: 8px;
}
.das-testimonial-heading p {
    margin: 0;
    color: rgba(255,255,255,.7);
}
.das-testimonials .testimonial_activation {
    max-width: 760px;
    margin: 0 auto;
}
.das-testimonials .slick-arrow {
    display: none !important;
}
.das-testimonial-card {
    position: relative;
    min-height: 0;
    padding: 38px 54px 34px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(0,0,0,.28);
}
.das-testimonial-card .das-testimonial-avatar {
    width: 92px;
    height: 92px;
    margin: 0 auto 18px;
    padding: 4px;
    border: 2px solid #19172f;
    border-radius: 50%;
    background: #fff;
}
.das-testimonial-card .das-testimonial-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.das-testimonial-card .das-testimonial-quote {
    position: absolute;
    top: 22px;
    left: 36px;
    color: #e4e2ef;
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: 1;
}
.das-testimonials .das-testimonial-card p {
    margin: 0 auto 18px;
    padding: 0 28px;
    color: #4c4a59;
    font-size: 17px;
    line-height: 1.75;
}
.das-testimonials .das-testimonial-card h4 {
    margin: 0 0 4px;
    color: #171522;
    font-size: 22px;
    font-weight: 700;
}
.das-testimonials .das-testimonial-card span {
    color: #777382;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .das-testimonials { padding: 55px 0; }
    .das-testimonial-card { padding: 30px 20px 28px; }
    .das-testimonial-card .das-testimonial-quote { left: 18px; font-size: 54px; }
    .das-testimonials .das-testimonial-card p { padding: 0; font-size: 15px; }
}
/* Floating WhatsApp chat */
.das-whatsapp-chat {
    position: fixed;
    z-index: 9998;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 15px 10px 10px;
    border-radius: 999px;
    background: #25d366;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    transition: transform .2s ease, background .2s ease;
}
.das-whatsapp-chat:hover {
    background: #1fbd59;
    color: #fff;
    transform: translateY(-3px);
}
.das-whatsapp-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    font-size: 20px;
    line-height: 1;
}
@media (max-width: 600px) {
    .das-whatsapp-chat { right: 14px; bottom: 14px; padding: 8px; }
    .das-whatsapp-label { display: none; }
    .das-whatsapp-icon { width: 38px; height: 38px; }
}
