@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}


@media (min-width: 1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1366px;
    }
}

.sub_banner .sub_banner_con.sub-become-a-padosi-agent-banner::before {
    background-image: url(../img/become-padosi-agent.jpg);
    background-position: top;
}

.banner-top-text-block {
    position: absolute;
    top: 40px;
    left: 50px;
    z-index: 2;
    display: flex;
    justify-content: left;
    /* width: 100%; */
    gap: 20px;
    align-items: baseline;
}

.banner-top-text-box {
    background-color: var(--e-global-color-white);
    padding: 5px 15px;
    border-radius: 30px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    font-size: 14px;
    color: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.banner-top-text-box svg {
    stroke: var(--e-global-color-primary);
}

.sub_banner .sub_banner_con.sub-become-a-padosi-agent-banner::before {
    background-image: url(../img/become-padosi-agent.jpg);
    background-position: top;
}

.banner-con .carousel .item {
    height: 700px;
}

.banner-con .carousel .item .row {
    height: 100%;
}

@media screen and (max-width: 1440px) {
    .banner-top-title {
        font-size: 40px;
    }

    .banner-con .carousel .item {
        height: 577px;
    }
}

@media screen and (max-width: 991px) {
    .banner-con .owl-carousel .owl-stage-outer {
        margin-bottom: -50px !important;
    }

    .banner-top-text-block {
        position: absolute;
        top: 20px;
        /* bottom: 30px; */
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 20px;
        align-items: baseline;
    }

    .banner-top-text-box {
        background-color: var(--e-global-color-white);
        padding: 5px 15px;
        border-radius: 30px;
        box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
        font-size: 12px;
        color: var(--e-global-color-primary);
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
    }

    .banner-top-text-box svg {
        width: 16px;
        stroke: var(--e-global-color-primary);
    }
}

@media screen and (max-width: 584px) {
    .banner-top-title {
        font-size: 22px;
        line-height: 24px;
    }

    .banner-top-text-block {
        gap: 5px;
        top: 20px;
    }

    .banner-top-text-box {
        padding: 5px 8px;
        gap: 4px;
    }

    .banner-top-text-box svg {
        width: 16px;
        stroke: var(--e-global-color-accent);
    }
}

.top-text-section {
    z-index: 1;
}

.banner-top-title {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 2;
    padding: 30px 0;
    margin: 0;
}

.banner-top-title .trusted {
    color: var(--e-global-color-primary);
}

.banner-top-title .padosi {
    color: var(--e-global-color-green);
}

.new-policies-banner-outer .h-banner-left-img {
    /* background-image: url(../img/banner-leftbackground-new-policy.jpg);  */
    background: #c2deff;
    background: linear-gradient(180deg, rgba(194, 222, 255, 1) 0%, rgba(99, 157, 224, 1) 100%);

}


.new-policies-banner-outer .h-banner-left-img h1 {
    color: #0a3c76 !important;
}

.new-policies-banner-outer .h-banner-left-img p {
    color: #0a3c76 !important;
}

.new-policies-banner-outer .h-banner-left-img .all_button {
    color: #fff !important;
    background-color: #0a3c76 !important;
    border-color: #0a3c76 !important;
}

.claim-assistance-banner-outer .h-banner-left-img {
    /* background-image: url(../img/banner-leftbackground-claim.jpg);  */
    background: #ffdfc9;
    background: linear-gradient(180deg, rgba(255, 223, 201, 1) 0%, rgba(255, 191, 145, 1) 100%);
}

.claim-assistance-banner-outer .h-banner-left-img h1 {
    color: #ed731d !important;
}

.claim-assistance-banner-outer .h-banner-left-img p {
    color: #ed731d !important;
}

.claim-assistance-banner-outer .h-banner-left-img .all_button {
    color: #fff !important;
    background-color: #ed731d !important;
    border-color: #ed731d !important;
}

.policy-review-banner-outer .h-banner-left-img {
    /* background-image: url(../img/banner-leftbackground-review.jpg); */
    background: #e2deff;
    background: linear-gradient(180deg, rgba(226, 222, 255, 1) 0%, rgba(117, 105, 245, 1) 100%);
}

.policy-review-banner-outer .h-banner-left-img h1 {
    color: #473db8 !important;
}

.policy-review-banner-outer .h-banner-left-img p {
    color: #473db8 !important;
}

.policy-review-banner-outer .h-banner-left-img .all_button {
    color: #fff !important;
    background-color: #473db8 !important;
    border-color: #473db8 !important;
}

.h-banner-right-img {
    /* background-image: url(../img/h-banner-2.jpg); */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.banner-new-policy {
    background-image: url(../img/h-banner-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-claim-assistance {
    background-image: url(../img/h-banner-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-policy-review {
    background-image: url(../img/h-banner-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-con .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.banner-con .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    background: var(--e-global-color-accent) !important;
    border-radius: 50px !important;
    margin-right: 10px;
}

.banner-con .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    background: var(--e-global-color-accent) !important;
    border-radius: 50px;
    margin-left: 10px;
}

.banner-con .owl-carousel .owl-stage-outer {
    margin-bottom: -30px;
}

.banner-con .owl-nav .fa-arrow-left:before,
.banner-con .owl-nav .fa-arrow-right:before {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .navbar-nav li.none {
        display: block;
    }

    .banner-con .carousel .item {
        height: 600px;
    }

    .banner-con .carousel .item .row {
        height: 100%;
    }

    .banner-con .banner_content p {
        text-align: center !important;
        font-size: 18px;
    }

    .banner-con .owl-nav .owl-prev,
    .banner-con .owl-nav .owl-next {
        background-color: var(--e-global-color-white) !important;
    }

    .banner-con .owl-nav .fa-arrow-left:before,
    .banner-con .owl-nav .fa-arrow-right:before {
        color: var(--e-global-color-accent) !important;
    }

    .banner-new-policy,
    .banner-claim-assistance,
    .banner-policy-review {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .new-policies-banner-outer .h-banner-left-img {
        background: #c2deff;
        background: linear-gradient(180deg, rgb(194 222 255 / 94%) 0%, rgb(99 157 224 / 85%) 100%);
        z-index: 9;

    }

    .claim-assistance-banner-outer .h-banner-left-img {
        background: #ffdfc9;
        background: linear-gradient(180deg, rgb(255 223 201 / 75%) 0%, rgb(255 191 145 / 86%) 100%);
        z-index: 9;
    }

    .policy-review-banner-outer .h-banner-left-img {
        background: #e2deff;
        background: linear-gradient(180deg, rgb(226 222 255 / 87%) 0%, rgb(117 105 245 / 98%) 100%);
        z-index: 9;
    }

}

@media screen and (max-width: 584px) {
    .banner-top-title {
        padding: 15px 15px;
    }

    .banner-con .carousel .item {
        height: 400px;
    }
}

.comun-padding {
    padding: 165px 0 120px;
}

.new-policies-section {
    background-color: var(--new-policies-bg-color);
}

.new-policies-section h2 {
    color: var(--new-policies-color);
}

.new-policies-section .text {
    color: var(--new-policies-text-color)
}

.new-policies-section ul li .icon svg {
    stroke: var(--new-policies-color) !important;
}

.new-policies-section ul li a {
    text-decoration: none;
}

.new-policies-section ul li a h5 {
    color: var(--new-policies-text-color)
}

.need-help-con-section {
    background-color: var(--need-help-bg-color);
}

.need-help-con-section h2 {
    color: var(--need-help-color);
}

.need-help-con-section .text {
    color: var(--need-help-text-color)
}

.need-help-con-section ul li .icon svg {
    stroke: var(--need-help-color) !important;
}

.need-help-con-section ul li a {
    text-decoration: none;
}

.need-help-con-section ul li a h5 {
    color: var(--need-help-text-color)
}

.need-help-con-section .policieslider .list-unstyled {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;

}

.policy-review-con-section {
    background-color: var(--policies-review-bg-color);
}

.policy-review-con-section .all_button {
    padding: 12px 20px;
    background-color: var(--policies-review-color);
}

.policy-review-con-section .all_button:hover {
    opacity: .8;
}

.policy-review-con-section .all_button svg {
    margin-right: 8px;
}

.policy-review-con-section h2 {
    color: var(--policies-review-color);
}

.policy-review-con-section .text {
    color: var(--policies-review-text-color)
}

.policy-review-con-section ul li .icon svg {
    stroke: var(--policies-review-color) !important;
}

.policy-review-con-section ul li a {
    text-decoration: none;
}

.policy-review-con-section ul li a h5 {
    color: var(--policies-review-text-color)
}

.policy-review-con-section .policieslider .list-unstyled {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;

}

.why-choose-con-section {
    background-color: var(--why-choose-bg-color);
}

.why-choose-con-section .all_button {
    padding: 12px 20px;
    background-color: var(--why-choose-color);
}

.why-choose-con-section .all_button:hover {
    opacity: .8;
}

.why-choose-con-section .all_button svg {
    margin-left: 8px;
}

.why-choose-con-section h2 {
    color: var(--why-choose-color);
}

.why-choose-con-section .text {
    color: var(--why-choose-text-color)
}

.why-choose-con-section ul li .icon svg {
    stroke: var(--how-works-text-color) !important;
}

.why-choose-con-section ul li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.why-choose-con-section ul li a h5 {
    width: 100%;
    color: var(--why-choose-text-color)
}

.why-choose-con-section ul li p {
    font-size: 14px;
}

.why-choose-con-section .policieslider .list-unstyled {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;

}

.how-padosi-agent-works-con {
    background-color: var(--how-works-bg-color);
}

.how-padosi-agent-works-con .all_button {
    padding: 12px 20px;
    background-color: var(--how-works-color);
}

.how-padosi-agent-works-con .all_button:hover {
    opacity: .8;
}

.how-padosi-agent-works-con .all_button svg {
    margin-left: 8px;
}

.how-padosi-agent-works-con h2 {
    color: var(--how-works-color);
}

.how-padosi-agent-works-con .text {
    color: var(--how-works-text-color)
}

.testimonial-con h2 {
    color: var(--how-works-color);
}

.testimonial-con .text {
    color: var(--how-works-text-color)
}

.how-padosi-agent-works-con .benefit_wrapper ul {
    width: 100%;
    justify-content: center;
}

.how-padosi-agent-works-con ul li .icon svg {
    stroke: var(--how-works-text-color) !important;
}

.how-padosi-agent-works-con ul li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.how-padosi-agent-works-con ul li a h5 {
    width: 100%;
    color: var(--how-works-text-color)
}

.how-padosi-agent-works-con ul li p {
    font-size: 14px;
}

.how-padosi-agent-works-con .policieslider .list-unstyled {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;

}


.policieslider-con .text-decoration-none svg {
    max-width: 40px;
    height: auto;
}

.need-help-con .text-decoration-none svg,
.policy-review-con .text-decoration-none svg,
.why-choose-con .text-decoration-none svg,
.how-padosi-agent-works-con .text-decoration-none svg {
    max-width: 30px;
    height: auto;
}

/**************************************************/
/**** Become A Padosi Agent ****/
/**************************************************/

.become-a-padosi-agent-con {
    background-color: var(--new-policies-bg-color);
    padding: 60px 0;
}

.become-padosi-agent-content {
    width: 100%;
    margin: 0;
    padding: 0px 0 0 0;
    /* border-top: 1px solid #ccc; */
}

.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #e5e7eb;
    color: #6b7280;
    font-size: 1.5rem;
}

.step.active {
    background: #4f46e5;
    color: white;
}

.step.completed {
    background: #273C8E;
    color: white;
}

.step-line {
    flex: 1;
    height: 3px;
    background: #e5e7eb;
    margin: 0 10px;
}

.step-line.completed {
    background: #273C8E;
}

.modal-step {
    display: none;
}

.modal-step.active {
    display: block;
}

.portfolio-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.selected-item {
    background: #ADD8E6;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.remove-item {
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7280;
}

.company-input-container {
    display: flex;
    gap: 10px;
}

.btn-add {
    background: #273C8E;
    color: white;
    border: none;
    padding: 0 15px;
    border-radius: 6px;
    cursor: pointer;
}

.pricing-card {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.price-header {
    margin-bottom: 20px;
}

.original-price {
    text-decoration: line-through;
    color: #6b7280;
    font-size: 18px;
}

.discounted-price {
    font-size: 32px;
    font-weight: bold;
    color: #059669;
}

.savings-badge {
    background: #dc2626;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
}

.benefits-list {
    text-align: left;
    margin: 20px 0;
}

.benefits-list ul {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 2px 0 8px 0;
    color: #374151;
    font-size: 15px;
}

.modal-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.btn-secondary {
    background: #6b7280;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    flex: 1;
    font-size: 15px;
}

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

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-box .form-group {
    width: 100%;
    max-width: 48%;
}

@media screen and (max-width: 767px) {
    .flex-box .form-group {
        max-width: 100%;
    }
}

.checkbox-group {
    display: flex;
    /* flex-direction: column; */
    gap: 12px;
    flex-wrap: wrap;
}

.checkbox-label {
    min-width: 22%;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;

    display: flex !important;
    align-items: center;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.checkbox-label input[type="radio"] {
    width: 18px;
    height: 18px;
}

.continue-btn {
    display: flex;
    justify-content: flex-end;
}

.submit-btn {
    background: linear-gradient(135deg, #273C8E 0%, #7c3aed 100%);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    min-width: 250px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.3);
}

.section-divider {
    height: 1px;
    background-color: #ccc;
    margin: 25px 0;
}

.portfolio-section {
    border: 2px solid #18529d0d;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #18529d0d;
}


/* Plans Grid - Better for mobile */
.plans-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 60px;
    margin-bottom: 50px;
}

.pricing-subtitle {
    color: #e22f2f;
    font-weight: 900;
    font-size: 22px;
    text-shadow:
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px rgba(207, 162, 162, 0.8),
        0 0 35px rgba(207, 143, 143, 0.8),
        0 0 40px rgba(226, 47, 47, 0.6),
        0 0 50px rgba(226, 47, 47, 0.5),
        0 0 75px rgba(212, 165, 165, 0.3);
    letter-spacing: 0.3px;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    animation: neonFlicker 1.5s infinite alternate;
}

@keyframes neonFlicker {

    0%,
    18%,
    22%,
    25%,
    53%,
    57%,
    100% {
        text-shadow:
            0 0 5px #fff,
            0 0 10px #fff,
            0 0 15px #fff,
            0 0 20px rgba(226, 47, 47, 0.8),
            0 0 35px rgba(246, 240, 240, 0.8),
            0 0 40px rgba(226, 47, 47, 0.6),
            0 0 50px rgba(220, 112, 112, 0.5),
            0 0 75px rgba(250, 245, 245, 0.3);
    }

    20%,
    24%,
    55% {
        text-shadow:
            0 0 2px #fff,
            0 0 5px #fff,
            0 0 7px #fff,
            0 0 12px rgba(226, 47, 47, 0.6),
            0 0 25px rgba(226, 47, 47, 0.6),
            0 0 30px rgba(226, 47, 47, 0.4),
            0 0 40px rgba(226, 47, 47, 0.3),
            0 0 60px rgba(226, 47, 47, 0.2);
    }
}

/* Plan Card - Larger on mobile */
.plan-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 30px rgba(255, 255, 255, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 30px 50px rgba(0, 0, 0, 0.2),
        0 0 40px rgba(255, 255, 255, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* .plan-card.professional {
    transform: scale(1.03);
} */

.plan-card.professional:hover {
    /* transform: scale(1.03) translateY(-10px); */
    transform: translateY(-10px);
}

/* IMPROVED Recommended Badge - Perfectly centered with green background */
.recommended-badge {
    position: absolute;
    top: 27px;
    right: -50px;
    background: linear-gradient(135deg, #06A441, #059438);
    /* Green gradient to match Professional plan */
    color: white;
    padding: 14px 70px;
    /* Increased padding for better centering */
    font-size: 13px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
    box-shadow:
        0 5px 20px rgba(6, 164, 65, 0.4),
        0 0 0 2px rgba(255, 255, 255, 0.9);
    /* White inner border */
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    width: 200px;
    /* Fixed width for consistent sizing */
    text-transform: uppercase;
}

/* Professional plan badge - slightly different green shade */
.plan-card.professional .recommended-badge {
    background: linear-gradient(135deg, #06A441, #04A339);
    /* Slightly different green */
    box-shadow:
        0 5px 20px rgba(6, 164, 65, 0.4),
        0 0 0 2px rgba(255, 255, 255, 0.9),
        0 0 0 4px rgba(255, 255, 255, 0.3);
    /* Additional white outer glow */
}

/* Plan Header - Bigger */
.plan-header {
    padding: 40px 30px 25px;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(241, 245, 249, 0.9) 100%);
    border-bottom: 1px solid rgba(232, 244, 252, 0.5);
}

.plan-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #273C8E;
}

.plan-card.basic .plan-name {
    color: #2196f3;
}

.plan-card.professional .plan-name {
    color: #06A441;
    /* text-shadow: 0 0 10px rgba(6, 164, 65, 0.3); */
}

.original-price {
    font-size: 22px;
    color: #666;
    text-decoration: line-through;
    margin-bottom: 8px;
    opacity: 0.8;
}

.plan-price {
    font-size: 55px;
    font-weight: 800;
    margin: 20px 0;
    line-height: 1;
    position: relative;
}

.plan-card.basic .plan-price {
    color: #2196f3;
    text-shadow: 0 0 20px rgba(33, 150, 243, 0.3);
}

.plan-card.professional .plan-price {
    color: #06A441;
    text-shadow: 0 0 20px rgba(6, 164, 65, 0.3);
}

.plan-price span {
    font-size: 22px;
    font-weight: 400;
    color: #666;
    position: relative;
    top: -12px;
}

.plan-desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.discount-badge {
    display: inline-block;
    background: linear-gradient(45deg, #ff9800, #ff5722);
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(255, 152, 0, 0.3);
    margin-top: 10px;
}

/* Features List - Bigger text */
.features-list {
    padding: 30px;
}

.feature-category {
    margin-bottom: 30px;
}

.feature-category:last-child {
    margin-bottom: 0;
}

.category-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(232, 244, 252, 0.7);
    display: flex;
    align-items: center;
    color: #273C8E;
}

.category-title i {
    margin-right: 12px;
    font-size: 18px;
    color: #273C8E;
}

.feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(232, 244, 252, 0.7);
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-name {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #374151;
    flex: 1;
}

.feature-name i {
    margin-right: 12px;
    width: 24px;
    text-align: center;
    color: #273C8E;
    font-size: 14px;
}

.feature-value {
    font-weight: 600;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 8px;
    min-width: 100px;
    text-align: center;
    white-space: nowrap;
}

.plan-card.basic .feature-value {
    color: #2196f3;
    background: rgba(33, 150, 243, 0.1);
    border: 1px solid rgba(33, 150, 243, 0.2);
}

.plan-card.professional .feature-value {
    color: #06A441;
    background: rgba(6, 164, 65, 0.1);
    border: 1px solid rgba(6, 164, 65, 0.2);
}

.validity-badge {
    display: inline-block;
    background: #06A441;
    color: white;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 12px;
    margin-left: 8px;
    font-weight: 600;
}

.feature-item.highlighted {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.02));
    padding: 8px 15px;
    margin: 0 -15px;
    border-radius: 8px;
    border-left: 1px solid #D4AF37;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.1);
}


/* Coming Soon Section */
.feature-category.coming-soon {
    background: #e8f5e9;
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
    border-left: 4px solid #4caf50;
}

.coming-soon .category-title {
    color: #2e7d32;
}

.coming-soon .category-title i {
    color: #4caf50;
}

.coming-soon-item .feature-name {
    color: #4caf50;
}

.coming-soon-item .feature-name i {
    color: #4caf50;
}

.coming-soon-item .feature-value {
    color: #4caf50;
    background: #f8f9fa;
    border-color: #eee;
}

/* Plan Footer */
.plan-footer {
    padding: 30px;
    text-align: center;
    border-top: 1px solid rgba(232, 244, 252, 0.7);
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(241, 245, 249, 0.9) 100%);
}

.plan-button {
    background: linear-gradient(45deg, #273C8E, rgb(52, 86, 139));
    color: white;
    border: none;
    padding: 20px 50px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow:
        0 10px 20px rgba(39, 60, 142, 0.2),
        0 0 15px rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.plan-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.plan-button:hover::before {
    left: 100%;
}

.plan-button:hover {
    background: linear-gradient(45deg, #152944, #1e3a5f);
    transform: translateY(-3px);
    box-shadow:
        0 15px 25px rgba(39, 60, 142, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
}

.plan-card.basic .plan-button {
    background: linear-gradient(45deg, #2196f3, #42a5f5);
    box-shadow:
        0 10px 20px rgba(33, 150, 243, 0.2),
        0 0 15px rgba(255, 255, 255, 0.3);
}

.plan-card.basic .plan-button:hover {
    background: linear-gradient(45deg, #1976d2, #2196f3);
}

.plan-card.professional .plan-button {
    background: linear-gradient(45deg, #06A441, #4CAF50);
    box-shadow:
        0 10px 20px rgba(6, 164, 65, 0.2),
        0 0 15px rgba(255, 255, 255, 0.3);
}

.plan-card.professional .plan-button:hover {
    background: linear-gradient(45deg, #059438, #06A441);
}

.plan-button i {
    margin-right: 15px;
    font-size: 18px;
}

.offer-note {
    font-size: 15px;
    color: #666;
    margin-top: 20px;
    font-style: italic;
}

/* Selected Plan Summary */
.selected-plan-summary {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(232, 244, 252, 0.95) 100%);
    border-radius: 20px;
    padding: 40px;
    margin-top: 50px;
    border: 2px solid #273C8E;
    box-shadow:
        0 15px 35px rgba(39, 60, 142, 0.15),
        0 0 25px rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    display: none;
    animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.selected-plan-summary h4 {
    color: #273C8E;
    margin-bottom: 25px;
    font-size: 28px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.selected-plan-summary h4 i {
    margin-right: 15px;
    color: #06A441;
    font-size: 22px;
}

.selected-plan-summary p {
    margin-bottom: 15px;
    font-size: 20px;
    color: #374151;
}

.selected-plan-summary strong {
    color: #273C8E;
}

#selectedPlanTotal {
    color: #06A441;
    font-size: 32px;
    text-shadow: 0 0 10px rgba(6, 164, 65, 0.2);
}

.confirm-payment-btn {
    background: linear-gradient(45deg, #06A441, #4CAF50);
    color: white;
    border: none;
    padding: 22px 50px;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    box-shadow:
        0 10px 20px rgba(6, 164, 65, 0.2),
        0 0 15px rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.confirm-payment-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.confirm-payment-btn:hover::before {
    left: 100%;
}

.confirm-payment-btn:hover {
    background: linear-gradient(45deg, #059438, #06A441);
    transform: translateY(-3px);
    box-shadow:
        0 15px 25px rgba(6, 164, 65, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
}

.confirm-payment-btn i {
    margin-right: 15px;
    font-size: 20px;
}

/* Footer Note */
.plan-footer-note {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(232, 244, 252, 0.7);
    color: #f6f3f3;
    font-size: 16px;
    line-height: 1.6;
}

.plan-footer-note p {
    margin-bottom: 15px;
    opacity: 0.9;
}

/* Terms Checkbox Styling */
.terms-checkbox {
    padding: 15px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 3px solid #273C8E;
}

.terms-checkbox .form-check {
    padding-left: 15px;
}

.terms-checkbox .form-check label.form-check-label {
    padding-left: 5px;
}

.terms-checkbox .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-right: 20px;
    border: 2px solid #6b7280;
}

.terms-checkbox .form-check-input:checked {
    background-color: #273C8E;
    border-color: #273C8E;
}

.terms-checkbox .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(39, 60, 142, 0.25);
    border-color: #273C8E;
}

.terms-checkbox .form-check-label a {
    color: #273C8E;
    text-decoration: underline;
}

.terms-checkbox .form-check-label a:hover {
    color: #152944;
}

/* Optional: Highlight when checkbox is required but not checked */
.terms-checkbox .form-check-input:invalid {
    border-color: #dc2626;
}

/* Payment Button - disabled state */
#paymentButton:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #6b7280 !important;
}

#paymentButton:disabled:hover {
    transform: none !important;
    box-shadow: none !important;
}



/* Mobile responsive */
@media (max-width: 768px) {
    .terms-checkbox {
        padding: 12px;
    }

    .terms-checkbox .form-check-label {
        font-size: 13px;
        line-height: 1.4;
    }
}

/* ===== MOBILE RESPONSIVE - IMPROVED ===== */

/* Tablet & Mobile */
@media (max-width: 992px) {
    .plans-container {
        gap: 50px;
    }

    .pricing-title {
        font-size: 32px;
    }

    .pricing-subtitle {
        font-size: 16px;
    }

    .pricing-subtitle strong {
        font-size: 18px;
    }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .plans-container {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .pricing-subtitle {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .pricing-section {
        padding: 20px 15px;
    }

    .plan-card {
        max-width: 100%;
    }

    .plan-header {
        padding: 35px 25px 20px;
    }

    .plan-name {
        font-size: 28px;
    }

    .plan-price {
        font-size: 48px;
    }

    .plan-price span {
        font-size: 20px;
        top: -10px;
    }

    .plan-button {
        padding: 18px 30px;
        font-size: 18px;
    }

    .selected-plan-summary {
        padding: 35px 25px;
        margin-top: 40px;
    }

    .selected-plan-summary h4 {
        font-size: 24px;
    }

    .selected-plan-summary p {
        font-size: 18px;
    }

    #selectedPlanTotal {
        font-size: 28px;
    }

    .confirm-payment-btn {
        padding: 20px 30px;
        font-size: 18px;
    }

    .recommended-badge {
        right: -50px;
        padding: 12px 70px;
        font-size: 13px;
        top: 22px;
        width: 200px;
    }

    .plan-footer-note {
        margin-top: 40px;
        padding-top: 25px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .continue-btn {
        justify-content: center;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .pricing-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .pricing-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .pricing-subtitle strong {
        font-size: 15px;
    }

    .pricing-section {
        padding: 15px 10px;
    }

    .plans-container {
        gap: 45px;
    }

    .plan-header {
        padding: 30px 20px 15px;
    }

    .plan-name {
        font-size: 26px;
    }

    .original-price {
        font-size: 18px;
    }

    .plan-price {
        font-size: 42px;
        margin: 15px 0;
    }

    .plan-price span {
        font-size: 18px;
        top: -8px;
    }

    .plan-desc {
        font-size: 16px;
    }

    .discount-badge {
        padding: 8px 20px;
        font-size: 14px;
    }

    .features-list {
        padding: 20px;
    }

    .feature-category {
        margin-bottom: 25px;
    }

    .category-title {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .category-title i {
        font-size: 16px;
        margin-right: 10px;
    }

    .feature-item {
        padding: 8px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .feature-name {
        font-size: 15px;
        width: auto;
        flex: 1;
        margin-bottom: 0;
        white-space: normal;
        word-break: break-word;
        min-width: 0;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .feature-name i {
        font-size: 13px;
        margin-right: 10px;
        width: 20px;
    }

    .feature-value {
        font-weight: 600;
        font-size: 14px;
        min-width: 80px;
        padding: 6px 12px;
        display: inline-block;
        margin-top: 0;
        flex-shrink: 0;
        margin-left: 10px;
        max-width: 35%;
        /* text-align: right; */
        /* max-width: 30%; */
        overflow: hidden;
        text-overflow: ellipsis;

        white-space: normal;
        /* Allow text wrapping */
        word-break: break-word;
        /* Break long words if needed */
        text-align: center;
        /* Center align text */
        line-height: 1.3;
        /* Better line height for wrapped text */
    }

    .validity-badge {
        font-size: 11px;
        padding: 3px 8px;
        margin-left: 5px;
    }

    .feature-item.highlighted {
        padding: 12px;
        margin: 0 -12px;
    }

    .plan-footer {
        padding: 20px;
    }

    .plan-button {
        padding: 16px 20px;
        font-size: 16px;
    }

    .plan-button i {
        margin-right: 10px;
        font-size: 15px;
    }

    .offer-note {
        font-size: 13px;
        margin-top: 15px;
    }

    .selected-plan-summary {
        padding: 25px 20px;
        margin-top: 30px;
    }

    .selected-plan-summary h4 {
        font-size: 18px;
    }

    .selected-plan-summary p {
        font-size: 16px;
    }

    #selectedPlanTotal {
        font-size: 24px;
    }

    .confirm-payment-btn {
        padding: 15px 10px;
        font-size: 16px;
    }

    .confirm-payment-btn i {
        margin-right: 10px;
        font-size: 17px;
    }

    .recommended-badge {
        right: -40px;
        padding: 10px 55px;
        font-size: 11px;
        top: 22px;
        width: 160px;
        letter-spacing: 1px;
    }

    .plan-footer-note {
        margin-top: 30px;
        padding-top: 20px;
        font-size: 13px;
    }
}

/* Small Mobile (360px and below) */
@media (max-width: 360px) {
    .pricing-title {
        font-size: 22px;
    }

    .pricing-subtitle {
        font-size: 13px;
    }

    .pricing-subtitle strong {
        font-size: 14px;
    }

    .plan-name {
        font-size: 23px;
    }

    .plan-price {
        font-size: 38px;
    }

    .plan-price span {
        font-size: 16px;
    }

    .category-title {
        font-size: 16px;
    }

    .feature-name {
        font-size: 14px;
    }

    .feature-value {
        font-size: 13px;
    }

    .plan-button {
        font-size: 13px;
        padding: 14px 15px;
    }

    .selected-plan-summary h4 {
        font-size: 16px;
    }

    .selected-plan-summary p {
        font-size: 15px;
    }

    #selectedPlanTotal {
        font-size: 22px;
    }

    .confirm-payment-btn {
        font-size: 14px;
        padding: 16px 15px;
    }

    .recommended-badge {
        right: -35px;
        padding: 8px 45px;
        font-size: 11px;
        top: 15px;
        width: 140px;
    }
}

/* PRE-LAUNCH OFFER Badge for Basic Plan - Single Line */
.plan-card.basic .recommended-badge {
    position: absolute;
    top: 27px;
    right: -45px;
    /* Adjusted for single line */
    background: linear-gradient(135deg, #2196f3, #1976d2);
    color: white;
    padding: 12px 55px;
    /* Adjusted padding for single line */
    font-size: 14px;
    /* Slightly smaller font */
    font-weight: 750;
    transform: rotate(45deg);
    z-index: 1;
    box-shadow:
        0 5px 20px rgba(33, 150, 243, 0.4),
        0 0 0 2px rgba(255, 255, 255, 0.9);
    letter-spacing: 1.2px;
    /* Slightly reduced letter spacing */
    text-align: center;
    line-height: 1.1;
    /* Tighter line height */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    width: 190px;
    /* Adjusted width for single line */
    text-transform: uppercase;
    white-space: nowrap;
    /* Ensures text stays on one line */
    overflow: hidden;
    /* Prevents text overflow */
}

/* Professional plan badge - keep green */
.plan-card.professional .recommended-badge {
    background: linear-gradient(135deg, #06A441, #04A339);
    box-shadow:
        0 5px 20px rgba(6, 164, 65, 0.4),
        0 0 0 2px rgba(255, 255, 255, 0.9),
        0 0 0 4px rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .plan-card.basic .recommended-badge {
        right: -42px;
        padding: 10px 50px;
        font-size: 12px;
        top: 22px;
        width: 180px;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .plan-card.basic .recommended-badge {
        right: -38px;
        padding: 8px 45px;
        font-size: 11px;
        top: 20px;
        width: 160px;
        letter-spacing: 0.8px;
    }

    .plan-card.professional .recommended-badge {
        right: -40px;
        padding: 10px 55px;
        font-size: 11px;
        top: 22px;
        width: 160px;
    }
}

@media (max-width: 360px) {
    .plan-card.basic .recommended-badge {
        right: -33px;
        padding: 7px 40px;
        font-size: 10px;
        top: 18px;
        width: 145px;
        letter-spacing: 0.7px;
    }

    .plan-card.professional .recommended-badge {
        right: -35px;
        padding: 8px 45px;
        font-size: 10px;
        top: 15px;
        width: 140px;
    }
}

/* Small Mobile Screens */
@media (max-width: 320px) {
    .plan-card.basic .recommended-badge {
        right: -30px;
        padding: 6px 35px;
        font-size: 9px;
        top: 16px;
        width: 135px;
    }

    .plan-card.professional .recommended-badge {
        right: -30px;
        padding: 7px 40px;
        font-size: 10px;
        top: 15px;
        width: 140px;
    }
}


/* Add smooth scroll behavior to the entire page */
@media (max-width: 768px) {
    html {
        scroll-behavior: smooth;
    }

    /* Add an anchor target for the Professional plan */
    .plan-card.professional {
        scroll-margin-top: 20px;
    }
}

.choose-your {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}

.plan-links {
    width: 100%;
    text-align: center;
    display: none;
    justify-content: center;
    margin: 20px 0;
}

.plan-links a {
    width: 100%;
    margin: 0 5px;
    font-size: 15px;
    color: var(--e-global-body-text-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    background-color: #dfdfdf;
    padding: 8px 20px;
    border-radius: 50px;
}

.plan-links a.active {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

@media (max-width: 991px) {
    .plan-links {
        display: flex;
    }

    .plan-card {
        display: none;
    }

    .plan-card.professional {
        transform: inherit !important;
    }
}

@media (max-width: 584px) {
    .plan-links a {
        font-size: 13px;
        padding: 8px 15px;
    }

    .plan-card.basic .recommended-badge {
        right: -33px;
        padding: 7px 40px;
        font-size: 8px;
        top: 18px;
        width: 145px;
        letter-spacing: 0.7px;
    }

    .plan-card.professional .recommended-badge {
        right: -32px;
        padding: 11px 45px 8px 45px;
        font-size: 8px;
        top: 15px;
        width: 140px;
    }
}

/**************************************************/
/**** Find Agents CSS ****/
/**************************************************/
.sub_banner .sub_banner_con.sub-find-agents-banner::before {
    background: url(../img/find-agents-banner.jpg);
}

.find-agents-con {
    background-color: var(--policies-review-bg-color) !important;
    position: relative;
    padding: 60px 0;
}

.find-agents-con .mobile-filter {
    position: absolute;
    top: 20px;
    right: 15px;
    display: none;
    width: 36px;
    height: 36px;
    background-color: var(--e-global-color-accent);
    padding: 6px 7px;
    border-radius: 100px;
}

.find-agents-con .mobile-filter svg {
    width: 22px;
    height: 22px;
}

.close-mobile-filter {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.close-mobile-filter svg {
    width: 26px;
}

.find-agents-content {
    display: flex;
}

.find-agents-filter-wrapper {
    width: 300px;
    flex: 0 0 300px;
    max-width: 300px;
    margin: 0 25px 0 0;
}

.find-agents-filter {
    width: 100%;
    padding: 20px 15px 25px 15px;
    /* padding: 10px 15px 25px 15px; */
    border-radius: 8px;
    background-color: #fff;
    position: sticky;
    top: 10px;
}

.find-agents-filter form {
    display: block;
}

.find-agents-filter h3 {
    margin-bottom: 20px;
    padding: 0;
}

.find-agents-filter form .form-group {
    width: 100%;
    margin: 0 0 20px 0;
}

.find-agents-filter form .form-group:first-child {
    margin-left: 0;
}

.find-agents-filter form .form-group:last-child {
    margin-right: 0;
}

.form-group.button {
    display: flex;
    align-items: center;
}

.form-group.button button {
    margin-left: 1rem;
}

.form-group.button button:first-child {
    margin-left: 0;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slidecontainer input {
    padding: 5px 0px !important;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 15px;
    background: var(--e-global-color-primary);
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 15px;
    background: var(--e-global-color-primary);
    cursor: pointer;
}

.find-agents-list {
    width: 100%;
    margin: 0;
    padding: 0;
    /* border-top: 1px solid var(--e-global-color-border); */
}

.find-agents-list .find-agents-list-title {
    width: 100%;
    border-bottom: 1px solid var(--e-global-color-border);
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    max-width: 88%;
}

.find-agents-list .find-agents-list-title h3 {
    font-size: 26px;
    color: var(--e-global-color-primary);
}

.find-agents-list .find-agents-list-title p {
    font-size: 18px;
    margin: 0;
}

.find-agents-list-item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0px;
    border: 1px solid var(--e-global-color-border);
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 10px #e1e1e1;
    border-radius: 10px;
    background-color: var(--e-global-color-white);
}

.find-agents-list-item.disabled {
    position: relative;
    filter: blur(3px);
}

.find-agents-list-item.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff78;
    width: 100%;
    height: 100%;
}

.find-agents-list-item:hover {
    box-shadow: 0 0 15px #c7c7c7;
    transition: all 0.3s ease-in-out;
}

.pic-block {
    width: 250px;
    margin: 0 0px 0 0;
    border-right: 1px solid var(--e-global-color-border);
    padding: 0px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
}

.matching {
    position: absolute;
    background-color: #058936;
    padding: 3px 8px;
    width: auto;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    border-radius: 100px;
    /* border-radius: 100px; */
    left: 50%;
    margin: 0 0 0 -50px;
    top: 10px;
}

.matching svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    fill: #fff;
    stroke: #fff;
}



.like-buttons {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.like-buttons button {
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    width: 32px;
    height: 32px;
    border-radius: 100px !important;
    margin: 0 5px;
    padding: 4px;
}

.like-buttons button svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    transition: all 0.3s ease-in-out;
}

.find-agents-list-item-pic {
    width: 220px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    /* background-color: var(--e-global-color-primary); */

    background: #18529D;
    background: linear-gradient(180deg, rgba(24, 82, 157, 1) 0%, rgba(42, 114, 209, 1) 100%);


}

.find-agents-list-item-pic.purple-bg-pic {
    background: #E0C6E7;
    background: linear-gradient(180deg, rgba(224, 198, 231, 1) 0%, rgba(227, 226, 244, 1) 46%, rgba(224, 198, 231, 1) 100%);
}

.find-agents-list-item-pic.gray-bg-pic {
    background: #BBCDE1;
    background: linear-gradient(180deg, rgba(187, 205, 225, 1) 0%, rgba(218, 228, 238, 1) 46%, rgba(190, 207, 227, 1) 100%);
}

.find-agents-list-item-pic.green-bg-pic {
    background: #186344;
    background: linear-gradient(180deg, rgba(24, 99, 68, 1) 0%, rgba(33, 119, 92, 1) 51%, rgba(24, 99, 68, 1) 100%);
}

.find-agents-list-item-pic.dark-blue-bg-pic {
    background: #3B31A1;
    background: linear-gradient(180deg, rgba(59, 49, 161, 1) 0%, rgba(96, 87, 192, 1) 100%);
}

.find-agents-list-item-pic.orange-bg-pic {
    background: #FAA86E;
    background: linear-gradient(180deg, rgba(250, 168, 110, 1) 0%, rgba(230, 189, 158, 1) 50%, rgba(250, 168, 110, 1) 100%);
}

.find-agents-list-item-pic img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}

.find-agents-list-item-content {
    width: 100%;
    margin: 0;
    padding: 20px 20px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.agents-name-location {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.agents-name-location h3 {
    width: auto;
    font-size: 20px;
    margin: 0 0 0px 0;
    color: var(--e-global-color-primary);
}

.agents-name-location span {
    background-color: #e9f2f0;
    border-radius: 5px;
    padding: 3px 8px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
    color: var(--e-global-color-accent);

    display: flex;
    align-items: center;
}

.agents-name-location span svg {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 2px;
    stroke: var(--e-global-color-accent);
}

.agent-location {
    width: 100%;
    font-size: 16px;
    color: var(--e-global-color-text);
    padding: 0;
    display: inline-block;
}

.rating-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rating-block span {
    background-color: #e9f2f0;
    border-radius: 5px;
    padding: 3px 8px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
    color: var(--e-global-color-accent);
}

.rating-block span svg {
    width: 15px;
    /* height: 12px; */
    vertical-align: middle;
    margin-right: 2px;
    stroke: var(--e-global-color-accent);
}

.rating-block span span {
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 12px;
    color: var(--e-global-color-black);
}

.rating-block span.rating-block-star {
    background-color: #fff3dd;
    color: var(--e-global-color-text);
    font-weight: 600;
}

.rating-block span.rating-block-star svg {
    fill: #f5a317;
    stroke: #f5a317;

}

.rating-block span.rating-block-star span {
    background-color: transparent;
    color: #9d9d9d;
}

.rating-block span.rating-block-year {
    background: #e8edeb;
    color: var(--e-global-color-black);
}

.rating-block span.rating-block-year svg {
    /* background: #e8edeb; */
    stroke: var(--e-global-color-black);
    margin-right: 5px;
}

.rating-block span.rating-block-fast {
    background: #f0fdf4;
    color: #1d724f;
}

.rating-block span.rating-block-fast svg {
    margin-right: 5px;
    stroke: #1d724f;
}

.claims-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-left: 1px solid #dddddd;
    margin-left: 15px;
    padding-left: 10px;
}

.claims-block span {
    background-color: #efefef;
    border-radius: 5px;
    padding: 3px 8px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
    color: var(--e-global-color-black);
}

.claims-block span svg {
    width: 15px;
    /* height: 12px; */
    vertical-align: middle;
    margin-right: 2px;
    stroke: var(--e-global-color-black);
}

.claims-block span span {
    margin: 0;
    padding: 0 0 0 5px;
}

.claims-block span.rating-block-Life-item {
    margin-left: 15px;
    /* border-left: 1px solid var(--e-global-color-border); */
}

.bottom-content-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
}

.bottom-content-card-left {
    display: flex;
    align-items: center;
}

.bottom-content-card-left span {
    padding: 3px 15px;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 10px;
    font-size: 14px;
}

.bottom-content-card-left span svg {
    margin-right: 8px;
}

.bottom-content-card-left span.fire {
    background-color: #facbcf;
    color: rgb(255, 113, 113);
}

.agent-card-segments {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 15px 0 10px;
    padding: 0 5px;
    width: 100%;
    flex-basis: 100%;
    clear: both;
}

.insurance-pill.card-pill {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    margin: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 480px) {
    .insurance-pill.card-pill {
        font-size: 11px;
        padding: 3px 10px;
    }
}

.bottom-butons {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bottom-butons a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-family: "Urbanist", sans-serif;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
}

.bottom-butons a svg {
    margin-right: 8px;
    width: 16px;
}

.bottom-butons a.phone-btn {
    border: 1px solid var(--new-policies-color);
    background-color: var(--new-policies-color);
    color: #fff;
}

.bottom-butons a.phone-btn:hover {
    background-color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

.bottom-butons a.chat-btn {
    border: 1px solid #1d724f;
    background-color: #1d724f;
    color: #fff;
}

.bottom-butons a.chat-btn:hover {
    border: 1px solid #068a53;
    background-color: #068a53;
    color: #fff;
}

.bottom-butons a.view-profile-btn {
    border: 1px solid var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.bottom-butons a.view-profile-btn:hover {
    border: 1px solid var(--e-global-color-secondary);
    background-color: var(--e-global-color-secondary);
    color: #fff;
}


.find-more-agent-btn {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.find-more-agent-btn .all-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    border-radius: 8px;
    font-family: "Urbanist", sans-serif;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.find-more-agent-btn .all-btn:hover {
    background-color: #2196f3;
}

.no-agents-found {
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-border);
    margin-bottom: 20px;
}

.no-agents-found .all-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #1d724f;
    color: #fff;
    border-radius: 8px;
    font-family: "Urbanist", sans-serif;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.no-agents-found .all-btn:hover {
    background-color: #12965f;
}



@media (max-width: 1180px) {
    .find-agents-con .mobile-filter {
        display: block;
    }

    .find-agents-filter-wrapper {
        position: fixed;
        top: 0;
        left: 0px;
        width: 280px;
        z-index: 99999;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        height: 100%;
        display: none;
        overflow-y: auto;
    }

    .find-agents-filter-wrapper.show-filter {
        display: block;
    }

    .close-mobile-filter {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 10;
        padding: 0;
    }

    .find-agents-filter {

        padding: 10px 15px 25px 15px;

    }
}

@media (max-width: 991px) {
    .bottom-content-card {
        flex-wrap: wrap;
    }

    .bottom-butons {
        margin-top: 10px;
    }

    .claims-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .find-agents-list-item {
        flex-wrap: wrap;
    }

    .pic-block {
        width: 100%;
    }

    .matching {
        position: relative;
        left: 0;
        margin: 0 0 0 0;
        top: 0;
        border-radius: 10px 10px 0 0;
        padding: 8px 10px;
    }

    .find-agents-list-item-pic {
        width: 100%;
        border-radius: 0;
        height: auto;
        padding: 15px 0 25px 0;
    }

    .like-buttons {
        position: relative;
        bottom: 15px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .claims-block {
        flex-wrap: wrap;
        gap: 6px;
    }

    .claims-block span {
        margin: 0;

    }

    .claims-block span.rating-block-Life-item {
        margin: 0;
    }

    .bottom-butons {
        flex-wrap: wrap;
    }

    .bottom-content-card-left span {
        font-size: 13px;
    }

}

@media (max-width: 584px) {
    .find-agents-list-item-content {
        padding: 10px 15px 15px 15px;
        position: relative;
    }

    .bottom-butons {
        width: 100%;
        justify-content: space-between;
    }

    .bottom-butons a {
        width: 49%;
        justify-content: center;
        margin-right: 0 !important;
        height: 36px;
    }

    .bottom-butons .view-profile-btn {
        width: 100%;
        margin-top: 10px;
        text-align: center;
        justify-content: center;
        margin-right: 0;
    }

    .agents-name-location span {
        position: absolute;
        top: -20px;
        right: 15px;
    }
}

/***********************************************/
/******* About Us page *****/


.sub_banner .sub_banner_con.sub-contact-banner::before {
    background-image: url(../img/contact-us-banner.jpg);
    background-position: top;
}

.sub_banner .sub_banner_con.sub-about-banner::before {
    background-image: url(../img/about-us-banner.jpg);
    background-position: top;
}

.about-page.benefit-con .benefit_wrapper ul li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page.benefit-con .benefit_wrapper ul li .icon svg {
    width: 55px;
    height: 40px;
    margin: 0 !important;
}

.about-page.benefit-con .benefit_wrapper ul li h5 {
    font-size: 18px;
}


.service-con.about-service .service-box .icon svg {
    width: 50px;
    height: 50px;
}

/***********************************************/
/* Coming Soon Features */
.register-con,
.login-con {
    padding: 120px 0;
    background-color: #f2f5f4;
}

/* Footer Social Icons Single Line Fix */
.footer-con .middle_portion .social-icons {
    display: flex !important;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: nowrap;
}

.footer-con .middle_portion .social-icons li {
    margin-right: 10px !important;
    margin-left: 0 !important;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0 !important;
}

@media screen and (max-width: 575px) {
    .footer-con .middle_portion .icon {
        padding-left: 0 !important;
        margin-top: 20px;
    }
}

/* ------------------------------------------------------------------ */
/* AGENT LOGIN STYLES                                                 */
/* ------------------------------------------------------------------ */

.login-section {
    min-height: calc(100vh - 100px);
    /* Adjust based on header height */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 58, 173, 0.05) 0%, rgba(6, 164, 65, 0.05) 100%);
    padding: 40px 20px;
}

.login-container {
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 48px;
    position: relative;
    overflow: hidden;
}

.login-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #003AAD, #06A441);
}

.login-header {
    text-align: center;
    margin-bottom: 32px;
}

.login-header img {
    height: 50px;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.login-header img:hover {
    transform: scale(1.05);
}

.login-header h1 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.login-header p {
    color: #6b7280;
    font-size: 16px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 8px;
}

.form-group input {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fbfbfb;
}

.form-group input:focus {
    outline: none;
    border-color: #003AAD;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 58, 173, 0.1);
}

.forgot-password {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #003AAD;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 32px;
    transition: color 0.2s;
    cursor: pointer;
}

.forgot-password:hover {
    color: #06A441;
    text-decoration: underline;
}

.auth-step {
    display: none;
    animation: fadeIn 0.4s ease;
}

.auth-step.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.back-link {
    text-align: center;
    margin-top: 16px;
}

.back-link a {
    font-size: 14px;
    color: #6b7280;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}

.back-link a:hover {
    color: #003AAD;
}

.login-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(to right, #003AAD, #002d85);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.login-btn:hover {
    background: linear-gradient(to right, #002d85, #003AAD);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 58, 173, 0.3);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    color: #6b7280;
    font-size: 14px;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e5e7eb;
}

.divider:not(:empty)::before {
    margin-right: .75em;
}

.divider:not(:empty)::after {
    margin-left: .75em;
}

.google-btn {
    width: 100%;
    padding: 12px;
    background: white;
    color: #1f2937;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.google-btn:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.google-btn img {
    height: 20px;
    width: 20px;
}

.register-link {
    text-align: center;
    margin-top: 32px;
    font-size: 15px;
    color: #6b7280;
}

.register-link a {
    color: #06A441;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
}

.register-link a:hover {
    text-decoration: underline;
}

/* Custom Responsive Adjustments */
@media (max-width: 480px) {
    .login-container {
        padding: 32px 24px;
        border-radius: 0;
        box-shadow: none;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .login-section {
        padding: 0;
        background: #fff;
    }
}

/* ----------------------------------------------------- */
/* AGENT REGISTRATION FORM STYLES - Moved from blade file */
/* ----------------------------------------------------- */

.selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.selected-item {
    background: #ADD8E6 !important;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    border: 1px solid #90cbdc;
    color: #273C8E;
    font-weight: 500;
    margin: 4px !important;
}

.selected-item .remove-item {
    cursor: pointer;
    border: none;
    background: none;
    color: #273C8E;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    line-height: 1;
    margin-left: 8px;
}

.selected-item .remove-item:hover {
    color: #d32f2f;
}

.company-input-container,
.email-input-container {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
}

.verify-btn {
    background: #273C8E !important;
    color: white !important;
    border: none !important;
    padding: 0 20px !important;
    border-radius: 5px !important;
    height: 50px !important;
    min-width: 100px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s;
    line-height: 50px;
}

.verify-btn:hover {
    background: #1a2a63 !important;
}

.verify-btn:disabled {
    background: #bdc3c7 !important;
    cursor: not-allowed;
}

.otp-section {
    margin-top: 15px;
    padding: 15px;
    background: #f0f7ff;
    border-radius: 8px;
    border: 1px solid #d0e2ff;
    display: none;
}

.email-note {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-top: 4px;
    font-style: italic;
}

.verified-badge {
    color: #059669;
    font-weight: 600;
    font-size: 14px;
    display: none;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

/* Password Toggle Styles */
.password-field-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.password-field-wrapper input {
    padding-right: 45px !important;
}

.password-toggle-icon {
    position: absolute;
    right: 15px;
    cursor: pointer;
    color: #6b7280;
    font-size: 18px;
    user-select: none;
    transition: color 0.2s;
    z-index: 10;
}

.password-toggle-icon:hover {
    color: #1a6d6d;
}

/* Favorite Button Styles */
.favorite-btn:hover {
    color: #ef4444 !important;
    background-color: #fef2f2 !important;
}

.favorite-btn:hover svg {
    fill: #ef4444 !important;
}

.favorite-btn.is-favorited svg {
    fill: currentColor;
}

.favorite-btn.is-favorited {
    color: #ef4444 !important;
}