
.breadcrumb {
    background: transparent !important;
}

.breadcrumb-item {
    padding-block: 4px;
    letter-spacing: 0.4px;
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.breadcrumb li a {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--secondary-color);
}

.banner_edi {
    background: linear-gradient(rgb(38 38 38 / 50%), rgb(38 38 38 / 50%)), url(../image/editorium_banner.jpg);
    min-height: 30vh;
    background-position: center top;
    padding: 15px 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_edi h1 {

    font-family: 'Noto Serif';

    font-weight: 600;

    font-size: 46px;

    letter-spacing: 0.5px;

}

.banner_feat {
    padding: 15px 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_feat {
    min-height: 45vh;
    background: linear-gradient(rgb(38 38 38 / 70%), rgb(38 38 38 / 70%)), url('../image/top-min.jpg');
    background-position: center;
    background-size: cover;


}

.banner_feat h1 {
    font-family: 'Noto Serif';
    font-weight: 700;
    font-size: 52px;
    letter-spacing: 0.5px;
    line-height: 70px;
    width: 75%;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb li a {

    text-decoration: none;

    font-family: var(--popins-family);

    text-transform: capitalize;

    color: #fff;

    font-weight: 300;

    font-size: 16px;

    letter-spacing: 0.5px;

}



.padding_axis {

    padding: 2rem 10rem;

}





h2 {

    font-size: 32px !important;

    color: #000000d6;

    margin-bottom: 20px;

    font-family: 'Noto Serif';

    font-weight: 700;

}



h3 {

    font-size: 24px !important;

    color: #000000d6;

    margin-bottom: 20px;

    font-family: 'Noto Serif';

    font-weight: 500;

}



p {

    font-family: var(--popins-family);

    font-size: 16px;

    font-weight: 400;

    color: #000000bf;

    letter-spacing: 0.3px;

    line-height: 32px;

}



.ul,

li {



    font-family: var(--popins-family);

    font-size: 16px;

    font-weight: 400;

    color: #000000bf;

    letter-spacing: 0.3px;



}
   .para_head {
    font-size: 30px;
    color: #ffffff;
    /* font-weight: 300; */
    line-height: 42px;
    font-style: italic;
    font-family: 'Noto Serif';
    text-decoration: underline;}


@media (min-width: 300px) and (max-width: 650px) {

    .padding_axis {

        padding: 10px 10px !important;

    }

    .banner_edi h1 {
        font-size: 28px;
    }

    .banner_feat h1 {
        font-size: 28px !important;
        line-height: 36px !important;
        width:100%;
    }
    .para_head {
    font-size: 22px;

    color: white;
    font-weight: 300;
    line-height: 28px;
}




    h2 {

        font-size: 32px !important;



    }



    h3 {

        font-size: 24px !important;



    }

}

.accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-item {
    margin-bottom: 16px;
    border: none;
}

.accordion-button::after {
    background-image: url(../image/drop-down-arrow.webp);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../image/drop-down-arrow.webp);
}

.accordion .accordion-header {
    background-color: transparent;
}

.accordion .accordion-header button {
    background-color: white;
    color: var(--secondary-color);
    font-family: var(--albersans-family);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    padding: 18px 0px;
    /*border: 1.3px solid var(--primary-color);*/
    border-radius: 0px !important;
    transition: all 0.3sease-in-out;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

button.accordion-button.collapsed {
    border-bottom: 1px solid #1e75bb61 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.accordion-body {
    padding: 12px;
    background-color: rgb(30 117 187 / 8%) !important;
}

#accordionState .accordion-body a {
    font-family: var(--popins-family);
    font-weight: 600;
    font-size: 18px;
    padding-inline: 20px;
    display: block;
}

.accordion-body a:hover {
    color: var(--primary-color);
}

.accordion-body p {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 16px;
}

.bottom_content_accordion .accordion-item {
    transition: all 0.3s ease-in-out;
}

.bottom_content_accordion .accordion-header button {
    background-color: transparent !important;
    color: var(--secondary-color);
    font-family: var(--albersans-family);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    padding-left: 0px !important;
    padding: 20px 12px;
    border-radius: 0 !important;
    /* border-bottom: 1px solid rgb(30 117 187 / 26%); */
    transition: all 0.3s ease-in-out;
}

.bottom_content_accordion .accordion-header button:focus {
    background-color: transparent;
}

.bottom_content_accordion .accordion-header button:hover {
    /* border-bottom: 4px solid rgb(30 117 187 / 26%); */
    background-color: transparent;
}

.bottom_content_accordion .accordion-button::after {
    background-image: url(../image/drop-down-arrow.webp) !important;
    position: absolute !important;
    right: 0px !important;
}

.bottom_content_accordion .accordion-body {
    background-color: transparent;
    padding: 20px 10px;
}

.bottom_content_accordion h3 {
    margin: 0;
    font-size: 20px;
}

button.accordion-button.collapsed.p-0 {
    font-size: 22px;
    font-weight: 600;
}

button.accordion-button.p-0 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.accordion_body p {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.accordion_body {
    background-color: #fff !important;
}

.accordion_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.accordion_list li a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #2b2f32;
}

.accordion-body {
    padding: 12px;
    background-color: rgb(245 249 252 / 0%) !important;
    border: 2px solid #ebf4fb !important;
    border-radius: 10px !important;
}

.bottom_content_accordion .accordion-body {
    background-color: transparent;
    padding: 20px 30px;
}

#call_action {
    background: rgb(219 233 244);
    padding: 60px 20px;
    border-radius: 20px;
    display: none;
}

.banner_feat h1 {
    font-family: 'Noto Serif';
    font-weight: 700;
    font-size: 54px;
    letter-spacing: 0.5px;
    line-height: 62px;
}

.section-title {
    font-family: 'Noto Serif';
    font-weight: 600;
    font-size: 46px !important;
    letter-spacing: 0.5px;

}



a.hello {
    background: #0043c0;
    text-align: center;
    margin: 20px auto;
    padding: 20px 30px;
    border-radius: 20px;
    color: white;
    font-size: 18px;
    font-family: 'Noto Serif';
    text-decoration: underline;
    display: inline-block;
}

a.hello:hover {
    background: #fff;
   
    color: #0043c0;
   border:1px solid #0043c0;
}




.contact-form-container {
    background: #bdd7eb3b;
    border-radius: 10px;
    border: 0px solid #0000002a;
    padding: 40px;
    margin: 20px 0;
    max-width: 680px;
}

.form-header-section {
    text-align: center;
    margin-bottom: 30px;
}

.main-form-title {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Noto Serif';
}

.form-description {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.form-input-group {
    position: relative;
    margin-bottom: 20px;
}

.form-input-field {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.form-input-field::placeholder {
    font-family: var(--popins-family);
}

.input-icon-left {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.1rem;
    z-index: 10;
}

.message-field {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

.submit-btn {
    background-color: #0043c0;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-row-custom {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.form-col-custom {
    flex: 1;
}

.form-col-custom .form-input-group {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    a.hello {
  
    font-size: 14px;
  
}
    .contact-form-container {
        padding: 30px 20px;
        margin: 10px;
    }

    .main-form-title {
        font-size: 2rem;
    }

    .form-row-custom {
        flex-direction: column;
        gap: 0;
    }

    .form-col-custom .form-input-group {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .main-form-title {
        font-size: 1.8rem;
    }

    .contact-form-container {
        padding: 25px 15px;
    }

    .padding_axis {
        padding: 2rem 10px !important;
    }

}

.pricing-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.pricing-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.single-city-card {
    border-color: #bdd7eb;
}


.state-wide-card {
    border-color: #1e75bb;
    position: relative;
}

.leads-estimate-card {
    border-color: #bdd7eb;
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1e75bb;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Noto Serif';

}

.card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
}

.package-title {
    text-align: center;
    color: #2c3e50;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--popins-family);
}

.package-price {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Noto Serif';
}

.price-period {
    text-align: center;
    color: #2b2f32;
    font-size: 1.1rem;
    margin-bottom: 25px;
    font-family: 'Noto Serif';
    font-weight: 600;
}

.package-description {
    text-align: center;
    color: #2b2f32;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-family: 'Noto Serif';
    font-weight: 300;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    font-family: var(--popins-family);

}

.package-features li {
    color: #2b2f32;
    font-size: 1rem;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-family: var(--popins-family);

}

.package-features li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #28a745;
    font-size: 1rem;
}

.select-package-btn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-city-btn {
    background-color: #28a745;
    color: white;
}

.single-city-btn:hover {
    background-color: #1e7e34;
}

.state-wide-btn {
    background-color: #007bff;
    color: white;
}

.state-wide-btn:hover {
    background-color: #0056b3;
}

.leads-estimate-btn {
    background-color: #ffc107;
    color: #212529;
}

.leads-estimate-btn:hover {
    background-color: #d39e00;
}

.list_items {
    font-size: 16px !important;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }

    .pricing-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .package-price {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem !important;
    }

    .list_items {
        font-size: 16px !important;
    }

    .package-title {
        font-size: 1.5rem;
    }
}

.padding_axis {

    padding: 2rem 5rem;

}