ul.service-menu {
    margin: 20px 0 30px;
}

.dfy-services {
    max-width: 1000px;
}

.dfy-services-overview {
    margin: 0 0 50px;
}

.dfy-services-video-thumb {
    border-radius: 12px;
}

.dfy-content-highlight {
    background-color: #F6EFE8;
    padding: 30px;
    margin: 0 -30px 30px;
    border-radius: 6px;
}

.dfy-content-highlight p:last-of-type {
    margin-bottom: 0;
}

.dfy-services-content {
    margin: 0 10% 60px;
}

.dfy-services-content b {
    font-weight: 700;
}

.dfy-inline-heading {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'athleticsregular', sans-serif;
}

.dfy-athletics {
    font-family: 'athleticsregular', sans-serif;
}

.dfy-services-action-container {
    text-align: center;
    margin: 26px 0;
}

.dfy-services-action-container a.dfy-services-action-button {
    background-color: #e86d2a;
    color: #fff;
    font-family: 'athleticsregular', sans-serif;
    padding: 16px 30px;
    border-radius: 6px;
    font-size: 16px;
    position: relative;
}

.dfy-services-action-container a.dfy-services-action-button.primary:after {
    content: "";
    background-image: url(../../images/icon-ArrowRight-orange.png);
    width: 14px;
    height: 8px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transition: all .4s;
    filter: grayscale(100%) brightness(100);
}

.dfy-services-action-container a.dfy-services-action-button.primary:hover:after {
    animation: active-hover 1.5s;
}

.dfy-content-remark {
    color: #a7a7a7;
    font-size: 90%;
}

.dfy-content-remark .dfy-inline-heading {
    color: initial;
}

.dfy-services.dfy-services--columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px auto 50px;
}

.dfy-services--columns .dfy-services-content {
    flex: 1;
}

.dfy-services-sidearea {
    min-width: 240px;
}

.dfy-services--gethelp .dfy-services-sidearea {
    max-width: 500px;
    padding: 0 30px;
}

.dfy-services--gethelp .dfy-services-content {
    margin: 0 4% 40px 0;
}

@media screen and (max-width: 1200px) {
    .dfy-services--gethelp {
        flex-direction: column;
    }

    .dfy-services--gethelp .dfy-services-content {
        margin: 0 0 20px;
        padding-right: 4%;
        padding-left: 4%;
    }

    .dfy-services--gethelp .dfy-services-sidearea {
        max-width: 100%;
        width: 100%;
        padding: 0 4%;
        margin-right: 0;
    }
}

@media screen and (max-width: 850px) {
    .dfy-services-sidearea {
        width: 85%;
        text-align: center;
    }
}

.dfy-services-sidearea .dfy-services-action-button {
    font-size: 16px;
    padding: 16px 16px;
    width: 100%;
}

.dfy-services-sidearea .dfy-services-action-container {
    margin: 16px 0;
}

.dfy-services-sidearea .dfy-services-action-button.secondary {
    background-color: #fff;
    font-size: 16px;
    color: #E86D2A;
    border: 1px solid #D8D8D8;
}

.dfy-services-sidearea .dfy-services-action-button.secondary:hover {
    background-color: #E86D2A;
    border-color: #E86D2A;
    color: #fff;
}

.remark-highlight {
    background-color: #F5B735;
    border-radius: 4px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -.0024em;
    color: #222;
    padding: 1px 6px 2px;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.dfy-feedback-form {
    display: none;
    margin: 0 0 40px;
}

.dfy-feedback-form.active {
    display: block;
}

textarea.dfy-feedback-textarea {
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 6px;
}

.dfy-feedback-form button {
    border-radius: 6px;
    font-family: 'athleticsregular', sans-serif;
}

.dfy-gethelp-textarea {
    width: 100%;
    height: auto;
}

.dfy-gethelp-form button {
    border-radius: 6px;
}

.help-sections-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.help-section-item {
    margin: 0 0 15px;
    padding: 15px 25px;
    border: 1px solid #D8D8D8;
    border-left: 3px solid #E86D2A;
    border-radius: 6px;
    cursor: pointer;
}

.help-section-item.active,
.help-section-item:hover {
    background-color: rgba(249, 249, 250, .54);
}

.help-section-item.active h3 {
    color: #E86D2A;
}

.help-section-item h3 {
    margin: 0 0 6px;
    font-size: 21px;
}

.help-section-item div {
    font-size: 14px;
}

.gethelp-validate {
    font-size: 16px;
    min-height: 55px;
    padding: 10px 0 0;
}

.gethelp-validate.error {
    color: #D24B3E;
}

/*Model popup for call selection*/
.modal-overlay {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.6);display: flex;justify-content: center;align-items: center;}

/* Modal Content */
.modal-content {width: 70%;max-width: 800px;background-color: #ffffff;display: flex;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); background-image: linear-gradient(90deg, #f9f4ef 50%, #fff 50%);align-items: center;}

/* Left Section */
.modal-left {flex: 1;padding: 30px;}
.modal-left h2 {font-size: 1.8rem;margin-bottom: 20px;}
.modal-left .highlight {font-weight: bold;color: #000;}
.modal-left p {font-size: 1rem;color: #333;margin-bottom: 15px;line-height: 1.5;}

/* Right Section */
.modal-right {flex: 1;padding: 30px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.option {display: flex;flex-direction: column;justify-content: center;align-items: center;margin: 20px 0;cursor: pointer;}
.option p {margin-top: 10px;font-size: 1.1rem;font-weight: bold;color: #000;}
.or-text {margin: 10px 0;font-size: 1rem;color: #888;}
.icon {width: 60px;height: 60px;}
ul.acf-radio-list>li label, ul.acf-checkbox-list li label{cursor:pointer}
.acf-field[data-name="bbdfy_select_project_type_value"] ul.acf-radio-list li label.selected img{border: 2px solid #c4a2fa;background-color: #f7f1ff;}
.acf-field[data-name="bbdfy_select_project_type_value"] ul.acf-radio-list li strong{display:none;}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .modal-content {flex-direction: column;}
    .modal-left,
    .modal-right {padding: 20px;}
}

/*main design of popup*/
modal-content:has(.bb_processes_main) {max-width: 1000px;}
.bb_processes_main {display: flex;align-items: flex-start;max-height: 90vh;overflow: auto;padding: 40px 40px 40px 50px;background-color: #F6EFE8;}
.modal-content .bb_processes_main > h2 {flex: 1;font-size: 28px !important;font-weight: 700 !important;line-height: 1.2;padding-right: 40px;margin-top: auto;margin-bottom: auto;}
.bb_processes_main > .bb_processes_content {max-width: 630px;}
.bb_process_steps_wrap {display: flex;flex-wrap: wrap;gap: 10px;margin-bottom: 30px;}
.bb_process_step {background-color: #FBE6DA;padding: 20px;width: calc(50% - 5px);}
.bb_process_step:first-child {border-top-left-radius: 20px;}
.bb_process_step:nth-child(2) {border-top-right-radius: 20px;}
.bb_process_step:nth-child(2) .bb_process_tag {background: #640398;}
.bb_process_step:nth-child(3) {border-bottom-left-radius: 20px;}
.bb_process_step:nth-child(3) .bb_process_tag {background: #466DD8;}
.bb_process_step:nth-child(4) {border-bottom-right-radius: 20px;}
.bb_process_step:nth-child(4) .bb_process_tag {background: #3ED167;}
.bb_process_step .bb_process_tag {display: inline-block;padding: 5px 8px;color: #fff;font-size: 14px;background-color: #E86D2A;border-top-left-radius: 10px;border-bottom-right-radius: 10px;margin-bottom: 15px;}
.bb_process_step h3 {color: #000;font-size: 18px;font-weight: 700;line-height: 1.2;margin-bottom: 15px;max-width: 190px;}
.bb_process_step p {font-size: 14px;line-height: 1.4;margin-bottom: 15px;}
.bb_process_step p strong {font-weight: 700;}
.bb_processes_main .bb_processes_content .bb_processes_next {background-color: #e86d2a;color: #fff;font-family: 'athleticsregular', sans-serif;padding: 10px 20px;border-radius: 6px;font-size: 16px;position: relative;min-width: auto;float: right;}
.bb_processes_main .bb_processes_content .bb_processes_next:after {content: "";background-image: url(../../images/icon-ArrowRight-orange.png);width: 14px;height: 8px;background-size: cover;display: inline-block;vertical-align: middle;margin-left: 5px;transition: all .4s;filter: grayscale(100%) brightness(100);}
@media screen and (max-width: 1200px) {
    .bb_processes_main {flex-flow: column;align-items: center;width: 100%;}
    .modal-content .bb_processes_main > h2 {margin-bottom: 30px;}
}
@media screen and (max-width: 768px) {
    .bb_processes_main {flex-direction: column;padding: 20px;}
    .modal-content:has(.bb_processes_main) {margin-top: 55px;width: 90%;}
    .bb_processes_main > .bb_processes_content {max-width: 100%;}
    .bb_process_steps_wrap .bb_process_step {width: 100%;border-radius: 10px;}
}


/*popup design*/
.step {display: none;}
.step.active {display: flex;}

/*thank you page*/
.bb_booking_section_link {text-align: right;margin-bottom: 15px;}
.bb_booking_section_link a {color: #E86D2A;font-size: 20px;font-weight: 700;text-decoration: underline;}
.bb_booking_section_img {margin-bottom: 45px;}
.bb_booking_section_img img {max-width: 280px;height: auto;}
.bb_booking_section_main .bb_booking_section h2 {color: #000;font-size: 44px;font-weight: 700;line-height: 1.2;margin-bottom: 40px;}
.bb_booking_section p {color: #000;font-size: 20px;font-weight: 400;line-height: 1.5;margin-bottom: 40px;}
.bb_booking_section_notice {font-size: 20px;font-weight: 400;line-height: 1.2;color: #fff;background-color: #3ED167;border-radius: 20px;padding: 25px 28px;}
.bb_booking_section_notice strong {font-weight: 700;}

/*Back button CSS*/
.modal-content:has(.modal-left) {align-items: stretch;}
.modal-content .modal-left {display: flex;flex-flow: column;justify-content: center;align-items: flex-start;}
.page-my-account .entry-content .modal-left h2 {margin-top: auto;}
.modal-content .modal-left .back-btn {margin-top: auto;background-color: #e86d2a;color: #fff;font-family: 'athleticsregular', sans-serif;padding: 10px 20px;border-radius: 6px;font-size: 16px;position: relative;min-width: auto;}
.modal-content .modal-left .back-btn:before {content: "";background-image: url(../../images/icon-ArrowLeft-orange.png);width: 14px;height: 8px;background-size: cover;display: inline-block;vertical-align: middle;margin-right: 5px;transition: all .4s;filter: grayscale(100%) brightness(100);}