/**
 * CSS for Auspicious Blessing Ceremony page
 */

/******------ General ------******/

.red-text {
    color: #C52525 !important;
}

.gray-text {
    color: #5E5656 !important;
}

.fs h3 {
    font-size: 30px;
    line-height: 40px;
}

.vc_row[data-vc-full-width] {
    width: 100% !important;
    max-width: unset !important;
    left: 0 !important;
    overflow: visible;
}

.vc_row[data-vc-full-width] > div {
    max-width: 1140px !important;
    margin: 0 auto;
    float: none;
}

#register-float-btn-sec > .wpb_column {
    z-index: 99;
    position: fixed;
    right: 20px;
    width: fit-content !important;
    margin: 0 -20px 0 0 !important;
    padding: 0 !important;
    float: inline-end;
    bottom: 0;
    transition: all 0.3s ease;
}

.register-float-btn {
    margin: 20px;
}

.register-float-btn a {
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    background: #C52525 !important;
    padding: 10px 30px !important;
    border: 1px solid #C52525 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.register-float-btn a:hover {
    color: #C52525 !important;
    background: #FFFFFF !important;
}

.abc-introduction-sec .vc_row, 
.abc-opportunity-sec .vc_row, 
.abc-stage-sec .vc_row, 
.abc-program-sec .vc_row, 
.abc-cta-sec .vc_row {
    margin: 0;
}

/******------ Banner ------******/

.full-width-sec {
    max-width: 2560px !important;
}

.full-width-sec > .wpb_column {
    max-width: 1140px !important;
    margin: 0 auto;
    float: none;
}

.subpage-banner-sec {
    min-height: 487px;
}

.subpage-banner-sec h1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.subpage-banner-row h3 {
    margin: 30px 0 0;
}

.subpage-banner-row .wpb_single_image {
    width: 80%;
    margin: 0 0 0 auto;
}

.subpage-banner-cta {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}

.subpage-banner-cta .wpb_text_column {
    margin: 0;
    padding: 30px 50px 30px 0;
}

.subpage-banner-cta .wpb_text_column::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 30vw);
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 12.46%, #EADDB5 51.94%, #BEA65A 148.32%);
    border-radius: 0 99px 99px 0;
    z-index: -1;
}

.subpage-banner-cta h3 a {
    font-weight: 700;
    color: #C52525;
}

.subpage-banner-cta h3 a:hover {
    text-decoration: underline;
}

.paoc-popup-9618, 
.paoc-popup-9619 {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.paoc-popup-9618 .paoc-popup-content, 
.paoc-popup-9619 .paoc-popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paoc-popup-9618 .paoc-popup-content img, 
.paoc-popup-9619 .paoc-popup-content img {
    margin: 0;
    width: fit-content;
    max-width: 800px;
    max-height: 85vh;
    object-fit: contain;
}

.paoc-popup-9618 .paoc-popup-content img, 
.paoc-popup-9619 .paoc-popup-content img {
    margin: 0;
    width: fit-content;
    max-width: 800px;
    max-height: 85vh;
    object-fit: contain;
}

.paoc-popup-9618 .paoc-close-popup, 
.paoc-popup-9619 .paoc-close-popup {
    top: 20px;
    right: 20px;
}

/******------ Introduction ------******/

.abc-introduction-sec .wpb_column .wpb_text_column:last-child {
    margin: 0px;
}

.abc-introduction-sec h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.abc-introduction-top .left-col img {
    padding: 0 100px;
}

.abc-introduction-middle img {
    width: 220px;
}

.abc-introduction-middle .wpb_text_column {
    width: 65%;
    margin: 0 auto;
}

.abc-introduction-bottom .left-col {
    padding-right: 50px;
}

.abc-introduction-bottom .right-col figure {
    padding-right: 50px;
}

.abc-introduction-bottom .right-col figure::before {
    content: '';
    display: block;
    width: calc(100% - 50px);
    height: 100%;
    position: absolute;
    background-color: #E4D3A1;
    z-index: -1;
    right: 0px;
    top: 50px;
}

/******------ Opportunity ------******/

.abc-opportunity-sec.fs h3 {
    font-weight: 700;
    margin-bottom: 0px;
}

.abc-opportunity-sec .wpb_text_column {
    margin-bottom: 0px;
}

.abc-opportunity-sec .wpb_text_column strong {
    font-weight: 600;
}

.abc-opportunity-sec {
    background: linear-gradient(55.44deg, #FAF3E0 2.6%, #E4D3A1 109.83%);
    margin-top: 100px !important;
}

.abc-opportunity-top .wpb_single_image {
    margin-top: -100px;
}

.abc-opportunity-top .wpb_text_column {
    width: 90%;
    margin: 0 auto;
}

.abc-opportunity-bottom {
    display: flex;
    gap: 30px;
}

.abc-opportunity-bottom::before, 
.abc-opportunity-bottom::after {
    display: none;
}

.abc-opportunity-bottom .col .vc_column-inner {
    padding: 60px !important;
    border-radius: 15px;
}

.abc-opportunity-bottom .col figure img {
    height: 100px;
    width: fit-content;
    object-fit: contain;
}

.abc-opportunity-bottom .col p {
    font-size: 20px;
    line-height: 30px;
}

/******------ Stage ------******/

.abc-stage-sec.fs h3 {
    font-weight: 700;
    margin-bottom: 0px;
}

.abc-stage-sec .wpb_text_column {
    margin-bottom: 0px;
}

.abc-stage-sec .wpb_text_column {
    width: 65%;
    margin: 0 auto;
}

.abc-stage-sec .wpb_raw_code {
    margin-bottom: 0px;
}

.stage-section {
    padding: 80px 0 120px 0;
    position: relative;
}

.stage-section.even::before {
    content: '';
    display: block;
    background-color: #FBF5E4;
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50vw;
}

.stage-section .stage-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 60px;
}

.stage-section .stage-container > div {
    width: 50%;
}

.stage-section .section-image .img {
    padding-right: 40px;
}

.stage-section .section-image .img::before {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    background-color: #E4D3A1;
    border: 2.5px solid #E4D3A1;
    z-index: -1;
    right: 0px;
    top: 40px;
}

.stage-section.even .section-image .img::before {
    background-color: transparent;
    border: 2.5px solid #C7B47C;
}

.stage-section .section-text {
    padding-right: 100px;
}

.stage-section .section-text h3:not(:first-of-type) {
    margin-top: 30px;
}

.stage-section .section-text h3 {
    margin-bottom: 10px;
}

/******------ Program ------******/

.abc-program-sec.fs h3 {
    font-weight: 700;
    margin-bottom: 0px;
}

.abc-program-sec .wpb_text_column {
    margin-bottom: 0px;
}

.abc-program-sec .wpb_text_column ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 100px;
}

.abc-program-sec .wpb_text_column ul li {
    width: calc(50% - 50px);
    font-weight: normal;
    font-family: Open Sans;
    font-size: 18px;
    line-height: 28px;
    color: #5E5656;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

.abc-program-sec .wpb_text_column ul li::before {
    content: '';
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-image: url(/ecomm/wp-content/uploads/2025/10/flower-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.abc-program-middle {
    display: flex;
    gap: 20px;
}

.abc-program-middle::before, 
.abc-program-middle::after {
    display: none;
}

/******------ CTA ------******/

.abc-cta-sec {
    background: linear-gradient(55.72deg, #FAF3E0 -13.67%, #E4D3A1 91.23%);
}

.abc-cta-sec .wpb_text_column, 
.abc-cta-sec .vc_btn3-container {
    margin-bottom: 0px;
}

.abc-cta-sec .wpb_text_column p {
    font-size: 20px;
    line-height: 30px;
}

.abc-cta-sec .right-col > div > .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
}

.abc-cta-sec a {
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    background: #C52525 !important;
    padding: 10px 30px !important;
    border: 1px solid #C52525 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.abc-cta-sec a:hover {
    color: #C52525 !important;
    background: #FFFFFF !important;
}

/******------ Media Query ------******/

@media only screen and (max-width:1200px){
    .subpage-banner-row {
        margin: 0;
    }

    .subpage-banner-cta .wpb_text_column {
        padding: 30px 50px 30px 15px;
    }
}

@media only screen and (max-width:991px){
    .register-float-btn {
        margin: 15px;
    }

    .fs h3 {
        font-size: 20px !important;
        line-height: normal !important;
    }

    .subpage-banner-sec {
        min-height: auto;
    }

    .subpage-banner-sec h1.vc_custom_heading {
        font-size: 40px !important;
        line-height: normal !important;
    }

    .subpage-banner-row h3 {
        margin: 10px 0 0;
    }

    .subpage-banner-cta .wpb_text_column {
        padding: 15px 35px 20px 15px;
    }

    .abc-introduction-top .left-col img {
        padding: 0 50px;
    }

    .abc-introduction-middle .wpb_single_image {
        margin-bottom: 20px;
    }

    .abc-introduction-middle img {
        width: 160px;
    }

    .abc-introduction-bottom .right-col figure {
        padding-right: 30px;
    }

    .abc-introduction-bottom .right-col figure::before {
        width: calc(100% - 30px);
        top: 30px;
    }

    .abc-opportunity-bottom .col figure img {
        height: 60px;
    }

    .abc-opportunity-bottom .col .vc_column-inner {
        padding: 40px !important;
    }

    .abc-stage-sec .wpb_text_column {
        width: 85%;
        margin: 0 auto;
    }

    .stage-section {
        padding: 60px 0 90px 0;
    }

    .stage-section .section-image .img {
        padding-right: 30px;
    }

    .stage-section .section-image .img::before {
        width: calc(100% - 30px);
        top: 30px;
    }

    .stage-section .section-text {
        padding-right: 50px;
    }

    .abc-program-sec .wpb_text_column ul {
        gap: 20px 50px;
    }

    .abc-program-sec .wpb_text_column ul li {
        width: calc(50% - 25px);
    }

    .abc-cta-sec .vc_row {
        flex-direction: column;
        gap: 20px;
    }

    .abc-cta-sec .vc_row {
        flex-direction: column;
        gap: 20px;
    }

    .abc-cta-sec .vc_row > div {
        width: 100%;
    }

    .abc-cta-sec .right-col > div > .wpb_wrapper {
        justify-content: flex-start;
    }
}

@media only screen and (max-width:961px){
    .abc-opportunity-bottom .col p {
        font-size: 18px;
        line-height: 25px;
    }

    .abc-program-sec .wpb_text_column ul li {
        font-size: 16px;
        line-height: normal;
    }

    .abc-program-sec .wpb_text_column ul li::before {
        min-width: 25px;
        width: 25px;
        height: 25px;
    }

    .abc-cta-sec .wpb_text_column p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media only screen and (max-width:768px){
    .subpage-banner-sec h1.vc_custom_heading {
        font-size: 30px !important;
    }
}

@media only screen and (max-width:767.98px){
    .abc-introduction-sec {
        padding-top: 100px !important;
        padding-bottom: 70px !important;
    }

    .abc-introduction-middle .wpb_text_column {
        width: 100%;
    }

    .abc-introduction-bottom {
        flex-direction: column-reverse;
        gap: 35px;
    }

    .abc-introduction-bottom .left-col {
        padding-right: 0px;
    }

    .abc-opportunity-top .wpb_text_column {
        width: 100%;
    }

    .abc-opportunity-bottom {
        flex-direction: column;
    }

    .abc-opportunity-sec {
        margin-top: 70px !important;
        padding-bottom: 60px !important;
    }

    .abc-opportunity-top .wpb_single_image {
        margin-top: -70px;
    }

    .abc-stage-sec {
        padding-top: 70px !important;
    }

    .abc-stage-sec .wpb_text_column {
        width: 100%;
    }

    .stage-section {
        padding: 60px 0;
    }

    .stage-section .stage-container {
        gap: 80px;
        flex-direction: column;
    }

    .stage-section.even .stage-container {
        gap: 80px;
        flex-direction: column-reverse;
    }

    .stage-section .stage-container > div {
        width: 100%;
    }

    .stage-section .section-text {
        padding-right: 0px;
    }

    .abc-program-sec {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .abc-program-sec .wpb_text_column ul {
        flex-direction: column;
    }

    .abc-program-sec .wpb_text_column ul li {
        width: 100%;
    }

    .abc-program-middle {
        gap: 0;
        flex-direction: column;
    }
}

@media only screen and (max-width:720px){
    .paoc-cb-popup-body, .paoc-hide-overlay.custombox-content {
        width: 100%;
        max-width: 100% !important;
    }

    .paoc-popup-9618 .paoc-popup-content img, 
    .paoc-popup-9619 .paoc-popup-content img {
        max-width: 85vw;
    }
}

@media only screen and (max-width:480px){
    .subpage-banner-row .wpb_single_image {
        width: 100%;
    }
}