.secondary-color {
    background-color:transparent;
}

.text-center {
    text-align: center;
}

/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.section-heading-price {
    padding: 0 0 15px 0;
}

.section-heading-price h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
}


#banner .section-heading-price:before {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}


#banner .section-heading-price:before, .testimonial.classic footer:before {
    background: #d2b356;
}

/* .section-heading-price h2:after {
    background:#d2b356;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
} */

/* .text-center .section-heading-price h2:after {
    margin:30px auto 25px auto;
} */

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
    color:#111;
}


/* --------- 6.7 Pricing Table ---------- */

.pricing-block-content {
    background: #fff;
    padding: 25px 0 25px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    border: 10px solid #fff;
}


.pricing-block ul {
    list-style: none;
    margin: 25px 0 25px 0;
}

.pricing-block li {
    padding: 14px 0;
    border-bottom: 1px dotted #e1e1e1;
}

.pricing-block li:last-of-type {
    border:none;
}

.pricing-block h3 {
    font-size:17px;
    text-transform:uppercase;
    padding-bottom:0;
}

.pricing-sub {
    font-style: italic;
    color:#ccc;
    margin:0 0 25px 0;
}

/*Price*/

.pricing {

    background: #f5f5f5;
    padding: 25px;
    position: relative;
}

.price {
    display: inline-block;
    font-size: 62px;
    font-weight: 700;
    position: relative;
}

.price span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 22px;
}

.pricing  p {
    font-style:italic;
    color:#b4b4b4;
    line-height:auto;
    margin:0;
}


.pricing-block-content:hover {
    border-color:#8c4c4c;
}


#pricing {
    margin-top: 10rem;
    width: 100%;
}



.pricing-container {
    display: flex;
    justify-content: center;
    gap: 30px; /* spacing between blocks */
    flex-wrap: wrap; /* ensures responsiveness on smaller screens */
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

.pricing-block {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
}


