﻿:root {
    --default-font: "IBM Plex Sans", sans-serif;
    --heading-font: "Cormorant Garamond", serif;
}

.order-hero {
    position: relative;
    min-height: 520px;
    background-image: url("/assets/img/guidelines/custom-jewelry-order-guidelines-process-at-stargems.webp");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* shared circle base */
.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    transform: translateY(-50%);
    z-index: 1;
    top: 90%;
}

/* large circle */
.circle-lg {
    width: min(85vw, 700px);
    aspect-ratio: 1 / 1;
    left: 0;
}

/* small circle */
.circle-sm {
    width: min(60vw, 630px);
    aspect-ratio: 1 / 1;
    left: 2pc;
}

/* content */
.order-content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    color: #fff;
    top: 100% !important;
}

    .order-content h1 {
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 600;
        color: #fff;
    }

    .order-content p {
        font-size: 1rem;
        line-height: 1.6;
        color: #e4e4e4;
    }

@media (min-width: 1800px) {
    .order-hero {
        position: relative;
        min-height: 600px;
        background-image: url(/assets/img/guidelines/custom-jewelry-order-guidelines-process-at-stargems.webp);
        background-size: cover;
        background-position: top;
        overflow: hidden;
        padding-top: 3pc;
    }
}

@media (max-width: 1200px) {
    .order-content {
        max-width: 450px;
        left: 4pc;
    }
}

@media (max-width: 900px) {
    .circle-lg {
        width: min(85vw, 610px);
        aspect-ratio: 1 / 1;
        left: 0;
    }

    .order-content {
        padding-top: 1pc;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .circle-sm {
        width: min(70vw, 665px);
        aspect-ratio: 1 / 1;
        left: 2pc;
    }
}

@media (min-width: 500px) and (max-width: 660px) {
    .circle-lg {
        width: min(80vw, 610px);
    }

    .order-content {
        max-width: 400px;
        left: 2pc;
        padding-top: 1pc;
    }

        .order-content h1 {
            font-size: clamp(1rem, 4vw, 3rem);
        }

    .bg-circle {
        top: 80%;
    }
}

@media (max-width: 400px) {
    .order-hero {
        min-height: 500px;
    }

    .order-content {
        max-width: 90%;
        left: 0pc;
        padding-top: 0pc;
        top: 60% !important;
    }

    .circle-sm {
        width: min(125vw, 687px);
        aspect-ratio: 1 / 1;
        left: -4pc;
    }

    .circle-lg {
        width: min(115vw, 610px);
        aspect-ratio: 1 / 1;
        left: -3pc;
    }

    .bg-circle {
        top: 75%;
    }
}

@media (min-width: 1400px) {
    .order-content {
        left: 4pc;
        width: 500px;
        padding-top: 2pc;
    }
}

@media (min-width: 1500px) {
    .order-content {
        left: 8pc;
    }
}

@media (min-width: 1600px) {
    .order-content {
        left: 5pc;
    }
}

@media (min-width: 1700px) {
    .order-content {
        left: 2pc;
    }
}

@media (min-width: 1800px) {
    .order-content {
        left: 0pc;
    }

    .circle-sm {
        left: 6pc;
    }

    .circle-lg {
        left: 4pc;
    }
}

@media (min-width: 1900px) {
    .order-content {
        left: -3pc;
    }
}

.easy-work-section {
    background: #ffffff;
}

.easy-title {
    font-size: 2.4rem;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1.25;
}

.easy-card {
    background: #2f2f2f;
    border-radius: 10px;
    padding: 26px;
    color: #ffffff;
}

    .easy-card h5 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #fff;
        font-family: var(--default-font);
    }

    .easy-card p {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #d8d8d8;
        margin: 0;
    }

.easy-note {
    font-size: 0.85rem;
    color: #555;
}

@media (max-width: 768px) {
    .easy-title {
        font-size: 2rem;
    }

    .easy-note {
        text-align: center;
        display: block;
    }
}

@media(max-width:600px) {
    .easy-title {
        font-size: 30px;
    }
}

.custom-req-section {
    background: radial-gradient(circle at center, #cfcfcf 0%, #8f8f8f 60%, #3b3b3b 100%);
}

/* Title */
.req-title {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.req-sub {
    font-size: 0.9rem;
    opacity: 0.9;
    max-width: 520px;
    margin: 10px auto 0;
}

/* Images */
.req-main-img {
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.req-ref-img {
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

h3.secheader {
    background: #fff;
    border-radius: 28px;
    font-family: var(--default-font);
    font-size: 20px;
    padding: 10px;
    margin-bottom: 25px;
}
/* Responsive tweaks */
@media (max-width: 768px) {
    .req-title {
        font-size: 1.9rem;
    }
}

.stone-policy-section {
    background-color: #f7f6f4;
}

.stone-title {
    font-size: 2.4rem;
    font-weight: 500;
    color: #111;
}

.stone-list {
    list-style: none;
    padding-left: 0;
}

    .stone-list li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 18px;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #222;
    }

        .stone-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.2rem;
            color: #000;
        }

.stone-img {
    border-radius: 26px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.25);
    max-width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .stone-title {
        font-size: 2rem;
    }
}

.policy-section {
    background: #ffffff;
}

.policy-title {
    font-weight: 500;
    line-height: 1.15;
    color: #111;
}

.policy-img {
    border-radius: 20px;
    max-width: 85%;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* Vertical divider */
.policy-divider {
    width: 1px;
    height: 100%;
    background: #222;
}

/* Right blocks */
.policy-block {
    margin-bottom: 28px;
    padding: 0 2pc;
}

    .policy-block h5 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 8px;
        color: #111;
    }

    .policy-block ul {
        padding-left: 18px;
        margin: 0;
    }

    .policy-block li {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #333;
    }

.borderright {
    border-right: 2px solid #606060;
}
/* Mobile */
@media (min-width: 1500px) {
    .video-box {
        max-width: 80%;
        margin: 0 auto;
    }

    .col-xl-4.col-lg-5.middleblock.aos-init.aos-animate {
        margin-top: 2pc;
    }

    .policy-block {
        margin-top: 2pc;
    }
}

@media (max-width: 768px) {
    .policy-title {
        font-size: 2rem;
        text-align: center;
    }

    .policy-img {
        display: block;
        margin: 20px auto 0;
        max-width: 90%;
    }

    .borderright {
        border-right: none;
    }
}

.cta-hero {
    position: relative;
    min-height: 480px;
    background-image: url("assets/img/guidelines/grow-your-jewelry-business-with-stargems.webp"); /* replace path */
    background-size: cover;
    background-position: center right;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.15) 70%, rgba(0,0,0,0.05) 100% );
}

.cta-title {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
}

.cta-text {
    color: #f1f1f1;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-top: 18px;
    max-width: 560px;
}

/* Buttons */
.cta-btn {
    background: #2e6fa7;
    color: #fff;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 0.95rem;
    border: 1px solid rgba(255,255,255,0.25);
}

    .cta-btn:hover {
        background: #255d8c;
        color: #fff;
    }

/* Responsive */
@media (max-width: 1200px) {
    .cta-hero {
        background-position: top left;
    }

    .cta-title {
        font-size: 34px;
    }

    .cta-hero {
        position: relative;
        min-height: 400px;
    }
}

@media (max-width: 991px) {
    .cta-hero {
        background-position: center;
        text-align: center;
        background-image: none;
    }

    .cheroblock {
        background: #2e6fa7;
        padding: 1pc;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

        .cheroblock .d-flex.flex-wrap.gap-3.mt-4 {
            display: flex !important;
            justify-content: center;
        }

    .cta-text {
        max-width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .cta-title {
        font-size: 30px;
    }

    .cta-overlay {
        background: none;
    }
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 2.1rem;
    }

    .cta-hero {
        background-position: center;
        text-align: center;
    }

    .cta-text {
        margin-left: auto;
        margin-right: auto;
    }

    .d-flex.flex-wrap {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .cta-title {
        font-size: 22px;
    }

    .cta-btn {
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    .easy-title br, .policy-title br {
        display: none;
    }
}
