:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0af2787 *//* ==========================================================
   GENTLE CIRCUMCISION
   TWILIGHT SLEEP / INHALATION SEDATION
   ORIGINAL-STYLE DESIGN
========================================================== */

.gc-twilight-page {

    --gc-gold: #caa64a;
    --gc-gold-dark: #ad872e;

    --gc-charcoal: #252525;
    --gc-charcoal-light: #303030;

    --gc-light: #f4f4f2;

    --gc-text: #333333;
    --gc-black: #171717;
    --gc-white: #ffffff;

    color: var(--gc-text);
    font-family: inherit;
}

.gc-twilight-page *,
.gc-twilight-page *::before,
.gc-twilight-page *::after {
    box-sizing: border-box;
}


/* ==========================================================
   CONTAINER
========================================================== */

.gc-twilight-page .gc-container {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}


/* ==========================================================
   HERO
========================================================== */

.gc-twilight-page .gc-twilight-hero {

    background: linear-gradient(
        135deg,
        #222222,
        #363636
    ) !important;

    padding: 105px 0 100px;

    color: #ffffff !important;

    text-align: center;
}

.gc-twilight-page .gc-twilight-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.gc-twilight-page .gc-eyebrow {

    display: inline-block;

    color: var(--gc-gold) !important;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 20px;
}

.gc-twilight-page .gc-twilight-hero h1 {

    color: #ffffff !important;

    font-size: 58px;

    line-height: 1.1;

    margin: 0 auto 22px;

    font-weight: 700;

    letter-spacing: -1px;
}

.gc-twilight-page .gc-twilight-subtitle {

    color: #eeeeee !important;

    font-size: 23px;

    line-height: 1.6;

    max-width: 800px;

    margin: 0 auto;
}


/* ==========================================================
   BUTTONS
========================================================== */

.gc-twilight-page .gc-twilight-button {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: var(--gc-gold) !important;

    color: #ffffff !important;

    text-decoration: none !important;

    padding: 16px 30px;

    border-radius: 8px;

    font-size: 17px;

    font-weight: 700;

    margin-top: 32px;

    transition: all .25s ease;
}

.gc-twilight-page .gc-twilight-button:hover {

    background: var(--gc-gold-dark) !important;

    color: #ffffff !important;

    transform: translateY(-2px);
}


/* ==========================================================
   GENERAL SECTIONS
========================================================== */

.gc-twilight-page .gc-twilight-section {

    padding: 90px 0;
}


/* ==========================================================
   INTRO
========================================================== */

.gc-twilight-page .gc-twilight-intro {

    background: #f3f0e8 !important;
}

.gc-twilight-page .gc-twilight-intro .gc-container {

    max-width: 1180px;
}


/* ==========================================================
   SECTION NUMBERS
========================================================== */

.gc-twilight-page .gc-section-number {

    display: block;

    color: var(--gc-gold) !important;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 12px;
}

.gc-twilight-page .gc-light-number {

    color: #d7b65e !important;
}


/* ==========================================================
   HEADINGS
========================================================== */

.gc-twilight-page .gc-twilight-section h2 {

    color: var(--gc-black) !important;

    font-size: 43px;

    line-height: 1.2;

    margin: 0 0 25px;

    font-weight: 700;
}

.gc-twilight-page .gc-twilight-section p {

    color: #444444 !important;

    font-size: 17px;

    line-height: 1.8;

    margin-top: 0;

    margin-bottom: 20px;
}


/* ==========================================================
   AGE GROUP CARDS
========================================================== */

.gc-twilight-page .gc-twilight-cards {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

    margin-top: 45px;
}

.gc-twilight-page .gc-twilight-card {

    background: #ffffff !important;

    border: 1px solid #e3e3e3;

    border-radius: 12px;

    padding: 35px;

    box-shadow: 0 8px 25px rgba(0,0,0,.05);

    transition: all .25s ease;
}

.gc-twilight-page .gc-twilight-card:hover {

    transform: translateY(-4px);

    box-shadow: 0 14px 32px rgba(0,0,0,.09);
}

.gc-twilight-page .gc-card-number {

    color: var(--gc-gold) !important;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1px;
}

.gc-twilight-page .gc-twilight-card h3 {

    color: #202020 !important;

    font-size: 22px;

    margin: 18px 0 14px;

    line-height: 1.3;
}

.gc-twilight-page .gc-twilight-card p {

    color: #555555 !important;

    font-size: 16px;

    margin: 0;

    line-height: 1.7;
}


/* ==========================================================
   BENEFITS
========================================================== */

.gc-twilight-page .gc-twilight-benefits {

    background: var(--gc-gold) !important;
}

.gc-twilight-page .gc-twilight-benefits h2 {

    color: #181818 !important;
}

.gc-twilight-page .gc-twilight-benefits .gc-section-number {

    color: #222222 !important;
}

.gc-twilight-page .gc-twilight-benefits-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

    margin-top: 45px;
}

.gc-twilight-page .gc-twilight-benefit {

    background: rgba(255,255,255,.18);

    border: 1px solid rgba(0,0,0,.15);

    border-radius: 12px;

    padding: 35px;
}

.gc-twilight-page .gc-benefit-icon {

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #222222;

    color: #ffffff;

    border-radius: 50%;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 22px;
}

.gc-twilight-page .gc-twilight-benefit h3 {

    color: #161616 !important;

    font-size: 22px;

    margin: 0 0 14px;
}

.gc-twilight-page .gc-twilight-benefit p {

    color: #222222 !important;

    font-size: 16px;

    margin: 0;
}


/* ==========================================================
   HOW IT WORKS
========================================================== */

.gc-twilight-page .gc-twilight-how {

    background: var(--gc-charcoal) !important;

    color: #ffffff !important;
}

.gc-twilight-page .gc-twilight-how h2 {

    color: #ffffff !important;
}

.gc-twilight-page .gc-twilight-how p {

    color: #dddddd !important;
}

.gc-twilight-page .gc-twilight-steps {

    max-width: 900px;

    margin: 45px auto 0;
}

.gc-twilight-page .gc-twilight-step {

    display: grid;

    grid-template-columns: 85px 1fr;

    gap: 30px;

    padding: 35px 0;

    border-bottom: 1px solid #444444;
}

.gc-twilight-page .gc-twilight-step:first-child {

    border-top: 1px solid #444444;
}

.gc-twilight-page .gc-step-number {

    width: 65px;
    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--gc-gold) !important;

    color: #ffffff !important;

    font-size: 14px;

    font-weight: 700;
}

.gc-twilight-page .gc-step-content h3 {

    color: #ffffff !important;

    font-size: 26px;

    margin: 0 0 12px;
}

.gc-twilight-page .gc-step-content p {

    color: #dddddd !important;

    margin: 0;
}


/* ==========================================================
   PRICING
========================================================== */

.gc-twilight-page .gc-twilight-pricing {

    background: #f4f4f2 !important;
}

.gc-twilight-page .gc-pricing-intro {

    max-width: 850px;
}

.gc-twilight-page .gc-pricing-grid {

    display: grid;

    grid-template-columns: 1.2fr 1fr;

    gap: 30px;

    margin-top: 45px;

    align-items: stretch;
}

.gc-twilight-page .gc-pricing-info {

    display: grid;

    gap: 20px;
}

.gc-twilight-page .gc-pricing-item {

    background: #ffffff !important;

    border: 1px solid #dddddd;

    border-left: 4px solid var(--gc-gold);

    border-radius: 10px;

    padding: 30px;
}

.gc-twilight-page .gc-pricing-label {

    color: var(--gc-gold-dark) !important;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.gc-twilight-page .gc-pricing-item h3 {

    color: #222222 !important;

    font-size: 25px;

    margin: 12px 0;
}

.gc-twilight-page .gc-pricing-item p {

    margin: 0;

    font-size: 16px;
}

.gc-twilight-page .gc-pricing-card {

    background: #ffffff !important;

    border: 3px solid var(--gc-gold);

    border-radius: 12px;

    padding: 40px;

    box-shadow: 0 8px 25px rgba(0,0,0,.05);

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.gc-twilight-page .gc-price {

    display: flex;

    align-items: baseline;

    gap: 15px;

    margin: 20px 0;
}

.gc-twilight-page .gc-price span {

    color: var(--gc-gold-dark) !important;

    font-size: 52px;

    font-weight: 700;
}

.gc-twilight-page .gc-price small {

    color: #555555 !important;

    font-size: 15px;
}

.gc-twilight-page .gc-pricing-card > p {

    color: #444444 !important;

    margin: 0;
}


/* ==========================================================
   COMFORT SECTION
========================================================== */

.gc-twilight-page .gc-twilight-comfort {

    background: #2d2d2d !important;

    color: #ffffff !important;
}

.gc-twilight-page .gc-comfort-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 60px;

    align-items: center;
}

.gc-twilight-page .gc-twilight-comfort h2 {

    color: #ffffff !important;
}

.gc-twilight-page .gc-twilight-comfort p {

    color: #dddddd !important;
}

.gc-twilight-page .gc-checklist {

    list-style: none;

    padding: 0;

    margin: 30px 0 0;
}

.gc-twilight-page .gc-checklist li {

    position: relative;

    padding: 12px 0 12px 32px;

    color: #eeeeee;

    font-size: 16px;

    border-bottom: 1px solid #444444;
}

.gc-twilight-page .gc-checklist li::before {

    content: "✓";

    position: absolute;

    left: 0;

    color: var(--gc-gold);

    font-weight: 700;
}

.gc-twilight-page .gc-twilight-highlight {

    background: var(--gc-gold) !important;

    padding: 45px;

    border-radius: 12px;
}

.gc-twilight-page .gc-highlight-label {

    color: #222222 !important;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 20px;
}

.gc-twilight-page .gc-twilight-highlight h3 {

    color: #171717 !important;

    font-size: 31px;

    line-height: 1.25;

    margin: 0 0 18px;
}

.gc-twilight-page .gc-twilight-highlight p {

    color: #222222 !important;

    margin: 0;
}


/* ==========================================================
   FAQ
========================================================== */

.gc-twilight-page .gc-twilight-faq {

    background: #ffffff !important;
}

.gc-twilight-page .gc-faq-container {

    max-width: 950px;
}

.gc-twilight-page .gc-faq-list {

    margin-top: 40px;

    border-top: 1px solid #dddddd;
}

.gc-twilight-page .gc-faq-list details {

    border-bottom: 1px solid #dddddd;
}

.gc-twilight-page .gc-faq-list summary {

    position: relative;

    list-style: none;

    cursor: pointer;

    padding: 25px 50px 25px 0;

    color: #222222 !important;

    font-size: 19px;

    font-weight: 700;
}

.gc-twilight-page .gc-faq-list summary::-webkit-details-marker {

    display: none;
}

.gc-twilight-page .gc-faq-list summary::after {

    content: "+";

    position: absolute;

    right: 5px;

    top: 17px;

    color: var(--gc-gold);

    font-size: 28px;

    font-weight: 400;
}

.gc-twilight-page .gc-faq-list details[open] summary::after {

    content: "−";
}

.gc-twilight-page .gc-faq-answer {

    padding: 0 20px 25px 0;
}

.gc-twilight-page .gc-faq-answer p {

    color: #555555 !important;

    font-size: 16px;

    margin: 0 0 15px;

    line-height: 1.75;
}

.gc-twilight-page .gc-faq-answer p:last-child {

    margin-bottom: 0;
}


/* ==========================================================
   FINAL CTA
========================================================== */

.gc-twilight-page .gc-twilight-final {

    background: linear-gradient(
        135deg,
        #242424,
        #333333
    ) !important;

    color: #ffffff !important;

    text-align: center;

    padding: 95px 0;
}

.gc-twilight-page .gc-twilight-final-inner {

    max-width: 850px;
}

.gc-twilight-page .gc-final-label {

    color: var(--gc-gold) !important;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 20px;
}

.gc-twilight-page .gc-twilight-final h2 {

    color: #ffffff !important;

    font-size: 45px;

    line-height: 1.2;

    max-width: 850px;

    margin: 0 auto 20px;
}

.gc-twilight-page .gc-twilight-final > .gc-container > p {

    color: #dddddd !important;

    max-width: 760px;

    margin: 0 auto 35px;

    font-size: 18px;

    line-height: 1.7;
}


/* ==========================================================
   FINAL BUTTONS
========================================================== */

.gc-twilight-page .gc-final-buttons {

    display: flex;

    justify-content: center;

    gap: 15px;

    flex-wrap: wrap;
}

.gc-twilight-page .gc-final-buttons .gc-twilight-button {

    margin-top: 0;
}

.gc-twilight-page .gc-button-outline {

    background: transparent !important;

    border: 2px solid var(--gc-gold);

    color: #ffffff !important;
}

.gc-twilight-page .gc-button-outline:hover {

    background: var(--gc-gold) !important;

    color: #ffffff !important;
}

.gc-twilight-page .gc-final-phone {

    margin-top: 25px !important;

    margin-bottom: 0 !important;
}

.gc-twilight-page .gc-final-phone a {

    color: var(--gc-gold) !important;

    font-weight: 700;

    text-decoration: none !important;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

    .gc-twilight-page .gc-twilight-hero {

        padding: 75px 25px;
    }

    .gc-twilight-page .gc-twilight-hero h1 {

        font-size: 43px;
    }

    .gc-twilight-page .gc-twilight-subtitle {

        font-size: 20px;
    }

    .gc-twilight-page .gc-twilight-section {

        padding: 70px 25px;
    }

    .gc-twilight-page .gc-twilight-section h2 {

        font-size: 34px;
    }

    .gc-twilight-page .gc-twilight-cards,
    .gc-twilight-page .gc-twilight-benefits-grid {

        grid-template-columns: 1fr;
    }

    .gc-twilight-page .gc-pricing-grid {

        grid-template-columns: 1fr;
    }

    .gc-twilight-page .gc-comfort-grid {

        grid-template-columns: 1fr;

        gap: 40px;
    }

    .gc-twilight-page .gc-twilight-step {

        grid-template-columns: 65px 1fr;

        gap: 20px;
    }

    .gc-twilight-page .gc-twilight-final h2 {

        font-size: 36px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .gc-twilight-page .gc-container {

        width: 92%;
    }

    .gc-twilight-page .gc-twilight-hero {

        padding: 65px 20px;
    }

    .gc-twilight-page .gc-twilight-hero h1 {

        font-size: 34px;

        letter-spacing: -1px;
    }

    .gc-twilight-page .gc-twilight-subtitle {

        font-size: 18px;
    }

    .gc-twilight-page .gc-twilight-section {

        padding: 65px 20px;
    }

    .gc-twilight-page .gc-twilight-section h2 {

        font-size: 29px;
    }

    .gc-twilight-page .gc-twilight-card,
    .gc-twilight-page .gc-twilight-benefit,
    .gc-twilight-page .gc-pricing-item,
    .gc-twilight-page .gc-pricing-card,
    .gc-twilight-page .gc-twilight-highlight {

        padding: 28px 24px;
    }

    .gc-twilight-page .gc-twilight-step {

        grid-template-columns: 1fr;

        gap: 18px;
    }

    .gc-twilight-page .gc-step-number {

        width: 50px;
        height: 50px;
    }

    .gc-twilight-page .gc-twilight-final h2 {

        font-size: 32px;
    }

    .gc-twilight-page .gc-final-buttons {

        flex-direction: column;

        align-items: center;
    }

    .gc-twilight-page .gc-final-buttons .gc-twilight-button {

        width: 100%;

        max-width: 330px;
    }

    .gc-twilight-page .gc-twilight-button {

        width: auto;
    }

}/* End custom CSS */