.modal_form__img img {
    width: 100%;
}

.modal_form__content {
    text-align: center;

}

.modal_form__content h3 {
    color: var(--main-color);
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

.modal_form__content span {
    font-weight: 400;
    text-transform: capitalize;
    color: var(--main-color);
}

.modal_input {
    margin: 1rem;
    display: flex;
    gap: 12px;
}

.modal_input input {
    padding: 6px;
    border: 1px solid #ccc;
    width: 100%;
    outline: none;
    border-radius: 10px;
}

.modal_btn {
    text-align: center;
}

.modal-body {
    padding: 0 !important;
}

.modal--content {
    padding: 1rem 1rem 2rem 1rem;
}




.global_breadcrumb__img img {
    width: 100%;
}

.global_breadcrumb__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.global_breadcrumb__content h3 {
    font-size: 46px;
    font-weight: 400;
}

.global_breadcrumb__content h3 span {
    color: var(--main-color);
}

.global_breadcrumb__content p {
    font-size: 20px;
    margin-top: 1rem;
}

.global_breadcrumb__content-btn {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.global_breadcrumb__content-btn a {
    border-radius: 100px;
    padding: 5px 30px;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.global_breadcrumb__content-btn a:hover {
    color: var(--white-color);
    background-color: var(--main-color);
    transition: .3s ease;
}

.global_breadcrumb__content-btn .active--btn {
    background-color: var(--main-color);
    color: #fff;
}

.breadcrumb_wrapper {
    background-color: whitesmoke;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.breadcrumb_wrapper__content h2 {
    text-transform: capitalize;
    font-size: 55px;
    color: var(--main-color);
}

.breadcrumb_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

.breadcrumb_menu a,
.breadcrumb_menu span,
.breadcrumb_menu p {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--black-color) !important;
}

.enquiry_form input,
.enquiry_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    outline: none;
    padding: 10px;
    background-color: aliceblue;
}

/* clarity_box */
.clarity_box {
    text-align: center;
}

.clarity_box h6 {
    margin-top: 1rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.clarity_box p {
    margin-top: 10px !important;
    max-width: 295px;
    color: #3a3a3a;
    margin: 0 auto;
}

.message_img img {
    width: 100%;
}

.message_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.message_content h3 {
    font-size: 36px;
    font-weight: 400;
}

.message_content p {
    max-width: 500px;
    color: #000;
    font-size: 17px;
    margin-top: 15px;
}


.comparison-container {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    background-color: white;
    border-radius: 14px !important;
    padding: 2rem;
    height: 442px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.private-ltd {
    background-color: #D9E7FA !important;
}

.llp {
    background-color: #FBEBCF !important;
}

.card h2 {
    color: rgb(235, 154, 14);
    font-size: 20px;
    margin-bottom: 1rem !important;
}

.card h4 {
    margin-top: 1rem;
    margin-bottom: 8px !important;
    font-size: 1.1rem;
    font-weight: bold;
}

.card p {
    font-size: 18px;
}

.card ul {
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}

.card ul li {
    margin-bottom: 0.5rem;
    list-style: disc !important;
}

.quote-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.quote-section img {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    object-fit: cover;
}

.quote {
    font-style: italic;
    font-size: 0.95rem;
    text-align: center;
    font-size: 18px !important;
    color: #555;
}

.card .img1 {
    position: absolute;
    bottom: -2rem;
    left: -2rem;
}

.card .img2 {
    position: absolute;
    bottom: -2rem;
    right: -2rem;
}

.clarity_box__img img {
    width: 121px;
    aspect-ratio: 3/2;
    object-fit: contain;
}


.pricing-section {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.plan-box {
    flex: 1 1 280px;
    max-width: 300px;
    background-color: white;
    padding: 2rem 1.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.basic-plan {
    background-color: #fff7e6;
}

.essential-plan {
    background-color: #e8f1fd;
}

.enterprise-plan {
    background-color: #e7f6ed;
}

.plan-box h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 2px;
}

.basic-plan h3 {
    color: #d68600;
    border-color: #d68600;
}

.essential-plan h3 {
    color: #0066cc;
    border-color: #0066cc;
}

.enterprise-plan h3 {
    color: #2b8a3e;
    border-color: #2b8a3e;
}

.plan-box h2 {
    font-size: 2rem;
    color: inherit;
    margin: 1rem 0;
}

.plan-box ul {
    list-style: none;
    text-align: left;
    margin-top: 1rem;
    padding-left: 0;
}

.plan-box ul li {
    margin-bottom: 0.7rem;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
}

.plan-box ul li strong {
    display: block;
    margin-bottom: 0.5rem;
}


.feature-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grid_flex {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.document_img img {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.feature-card {
    background: linear-gradient(150deg, #00135b, #3D52A0, #00135b);
    background-size: 400% 400%;
    animation: gradientShift 3s linear infinite;
    padding: 45px 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 396px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    transition: transform 0.3s ease;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.feature-card:hover {
    transform: translateY(-4px);
}

.document_img {
    position: sticky;
    top: 1rem;
}

.feature-card h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px !important;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.grid-first {
    margin-top: 6.25rem;
}

.feature-card h2 span {
    color: #fff;
    display: block;
    font-size: 35px;
    font-weight: 700;
}

.feature-card p {
    font-size: 16px;
    color: #d2d2d2;
    line-height: 1.5;
}

/* what--content */
.what--content ul li {
    list-style: disc !important;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.timeline-center{
    margin-top: 4rem !important;
}
.what--img img{
    width: 413px;
    object-fit: contain;
}
.what--img{
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
}
.what--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 5rem;
}

.what--content ul {
    padding-left: 2rem !important;
}


.timeline-container {
    /* max-width: 800px; */
    margin: auto;
    position: relative;
    /* padding-left: 40px; */
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 85%;
    background: #dcdcdc;
}

.timeline-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background: var(--main-color);
    height: 0%;
    transition: height 0.2s ease-out;
}

.timeline-step {
    position: relative;
    padding-left: 40px;
    margin-bottom: 60px;
}

.circle {
    position: absolute;
    top: 0;
    left: -2px;
    width: 52px;
    height: 52px;
    display: flex;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    z-index: 1;
}

.content {
    margin-left: 3rem;
}

.content .tag {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.content h3 {
    font-size: 22px;
    color: var(--main-color);
    margin-bottom: 6px !important;
}

.content p {
    font-size: 18px;
    line-height: 1.5;
}





/* tax-section css */

.tax-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.tax-content {
    flex: 1 1 500px;
    max-width: 650px;
}

.tax-content h1 {
    font-size: 32px;
    color: #3a4ba1;
    margin-bottom: 30px !important;
}

.tax-item {
    margin-bottom: 30px;
}

.tax-item h2 {
    font-size: 22px;
    margin-bottom: 10px !important;
    font-weight: 700;
}

.tax-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.testimonial-box {
    background-color: #eef3fd;
    padding: 30px;
    border-radius: 10px;
}

.testimonial-box h3 {
    font-size: 24px;
    margin-bottom: 15px !important;
    font-weight: 500;
}

.testimonial-box p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px !important;
    color: #474747;
}

.tax-section-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.author div {
    font-size: 16px;
}

.author span {
    font-style: italic;
    color: #333;
}

@media(max-width:1440px){
    .global_breadcrumb__content h3 {
        font-size: 40px;
    }
    .global_breadcrumb__content p{
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .tax-section {
        flex-direction: column;
    }

    .feature-card {
        min-height: 200px;
        
    }
    .testimonial-box {
        margin-top: 20px;
        padding: 20px;
    }

    .testimonial-box h3 {
        font-size: 18px;
    }

    .testimonial-box p {
        font-size: 16px;
        line-height: 1.4;
    }

    .tax-content h1 {
        font-size: 20px;
    }

    .tax-content h1 {
        font-size: 26px;
    }

    .tax-item h2 {
        margin-bottom: 6px !important;
        font-size: 20px;
    }

    .tax-item {
        margin-bottom: 20px;
    }
        .tax-item h2 {
            font-size: 17px;
        }
}


@media (max-width: 600px) {
    .circle {
        width: 34px;
        height: 34px;
        line-height: 32px;
        font-size: 14px;
    }
}

@media(max-width:1440px) {
    .feature-card {
        padding: 20px;
    }

    .feature-card h2 {
        font-size: 20px;
    }

    .feature-card h2 span {
        font-size: 26px;
    }
}

@media(max-width:992px) {

    .what--content,
    .timeline-container {
        margin-top: 1rem;
        padding-left: 0;
    }

    .grid_flex {
        margin-top: 2rem;
    }

    .global_breadcrumb__content {
        margin-top: 1rem;
    }

    .global_breadcrumb__content h3 {
        font-size: 32px;
    }

    .global_breadcrumb__content p {
        font-size: 18px;
    }

    .clarity_box__img img {
        width: 75px;
        aspect-ratio: 3/2;
        object-fit: contain;
    }

    .clarity_box h6,
    .message_content h3 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .content {
        margin-left: 1.15rem;
    }

        .circle {
        height: 44px;
        width: 44px;
        font-size: 21px;
    }
    .timeline-line {
        left: 20px;
        
    }

    .content h3 {
        font-size: 18px;
        margin-top: 4px;
    }

    .content p {
        font-size: 16px;
    }

    .timeline-step {
        margin-bottom: 24px;
    }

    .clarity_box {
        margin-bottom: 2rem;
    }

    .message_content {
        margin-top: 1rem;
    }

    .quote-section img {
        height: 70px;
        width: 70px;
    }

    .card .img1,
    .card .img2 {
        bottom: -1rem;
    }

    .breadcrumb_wrapper {
        padding: 25px 0;
    }

    .breadcrumb_wrapper__content h2 {
        font-size: 28px;
    }

    .breadcrumb_menu {
        margin-top: 10px;
    }

    .breadcrumb_menu a,
    .breadcrumb_menu span,
    .breadcrumb_menu p {
        font-size: 16px;
    }

    .global_breadcrumb__content-btn a {
        padding: 5px 12px;
        font-size: 13px;
    }

    .global_breadcrumb__content h3 {
        font-size: 24px;
    }

    .global_breadcrumb__content p {
        font-size: 15px;
    }
}

@media(max-width:576px) {
    .grid_flex {
        flex-direction: column;
        gap: 12px;
    }
    .banner_box {
        left: 49%;
 
    }
    .document_img img {
        height: auto;
    }

    .grid-first {
        margin-top: 0;
    }

    .feature-grid {
        gap: 12px;
    }

    .card .img2 {
        right: -12px;
    }

    .card .img1 {
        left: -12px;
    }
}