:root {
    --blue: #126bc4;
    --green: #61ae56;
    --white: #fff;
    --grey: #d1d5db;
}

body {
    font-family:
        "Roboto",
        ui-sans-serif,
        system-ui,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
}

/* heading */
.heading {
    font-size: 48px;
    font-weight: 700;
    color: var(--blue);
}

.xs_heading {
    font-size: 24px;
}

.sm_heading {
    font-size: 30px;
}

.md_heading {
    font-size: 36px;
}

.xl_heading {
    font-size: 60px;
}

a {
    text-decoration: none;
}

.btn_custom {
    font-size: 14px;
    color: var(--white);
    background-color: var(--green);
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 500;
}

.btn_custom:hover {
    color: var(--white);
    opacity: .95;
}

/* menu */
.menu .navbar-brand {
    font-size: 24px;
    color: var(--blue);
    font-weight: 700;
}

.menu .navbar-brand span {
    color: var(--green);
}

.menu ul {
    gap: 20px;
}

.menu ul li .nav-link {
    font-size: 14px;
    font-weight: 600;
}

.menu ul li .nav-link:hover {
    color: var(--blue);
}

.menu ul li .nav-link.active {
    color: var(--blue);
}

.menu .navbar-toggler {
    border: none;
}

.menu .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.menu {
    padding: 9px 0;
}

/* banner_sec */
.banner_sec {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(5, 50, 110, 0.85)), url(https://images.unsplash.com/photo-1560520031-3a4dc4e9de0c?q=80&w=1974&auto=format&fit=crop&h=900&q=80);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0;
}

.banner_bg_ {
    background-image: linear-gradient(to right, hsl(215 83% 27% / 0.01), hsl(210 83% 42% / .1));
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner_sec .container {
    position: relative;
    z-index: 2;
}

.banner_sec .container .row {
    justify-content: center;
    align-items: center;
}

.banner_content_wrapper span {
    text-transform: uppercase;
    color: var(--white);
    font-size: 12px;
    background-color: #1f2937;
    padding: 5px 10px;
    border-radius: 20px;
}

.banner_content_wrapper .xl_heading {
    color: var(--white);
    line-height: 1;
    padding: 20px 0 10px;
}

.banner_content_wrapper p {
    font-size: 20px;
    color: var(--white);
    width: 90%;
    color: #ffffffb3;
}

.total_customer_wrapper {
    background-color: #ffffff1a;
    border: 1px solid #fff3;
    padding: 20px;
    border-radius: 7px;
    width: 80%;
    margin: 35px 0 25px;
}

.total_customer_wrapper small {
    font-size: 14px;
    color: #ffffffb3;
}

.total_customer_wrapper h2 {
    color: var(--white);
    padding-top: 5px;
    margin-bottom: 0;
}

.total_customer_wrapper h2 span {
    color: hsl(205 75% 57%);
}

.btn_get_free {
    height: 60px;
    color: var(--white);
    background-image: linear-gradient(to right, hsl(210 83% 42%), hsl(215 83% 27%));
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}

.btn_get_free:hover {
    color: var(--white);
    background-image: linear-gradient(to left, hsl(210 83% 42%), hsl(215 83% 27%));
}

.learn_how_btn {
    height: 60px;
    color: var(--white);
    border: 1px solid #fff3;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}

.learn_how_btn:hover {
    color: var(--white);
    background-color: #fff3;
}

.banner_sec .btn_wrap {
    gap: 15px;
    padding-top: 15px;
}

.insurance_looking_for_wrapper {
    background-color: #ffffff1a;
    border: 1px solid #fff3;
    padding: 40px 30px;
    border-radius: 15px;
    margin: 25px 0;
}

.looking_card {
    background-size: cover;
    background-position: center center;
    height: 240px;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: 20px;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.looking_card:hover {
    transform: scale(1.03);
}

.insurance_icon_wrap {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(215 83% 27%);
}

.insurance_icon_wrap img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.looking_card h4 {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}

.insurance_looking_for_wrapper h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
}

/* simplified_sec */
.simplified_sec {
    padding: 60px 0;
    background-image: linear-gradient(to bottom, #fff, hsl(210 83% 42% / .05));
}

.simplified_sec .insurance_trips_content p {
    width: 63%;
    margin: 0 auto;
}

.simplified_img_wrap {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #126bc41a;
    margin: 0 auto 20px;
}

.simplified_card {
    padding: 25px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: transform 0.4s ease;
}

.simplified_card:hover {
    transform: translateY(-5px);
}

.simplified_card::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, white, #0c3b7e, white);
    border-radius: 10px;
}

.simplified_img_wrap img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.simplified_card h4 {
    font-size: 18px;
    color: var(--blue);
    font-weight: 700;
    text-align: center;
}

.simplified_card p {
    padding-top: 7px;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

.number_wrap {
    background-color: #0c3b7e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.number_wrap h5 {
    font-size: 18px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 0;
}

.simplified_sec .row {
    position: relative;
    z-index: 1;
}

.simplified_sec .underline {
    content: "";
    position: absolute;
    top: 55%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #126bc4);
}

.obligation_wrapper {
    padding-top: 60px;
}

.obligation_wrapper p {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

.border_btn {
    width: 215px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #0c3b7e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: var(--blue);
    transition: background-image 0.3s ease;
    font-weight: 600;
    font-size: 18px;
}

.border_btn:hover {
    color: var(--white);
    border: 2px solid var(--blue);
    background-image: linear-gradient(to right, hsl(210 83% 42%), hsl(215 83% 27%));
}

/* why_choose_sec */
.why_choose_sec {
    padding: 60px 0;
}

.why_choose_sec .benefit-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
}

.why_choose_sec .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.why_choose_sec .card.benefit-card {
    text-align: left;
}

.why_choose_sec .icon-circle img {
    width: 45px;
}

.why_choose_sec .icon-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #e7f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.benefit-card h5 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

/* testimonials_sec */
.testimonials_sec {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)), url('../assets/images/testimonials_bg.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 100px 0;
}

.testimonials_card {
    background-color: var(--white);
    padding: 30px 30px;
    border-radius: 7px;
}

.star_inner {
    gap: 5px;
    padding-bottom: 15px;
}

.star_inner span {
    color: #6b7280;
    font-size: 14px;
}

.testimonials_card p {
    color: #6b7280;
}

.testimonials_card .name_wrap {
    background-color: var(--blue);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials_card .name_wrap h3 {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.name_text_wrap h5 {
    font-size: 16px;
}

.name_text_wrap span {
    font-size: 14px;
    color: #6b7280;
}

.star_comma_wrapper img {
    position: absolute;
    left: -24px;
    top: -20px;
    opacity: .1;
    width: 30px;
}

/* insurance_trips_sec */
.insurance_trips_sec {
    padding: 60px 0;
}

.blog_card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
}

.blog_card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #126bc4);
    transition: width 0.4s ease-in-out;
}

.blog_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.blog_card:hover::after {
    width: 100%;
}

.card-img-top {
    height: 180px;
    object-fit: cover;
}

.badge_category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
}

.card-body {
    padding: 20px;
}

.meta {
    color: #6b7280;
    font-size: 14px;
    padding-bottom: 4px;
}

.meta i {
    margin-right: 5px;
    color: #000;
}

.blog_card .card_title {
    font-size: 20px;
    font-weight: 500;
    color: #1f2937;
    margin: 10px 0;
    width: 90%;
    line-height: 28px;
}

.card-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.read-more {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.read-more i {
    font-size: 10px;
    padding-left: 3px;
    color: #000;
}

.expert_advice {
    color: var(--blue);
    font-size: 14px;
    background-color: #126bc41a;
    border-radius: 24px;
    padding: 5px 14px;
    font-weight: 500;
}

.insurance_trips_content p {
    font-size: 18px;
    font-weight: 300;
    color: #4b5563;
}

/* footer */
.footer {
    background-color: var(--blue);
    padding: 70px 0 0;
}

.footer h5 {
    font-weight: 500;
    margin-bottom: 18px;
    color: var(--white);
    font-size: 18px;
}

.footer a {
    color: var(--grey);
    text-decoration: none;
}

.footer a:hover {
    color: var(--white);
}

.footer p {
    margin: 0 0 10px;
    font-size: 15px;
    color: var(--grey);
}

.all_right_sec {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0;
}

.all_right_sec p,
.all_right_sec a {
    font-size: 14px;
}

.footer-bottom {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom a {
    color: var(--grey);
    margin-left: 15px;
}

.footer-bottom a:hover {
    color: var(--white);
}

/* blog_listing_banner */
.blog_listing_banner {
    background-color: #186fc6;
    padding: 90px 0;
}

.blog_listing_banner span {
    background-color: #2a7aca;
}

.blog_listing_banner p {
    color: #fffc;
    font-size: 18px;
    font-weight: 200;
    width: 62%;
    margin: 0 auto;
}

/* latest_articles_sec */
.latest_articles_sec h3 {
    font-size: 24px;
    font-weight: 700;
}

.insurance_trips_sec.latest_articles_sec .blog_card::after {
    display: none;
}

.latest_articles_sec .previous_btn {
    width: 110px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 6px;
    color: #4b5563;
}

.latest_articles_sec .previous_btn:hover {
    color: #000;
}

.latest_articles_sec .previous_btn i {
    font-size: 13px;
    padding-right: 6px;
}

.latest_articles_sec .next_btn {
    background-color: hsl(210 83% 42%);
    width: 110px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 6px;
}

.latest_articles_sec .next_btn:hover {
    opacity: 0.9;
}

.latest_articles_sec .next_btn i {
    font-size: 13px;
    padding-left: 6px;
}

/* blog_details_sec */
.blog_details_bg {
    background-color: hsl(210 50% 97%);
}

.blog_details_sec .row .blog_details_card {
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    border-radius: 15px;
    padding-bottom: 30px;
    margin-top: 25px;
}

.blog_details_sec .back_to_blog_btn {
    color: #007bff;
}

.blog_details_sec .back_to_blog_btn:hover {
    color: #0c3b7e;
}

.blog_details_card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 255px;
    object-fit: cover;
}

.blog_details_sec .date_wrap span {
    font-size: 12px;
    color: #4b5563;
}

.blog_details_card .description {
    font-size: 20px;
    color: #4b5563;
}

.blog_details_card ._insurance {
    background-color: #0c3b7e;
    color: var(--white);
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 20px;
    text-transform: uppercase;
}

.blog_details_card h4 {
    font-size: 24px;
    font-weight: 700;
}

.related_sec h3 {
    font-size: 20px;
    color: var(--blue);
    padding-bottom: 15px;
}

/* insurance_agent_banner */

.insurance_agent_banner {
    background-image: linear-gradient(rgba(0, 20, 50, 0.7), rgba(0, 20, 50, 0.8)), url('../assets/images/agent_insurance_banner.webp');
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

.insurance_agent_banner .grow_your {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #5e6b7c;
    padding: 5px 12px;
    color: #fff;
    border-radius: 20px;
}

.insurance_agent_banner .xl_heading {
    color: var(--white);
    width: 60%;
    padding: 20px 0;
}

.insurance_agent_banner .xl_heading span {
    color: #61ae56;
}

.insurance_agent_banner p {
    color: #fffc;
    font-size: 20px;
    width: 55%;
}

.sign_up_now_btn {
    color: var(--white);
    width: 162px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: linear-gradient(#007bff, #007bff) padding-box,
        linear-gradient(90deg, #4CAF50, #000) border-box;
    border: 2px solid transparent;
    transition: background-image 0.4s ease-in-out;
    ;
}

.sign_up_now_btn:hover {
    color: var(--white);
    background-image: linear-gradient(90deg, #4CAF50, #000000);
    border: 0;
}

.view_pricing_btn {
    color: var(--white);
    width: 162px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #fff3;
    border: 1px solid #ffffff4d;
}

.view_pricing_btn:hover {
    opacity: 0.7;
    color: var(--white);
}

/* form sec */
.signup_inner .sm_heading {
    font-size: 26px;
}

.signup-section {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
    margin: 50px auto;
    max-width: 1100px;
}

.signup-left {
    background: #0c3b7e;
    color: #fff;
    padding: 40px;
}

.signup-left ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.signup-left ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.signup-left ul li .check_wrap {
    background-color: #fff3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-left ul li i {
    font-size: 14px;
}

.insurance_business {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.insurance_business p {
    font-size: 14px;
}

.Profile_img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-color: #fff3;
    border-radius: 50%;
    padding: 4px;
}

.Profile_img_wrap h6 {
    font-size: 14px;
    margin-bottom: -3px;
}

.Profile_img_wrap small,
.stat-box small {
    font-size: 12px;
    color: #ccc;
}

.signup-right {
    background: #fff;
    padding: 40px;
}

.stat-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
}

.signup-right .form-label {
    font-weight: 700;
    font-size: 14px;
}

.insurance_types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

.service_area span {
    font-size: 12px;
    padding-top: 5px;
}

.stat-box h5 {
    font-weight: bold;
    margin: 0;
}

.form-select {
    font-size: 14px;
}

.signup-right .btn_custom {
    background-color: var(--blue);
    border: 0;
    height: 42px;
    color: var(--white);
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    transition: transform 0.3s ease, ;
}

.signup-right .btn_custom:hover {
    opacity: 0.9;
}

.signup_inner .heading {
    color: var(--blue);
}

.why_choose_sec.why_join_us_sec .icon-circle {
    margin: 0 0 15px;
}

/* sign_in_sec */
.signin_right_side_content_sec {
    background-image: url('../assets/images/sign_img.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 48px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.signin_right_side_content_sec::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(66, 116, 167, 0.85);
    border-radius: 20px;
}

.sign_in_logo {
    font-size: 30px;
    color: hsl(210 83% 42%);
    font-weight: 700;
}

.sign_in_logo span {
    color: #4CAF50;
}

.signIn_form_sec {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    padding: 50px 45px;
    border-radius: 10px;
}

.signIn_form_sec p {
    font-size: 14px;
    text-align: center;
    color: #6b7280;
}

.signIn_form_sec form label {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 8px;
}

.signIn_form_sec form .form-control {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
}

.forgot_link {
    font-size: 14px;
    color: #0c3b7e;
    font-size: 500;
}

.forgot_link:hover {
    color: #0c3b7e;
    text-decoration: underline;
}

.sign_in_email {
    background-color: #0c3b7e;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--white);
    border-radius: 7px;
    margin-top: 20px;
}

.sign_in_email:hover {
    opacity: 0.9;
}

.dont_account {
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
}

.dont_account a {
    color: #0c3b7e;
}

.dont_account a:hover {
    color: #0c3b7e;
    text-decoration: underline;
}

.signin_right_side_content_sec span {
    font-size: 14px;
    padding: 5px 12px;
    color: var(--white);
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    background-color: #4c6f9e;
    border-radius: 20px;
}

.signin_right_side_content_sec h4 {
    color: var(--white);
    position: relative;
    z-index: 2;
    padding: 25px 0;
}

.signin_right_side_content_sec p {
    color: #ffffffe6;
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.signin_right_side_content_sec ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    position: relative;
    z-index: 2;
    color: #ffffffe6;
    list-style: none;
    padding: 0;
    column-gap: 30px;
    row-gap: 20px;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff3;
}

.signin_right_side_content_sec i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff3;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin_right_side_content_sec p.fst-italic {
    font-size: 16px;
    opacity: 0.8;
}

.signin_right_side_content_sec .Profile_img_wrap {
    position: relative;
    z-index: 2;
}

.signin_right_side_content_sec .Profile_img_wrap h6 {
    color: #ffffffe6;
}

.signin_right_side_content_sec .Profile_img_wrap small {
    color: #ffffffe6;
    opacity: 0.8;
}

.signIn_sec {
    padding: 80px 0;
}

/* our_agency_banner_sec */
.our_agency_banner_sec {
    padding: 50px 0;
}

.our_agency_banner .md_heading {
    color: #000;
    margin-bottom: 0;
}

.our_agency_banner ._suwance {
    color: #4b5563;
    font-size: 18px;
}

.our_agency_banner p {
    color: #4b5563;
}

.our_agency_banner i {
    color: #facc15;
    font-size: 14px;
}

.our_agency_banner .review_content {
    font-size: 14px;
    color: #4b5563;
}

.free_online_quote_btn {
    color: var(--white);
    background-color: #14b8a6;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3 ease-in-out;
}

.free_online_quote_btn:hover {
    color: var(--white);
    background-color: #0e887a;
}

.talk_to_agent_btn {
    color: #14b8a6;
    border: 1px solid #14b8a6;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
}

.talk_to_agent_btn:hover {
    opacity: 0.85;
    color: #14b8a6;
}

.our_agency_banner_img {
    width: 192px;
    height: 192px;
    background-color: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* agent_location_sec */
.agent_location_sec .row {
    border: 1px solid #ccc;
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 22px -2px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.agent_location_content_left_side .xs_heading {
    color: #1f2937;
    font-weight: 500;
}

.agent_location_content_left_side p {
    font-size: 14px;
    color: #4b5563;
}

.agent_location_content_left_side span {
    font-weight: 500;
    font-size: 14px;
}

.agent_location_content_right_side i {
    color: #2563eb;
    font-size: 16px;
}

.agent_location_content_right_side h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.agent_location_content_right_side p {
    margin-bottom: 0;
    font-size: 14px;
    color: #4b5563;
}

.agent_location_content_right_side a {
    text-decoration: none;
    padding-top: 10px;
    font-size: 14px;
}

.agent_location_content_right_side a:hover {
    text-decoration: underline;
}

.agent_location_sec .col-md-3 {
    border-left: 1px solid #e5e7eb;
    padding-left: 30px;
}

/* our_insurance_agents_sec */
.our_insurance_agents_sec {
    background-color: #f0f9ff;
    padding: 100px 0 50px;
}

.our_insurance_agents_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.our_insurance_agents_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border: 1px solid #ccc;
    padding: 25px 15px;
    border-radius: 8px;
}

.our_insurance_agents_card .comment_profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_insurance_agents_card .comment_profile h5 {
    text-transform: uppercase;
    color: #000;
}

.our_insurance_agents_card img {
    height: 90px;
}

.our_insurance_agents_card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    padding-top: 10px;
    text-align: center;
}

.our_insurance_agents_card p {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
}

.our_insurance_agents_card .phone_wrapper i {
    color: #007bff;
    font-size: 12px;
}

.our_insurance_agents_card .phone_wrapper a {
    color: #4b5563;
    font-size: 14px;
}

.our_insurance_agents_card .request_link {
    font-size: 12px;
    padding: 4px;
}

.our_insurance_agents_card .request_link:hover {
    text-decoration: underline;
}

.our_insurance_agents_card .star_wrapper {
    font-size: 12px;
    color: #facc15;
}

.our_insurance_agents_card .review_content {
    font-size: 12px;
    padding: 5px 0 0;
}

.our_insurance_agents_sec .sm_heading {
    color: #000;
}

/*  */
.agents_office_licensed_left_side {
    border: 1px solid #ccc;
    padding: 30px 20px;
    border-radius: 5px;
}

.agents_office_licensed_left_side h3 {
    font-size: 20px;
    font-weight: 500;
}

.agents_office_licensed_left_side ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
    color: #4b5563;
    gap: 3px;
    padding-top: 20px;
    margin-bottom: 0;
}

.agents_office_licensed_right_side {
    background-color: #f0fdfa;
    padding: 30px 20px;
    border-radius: 5px;
}

.agents_office_licensed_right_side h4 {
    color: #0f766e;
    font-size: 20px;
}

.agents_office_licensed_right_side p {
    color: #0f766e;
    font-size: 14px;
}

.agents_office_licensed_right_side a {
    color: #0f766e;
    font-size: 14px;
    font-weight: 500;
}

.agents_office_licensed_right_side a:hover {
    text-decoration: underline;
}

.agents_office_licensed_right_side img {
    width: 160px;
}

.agents_office_licensed_sec ._content_wrapper ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-top: 30px;
    font-size: 14px;
    color: #4b5563;
    flex-wrap: wrap;
}

.agents_office_licensed_sec ._content_wrapper ul a:hover {
    text-decoration: underline;
}

/* insurance_in_suwanee_sec */
.insurance_in_suwanee_sec {
    background-color: #f3f4f6;
    padding: 70px 0;
}

.insurance_in_suwanee_sec .sm_heading {
    color: #000;
}

.insurance_in_suwanee__card {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    border: 1px solid #cccc;
}

.insurance_in_suwanee__card h6 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.insurance_in_suwanee__card ul {
    list-style: none;
    padding: 0;
    row-gap: 25px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.insurance_in_suwanee__card ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
}

.insurance_in_suwanee__card ul li i {
    font-size: 8px;
    color: #007bff;
}

/* location_content_ */
.location_content_ h2 {
    font-size: 24px;
    color: #1f2937;
    font-weight: 500;
}

.location_content_ p {
    font-size: 14px;
    color: #1f2937;
    padding: 10px 0;
}

.learn_more_btn {
    border: 1px solid #1d4ed8;
    color: #1d4ed8;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
}

.learn_more_btn:hover {
    color: #1d4ed8;
    opacity: 0.85;
}

.location_wrapper i {
    color: #6b7280;
    font-size: 50px;
}

.location_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d1d5db;
    height: 100%;
    gap: 15px;
    border-radius: 8px;
}

.location_wrapper h6 {
    font-size: 16px;
    font-weight: 400;
    color: #6b7280;
    margin-bottom: 0;
}

/* reviews_section */
.reviews_section {
    padding: 80px 0 60px;
}

.reviews_section .sm_heading {
    color: #000;
    font-weight: 500;
}

.short_by_wrapper span {
    font-size: 14px;
}

.short_by_wrapper .btn-secondary {
    background: transparent;
    color: #000;
    font-size: 14px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.short_by_wrapper .btn-secondary:focus {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

.short_by_wrapper .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.rating_inner h6 {
    font-size: 16px;
    color: #374151;
    font-weight: 500;
}

.rating_inner h3 {
    font-size: 24px;
    color: #000;
    font-size: 600;
}

.rating_inner span {
    font-size: 12px;
    color: #4b5563;
}

.rating_inner .star_wrapper i {
    color: #facc15;
    font-size: 14px;
}

.write_review_btn {
    font-size: 14px;
    background-color: #007bff;
    color: var(--white);
    padding: 8px 20px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3 ease-in;
}

.write_review_btn:hover {
    color: var(--white);
    background-color: #034e9e;
}

.rating_inner {
    border: 1px solid #e7e5e4;
    border-radius: 7px;
    padding: 30px 20px;
    height: 100%;
}

.comment_profile_wrapper .comment_profile {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29b6f6;
}

.comment_profile_wrapper .comment_profile h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.comment_profile_wrapper h6 {
    font-size: 16px;
    margin-bottom: 0;
}

.comment_profile_wrapper small {
    font-size: 14px;
}

.star_wrapper i {
    color: #facc15;
    font-size: 14px;
}

.rating_comment_card p {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 10px;
    color: #4b5563;
}

.rating_comment_card span {
    font-size: 12px;
    color: #9ca3af;
}

.rating_comment_card a {
    font-size: 12px;
    padding-top: 5px;
}

.rating_comment_card a:hover {
    text-decoration: underline;
}

.rating_comment_card {
    border-bottom: 1px solid #e7e5e4;
    padding-bottom: 20px;
    margin-top: 20px;
}

/*  */
.insurance_like_sec_ {
    background-image: linear-gradient(to bottom, hsl(210 83% 42%), hsl(205 75% 57%));
    padding: 80px 0;
}

.option_card_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.option_card {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px 0;
    position: relative;
    border: 2px solid #fff;
}

.option_card.active {
    background: #ffe6f1;
    border: 2px solid #ff3fa4;
    box-shadow: 0 10px 15px -3px rgba(255, 63, 164, 0.4);
}

.option_card img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.option_card label {
    font-size: 18px;
    padding-top: 5px;
}

.next__btn {
    width: 130px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    position: relative;
    z-index: 2;
    margin: 50px auto 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.next__btn:hover {
    opacity: 0.85;
}

.next__btn.enabled {
    background-color: #ff3fa4;
    color: var(--white);
}

.bundle_tag {
    position: absolute;
    top: -10px;
    right: -5px;
    background: #ff3fa4;
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 600;
}

.option_card .form-check-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.option_card .form-check-input:checked {
    background-color: #ff3fa4;
    border-color: #ff3fa4;
}

.option_card .form-check-input:focus {
    border-color: #ff3fa4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 63, 164, 0.25);
}

/* form_sec */
.form_sec {
    background: linear-gradient(to bottom, #1a75cf, #3fa8f4);
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.change_selection {
    width: 190px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto 50px;
    color: #374151;
    background-color: #e5e7eb;
    border-radius: 5px;
    font-weight: 400;
}

.form_sec h2 {
    color: #fff;
}

.form_sec p {
    color: #e5e7eb;
    font-size: 18px;
}

.form-step {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.form-step.active {
    display: block;
}

.form-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 67%;
    padding: 30px 40px;
    position: relative;
    margin: 50px auto 0;
}

.form_sec .progress {
    height: 4px;
    margin-bottom: 15px;
}

.form_sec .progress-bar {
    background-color: #126bc4;
    transition: width 0.4s ease;
}

.form_sec .step-header {
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
}

.form_sec .percentage {
    float: right;
    font-size: 13px;
    color: #126bc4;
}

.form-step .form-label {
    font-size: 14px;
    font-weight: 500;
}

.form-step .form-control,
.form-step .form-select {
    height: 40px;
}

.form-step .insurance_type {
    height: 40px;
    color: #c4c1bfde;
    border: 1px solid #e7e5e4;
    font-weight: 400;
}

.form-step .form-select:disabled {
    background-color: #fff;
}

.form-card .step-header {
    color: #126bc4;
}

.submit_btn {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #126bc4;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 0 auto;
}

.submit_btn:hover {
    opacity: 0.85;
}

.back_btn {
    background-color: transparent;
    color: #000;
    border: 1px solid #e7e5e4;
    font-size: 14px;
}

.back_btn:hover {
    background-color: #00e6ac;
    border: 1px solid #e7e5e4;
}

.form-step textarea {
    min-height: 80px;
    font-size: 14px;
}

.form-step .form-check-label {
    font-size: 14px;
}

.form-step .form-check-label a {
    color: #126bc4;
}

.form-step .form-check-label a:hover {
    color: #126bc4;
    text-decoration: underline;
}

.submit_success {
    font-size: 14px;
    background-color: #61ae56;
    border: none;
    height: 40px;
}

.submit_success:hover {
    opacity: .85;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*  New Css */
/* Base styles */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    font-size: 0.875em;
    color: #dc3545;
    margin-top: 0.25rem;
    display: none;
}

.is-invalid+.invalid-feedback {
    display: block;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

#form-loader p {
    color: #126bc4;
}

/* Styling for custom success messages */
.custom-success-message h5 {
    color: #61ae56;
}

.custom-success-message p {
    color: #212529;
}

.custom-success-message {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 10px;
}

/* Corrected CSS animation rule */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.option_card.active {
    border: 2px solid #3498db;
}

/* Modern Agent card styles */
.agent-card {
    border: 1px solid #e8ecef;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.agent-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0c3b7e 0%, #1a5fb4 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.agent-card:hover::before {
    opacity: 1;
}

.agent-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: transparent;
}

.agent-card.selected {
    border: 2px solid #0c3b7e;
    background: linear-gradient(135deg, #f0f4f9 0%, #e6f0fa 100%);
    box-shadow: 0 8px 16px rgba(12, 59, 126, 0.15);
}

.agent-card.selected::before {
    opacity: 1;
}

.agent-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.agent-info-section {
    flex: 1;
}

.agent-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #2d3748;
    line-height: 1.2;
}

.agency-name {
    color: #718096;
    font-size: 0.95rem;
    margin-bottom: 8px;
    font-weight: 500;
}

.agent-type-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #0c3b7e 0%, #1a5fb4 100%);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(12, 59, 126, 0.2);
}

.agent-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #fff;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    min-width: 100px;
}

.rating-stars {
    color: #f6ad55;
    margin-bottom: 4px;
    font-size: 1rem;
}

.rating-value {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2d3748;
    line-height: 1;
}

.rating-count {
    color: #a0aec0;
    font-size: 0.75rem;
    margin-top: 2px;
}

.agent-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

.agent-info-item {
    display: flex;
    align-items: center;
    color: #4a5568;
    font-size: 0.9rem;
}

.agent-info-item i {
    width: 20px;
    margin-right: 8px;
    color: #0c3b7e;
    font-size: 0.9rem;
}

.agent-specialties {
    margin-bottom: 16px;
}

.specialty-label {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.specialty-tag {
    display: inline-flex;
    align-items: center;
    background: #edf2f7;
    color: #4a5568;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.specialty-tag:hover {
    background: #e2e8f0;
    transform: translateY(-1px);
}

.agent-actions {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.select-agent-btn {
    background: linear-gradient(135deg, #0c3b7e 0%, #1a5fb4 100%);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(12, 59, 126, 0.3);
    position: relative;
    overflow: hidden;
}

.select-agent-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.select-agent-btn:hover::before {
    left: 100%;
}

.select-agent-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(12, 59, 126, 0.4);
}

.select-agent-btn.selected {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.3);
}

.no-agents-message {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border-radius: 16px;
    margin: 20px 0;
}

.no-agents-message i {
    font-size: 3rem;
    color: #cbd5e0;
    margin-bottom: 16px;
}

.no-agents-message h5 {
    color: #4a5568;
    font-weight: 600;
    margin-bottom: 12px;
}

.no-agents-message p {
    color: #718096;
    max-width: 500px;
    margin: 0 auto;
}

.agent-list-container {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 8px;
    margin: 20px 0;
}

.agent-list-container::-webkit-scrollbar {
    width: 6px;
}

.agent-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.agent-list-container::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 10px;
}

.agent-list-container::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

.section-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0c3b7e 0%, #1a5fb4 100%);
    border-radius: 2px;
}

.success-message {
    background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
    border: 1px solid #9ae6b4;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-message i {
    color: #48bb78;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.success-message h5 {
    color: #22543d;
    font-weight: 600;
    margin-bottom: 8px;
}

.success-message p {
    color: #2f855a;
    margin: 0;
}

.final-success-message {
    background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
    border: 1px solid #9ae6b4;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
    max-width: 600px;
    margin: 0 auto;
}

.final-success-message i {
    color: #48bb78;
    font-size: 3rem;
    margin-bottom: 16px;
}

.final-success-message h5 {
    color: #22543d;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.final-success-message p {
    color: #2f855a;
    font-size: 1.1rem;
    margin: 0;
}

.fade-out {
    animation: fadeOut 0.5s ease-in-out forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

/* Two-column layout for agent details */
.agent-details-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.agent-specialties {
    flex: 1;
    min-width: 250px;
    padding-right: 10px;
}

.agent-service-area {
    flex: 1;
    min-width: 250px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.agent-service-area i {
    color: #0c3b7e;
    margin-right: 8px;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .agent-details-row {
        flex-direction: column;
    }

    .agent-specialties {
        padding-right: 0;
        margin-bottom: 16px;
    }

    .agent-service-area {
        padding-left: 0;
    }

    .agent-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .agent-rating {
        margin-top: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .agent-card {
        padding: 15px;
    }

    .agent-name {
        font-size: 1.1rem;
    }

    .agency-name {
        font-size: 0.9rem;
    }

    .specialty-tag {
        font-size: 0.75rem;
        padding: 3px 8px;
    }

    .select-agent-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .agent-card {
        padding: 12px;
        margin-bottom: 12px;
    }

    .agent-name {
        font-size: 1rem;
    }

    .agency-name {
        font-size: 0.85rem;
    }

    .agent-type-badge {
        font-size: 0.65rem;
        padding: 4px 8px;
    }

    .specialty-label {
        font-size: 0.75rem;
    }

    .specialty-tag {
        font-size: 0.7rem;
        padding: 2px 6px;
    }

    .agent-service-area {
        font-size: 0.85rem;
    }

    .select-agent-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
        width: 100%;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .agent-list-container {
        max-height: 500px;
    }
}

/* Form responsive styles */
.form-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

@media (max-width: 768px) {
    .form-card {
        padding: 15px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .form-card {
        padding: 10px;
        width: 100% !important;
    }

    .d-flex.justify-content-between {
        /* flex-direction: column; */
        align-items: flex-start !important;
    }

    .percentage {
        margin-top: 5px;
    }

    .agent-card.screenshot-style .agent-header {
        align-items: center !important;
        text-align: center;
    }

    .agent-card.screenshot-style .agent-info {
        padding-right: 0;
    }

    .agent-rating {
        margin-left: 0 !important;
    }

    .agent-card.screenshot-style .agent-location {
        display: flow !important;
    }
}

/* Footer responsive styles */
.footer {
    padding: 50px 0 20px;
    background-color: #1a1a1a;
    color: #fff;
}

@media (max-width: 768px) {
    .footer {
        padding: 30px 0 15px;
    }

    .footer .col-6 {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 20px 0 10px;
    }

    .footer .col-6 {
        margin-bottom: 15px;
    }

    .all_right_sec {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }

    .all_right_sec p {
        margin-bottom: 10px;
    }
}

/* Navbar responsive styles */
.navbar {
    padding: 15px 0;
}

@media (max-width: 992px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar-nav {
        margin-top: 20px;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 8px 0;
    }

    .navbar-brand {
        font-size: 1.2rem;
    }
}

/* Loading spinner responsive styles */
.loading-spinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

@media (max-width: 768px) {
    .loading-spinner {
        padding: 40px 15px;
    }
}

@media (max-width: 576px) {
    .loading-spinner {
        padding: 30px 10px;
    }

    .loading-spinner .spinner-border {
        width: 2rem;
        height: 2rem;
    }

    .loading-spinner p {
        font-size: 0.9rem;
    }
}

/* Success message responsive styles */
.final-success-message {
    padding: 24px;
}

@media (max-width: 768px) {
    .final-success-message {
        padding: 20px;
    }

    .final-success-message i {
        font-size: 2.5rem;
    }

    .final-success-message h5 {
        font-size: 1.3rem;
    }

    .final-success-message p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .final-success-message {
        padding: 16px;
    }

    .final-success-message i {
        font-size: 2rem;
    }

    .final-success-message h5 {
        font-size: 1.2rem;
    }

    .final-success-message p {
        font-size: 0.95rem;
    }
}

/* reCAPTCHA container styles */
.recaptcha-container {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.recaptcha-error {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: none;
}

.recaptcha-error.show {
    display: block;
}

/* End New Css */
/* 23_11 New Css */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    padding: 1rem 0;
}

.btn_custom {
    background-color: #0d6efd;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 500;
}

.btn_custom:hover {
    background-color: #0b5ed7;
    color: white;
}

.verification-container {
    max-width: 500px;
    margin: 80px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.verification-header {
    text-align: center;
    margin-bottom: 30px;
}

.verification-header i {
    font-size: 3rem;
    color: #0d6efd;
    margin-bottom: 20px;
}

.verification-header h2 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #212529;
}

.verification-header p {
    color: #6c757d;
    margin-bottom: 0;
}

.otp-input-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.otp-input {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s;
}

.otp-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: none;
}

.resend-container {
    text-align: center;
    margin-top: 20px;
}

.resend-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.resend-link:hover {
    text-decoration: underline;
}

.countdown {
    color: #6c757d;
    font-size: 14px;
    margin-top: 10px;
}

.alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029;
}

.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
}

.btn-verify {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-verify:hover {
    background-color: #0b5ed7;
}

.btn-verify:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

form#otpForm .loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

.btn-verify.loading .loading-spinner {
    display: inline-block;
}

.btn-verify.loading #btnText {
    opacity: 0.8;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-verify.loading .loading-spinner {
    display: inline-block;
}

.loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.thank-you-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

.success-message {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
}

.agent-selection {
    margin-top: 40px;
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
}

.loading-state {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.loading-content {
    text-align: center;
    padding: 2rem;
}

.loading-spinner-wrapper {
    margin-bottom: 1.5rem;
}

.loading-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #e9ecef;
    border-top: 4px solid #0d6efd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.progress-info {
    max-width: 300px;
}

.progress-bar-container {
    width: 100%;
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #0d6efd 0%, #0b5ed7 100%);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 4px;
}

.loading-text {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.skeleton-loader {
    margin-bottom: 2rem;
}

.skeleton-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.skeleton-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f3f4;
}

.skeleton-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.skeleton-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    flex-shrink: 0;
}

.skeleton-info {
    flex: 1;
}

.skeleton-title {
    width: 140px;
    height: 20px;
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-subtitle {
    width: 100px;
    height: 16px;
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-badge {
    width: 80px;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.skeleton-stars {
    width: 80px;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-score {
    width: 30px;
    height: 18px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-body {
    margin-bottom: 1.5rem;
}

.skeleton-specialties {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.skeleton-tag {
    width: 60px;
    height: 24px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 12px;
}

.skeleton-location {
    margin-bottom: 1rem;
}

.skeleton-text {
    width: 120px;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-footer {
    display: flex;
    justify-content: flex-end;
}

.skeleton-button {
    width: 120px;
    height: 36px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 8px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.agent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.agent-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f3f4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.agent-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd 0%, #0b5ed7 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.agent-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.agent-card:hover::before {
    transform: scaleX(1);
}

.agent-card.selected {
    border-color: #0d6efd;
    background: linear-gradient(135deg, #f8f9ff 0%, #e7f0ff 100%);
}

.agent-card.selected::before {
    transform: scaleX(1);
    background: linear-gradient(90deg, #198754 0%, #157347 100%);
}

.agent-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.agent-info-section {
    flex: 1;
}

.agent-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.agency-name {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 5px;
}

.agent-location {
    font-size: 0.9rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.agent-location i {
    margin-right: 5px;
}

.approved-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: #198754;
    color: white;
    margin-top: 5px;
}

.agent-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.rating-stars {
    color: #ffc107;
    margin-bottom: 5px;
}

.rating-value {
    font-weight: 700;
    font-size: 1.1rem;
}

.rating-count {
    font-size: 0.8rem;
    color: #6c757d;
}

.agent-details-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.agent-specialties {
    flex: 2;
    margin-bottom: 10px;
}

.specialty-label {
    font-weight: 500;
    margin-bottom: 5px;
}

.specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.specialty-tag {
    background-color: #e9ecef;
    color: #495057;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}

.agent-service-area {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #6c757d;
}

.agent-service-area i {
    margin-right: 5px;
}

.agent-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-agent-btn {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
}

.select-agent-btn:hover {
    background-color: #0b5ed7;
}

.select-agent-btn.selected {
    background-color: #198754;
}

.no-agents-message {
    text-align: center;
    padding: 40px 30px;
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.no-agents-message h4 {
    color: #856404;
    margin-bottom: 15px;
}

.no-agents-message p {
    color: #856404;
    margin-bottom: 10px;
}

.no-agents-message .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s;
}

.no-agents-message .btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
    transform: translateY(-2px);
}

.confirmation-message {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    display: none;
    text-align: center;
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #0d6efd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
    border: 3px solid #f3f3f3;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.agent-selection-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.agent-selection-modal {
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.success-icon {
    font-size: 48px;
    color: #198754;
    margin-bottom: 20px;
}

.success-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.success-details {
    margin-bottom: 25px;
    color: #6c757d;
}

.selected-agent-info {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.selected-agent-name {
    font-weight: 700;
    margin-bottom: 5px;
}

.selected-agency {
    color: #6c757d;
    font-size: 14px;
}

.continue-btn {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.continue-btn:hover {
    background-color: #0b5ed7;
}

.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.btn-loading .loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-width: 2px;
}

@media (max-width: 768px) {

    .skeleton-grid,
    .agent-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .loading-state {
        min-height: 150px;
        padding: 1rem;
    }

    .skeleton-card,
    .agent-card {
        padding: 1rem;
    }
}

.agent-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
}

.agent-card:nth-child(1) {
    animation-delay: 0.1s;
}

.agent-card:nth-child(2) {
    animation-delay: 0.2s;
}

.agent-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quote-submitted-info {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.quote-submitted-info h3 {
    color: #0f5132;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.quote-submitted-info p {
    color: #6c757d;
    margin-bottom: 15px;
}

.next-steps {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.next-steps h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.next-steps ul {
    padding-left: 20px;
}

.next-steps li {
    margin-bottom: 10px;
    color: #6c757d;
}

.return-home-btn {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
}

.return-home-btn:hover {
    background-color: #0b5ed7;
    color: white;
}

.approved-agents-title {
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.agent-card.screenshot-style {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.agent-card.screenshot-style:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.agent-card.screenshot-style .agent-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.agent-card.screenshot-style .agent-info {
    flex: 1;
    padding-right: 15px;
}

.agent-card.screenshot-style .agent-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.agent-card.screenshot-style .agency-name {
    font-size: 1rem;
    color: #666;
    margin-bottom: 5px;
}

.agent-card.screenshot-style .agent-location {
    font-size: 0.9rem;
    color: #666;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.agent-card.screenshot-style .agent-location i {
    margin-right: 5px;
    color: #999;
}

.agent-card.screenshot-style .approved-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: #198754;
    color: white;
    margin-top: 5px;
}

.agent-card.screenshot-style .agent-right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.agent-card.screenshot-style .agent-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.agent-card.screenshot-style .rating-stars {
    color: #ffc107;
    margin-bottom: 5px;
    font-size: 1rem;
}

.agent-card.screenshot-style .rating-value {
    font-weight: 700;
    font-size: 1.2rem;
    color: #333;
}

.agent-card.screenshot-style .rating-count {
    font-size: 0.8rem;
    color: #666;
}

.agent-card.screenshot-style .agent-specialties {
    margin-bottom: 15px;
}

.agent-card.screenshot-style .specialty-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
    font-size: 0.9rem;
}

.agent-card.screenshot-style .specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.agent-card.screenshot-style .specialty-tag {
    background-color: #e9ecef;
    color: #495057;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
}

.agent-card.screenshot-style .agent-service-area {
    margin-bottom: 15px;
}

.agent-card.screenshot-style .service-area-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
    font-size: 0.9rem;
}

.agent-card.screenshot-style .service-area-text {
    font-size: 0.9rem;
    color: #666;
}

.agent-card.screenshot-style .select-agent-btn {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 0.9rem;
    width: 100%;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.3);
}

.agent-card.screenshot-style .select-agent-btn:hover {
    background-color: #0b5ed7;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.4);
}

.agent-card.screenshot-style .select-agent-btn.selected {
    background-color: #198754;
    box-shadow: 0 2px 4px rgba(25, 135, 84, 0.3);
}

.agent-card.screenshot-style .select-agent-btn.selected:hover {
    background-color: #157347;
    box-shadow: 0 4px 8px rgba(25, 135, 84, 0.4);
}

.agent-card.screenshot-style.selected {
    border-color: #198754;
    background-color: #f8fff9;
}

.agent-card.screenshot-style.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #198754;
}

/* End New Css */
/*  */
@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1250px;
    }
}

/* responsive */

@media(max-width: 1536px) {}

@media(max-width: 1366px) {
    .heading {
        font-size: 48px;
    }

    .xl_heading {
        font-size: 60px;
    }

    .md_heading {
        font-size: 36px;
    }

    .sm_heading {
        font-size: 30px;
    }

    .xs_heading {
        font-size: 22px;
    }
}

@media(max-width: 1199px) {
    .heading {
        font-size: 40px;
    }

    .xl_heading {
        font-size: 48px;
    }

    .md_heading {
        font-size: 30px;
    }

    .sm_heading,
    .sign_in_logo {
        font-size: 26px;
    }

    .xs_heading {
        font-size: 20px;
    }

    .signin_right_side_content_sec,
    .signIn_form_sec {
        padding: 50px 30px;
    }

    .our_insurance_agents_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog_details_card h4,
    .insurance_looking_for_wrapper h3 {
        font-size: 22px;
    }

    .btn_get_free,
    .learn_how_btn {
        padding: 8px 15px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 991px) {
    .heading {
        font-size: 36px;
    }

    .xl_heading {
        font-size: 40px;
    }

    .md_heading {
        font-size: 26px;
    }

    .sm_heading,
    .sign_in_logo {
        font-size: 24px;
    }

    .xs_heading {
        font-size: 18px;
    }

    .signin_right_side_content_sec {
        margin-top: 45px;
    }

    .option_card_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .signin_right_side_content_sec,
    .signIn_form_sec {
        padding: 50px 25px;
    }

    .signin_right_side_content_sec p {
        font-size: 16px;
    }

    .signIn_sec {
        padding: 40px 0 60px;
    }

    .our_insurance_agents_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .agents_office_licensed_right_side h4,
    .insurance_in_suwanee__card h6 {
        font-size: 18px;
    }

    .location_content_ h2 {
        font-size: 22px;
    }

    .insurance_agent_banner p,
    .looking_card h4 {
        font-size: 18px;
    }

    .signup_inner .sm_heading {
        font-size: 24px;
    }

    .signup-left,
    .signup-right {
        padding: 40px 25px;
    }

    .blog_details_card .description,
    .benefit-card h5 {
        font-size: 18px;
    }

    .blog_details_card h4,
    .insurance_looking_for_wrapper h3 {
        font-size: 20px;
    }

    .blog_card .card_title {
        font-size: 18px;
        width: 100%;
    }

    .simplified_sec .insurance_trips_content p {
        font-size: 16px;
        width: 80%;
    }

    .btn_get_free,
    .learn_how_btn {
        font-size: 12px;
        padding: 5px 15px;
    }

    .banner_content_wrapper p {
        font-size: 16px;
    }

    .insurance_looking_for_wrapper {
        padding: 40px 20px;
    }

    .banner_sec,
    .testimonials_sec,
    .blog_listing_banner {
        padding: 70px 0;
    }
}

@media(max-width: 767px) {
    .heading {
        font-size: 24px;
    }

    .xl_heading {
        font-size: 30px;
    }

    .md_heading {
        font-size: 22px;
    }

    .sm_heading,
    .sign_in_logo,
    .location_content_ h2 {
        font-size: 20px;
    }

    .xs_heading {
        font-size: 16px;
    }

    .footer h5 {
        font-size: 16px;
    }

    .our_agency_banner {
        padding-top: 35px;
    }

    .agent_location_sec .col-md-3 {
        padding-left: 12px;
        border-left: 0;
        padding-top: 10px;
    }

    .our_insurance_agents_card .comment_profile {
        width: 75px;
        height: 75px;
    }

    .our_insurance_agents_card h3,
    .agents_office_licensed_right_side h4 {
        font-size: 16px;
    }

    .agents_office_licensed_left_side h3 {
        font-size: 18px;
    }

    .insurance_in_suwanee__card {
        margin-bottom: 30px;
    }

    .insurance_in_suwanee_sec {
        padding: 70px 0 50px;
    }

    .short_by_wrapper {
        justify-content: space-between;
        padding: 10px 0 25px;
    }

    .location_wrapper {
        min-height: 260px;
        margin-top: 50px;
    }

    .insurance_agent_banner .xl_heading,
    .insurance_agent_banner p {
        width: 95%;
    }

    .insurance_agent_banner p,
    .border_btn,
    .looking_card h4 {
        font-size: 16px;
    }

    .signup_inner .sm_heading {
        font-size: 20px;
    }

    .signup-left {
        padding: 40px 25px;
    }

    .signup-right {
        padding: 40px 15px;
    }

    .blog_details_card .description,
    .blog_card .card_title,
    .simplified_card h4,
    .insurance_trips_content p,
    .benefit-card h5 {
        font-size: 16px;
    }

    .blog_details_card h4,
    .insurance_looking_for_wrapper h3 {
        font-size: 18px;
    }

    .simplified_sec .insurance_trips_content p,
    .blog_listing_banner p {
        font-size: 16px;
        width: 100%;
    }

    .simplified_sec .underline {
        display: none;
    }

    .border_btn {
        width: 185px;
    }

    .banner_sec,
    .testimonials_sec,
    .blog_listing_banner {
        padding: 60px 0;
    }

    .insurance_looking_for_wrapper {
        margin: 50px 0 0;
    }
}

@media(max-width: 575px) {
    .signin_right_side_content_sec ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 480px) {
    .xl_heading {
        font-size: 24px;
    }

    .comment_profile_wrapper .comment_profile h5,
    .comment_profile_wrapper h6 {
        font-size: 14px;
    }

    .star_content_wrapper_ {
        flex-direction: column;
        gap: 0 !important;
        padding-top: 5px;
    }
}

@media(max-width: 400px) {
    .our_insurance_agents_card {
        padding: 25px 5px;
    }

    .our_insurance_agents_card h3,
    .agents_office_licensed_right_side h4 {
        font-size: 14px;
    }

    .heading {
        font-size: 20px;
    }

    .btn_wrap {
        flex-direction: column;
    }
}