/*4c-of-a-diamond css start*/
.learn-more-link {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
}

.learn-more-link:hover {
    color: #081c33;
}

/* Section Backgrounds */
.bg-pink {
    background-color: #ffdada; /* Soft pink background */
}

.bg-dark-section {
    background-color: #0a0a0a;
    color: #fff;
}

.bg-dark-section h2 {
    color: #fff;
}

.bg-dark-section p {
    color: #ccc;
}

.bg-dark-section .learn-more-link {
    color: #fff;
}

/* Image Helpers */
.feature-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.section-py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section-py1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media(max-width: 767.98px){
    .bg1,.bg2{
        background-size: cover!important;
        padding: 20px 0;
        text-align: center;
        position: relative;
    }
}
/*diamond shapes page css start*/
/* Section Backgrounds */
.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-white {
    background-color: #ffffff;
}

/* Custom Links */
.shop-link {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}
.shop-link:hover {
    color: #666;
    border-bottom: 1px solid #666;
}
.shop-link::after {
    content: '\2192'; /* Right Arrow */
    margin-left: 8px;
    font-size: 1.1rem;
}

/* Image Styling */
.img-fluid {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.product-img-wrapper {
    padding: 2rem;
    text-align: center;
}

/* Purple Chart Section */
.bg-purple-custom {
    color: white;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
}