﻿/*--------------------------------------------------------------
# About 7 Section
--------------------------------------------------------------*/
section, .section {
    padding: 0
}

.about-7 {
    margin-top: 0;
}

.highlight-cards {
    padding-top:40px;
}
.highlight-cards img {
    border-radius: 12px;
}

/*--------------------------------------------------------------
# Hero 4 Section
--------------------------------------------------------------*/
    .hero-4 .content-area {
        padding-left: 30px;
    }

.hero-heading, .about-7 .title {
    margin-bottom: 1.5rem;
    font-weight:700;
    color: var(--heading-color);
}

.content {
    align-items: center;
    margin-top: 40px;
}

/*--------------------------------------------------------------
# Hero 2 Section
--------------------------------------------------------------*/
.hero-2 {
    position: relative;
    padding: 40px 0 40px;
    overflow: hidden;
}
.hero-2.hero-4 {
    position: relative;
    padding: 40px 0 0;
    overflow: hidden;
}
    .hero-2 .content-area {
        position: relative;
        z-index: 3;
    }

    .hero-2 .hero-description {
        line-height: 1.6;
        margin-bottom: 2.5rem;
        color: color-mix(in srgb, var(--default-color), transparent 10%);
    }

    .hero-2 .image-section {
        position: relative;
    }

    .hero-2 .hero-image-wrapper {
        position: relative;
        z-index: 1;
    }

    .hero-2 .main-hero-image {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

.minpght {
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .hero-4 {
        padding: 40px 0 20px;
    }

    .content {
        justify-content: center;
        margin-bottom: 40px;
    }

    .about-7 .content {
        margin-bottom: 30px;
    }

    .hero-4 .content-area {
        margin-bottom: 3rem;
        text-align: center;
        padding-left: 0px;
    }

    .hero-heading {
        margin-top: 40px;
    }

    .hero-2 {
        padding: 0px 0 20px;
    }

        .hero-2 .content-area {
            margin-bottom: 3rem;
            text-align: center;
        }

        .hero-2 .hero-description, .hero-4 .hero-description {
            margin-bottom: 3rem;
        }
}
@media (max-width: 800px) {

    .custom-jewelry .call-to-action-2 .cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

        .custom-jewelry .call-to-action-2 .cta-buttons .btn-2 {
            margin-top: 20px;
            margin-left: 0px !important;
        }
}

@media (max-width: 768px) {
    .call-to-action-2 h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-heading {
        margin-top: 40px;
    }

    .content {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
    }

    .call-to-action-2 {
        padding: 60px 20px;
    }

        .call-to-action-2 .cta-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }

            .call-to-action-2 .cta-buttons .btn-2 {
                margin-top: 20px;
            }

    .gelbtn {
        text-align: center;
    }
}