/*!
Theme Name: tentseventsandpartyrentals
Theme URI: https://digitalguider.com/
Author: Underscores.me
Author URI: https://digitalguider.com/
Description: A custom WordPress theme for tentseventsandpartyrentals
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tentseventsandpartyrentals
*/
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
	display:none;
}
.custom-cart-btn a{
	color:#fff!important;
}
.custom-blog-detail-faq-sec{
	background-color:#f6f6f6;
	margin-bottom:0px;
}

.single-post .blog-img__img {
	width:100%;
}
.social-icon a{
	padding:0px 10px;
	color: #fff;
}
.testimonial-grid-section {
	background: #2127580d;
}
.testimonial-grid-section .text-white {
    color: #000 !important;
}


.custom-tab-content h4{
    font-size:24px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
    padding-left:12px;
    border-left:4px solid #28a745;
}

.custom-tab-content table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    border:1px solid #e5e5e5;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.custom-tab-content table tr{
    transition:.3s ease;
}

.custom-tab-content table tr:nth-child(even){
    background:#f8f9fa;
}

.custom-tab-content table tr:hover{
    background:#eefaf1;
}

.custom-tab-content table td{
    padding:14px 18px;
    font-size:15px;
    color:#444;
    border-bottom:1px solid #ececec;
    display:flex;
    align-items:center;
    gap:12px;
}

.custom-tab-content table tr:last-child td{
    border-bottom:none;
}

.custom-tab-content table td strong{
    color:#111;
}


table td {
    position: relative;
    padding-right: 35px;
}

table td i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: green;
}

.age-table {
    width: 100%;
    border-collapse: collapse;
}

.age-table th,
.age-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

.age-table th:first-child,
.age-table td:first-child {
    text-align: left;
}

.age-table th:last-child,
.age-table td:last-child {
    text-align: center;
    width: 120px;
}

.age-table i {
    color: #28a745;
    font-size: 18px;
}
