a {
    text-decoration: none;
}
    .progress {
        width: 100%;
        background-color: #241e4e;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 20px;
        height: 5px;
    }

    .col_height {
        /* height: 120vh;  */
        padding-bottom: 150px;
    }


    span.banking_charges {
        width: 150px;
    }

    .progress-bar {
        height: 20px;
        background-color: #ff4a00;
        width: 20%;
        transition: width 0.3s;
    }
.form-step {
        display: none;
    }

    .form-step.active {
        display: block;
    }

    .form-step .button_group {
        background-color: #ffffffb8;
        padding: 10px 120px 20px 0;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0;
        z-index: 10;
        transform: translateX(15px);
    }


    .timeline-container {
        font-family: "Roboto", sans-serif;
        width: 90%;
        margin: auto;
        display: block;
        position: relative;
    }

    .timeline-container ul.tl {
        margin: 20px 0;
        padding: 0;
        display: inline-block;

    }

    .timeline-container ul.tl li {
        list-style: none;
        margin: auto;
        min-height: 50px;
        border-left: 4px solid #000;
        padding: 0 0 30px 30px;
        position: relative;
        display: flex;
        flex-direction: row;
    }

    .timeline-container ul.tl li.dashed {
        border-left: 1px dashed #241e4e;
    }

    .timeline-container ul.tl li:last-child {
        border-left: 0;
    }

    .timeline-container ul.tl li .item-icon {
        position: absolute;
        left: -15px;
        content: " ";
        border-radius: 500%;
        background: #000;
        padding: 2px 9px;
    }

    .timeline-container ul.tl li:hover::before {
        border-color: #000;
        transition: all 1000ms ease-in-out;
    }

    ul.tl li .item-text {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    ul.tl li .item-detail {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
    }

    ul.tl li .item-timestamp {
        color: #8D8D8D;
        font-size: 12px;
        text-align: right;
        padding-left: 20px;
    }


    .wrapper-last {
        margin-top: 12px;
    }

    .filler {
        margin-top: 42px;
        margin-bottom: 42px;
        font-size: 28px;
        color: #4b4b4b;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .filler .desc {
        font-size: 20px;
        color: #737373;
    }
    .radio_option_bg {
        padding: 20px 20px 32px;
        background-color: #fff8f4;
        border-radius: 20px;
    }
    .highlighted_box {
        background-color: #ffb548;
        border-radius: 15px;
        padding: 2px 3px;
        text-align: center;
        font-size: 16px;
        color: #000;
        font-weight: 600;
        margin: 0;
    }
    .highlighted_box .duolingo-btn{
        margin-top: 12px;
    }

    .duolingo-btn {
        cursor: pointer;
        font-family: "DIN Next Rounded LT Pro Medium";
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #4b4b4b;
        border-radius: 16px;
        border: 2px solid #e5e5e5;
        border-bottom: 2px solid #e5e5e5;
        background-color: #fff;
        /* margin-top: 12px; */
        margin-bottom: 0;
        padding: 24px 24px 24px 16px;
        line-height: 1.4;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        .btn-wrapper {
            margin-bottom: 8px;
        }

    .duolingo-btn:hover {
        /* background-color: #d9fec5; */
        background-color: #f8ccc5;
    }

    .duolingo-btn:active {
        border-bottom: 2px solid #e5e5e5;
        transform: translateY(4px);

    }

    .btn-choice {
        border: none;
        color: #afafaf;
        border-radius: 8px;
        width: 30px;
        height: 30px;
        margin-left: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px;
    }

    .btn-text {
        width: 100%;
        text-align: center;
        font-size: 19px;
        color: #4b4b4b;
        letter-spacing: 0.5px;
    }

    .button-19 {
        appearance: button;
        background-color: #50c707;
        border: solid transparent;
        border-radius: 16px;
        border-width: 0 0 4px;
        box-sizing: border-box;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: "DIN Next Rounded LT Pro Medium";
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.8px;
        line-height: 20px;
        margin: 0;
        outline: none;
        overflow: visible;
        padding: 13px 16px;
        text-align: center;
        text-transform: uppercase;
        touch-action: manipulation;
        transform: translateZ(0);
        transition: filter 0.2s;
        user-select: none;
        -webkit-user-select: none;
        vertical-align: middle;
        white-space: nowrap;
        width: 100%;
        letter-spacing: 1.5px;
    }

    .button-19:after {
        background-clip: padding-box;
        background-color: #55e208;
        border: solid transparent;
        border-radius: 16px;
        border-width: 0 0 4px;
        bottom: -4px;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .button-19:main,
    .button-19:focus {
        user-select: auto;
    }

    .button-19:disabled {
        cursor: auto;
    }

    .button-19:active {
        border-width: 4px 0 0;
        background: none;
    }

    .pos-img {
        position: sticky;
        top: 150px;

    }

    .image-w img {
        max-width: 250px;
    }


    .package-card {
        text-align: left;
    }

    .cards:hover {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .card-title p {
        font-size: 32px;
        font-weight: 600;
        color: #212529;
        line-height: 32px;
        margin: 0;
    }

    .card-title span {
        font-size: 16px;
        font-weight: 400;
        color: #212529;
        line-height: 18px;
        margin: 5px 0 0;
        display: block;
    }

    .plan-value p {
        font-size: 28px;
        font-weight: 400;
        line-height: 28px;
        color: #212529;
        margin: 0;
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .plan-value p strong {
        font-weight: 700;
        color: #212529;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1px;
    }

    .plan-value span {
        font-size: 18px;
        font-weight: 400;
        color: #212529;
        line-height: 20px;
        margin: 0;
        display: block;
    }

    .plan-details ul {
        padding: 22px 0;
        margin: 0;
    }
    .package-card .card-title p {
        font-size: 26px;
        font-weight: 700;
        color: #000;
    }
    .radio_option_bg .packges_desc p {
        font-size: 22px;
        color: #ff4a00;
        font-weight: 600;
        margin: 10px 0;
    }
    .radio_option_bg .packges_desc a {
        font-size: 22px;
        color: #241e4e;
        font-weight: 600;
        margin: 10px 0;
    }
    .highlighted_box .pricing-single {
        background-color: #f7f7f7;
    }
    .duolingo-btn p {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        color: #000;
        text-align: left;
        padding-left: 15px;
    }
    .plan-details ul li {
        font-size: 16px;
        line-height: 22px;
        color: #212529;
        font-weight: 400;
    }

    .input-field {
        background-color: #eee;
        border: none;
        padding: 12px 15px;
        margin: 8px 0;
        width: 100%;
    }

    .pricing-table-heading {
        text-align: center;
        /* margin: 50px 0 0; */
    }

    .section-content {
        display: flex;
        justify-content: center;
        min-height: 600px;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .section-content h2 {
        font-size: 38px;
        font-weight: 700;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .section-content p {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        margin: 0;
    }

    .compare-item-row .compare-item-value {
        font-size: 20px;
        font-weight: 600;
    }

    .compare-item-row .fa-circle-check {
        font-size: 18px;
    }

    .review-form {
        background-color: #ebebeb;
        padding: 15px 10px;
    }

    .review-form-input {
        background-color: #ffffff;
    }


    .review-form-content {
        display: flex;
        align-items: center;
        min-height: 60%;
        padding: 20px;
        flex-direction: column;
        position: sticky;
        top: 100px;
    }

    .review_form {
        border: 3px solid #000;
        border-radius: 10px;
        padding: 25px 25px;
        width: 80%;
        background-color: #fff;
        margin-bottom: 90px;
    }
    .review_form_data .form-control {
        padding: 15px 12px 15px !important;
        border: 1px solid #d6d6d6;
        border-radius: 15px;
        height: 60px;
    }
    .review_form_data label {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.45px;
        color: #111;
        margin-bottom: 3px;
    }

    .service-form-heading h6 {
        font-size: 22px;
        margin-top: 40px;
        font-weight: 600;
        color: #111;
        line-height: 28px;
    }

    .service-form-heading p {
        font-size: 18px;
        color: #111;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .review_form_data a {
        font-size: 20px;
        color: #0070d2;
        text-decoration: none;
        margin-bottom: 10px;
        display: inline-flex;
        justify-content: right;
    }

    .review_company_details .heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .review_company_details .heading a {
        font-size: 18px;
        font-weight: 500;
    }

    .company_details .detail_item h6 {
        font-size: 16px;
        font-weight: 700;
    }

    .company_details .detail_item p {
        font-size: 16px;
        font-weight: 500;
        color: #777;
    }

    .order_summary_list {
        border: 1.5px solid #d6d6d6;
        border-radius: 20px;
        padding: 15px 25px;
        margin: 20px 0;
        box-shadow: rgb(204 219 232 / 93%) -3px 2px 6px 0px inset, rgb(255 255 255 / 79%) -3px -3px 6px 1px inset;
    }

    .order_summary_list ul {
        padding: 0;
    }

    .order_summary_list .order_summary_item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .order_summary_item .order_title {
        font-size: 20px;
        font-weight: 600;
        color: #111;
        margin: 0;
        line-height: 28px;
    }

    .order_summary_item .order_value {
        font-size: 18px;
        color: #111;
        font-weight: 600;
        line-height: 28px;
    }

    .order_summary_item .order_value_edit {
        font-size: 16px;
        font-weight: 700;
        color: #0070d2;
    }

    .order_summary_item .renewal_price {
        font-size: 14px;
        color: #777;
        margin: 0;
    }

    .btn.review_btn {
        display: flex;
        justify-content: center;
        border: 1px solid #000;
        color: #fff;
        padding: 15px 20px;
        border-radius: 10px;
        background-color: #000;
        font-size: 20px !important;
        margin: 20px 0;
    }
    .acordion-col-item {
        margin-bottom: 0;
    }
    .acordion-col-item h2 {
        margin-bottom: 0 !important;
    }
    .review-form-content p {
        font-size: 18px;
        color: #000;
        line-height: 28px;
    }

    .review-form-content h2 {
        font-size: 48px;
        line-height: 58px;
        color: #111;
        margin-bottom: 25px;
    }
    .review-form-content img {
        width: 200px;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .btn.review_btn:hover {
        background-color: #fff;
        color: #000;
    }
    .plan-details ul li {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .review_order-amount h6 {
        font-size: 22px;
        margin-top: 10px;
        font-weight: 600;
        color: #111;
        line-height: 28px;
    }

    .form-step h2 {
        font-size: 40px;
        line-height: 23px;
        font-weight: 800;
        margin-bottom: 16px;
    }
    .form-step p {
            margin: -11px 0px 16px;
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        text-transform: none;
        color: rgb(0, 0, 0);
    }
    .timeline-container h4 {
        font-size: 24px;
        font-weight: 600;
        color: #000;
    }
    .back-btn,.next-btn {
        padding: 15px 20px;
        border-radius: 10px;
        background-color: #000;
    }
    .next-btn:hover {
        padding: 15px 20px;
        border-radius: 10px;
        background-color: #000;
        border-color: #000;
    }
    .back-btn:hover {
        padding: 15px 20px;
        border-radius: 10px;
        background-color: #000;
        border-color: #000;
    }
    .form-step .form-control {
        padding: 15px 12px 15px !important;
        border: 1px solid #d6d6d6;
        border-radius: 15px;
        height: 60px;
    }
    .col_height ol {
        padding: 0;
    }
    .col_height ol li {
        margin: 0px 0px 16px;
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        text-transform: none;
        color: rgb(0, 0, 0);
    }
    .col_height h4 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
        color: #000;
        margin-bottom: 15px;
    }
    .form_logo_with_number {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .contact_number {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .contact_number p {
        font-size: 18px;
        font-weight: 800;
        color: #000;
        margin-bottom: 0;
    }
    .contact_number .icons i {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    .mobile_screen {
        display: none;
    }
    /* .multiple_form_data {
        margin-top: 100px;
    } */

    /*
    .progress_stepper {
        position: fixed;
        z-index: 99;
        width: 100%;
        background-color: #fff;
        padding: 10px 120px;
        left: 0;
        top: 68px;
    } */


    .cssanimation {
        animation-duration: 1s;
        animation-fill-mode: both;
    }



    .fadeInBottom { animation-name: fadeInBottom }
    @keyframes fadeInBottom {
        from {
            opacity: 0;
            transform: translateY(100%);
        }
        to { opacity: 1 }
    }

    /* Akhilesh */
    @media screen and (max-width: 991px) {
        .section-content {
            min-height: 100%;
        }
    }

    /*  */

    @media screen and (max-width: 768px) {
        .revs {
            flex-direction: column-reverse;
        }
        .review_form {
            width: 100%;
        }
    }

    @media screen and (max-width: 576px) {
        .mobile_packages_section .swiper-slide {
            padding: 0 1px;
        }
        .mobile_packages_section .swiper-slide .pricing-single h2 {
            font-size: 30px;
            font-weight: 700;
        }
        .comparison_heading h2 {
            font-size: 28px;
            text-align: left;
            line-height: 38px;
            height: 185px;
        }
        /* .pricing-compare {
            margin-top: 230px;
        } */
        .desktop_screen {
            display: none;
        }
        .mobile_screen {
            display: block;
        }
       .mb_150 {
        margin-bottom: 150px;
       }
       .review_form {
        width: 100%;
        margin-bottom: 15px;
       }
       .slide-title {
        font-size: 36px;
       }
       /* .col_height {
        height: 140vh;
    } */
    }


/* Hero Section Styles - Bizee Design - Only hide first step animation */
.form-step:first-child.active .row.cssanimation {
    display: none !important;
}

.hero-section-wrapper {
    max-width: 900px;
    margin: 20px auto 40px auto;
    padding: 40px 20px;
}

.trustpilot-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 2rem;
}

.rating-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.trustpilot-stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.trustpilot-stars .fa-star {
    color: #00b67a;
    font-size: 16px;
}

.trustpilot-text {
    font-weight: 600;
    color: #333;
}

.hero-heading {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.hero-heading .text-orange {
    color: #e22200;
}

.hero-subheading {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.hero-form-container {
    max-width: 700px;
    margin: 0 auto;
}

.hero-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
}

.hero-form-field {
    flex: 1;
    max-width: 320px;
    background: white;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: all 0.3s ease;
}

.hero-form-field:hover {
    border-color: #e22200;
    box-shadow: 0 4px 12px rgba(226, 34, 0, 0.1);
}

.field-number {
    width: 40px;
    height: 40px;
    background: #e22200;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.field-content {
    flex: 1;
    text-align: left;
}

.field-label {
    display: block;
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.hero-select {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 0;
    cursor: pointer;
    outline: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.hero-recommend-btn {
    background: #e22200;
    color: white;
    border: none;
    padding: 18px 60px;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(226, 34, 0, 0.3);
}

.hero-recommend-btn:hover {
    background: #c01d00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(226, 34, 0, 0.4);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-heading {
        font-size: 2.5rem;
    }
    
    .hero-form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .hero-form-field {
        max-width: 100%;
    }
    
    .hero-recommend-btn {
        width: 100%;
        padding: 16px 40px;
    }
}


/* ========================================
   DIRECTORS INFORMATION STEP
   ======================================== */
.director-card {
    background: #ffffff;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.director-card:hover {
    border-color: #ff4a00 !important;
    box-shadow: 0 4px 16px rgba(255, 74, 0, 0.1);
}

.director-card h4 {
    color: #1a1a2e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff4a00;
}

.director-card .form-check {
    background: #fff7ed;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #ffedd5;
}

.director-card .form-check-input:checked {
    background-color: #ff4a00;
    border-color: #ff4a00;
}

.director-card .form-check-label {
    color: #1a1a2e;
    font-weight: 500;
    cursor: pointer;
}

.director-card .form-check-label i {
    color: #ff4a00;
    margin-right: 4px;
}

.director-card label {
    color: #1a1a2e;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.director-card .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.director-card .form-control:focus {
    border-color: #ff4a00;
    box-shadow: 0 0 0 3px #ffedd5;
}

.director-card .text-muted {
    color: #9ca3af !important;
    font-weight: 400;
}

#directors-container {
    margin-top: 24px;
}

#num_directors {
    max-width: 400px;
}


/* ========================================
   DIRECTORS INFORMATION STEP - CARD LAYOUT (NEW)
   ======================================== */

/* Main form card container */
.directors-form-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.directors-main-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a2e;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}

/* Number of Directors Section */
.directors-number-section {
    margin-bottom: 20px;
}

.directors-number-section label {
    color: #1a1a2e;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.directors-number-section .fa-info-circle {
    color: #9ca3af;
    margin-left: 4px;
    cursor: help;
    font-size: 12px;
}

.directors-number-section select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    color: #1a1a2e;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.directors-number-section select:focus {
    border-color: #ff4a00;
    outline: none;
    box-shadow: 0 0 0 3px #ffedd5;
}

/* Individual Director Card */
.director-info-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.director-info-card:hover {
    border-color: #ffedd5;
    box-shadow: 0 4px 16px rgba(255, 74, 0, 0.08);
}

.director-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

/* Director Name Selector with Checkbox */
.director-name-selector {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.director-name-selector:hover {
    border-color: #ffedd5;
}

.name-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.name-checkbox-wrapper .form-check-input {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    border: 2px solid #e5e7eb;
    border-radius: 4px;
}

.name-checkbox-wrapper .form-check-input:checked {
    background-color: #ff4a00;
    border-color: #ff4a00;
}

.name-checkbox-wrapper .fa-user {
    color: #4b5563;
    font-size: 14px;
}

.director-name-display {
    color: #1a1a2e;
    font-weight: 600;
    font-size: 14px;
    flex: 1;
}

/* Address Checkbox */
.director-address-checkbox {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.director-address-checkbox:hover {
    border-color: #ffedd5;
    background: #fff7ed;
}

.director-address-checkbox .form-check-input {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    border: 2px solid #e5e7eb;
    border-radius: 4px;
}

.director-address-checkbox .form-check-input:checked {
    background-color: #ff4a00;
    border-color: #ff4a00;
}

.director-address-checkbox .form-check-label {
    margin: 0;
    color: #4b5563;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.director-address-checkbox .fa-map-marker-alt {
    color: #ff4a00;
    font-size: 13px;
}

/* Director Form Fields */
.director-fields label {
    color: #1a1a2e;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.director-fields .form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    color: #1a1a2e;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.director-fields .form-control:focus {
    border-color: #ff4a00;
    outline: none;
    box-shadow: 0 0 0 3px #ffedd5;
}

.director-fields .form-control::placeholder {
    color: #9ca3af;
    font-size: 13px;
}

.director-fields .text-muted {
    color: #9ca3af !important;
    font-weight: 400;
    font-size: 12px;
}

.director-fields .row {
    margin-bottom: 12px !important;
}

/* Order Summary Card */
.directors-order-summary {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

.directors-order-summary h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
}

.summary-row .summary-label {
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
}

.summary-row .summary-value {
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 600;
}

.summary-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.summary-check .summary-label {
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
}

.summary-check .fa-check {
    color: #ff4a00;
    font-size: 14px;
}

.summary-note {
    color: #9ca3af;
    font-size: 11px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: left;
}

.summary-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 12px 0;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 0;
}

.summary-total .total-label {
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 700;
}

.summary-total .total-value {
    color: #ff4a00;
    font-size: 20px;
    font-weight: 800;
}

/* Responsive Design for Directors */
@media (max-width: 992px) {
    .directors-order-summary {
        position: relative;
        top: 0;
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .directors-form-card {
        padding: 16px;
    }
    
    .directors-main-title {
        font-size: 16px !important;
    }
    
    .director-info-card {
        padding: 12px;
    }
    
    .directors-order-summary {
        padding: 16px;
    }
}


.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ========================================
   OFFICER INFORMATION SECTION
   ======================================== */

.officer-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin: 32px 0 20px;
    padding-top: 24px;
    border-top: 2px solid #e5e7eb;
}

.officer-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.officer-card:hover {
    border-color: #ffedd5;
    box-shadow: 0 4px 16px rgba(255, 74, 0, 0.08);
}

.officer-role-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.officer-description {
    color: #4b5563;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 12px;
    background: #fafbfc;
    border-radius: 6px;
    border-left: 3px solid #ff4a00;
}

.officer-select-wrapper {
    margin-bottom: 12px;
}

.officer-select-wrapper label {
    color: #1a1a2e;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.officer-select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    color: #1a1a2e;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.officer-select:focus {
    border-color: #ff4a00;
    outline: none;
    box-shadow: 0 0 0 3px #ffedd5;
}

.officer-select.error {
    border-color: #ef4444;
}

.officer-error {
    color: #ef4444;
    font-size: 12px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.officer-error i {
    font-size: 12px;
}

#president_other_fields,
#secretary_other_fields,
#treasurer_other_fields {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#president_other_fields label,
#secretary_other_fields label,
#treasurer_other_fields label {
    color: #1a1a2e;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

#president_other_fields .form-control,
#secretary_other_fields .form-control,
#treasurer_other_fields .form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    color: #1a1a2e;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

#president_other_fields .form-control:focus,
#secretary_other_fields .form-control:focus,
#treasurer_other_fields .form-control:focus {
    border-color: #ff4a00;
    outline: none;
    box-shadow: 0 0 0 3px #ffedd5;
}

#president_other_fields .form-control.error,
#secretary_other_fields .form-control.error,
#treasurer_other_fields .form-control.error {
    border-color: #ef4444;
}

#president_other_fields .row,
#secretary_other_fields .row,
#treasurer_other_fields .row {
    margin-bottom: 0 !important;
}



/* ========================================
   DIRECTORS NAVIGATION BUTTONS
   ======================================== */

.directors-navigation-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.directors-navigation-buttons .btn {
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
}

.directors-navigation-buttons .back-btn {
    background: #ffffff;
    color: #1a1a2e;
    border: 1px solid #e5e7eb !important;
}

.directors-navigation-buttons .back-btn:hover {
    background: #fafbfc;
    border-color: #4b5563 !important;
}

.directors-navigation-buttons .next-btn {
    background: #ff4a00;
    color: white;
}

.directors-navigation-buttons .next-btn:hover {
    background: #ea580c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 74, 0, 0.3);
}

@media (max-width: 576px) {
    .directors-navigation-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .directors-navigation-buttons .btn {
        width: 100%;
    }
}


/* ========================================
   CORPORATE STOCK INFORMATION STEP
   ======================================== */

.stock-form-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.stock-main-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a2e;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}

.stock-form-card label {
    color: #1a1a2e;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.stock-form-card .form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    color: #1a1a2e;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.stock-form-card .form-control:focus {
    border-color: #ff4a00;
    outline: none;
    box-shadow: 0 0 0 3px #ffedd5;
}

.stock-form-card .form-control::placeholder {
    color: #9ca3af;
    font-size: 13px;
}

/* Representative Information Section */
.representative-section {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.representative-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.representative-description {
    color: #4b5563;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.representative-selector {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.representative-selector:hover {
    border-color: #ffedd5;
}

.representative-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.representative-checkbox-wrapper .form-check-input {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    border: 2px solid #e5e7eb;
    border-radius: 4px;
}

.representative-checkbox-wrapper .form-check-input:checked {
    background-color: #ff4a00;
    border-color: #ff4a00;
}

.representative-checkbox-wrapper .fa-phone {
    color: #ff4a00;
    font-size: 14px;
}

.representative-display {
    color: #1a1a2e;
    font-weight: 600;
    font-size: 14px;
    flex: 1;
}

/* Stock Navigation Buttons */
.stock-navigation-buttons {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.stock-navigation-buttons .btn {
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stock-navigation-buttons .back-btn {
    background: #ffffff;
    color: #1a1a2e;
    border: 1px solid #e5e7eb !important;
}

.stock-navigation-buttons .back-btn:hover {
    background: #fafbfc;
    border-color: #4b5563 !important;
}

.stock-navigation-buttons .next-btn {
    background: #ff4a00;
    color: white;
}

.stock-navigation-buttons .next-btn:hover {
    background: #ea580c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 74, 0, 0.3);
}

/* Stock Order Summary */
.stock-order-summary {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

.stock-order-summary h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6;
}

@media (max-width: 992px) {
    .stock-order-summary {
        position: relative;
        top: 0;
        margin-top: 24px;
    }
}

@media (max-width: 576px) {
    .stock-navigation-buttons {
        flex-direction: row;
    }
    
    .stock-navigation-buttons .btn {
        flex: 1;
    }
}


/* Shareholders Field Validation */
.shareholders-label {
    color: #1a1a2e;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.shareholders-select {
    border: 1px solid #e5e7eb;
}

.shareholders-select.error {
    border-color: #ef4444 !important;
    background-color: #fef2f2;
}

.shareholders-error {
    color: #ef4444;
    font-size: 12px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.shareholders-error i {
    font-size: 12px;
}

/* Highlight Number of Shareholders label when error */
.shareholders-label.error {
    color: #ef4444;
}
