@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
div#navBar {
    display: none !important;
}
.btn-primary {
    background-color: white;
    border: 2px solid #0042bf;
    padding: 0.5rem 2.5rem;
    border-radius: 50px;
    color: #0042bf;
}
.bg_div {
    background: #1e75bb29;
    display: none !important;
}
.company_logo {
    max-width: 180px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.vp_h2 {
    font-weight: 700;
    font-size: 46px;
    font-family: "Space Grotesk";
}
.vp_h2_1 {
    font-weight: 700;
    font-size: 46px;
    font-family: "Space Grotesk";
    margin-top: 0 !important;
}
/* 1200px se choti screen pe hide ho jaye */
@media (max-width: 1199px) {
    .container-md.container-fluid.d-lg-none.d-block.py-2 {
        display: none !important;
    }
    a.btn.btn-primary.secondary-btn.new {
        font-size: 16px;
    }
    .bg_div {
        background: #1e75bb29;
        display: none !important;
    }
    .section_bottom_header.d-md-none.d-block {
        display: none !important;
    }
}
.pricing-table-container {
    overflow-x: auto;
    margin: 2rem 0;
    max-height: 80vh;
    overflow-y: auto;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 0px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.small,
small {
    font-size: 16px;
    color: #0000009e;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.pricing-table-container::-webkit-scrollbar {
    display: none;
}
.pricing-table {
    width: 100%;
    min-width: 1000px;
    /* Ensure table has a minimum width */
    border-collapse: separate;
    border-spacing: 0;
    background: white;
}
.hr-line {
    border-radius: 37px;
    height: 5px;
    width: 8%;
    background: #bdd7eb;
    margin: 0rem auto 2rem;
}
.pricing-table th,
.pricing-table td {
    padding: 1rem;
    text-align: center;
    border: 1px solid #e1e4e8;
}
.pricing-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}
.pricing-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.2rem 1rem;
    border-bottom: 2px solid #e1e4e8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4a5568;
}
.pricing-table th:first-child {
    background-color: #f8f9fa;
    text-align: left;
    padding-left: 2rem;
    /* Increased left padding */
    position: sticky;
    left: 0;
    z-index: 5;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
.pricing-table th:not(:first-child) {
    text-align: center;
    min-width: 220px;
    /* Increased min-width for better content fit */
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border-left: 1px solid #e1e4e8;
    border-right: 1px solid #e1e4e8;
    padding: 1rem 1.5rem;
    width: 25%;
    height: 280px;
}
.pricing-table th:first-child {
    text-align: left;
    background-color: #f8f9fa;
    border-right: none;
    width: 25%;
    min-width: 250px;
}
.pricing-table td {
    vertical-align: middle;
    padding: 1rem;
    border-bottom: 1px solid #e1e4e8;
}
.pricing-table td:first-child {
    font-weight: 500;
    color: #2d3748;
    padding-left: 2rem;
    /* Match header padding */
    position: sticky;
    left: 0;
    background: white;
    z-index: 2;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
.rotate-icon {
    transition: transform 0.3s ease;
    display: inline-block;
}
.rotate-icon.rotate {
    transform: rotate(180deg);
}
.pricing-table td:not(:first-child) {
    text-align: center;
    border-left: 1px solid #e1e4e8;
}
.pricing-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.pricing-table .section-header {
    background-color: #f1f8ff;
    font-weight: 600;
}
.pricing-table .section-header td {
    text-align: left;
    padding: 1rem;
    border-left: 3px solid #3f80e2;
}
.pricing-table .fa-check {
    color: #28a745;
    font-size: 1.2rem;
}
.pricing-table .fa-times {
    color: #dc3545;
    opacity: 0.5;
}
.cta-button {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: #3f80e2;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.cta-button:hover {
    background: #2c6cb9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Responsive styles */
@media (max-width: 992px) {
    .pricing-table {
        display: block;
    }
    .pricing-table thead {
        display: none;
    }
    .pricing-table tbody,
    .pricing-table tr,
    .pricing-table td {
        display: block;
        width: 100%;
    }
    .pricing-table tr {
        margin-bottom: 1rem;
        border: 1px solid #e1e4e8;
        border-radius: 8px;
        overflow: hidden;
    }
    .pricing-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .pricing-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 1rem;
        width: 45%;
        padding-right: 1rem;
        font-weight: 600;
        text-align: left;
    }
    .pricing-table .section-header {
        text-align: center !important;
    }
    .pricing-table .section-header td::before {
        display: none;
    }
    .pricing-table tfoot {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    .pricing-table tfoot td {
        width: auto;
        padding: 0;
    }
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
}
:root {
    --primary-color: #0043c0;
    --primary-hover: #003399;
    --text-color: #2a2f32;
    --light-bg: #f8f9fa;
    --border-color: #e1e4e8;
}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text-color);
    background-color: #ffffff;
    line-height: 1.6;
}
.pricing-header {
    padding: 5rem 1rem 3rem 1rem;
    /*background: #8bc2fa4f;*/
    background-image: url(../image/banner-12.webp);
    /* background-image: url(../image/packages_page.webp); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-bottom: 3rem;*/
    /* border-radius: 0 0 30px 30px; */
}
.pricing-titleh2 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #1c74bb;
    margin-bottom: 1rem;
    line-height: 40px;
    font-family: "Space Grotesk";
}
p.price-description {
    text-align: left;
    font-family: "Outfit";
    font-weight: 300;
    font-size: 18px;
    color: #2a2f45;
}
.pricing-subtitle {
    text-align: start;
    font-size: 1.25rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 2rem;
}
.toggle-switch {
    display: inline-flex;
    background: #e9ecef;
    border-radius: 50px;
    padding: 5px;
    margin: 1rem 0;
}
.toggle-option {
    padding: 0.5rem 2rem;
    border: none;
    background: transparent;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.toggle-option.active {
    background: var(--primary-color);
    color: white;
}
.pricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2rem;
    max-width: 1400px;
    margin: 20px auto;
}
.pricing-card .sell {
    background-color: #2db24a;
    padding: 8px;
    color: white;
    font-weight: 900;
    border-radius: 35px;
}
.pricing-card .best_for {
    font-size: 16px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-family: "outfit";
}
.pricing-card .papular {
    position: absolute;
    right: -35px;
    top: -35px;
    background-color: #1e75bb;
    padding: 15px;
    border-radius: 50%;
}
.pricing-card .papular i {
    color: #ffffff;
    font-size: 30px;
}
.pricing-card .top-picked {
    background-color: #ec1c65;
    padding: 8px;
    border-radius: 15px;
    text-align: center;
}
.pricing-card .top-picked span {
    font-size: 16px;
    letter-spacing: 0.7px;
    font-weight: 500;
    font-family: "Outfit";
    color: white;
}
.pricing-card .price-break {
    font-size: 32px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-family: "Outfit";
    text-decoration: line-through;
    color: #000000ab;
}
.faq-item {
    border-bottom: 1px solid #e5e7eb;
}
.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 500;
    color: #111827;
    transition: background-color 0.2s;
}
.faq-question:hover {
    background-color: #f9fafb;
}
.question-text {
    flex: 1;
    padding-right: 20px;
}
.chevron {
    width: 20px;
    height: 20px;
    color: #2563eb;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.chevron.rotate {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-answer.open {
    max-height: 500px;
}
.answer-content {
    padding-bottom: 24px;
    color: #4b5563;
    line-height: 1.7;
}
@media (max-width: 768px) {
    .vp_cont_1 {
    
   padding: 0px !important;
}
    h1 {
        font-size: 2rem;
    }
    .faq-question {
        font-size: 1rem;
    }
}
@media screen and (max-width: 786px) {
    .pricing-card .papular {
        right: -20px;
        top: -20px;
    }
    .pricing-card .advance {
        padding: 30px;
    }
    .pricing-card .basic {
        padding: 30px !important;
    }
}
@media screen and (max-width: 480px) {
    .pricing-card .papular {
        padding: 10px;
    }
    .pricing-card .papular i {
        font-size: 22px;
    }
}
.pricing-card {
    height: fit-content;
    background: white;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*.card-header {*/
/*    padding: 38px 2rem 0px;*/
/*    text-align: center;*/
/*}*/
.plan-name {
    font-size: 2.1rem;
    font-weight: 600;
    color: #2b2f32;
    margin-bottom: 0.5rem;
    font-family: "Noto Serif";
}
.plan-names {
    font-size: 2.3rem;
    font-weight: 600;
    color: #2b2f32;
    margin-bottom: 0.5rem;
    font-family: "Noto Serif";
}
.plan-price {
    font-size: 4rem;
    font-weight: 800;
    color: #2b2f32;
}
.price-period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 400;
}
.plan-description {
    color: #6c757d;
    margin-bottom: 1.5rem;
    min-height: 60px;
}
.cta-button {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    background: white;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}
.gradient-text {
    background: linear-gradient(90deg, #1e73b8, #65c51f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 800;
}
.cta-button:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    color: white;
}
.features-section {
    padding: 20px 2rem;
}
.section-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: "Noto Serif";
    margin: 1.5rem 0rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}
.feature-list {
    list-style: none;
    padding: 0;
}
.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
}
.feature-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://mygoodmovers.com/assets/image/check.png) no-repeat
        center;
    background-size: contain;
    margin-right: 10px;
    flex-shrink: 0;
}
.see-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.see-more-btn:hover {
    background: #f0f5ff;
    text-decoration: none;
}
.see-more-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}
.see-more-btn.expanded i {
    transform: rotate(180deg);
}
.additional-features {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.additional-features.visible {
    max-height: 1000px;
}
.divider {
    height: 1px;
    background: var(--border-color);
    margin: 1.5rem 0;
    opacity: 0.5;
}
@media (max-width: 992px) {
    .pricing-cards {
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }
    .pricing-card {
        min-width: 100%;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .plan-names {
        margin-top: 20px;
    }
    .pricing-subtitle {
        font-size: 1.1rem;
    }
    .features-section {
        padding: 20px 1rem;
    }
    .card-header {
        padding: 20px 1rem 0px;
    }
    .feature-item {
        font-size: 14px;
    }
    .plan-description {
        font-size: 1rem;
    }
    .plan-price {
        font-size: 2.5rem;
    }
}
.testimonials-section {
    padding: 20px 0;
}
.testimonial-logo {
    width: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    background: white;
}
.testimonial-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-header {
    text-align: center;
    margin-bottom: 20px;
}
.section-header h2 {
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: "Space Grotesk";
}
.trusted-badge {
    display: inline-block;
    background: #e8e8ff;
    color: #6366f1;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}
h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    font-family: "Space Grotesk";
    margin-top: 70px;
}
.trustpilot-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.stars {
    color: #00b67a;
    font-size: 24px;
}
.testimonial-card {
    background: #bdd7eb1f;
    border-radius: 16px;
    padding: 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.fa-stars {
    color: #ff9215;
    font-size: 26px;
}
.icon-container {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.icon-green {
    background: #d4f4dd;
    color: #10b981;
}
.icon-purple {
    background: #e8e8ff;
    color: #6366f1;
}
.icon-blue {
    background: #dbeafe;
    color: #3b82f6;
}
.icon-orange {
    background: #fed7aa;
    color: #f97316;
}
.card {
    padding: 20px;
    border: 2px solid #1e75bb36;
    border-radius: 20px;
    position: relative;
    background: white;
}
div#call_action\ ie {
    padding: 60px 20px 0px 20px;
    border-radius: 20px;
    display: block;
    /*background-image: url(https://mygoodmovers.com/assets/image/mgm-partnership-banner.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#call_action {
    background: rgb(219 233 244);
    padding: 60px 20px;
    border-radius: 20px;
    /* border: 2px solid #1e75bb; */
    display: none !important;
}
.card_table span {
    font-size: 26px !important;
    font-family: "Noto Serif";
    text-align: left;
    font-weight: 600;
    color: #1e75bb;
    margin-bottom: 10px;
    line-height: 32px;
}
.card .card-body {
    padding: 0;
    font-family: "Plus Jakarta Sans";
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
ul li {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
    line-height: 28px;
    margin-bottom: 0px !important;
    padding: 0px 0px;
}
ul li p {
    margin-bottom: 10px;
}
.card-body ul li img {
    margin-right: 5px;
}
.icon-pink {
    background: #fce7f3;
    color: #ec4899;
}
.icon-cyan {
    background: #cffafe;
    color: #06b6d4;
}
.testimonial-quote {
    font-family: "Outfit";
    font-size: 16px;
    color: #374151;
    line-height: 22px;
    flex-grow: 1;
    margin-top: 20px;
    font-weight: 300;
    margin-bottom: 0px !important;
}
.sub-description {
    font-size: 14px;
    font-weight: 300;
}
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.service-tag {
    background: #f3f4f6;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #6b7280;
}
.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}
.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.author-details h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}
.author-details p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}
.watch-video {
    color: #6366f1;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.blur_sec button {
    font-weight: 600;
    font-family: "Outfit";
    border: 0;
    background-color: transparent;
    color: #1e75bb;
    font-size: 18px;
}
.blurred {
    position: relative;
    filter: blur(6px);
    pointer-events: none;
}
.header_stats h2 {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 48px;
    text-align: center !important;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.stat-box {
    background: white;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}
.stat-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.stat-box:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    border-color: #667eea;
}
.stat-box:hover::before {
    opacity: 0.03;
}
.stat-content {
    position: relative;
    z-index: 1;
    text-align: left;
}
.stat-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 25px;
    background: #1f75bb;
    color: white;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
.stat-label {
    font-size: 18px;
    color: #2b2f32;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
}
.stat-value {
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #012c0a;
}
.stat-description {
    font-size: 14px;
    margin-top: 0px;
    color: #00000080;
}
.featured-box {
    background: #1e75bb;
    color: white;
}
.featured-box .stat-icon {
    background: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.featured-box .stat-label {
    color: rgba(255, 255, 255, 0.85);
}
.featured-box .stat-value {
    color: white;
    -webkit-text-fill-color: white;
}
.featured-box .stat-description {
    color: rgba(255, 255, 255, 0.8);
}
.featured-box:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 70px rgba(102, 126, 234, 0.5);
}
.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #10b981;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.featured-box .badge {
    background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 768px) {
    .header h1 {
        font-size: 2em;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .stat-box {
        padding: 25px;
    }
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}
/*.stat-icon {*/
/*    animation: float 3s ease-in-out infinite;*/
/*}*/
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.carousel-control-prev {
    left: -25px;
}
.carousel-control-next {
    right: -25px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    width: 20px;
    height: 20px;
}
.pricing-description {
    text-align: center;
    font-family: "Outfit";
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}
.carousel-indicators {
    margin-bottom: -40px;
}
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d1d5db;
}
.carousel-indicators button.active {
    background-color: #6366f1;
}
@media (max-width: 768px) {
    .section-header h1 {
        font-size: 32px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}
.secondary-btn {
    margin: 0px;
    display: block !important;
    background: transparent !important;
    color: #1e75bb !important;
    border: 2px solid #1e75bb !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
    font-family: "Noto Serif";
    max-width: 370px;
    font-weight: 600;
    font-size: 21px;
}
.secondary-btn2 {
    margin: 0px;
    display: block !important;
    background: white !important;
    color: #1e75bb !important;
    border: 2px solid #1e75bb !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
    font-family: "Plus Jakarta Sans" !important;
}
.popular-badge {
    background: #0043c0;
    color: white;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}
.features-footer {
    font-size: 14px;
    text-align: center;
    margin-top: 3rem;
    font-weight: 400;
    font-style: italic;
}
.features-footer h3 {
    color: #2b2f32;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.features-footer h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e75bb;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.features-footer h3:hover:after {
    transform: scaleX(1);
}
.features-footer p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 700px;
}
.section-para {
    width: 65%;
    margin: 0 auto;
}
.heading {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 48px;
}
.modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.modal-header-price {
    display: flex;
    background-color: #1e75bb;
    color: white;
    border-radius: 10px 10px 0 0;
    padding: 1.5rem !important;
    justify-content: space-between;
    align-items: center;
}
.modal-header-price .btn-close {
    filter: invert(1);
    opacity: 0.8;
}
.modal-title {
    font-weight: 600;
}
.modal-body {
    padding: 1.5rem;
}
.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.form-control {
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
}
.form-control:focus {
    border-color: #1e75bb;
    box-shadow: 0 0 0 0.25rem rgba(30, 117, 187, 0.25);
}
.btn-primary {
    background-color: #0042bf;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
}
.btn-primary:hover {
    background-color: #1965a0;
}
.btn-secondary {
    background-color: #6c757d;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
}
.btn-secondary:hover {
    background-color: #5a6268;
}
/* Responsive Design */
@media (min-width: 768px) {
    .testimonials-header {
        padding-top: 30px;
        flex-direction: row;
        align-items: center;
    }
    .testimonial-card {
        padding: 2rem;
    }
    .author-details h5 {
        font-size: 1.1rem;
    }
    .testimonial-quote {
        font-size: 1rem;
    }
}
/* Make sure carousel items stack on mobile */
.carousel-inner .carousel-item .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
}
.carousel-inner .carousel-item .col-md-4 {
    flex: 0 0 90%;
    max-width: 90%;
    margin: 0 5%;
}
/* Hide scrollbar but keep functionality */
.carousel-inner .carousel-item .row::-webkit-scrollbar {
    display: none;
}
/* Tablet and up */
@media (min-width: 992px) {
    .carousel-inner .carousel-item .row {
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 0;
    }
    .carousel-inner .carousel-item .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin: 0;
        padding: 0 15px;
    }
}
.submit-btn-price {
    color: #ffffff;
    font-family: var(--popins-family);
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding: 6px 30px;
    text-transform: capitalize;
    background-color: var(--primary-color);
    border: 0;
    border-radius: 10px;
    width: 70%;
    height: 48px;
    margin-left: 0 !important;
}
.submit-btn-price:hover {
    background-color: rgb(25, 101, 160);
    color: #ffffff !important;
}
.section-wrapper {
    padding: 20px;
}
.section-header {
    text-align: center;
    margin-bottom: 30px;
}
.section-header p {
    font-size: 22px;
    color: #1e2023;
    line-height: 32px;
    max-width: 700px;
    margin: 0 auto;
}
.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.step_section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.step-number {
    width: 70px;
    height: 70px;
    background: #1e75bb;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    box-shadow: 0 0px 2px rgba(65, 105, 225, 0.3);
    border: 2px solid #1e75bb;
    font-family: "Outfit", sans-serif, serif;
}
.step-title {
    text-align: center;
    font-size: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: -10px;
    background-color: #fff;
    /*width: max-content;*/
    /*padding: 0 10px;*/
}
.connector {
    position: absolute;
    top: 40px;
    left: calc(55% + 40px);
    width: calc(100% - 80px);
    height: 2px;
    background: transparent;
}
.connector::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1e75bb 50%, transparent 50%);
    background-size: 10px 2px;
}
.connector-dot.start {
    left: 0;
}
.connector-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1e75bb;
    border-radius: 50%;
    top: -4px;
}
.connector-dot.end {
    right: 0;
}
.connector-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1e75bb;
    border-radius: 50%;
    top: -4px;
}
@media (max-width: 860px) {
    .steps-container {
        flex-direction: column;
        gap: 100px;
        margin-bottom: 40px;
    }
    .section-header h2 {
        font-size: 1.8rem;
    }
    .section-header p {
        font-size: 18px;
        line-height: 28px;
    }
    .connector-dot.end {
        bottom: 0;
        top: auto;
        right: auto;
        left: -4px;
    }
    .connector-dot.start {
        top: 0;
        left: -4px;
    }
    .connector::before {
        background: linear-gradient(to bottom, #1e75bb 50%, transparent 50%);
        background-size: 2px 10px;
    }
    .connector {
        top: calc(90% + 10px);
        left: 50%;
        width: 2px;
        height: 90px;
        background: transparent;
    }
    .step-number {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .step_section {
        width: 100%;
        position: relative;
    }
}
.footer_widget {
    padding: 40px 0;
    display: none;
}
/* Partner Application Form Styles */
.partner-form-container {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
    border: 3px solid #1e75bb;
}
.partner-application-form .form-label {
    font-weight: 500;
    color: #2a2f32;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.partner-application-form .form-control {
    border-bottom: 1px solid #e1e4e8 !important;
    border-radius: 0px;
    padding: 12px 0px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 0px solid;
}
.partner-application-form .form-control:focus {
    border: 0px solid #0042bf;
    box-shadow: none;
}
.partner-application-form .form-control::placeholder {
    color: #0000006c;
    font-size: 14px;
}
.submit-btn-partner {
    background: #1e75bb;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.submit-btn-partner:hover {
    background: #1e75bb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 66, 191, 0.3);
    color: white;
}
.submit-btn-partner:active {
    transform: translateY(0);
}
.partner-application-form .text-danger {
    color: #dc3545;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #fff;
    pointer-events: none;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    background-color: #1e75bb;
}
@media (max-width: 768px) {
    .partner-form-container {
        padding: 20px;
    }
    .submit-btn-partner {
        width: 100%;
        padding: 14px 20px;
    }
}
.slider-container {
    max-width: 100% !important;
    margin: 0;
    position: relative;
    padding: 0;
}
.slide-box {
    width: 130px;
}
.form_h3 {
    font-size: 28px;
    font-family: "Noto Serif";
    font-weight: 600;
}
footer {
    padding: 0px 0 0;
    font-weight: 500;
}
.footer_sec {
    background-image: url(../image/banner-12.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}
p.contct_no.quote.mb-0 {
    width: max-content;
    margin: auto;
}
hr.footer_hr {
    width: 48%;
    margin: 20px auto 5px;
    color: #382f321c;
    opacity: 1;
}
.call_to_p {
    max-width: 50%;
    margin: auto !important;
}
p.call_to_p.mx-auto {
    margin-left: auto !important;
}
.accordion .accordion-header button {
    background-color: white;
    color: var(--secondary-color);
    font-family: var(--albersans-family);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 24px;
    padding: 18px 0px;
    border-bottom: 1px solid #c1d9ec !important;
    border-radius: 0px !important;
    transition: all 0.3sease -in-out;
}
button.accordion-button.collapsed {
    border-bottom: 1px solid #1e75bb61 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-header {
    margin: 10px 0 !important;
}
.accordion-button::after {
    background-image: url(../image/drop-down-arrow.webp);
}
.accordion-body {
    padding: 12px 0;
    font-size: 18px;
    min-height: 80px;
}
.accordion-body p {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 16px;
}
.accordion-button:focus {
    box-shadow: none;
}
.vp_cont {
    border-radius: 30px;
    background: #bdd7eb3b;
    padding: 60px;
    border: 2px solid #1e75bb29;
    position: relative;
}
.vp_img {
    position: absolute;
    top: -45px;
    right: 9%;
}
.vp_img img {
    width: 310px;
}
.vp_list {
    font-size: 24px !important;
    font-family: "Outfit";
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .vp_img {
        position: absolute;
        top: -40px;
        right: 10%;
    }
    .verified_img {
        width: 250px !important;
    }
}
@media (max-width: 767px) {
    .vp_img {
        position: absolute;
        top: -6px;
        left: 6%;
    }
    .vp_cont {
        padding: 30px;
    }
    .verified_img {
        width: 160px !important;
        top: -20px;
        position: relative;
    }
    .vp_h2 {
        font-weight: 700;
        font-size: 32px;
        font-family: "Space Grotesk";
    }
    .vp_list {
        font-size: 18px !important;
        font-family: "Outfit";
        margin-bottom: 10px;
    }
    h2 {
        font-size: 32px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .pricing-header {
        padding: 4rem 10px 1rem;
    }
    .pricing-titleh2 {
        font-size: 22px;
        line-height: 30px;
    }
    .pricing-description {
        font-family: "Outfit";
        font-size: 18px;
        font-weight: 400;
        width: 100%;
    }
    .hr-line {
        margin: 0rem auto 1rem;
    }
    .partner-form-container {
        padding: 35px 15px 20px;
    }
    .card-header {
        padding: 0px 5px 0px;
    }
    ul li {
        padding: 0px 10px;
    }
    .card {
        padding: 20px 10px;
    }
    div#call_action\ ie {
        padding: 40px 0px 0px 0px;
    }
    .call_to_p {
        max-width: 100%;
        margin: auto !important;
    }
    .footer_sec {
        padding: 10px 0;
    }
    p.call_to_p.mx-auto {
        margin-left: auto !important;
        padding: 0 10px;
    }
    .slide-box {
        width: 90px;
    }
    .vp_cont {
        border-radius: 15px;
        background: #bdd7eb3b;
        padding: 40px 20px 30px;
        border: 2px solid #1e75bb29;
    }
    .hover-box {
        top: 130px;
    }
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    background-color: #2e6999;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
    color: white;
    position: fixed;
    z-index: 11;
    font-weight: 300;
    font-size: 16px;
    margin-top: -1px;
}
.marquee-content {
    display: inline-block;
    animation: marquee 30s linear infinite;
    padding-right: 20px;
    /* text-align: center; */
}
.margin_div {
    margin-top: 75px;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
div#navBar {
    display: none !important;
}
.btn-primary {
    background-color: white;
    border: 2px solid #0042bf;
    padding: 0.5rem 2.5rem;
    border-radius: 50px;
    color: #0042bf;
}
.bg_div {
    background: #1e75bb29;
    display: none !important;
}
.company_logo {
    max-width: 180px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.see_prices {
    background: #1e75bb00 !important;
    color: #1e75bb;
    /* margin-top: 40px; */
    font-weight: 600 !important;
    font-size: 20px;
    border-radius: 30px;
    padding: 10px 30px;
    border: 2px solid #1e75bb;
    margin-bottom: 15px;
}
.see_prices:hover {
    background: #1e75bb !important;
    color: #fff !important;
    border: 2px solid #1e75bb !important;
}
/* 1200px se choti screen pe hide ho jaye */
@media (max-width: 1199px) {
    .container-md.container-fluid.d-lg-none.d-block.py-2 {
        display: none !important;
    }
    a.btn.btn-primary.secondary-btn.new {
        font-size: 16px;
    }
    .bg_div {
        background: #1e75bb29;
        display: none !important;
    }
    .section_bottom_header.d-md-none.d-block {
        display: none !important;
    }
}
.pricing-table-container {
    overflow-x: auto;
    margin: 2rem 0;
    max-height: 80vh;
    overflow-y: auto;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 0px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.small,
small {
    font-size: 16px;
    color: #0000009e;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.pricing-table-container::-webkit-scrollbar {
    display: none;
}
.pricing-table {
    width: 100%;
    min-width: 1000px;
    /* Ensure table has a minimum width */
    border-collapse: separate;
    border-spacing: 0;
    background: white;
}
.hr-line {
    border-radius: 37px;
    height: 5px;
    width: 8%;
    background: #bdd7eb;
    margin: 0rem auto 2rem;
}
.pricing-table th,
.pricing-table td {
    padding: 1rem;
    text-align: center;
    border: 1px solid #e1e4e8;
}
.pricing-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}
.pricing-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.2rem 1rem;
    border-bottom: 2px solid #e1e4e8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4a5568;
}
.pricing-table th:first-child {
    background-color: #f8f9fa;
    text-align: left;
    padding-left: 2rem;
    /* Increased left padding */
    position: sticky;
    left: 0;
    z-index: 5;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
.pricing-table th:not(:first-child) {
    text-align: center;
    min-width: 220px;
    /* Increased min-width for better content fit */
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border-left: 1px solid #e1e4e8;
    border-right: 1px solid #e1e4e8;
    padding: 1rem 1.5rem;
    width: 25%;
    height: 280px;
}
.pricing-table th:first-child {
    text-align: left;
    background-color: #f8f9fa;
    border-right: none;
    width: 25%;
    min-width: 250px;
}
.pricing-table td {
    vertical-align: middle;
    padding: 1rem;
    border-bottom: 1px solid #e1e4e8;
}
.pricing-table td:first-child {
    font-weight: 500;
    color: #2d3748;
    padding-left: 2rem;
    /* Match header padding */
    position: sticky;
    left: 0;
    background: white;
    z-index: 2;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
.rotate-icon {
    transition: transform 0.3s ease;
    display: inline-block;
}
.rotate-icon.rotate {
    transform: rotate(180deg);
}
.pricing-table td:not(:first-child) {
    text-align: center;
    border-left: 1px solid #e1e4e8;
}
.pricing-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.pricing-table .section-header {
    background-color: #f1f8ff;
    font-weight: 600;
}
.pricing-table .section-header td {
    text-align: left;
    padding: 1rem;
    border-left: 3px solid #3f80e2;
}
.pricing-table .fa-check {
    color: #28a745;
    font-size: 1.2rem;
}
.pricing-table .fa-times {
    color: #dc3545;
    opacity: 0.5;
}
.cta-button {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: #3f80e2;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.cta-button:hover {
    background: #2c6cb9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Responsive styles */
@media (max-width: 992px) {
    .pricing-table {
        display: block;
    }
    .pricing-table thead {
        display: none;
    }
    .pricing-table tbody,
    .pricing-table tr,
    .pricing-table td {
        display: block;
        width: 100%;
    }
    .pricing-table tr {
        margin-bottom: 1rem;
        border: 1px solid #e1e4e8;
        border-radius: 8px;
        overflow: hidden;
    }
    .pricing-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .pricing-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 1rem;
        width: 45%;
        padding-right: 1rem;
        font-weight: 600;
        text-align: left;
    }
    .pricing-table .section-header {
        text-align: center !important;
    }
    .pricing-table .section-header td::before {
        display: none;
    }
    .pricing-table tfoot {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    .pricing-table tfoot td {
        width: auto;
        padding: 0;
    }
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
}
:root {
    --primary-color: #0043c0;
    --primary-hover: #003399;
    --text-color: #2a2f32;
    --light-bg: #f8f9fa;
    --border-color: #e1e4e8;
}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text-color);
    background-color: #ffffff;
    line-height: 1.6;
}
.pricing-title {
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 54px;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 0px;
}
.vp_list li {
    font-family: "Space Grotesk";
    font-size: 28px;
    font-weight: 300;
    color: #000 !important;
    line-height: 44px;
    margin-bottom: 10px;
    padding: 0px 15px;
}
.vp_para {
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: 300;
    color: #000 !important;
    line-height: 28px;
    margin-bottom: 10px;
}
.vp_list_1 li {
    font-size: 18px;
    font-weight: 300;
    color: #000 !important;
    line-height: 36px;
    margin-bottom: 10px;
}
.pricing-titleh2 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #1c74bb;
    margin-bottom: 1rem;
    line-height: 40px;
    font-family: "Space Grotesk";
}
p.price-description {
    text-align: left;
    font-family: "Outfit";
    font-weight: 300;
    font-size: 18px;
    color: #2a2f45;
}
.pricing-subtitle {
    text-align: start;
    font-size: 1.25rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 2rem;
}
.toggle-switch {
    display: inline-flex;
    background: #e9ecef;
    border-radius: 50px;
    padding: 5px;
    margin: 1rem 0;
}
.toggle-option {
    padding: 0.5rem 2rem;
    border: none;
    background: transparent;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.toggle-option.active {
    background: var(--primary-color);
    color: white;
}
.pricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2rem;
    max-width: 1400px;
    margin: 20px auto;
}
.pricing-card .sell {
    background-color: #2db24a;
    padding: 8px;
    color: white;
    font-weight: 900;
    border-radius: 35px;
}
.pricing-card .best_for {
    font-size: 16px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-family: "outfit";
}
.pricing-card .papular {
    position: absolute;
    right: -35px;
    top: -35px;
    background-color: #1e75bb;
    padding: 15px;
    border-radius: 50%;
}
.pricing-card .papular i {
    color: #ffffff;
    font-size: 30px;
}
.pricing-card .top-picked {
    background-color: #ec1c65;
    padding: 8px;
    border-radius: 15px;
    text-align: center;
}
.pricing-card .top-picked span {
    font-size: 16px;
    letter-spacing: 0.7px;
    font-weight: 500;
    font-family: "Outfit";
    color: white;
}
.pricing-card .price-break {
    font-size: 32px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-family: "Outfit";
    text-decoration: line-through;
    color: #000000ab;
}
.faq-item {
    border-bottom: 1px solid #e5e7eb;
}
.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 500;
    color: #111827;
    transition: background-color 0.2s;
}
.faq-question:hover {
    background-color: #f9fafb;
}
.question-text {
    flex: 1;
    padding-right: 20px;
}
.chevron {
    width: 20px;
    height: 20px;
    color: #2563eb;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.chevron.rotate {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-answer.open {
    max-height: 500px;
}
.answer-content {
    padding-bottom: 24px;
    color: #4b5563;
    line-height: 1.7;
}
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    .faq-question {
        font-size: 1rem;
    }
}
@media screen and (max-width: 786px) {
    .pricing-card .papular {
        right: -20px;
        top: -20px;
    }
    .pricing-card .advance {
        padding: 30px;
    }
    .pricing-card .basic {
        padding: 30px !important;
    }
}
@media screen and (max-width: 480px) {
    .pricing-card .papular {
        padding: 10px;
    }
    .pricing-card .papular i {
        font-size: 22px;
    }
}
.pricing-card {
    height: fit-content;
    background: white;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*.card-header {*/
/*    padding: 38px 2rem 0px;*/
/*    text-align: center;*/
/*}*/
.plan-name {
    font-size: 2.1rem;
    font-weight: 600;
    color: #2b2f32;
    margin-bottom: 0.5rem;
    font-family: "Noto Serif";
}
.plan-names {
    font-size: 2.3rem;
    font-weight: 600;
    color: #2b2f32;
    margin-bottom: 0.5rem;
    font-family: "Noto Serif";
}
.plan-price {
    font-size: 4rem;
    font-weight: 800;
    color: #2b2f32;
}
.price-period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 400;
}
.plan-description {
    color: #6c757d;
    margin-bottom: 1.5rem;
    min-height: 60px;
}
.cta-button {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    background: white;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}
.gradient-text {
    background: linear-gradient(90deg, #1e73b8, #65c51f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 800;
}
.cta-button:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    color: white;
}
.features-section {
    padding: 20px 2rem;
}
.section-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: "Noto Serif";
    margin: 1.5rem 0rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}
.feature-list {
    list-style: none;
    padding: 0;
}
.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
}
.feature-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://mygoodmovers.com/assets/image/check.png) no-repeat
        center;
    background-size: contain;
    margin-right: 10px;
    flex-shrink: 0;
}
.see-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.see-more-btn:hover {
    background: #f0f5ff;
    text-decoration: none;
}
.see-more-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}
.see-more-btn.expanded i {
    transform: rotate(180deg);
}
.additional-features {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.additional-features.visible {
    max-height: 1000px;
}
.divider {
    height: 1px;
    background: var(--border-color);
    margin: 1.5rem 0;
    opacity: 0.5;
}
@media (max-width: 992px) {
    .pricing-cards {
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }
    .pricing-card {
        min-width: 100%;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .plan-names {
        margin-top: 20px;
    }
    .pricing-subtitle {
        font-size: 1.1rem;
    }
    .features-section {
        padding: 20px 1rem;
    }
    .card-header {
        padding: 20px 1rem 0px;
    }
    .feature-item {
        font-size: 14px;
    }
    .plan-description {
        font-size: 1rem;
    }
    .plan-price {
        font-size: 2.5rem;
    }
}
.testimonials-section {
    padding: 20px 0;
}
.testimonial-logo {
    width: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    background: white;
}
.testimonial-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-header {
    text-align: center;
    margin-bottom: 20px;
}
.section-header h2 {
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: "Space Grotesk";
}
.trusted-badge {
    display: inline-block;
    background: #e8e8ff;
    color: #6366f1;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}
h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    font-family: "Space Grotesk";
    margin-top: 70px;
}
.trustpilot-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.stars {
    color: #00b67a;
    font-size: 24px;
}
.testimonial-card {
    background: #bdd7eb1f;
    border-radius: 16px;
    padding: 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.fa-stars {
    color: #ff9215;
    font-size: 26px;
}
.icon-container {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.icon-green {
    background: #d4f4dd;
    color: #10b981;
}
.icon-purple {
    background: #e8e8ff;
    color: #6366f1;
}
.icon-blue {
    background: #dbeafe;
    color: #3b82f6;
}
.icon-orange {
    background: #fed7aa;
    color: #f97316;
}
.card {
    padding: 20px;
    border: 2px solid #1e75bb36;
    border-radius: 20px;
    position: relative;
    background: white;
}
div#call_action\ ie {
    padding: 60px 20px 0px 20px;
    border-radius: 20px;
    display: block;
    /*background-image: url(https://mygoodmovers.com/assets/image/mgm-partnership-banner.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#call_action {
    background: rgb(219 233 244);
    padding: 60px 20px;
    border-radius: 20px;
    /* border: 2px solid #1e75bb; */
    display: none !important;
}
.card_table span {
    font-size: 26px !important;
    font-family: "Noto Serif";
    text-align: left;
    font-weight: 600;
    color: #1e75bb;
    margin-bottom: 10px;
    line-height: 32px;
}
.card .card-body {
    padding: 0;
    font-family: "Plus Jakarta Sans";
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.card-body ul li img {
    margin-right: 5px;
}
.icon-pink {
    background: #fce7f3;
    color: #ec4899;
}
.icon-cyan {
    background: #cffafe;
    color: #06b6d4;
}
.testimonial-quote {
    font-family: "Outfit";
    font-size: 16px;
    color: #374151;
    line-height: 22px;
    flex-grow: 1;
    margin-top: 20px;
    font-weight: 300;
    margin-bottom: 0px !important;
}
.sub-description {
    font-size: 14px;
    font-weight: 300;
}
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.service-tag {
    background: #f3f4f6;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #6b7280;
}
.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}
.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.author-details h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}
.author-details p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}
.watch-video {
    color: #6366f1;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.blur_sec button {
    font-weight: 600;
    font-family: "Outfit";
    border: 0;
    background-color: transparent;
    color: #1e75bb;
    font-size: 18px;
}
.blurred {
    position: relative;
    filter: blur(6px);
    pointer-events: none;
}
.header_stats h2 {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 48px;
    text-align: center !important;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.stat-box {
    background: white;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}
.stat-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.stat-box:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    border-color: #667eea;
}
.stat-box:hover::before {
    opacity: 0.03;
}
.stat-content {
    position: relative;
    z-index: 1;
    text-align: left;
}
.stat-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 25px;
    background: #1f75bb;
    color: white;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
.stat-label {
    font-size: 18px;
    color: #2b2f32;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
}
.stat-value {
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #012c0a;
}
.stat-description {
    font-size: 14px;
    margin-top: 0px;
    color: #00000080;
}
.featured-box {
    background: #1e75bb;
    color: white;
}
.featured-box .stat-icon {
    background: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.featured-box .stat-label {
    color: rgba(255, 255, 255, 0.85);
}
.featured-box .stat-value {
    color: white;
    -webkit-text-fill-color: white;
}
.featured-box .stat-description {
    color: rgba(255, 255, 255, 0.8);
}
.featured-box:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 70px rgba(102, 126, 234, 0.5);
}
.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #10b981;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.featured-box .badge {
    background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 768px) {
    .header h1 {
        font-size: 2em;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .stat-box {
        padding: 25px;
    }
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}
/*.stat-icon {*/
/*    animation: float 3s ease-in-out infinite;*/
/*}*/
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.carousel-control-prev {
    left: -25px;
}
.carousel-control-next {
    right: -25px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    width: 20px;
    height: 20px;
}
.pricing-description {
    text-align: center;
    font-family: "Outfit";
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}
.carousel-indicators {
    margin-bottom: -40px;
}
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d1d5db;
}
.carousel-indicators button.active {
    background-color: #6366f1;
}
@media (max-width: 768px) {
    .section-header h1 {
        font-size: 32px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}
.secondary-btn {
    margin: 0px;
    display: block !important;
    background: transparent !important;
    color: #1e75bb !important;
    border: 2px solid #1e75bb !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
    font-family: "Noto Serif";
    max-width: 370px;
    font-weight: 600;
    font-size: 21px;
}
.secondary-btn2 {
    margin: 0px;
    display: block !important;
    background: white !important;
    color: #1e75bb !important;
    border: 2px solid #1e75bb !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
    font-family: "Plus Jakarta Sans" !important;
}
.popular-badge {
    background: #0043c0;
    color: white;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}
.features-footer {
    font-size: 14px;
    text-align: center;
    margin-top: 3rem;
    font-weight: 400;
    font-style: italic;
}
.features-footer h3 {
    color: #2b2f32;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.features-footer h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e75bb;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.features-footer h3:hover:after {
    transform: scaleX(1);
}
.features-footer p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 700px;
}
.section-para {
    width: 65%;
    margin: 0 auto;
}
.heading {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 48px;
}
.modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.modal-header-price {
    display: flex;
    background-color: #1e75bb;
    color: white;
    border-radius: 10px 10px 0 0;
    padding: 1.5rem !important;
    justify-content: space-between;
    align-items: center;
}
.modal-header-price .btn-close {
    filter: invert(1);
    opacity: 0.8;
}
.modal-title {
    font-weight: 600;
}
.modal-body {
    padding: 1.5rem;
}
.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.form-control {
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
}
.form-control:focus {
    border-color: #1e75bb;
    box-shadow: 0 0 0 0.25rem rgba(30, 117, 187, 0.25);
}
.btn-primary {
    background-color: #0042bf;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
}
.btn-primary:hover {
    background-color: #1965a0;
}
.btn-secondary {
    background-color: #6c757d;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
}
.btn-secondary:hover {
    background-color: #5a6268;
}
/* Responsive Design */
@media (min-width: 768px) {
    .testimonials-header {
        padding-top: 30px;
        flex-direction: row;
        align-items: center;
    }
    .testimonial-card {
        padding: 2rem;
    }
    .author-details h5 {
        font-size: 1.1rem;
    }
    .testimonial-quote {
        font-size: 1rem;
    }
}
/* Make sure carousel items stack on mobile */
.carousel-inner .carousel-item .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
}
.carousel-inner .carousel-item .col-md-4 {
    flex: 0 0 90%;
    max-width: 90%;
    margin: 0 5%;
}
/* Hide scrollbar but keep functionality */
.carousel-inner .carousel-item .row::-webkit-scrollbar {
    display: none;
}
/* Tablet and up */
@media (min-width: 992px) {
    .carousel-inner .carousel-item .row {
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 0;
    }
    .carousel-inner .carousel-item .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin: 0;
        padding: 0 15px;
    }
}
.submit-btn-price {
    color: #ffffff;
    font-family: var(--popins-family);
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding: 6px 30px;
    text-transform: capitalize;
    background-color: var(--primary-color);
    border: 0;
    border-radius: 10px;
    width: 70%;
    height: 48px;
    margin-left: 0 !important;
}
.submit-btn-price:hover {
    background-color: rgb(25, 101, 160);
    color: #ffffff !important;
}
.section-wrapper {
    padding: 20px;
}
.section-header {
    text-align: center;
    margin-bottom: 30px;
}
.section-header h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}
.section-header p {
    font-size: 22px;
    color: #1e2023;
    line-height: 32px;
    max-width: 700px;
    margin: 0 auto;
}
.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.step_section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.step-number {
    width: 70px;
    height: 70px;
    background: #1e75bb;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    box-shadow: 0 0px 2px rgba(65, 105, 225, 0.3);
    border: 2px solid #1e75bb;
    font-family: "Outfit", sans-serif, serif;
}
.step-title {
    text-align: center;
    font-size: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: -10px;
    background-color: #fff;
    /*width: max-content;*/
    /*padding: 0 10px;*/
}
.connector {
    position: absolute;
    top: 40px;
    left: calc(55% + 40px);
    width: calc(100% - 80px);
    height: 2px;
    background: transparent;
}
.connector::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1e75bb 50%, transparent 50%);
    background-size: 10px 2px;
}
.connector-dot.start {
    left: 0;
}
.connector-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1e75bb;
    border-radius: 50%;
    top: -4px;
}
.connector-dot.end {
    right: 0;
}
.connector-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1e75bb;
    border-radius: 50%;
    top: -4px;
}
@media (max-width: 860px) {
    .steps-container {
        flex-direction: column;
        gap: 100px;
        margin-bottom: 40px;
    }
    .section-header h2 {
        font-size: 1.8rem;
    }
    .section-header p {
        font-size: 18px;
        line-height: 28px;
    }
    .connector-dot.end {
        bottom: 0;
        top: auto;
        right: auto;
        left: -4px;
    }
    .connector-dot.start {
        top: 0;
        left: -4px;
    }
    .connector::before {
        background: linear-gradient(to bottom, #1e75bb 50%, transparent 50%);
        background-size: 2px 10px;
    }
    .connector {
        top: calc(90% + 10px);
        left: 50%;
        width: 2px;
        height: 90px;
        background: transparent;
    }
    .step-number {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .step_section {
        width: 100%;
        position: relative;
    }
}
.footer_widget {
    padding: 40px 0;
    display: none;
}
/* Partner Application Form Styles */
.partner-form-container {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
    border: 3px solid #1e75bb;
}
.partner-application-form .form-label {
    font-weight: 500;
    color: #2a2f32;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.partner-application-form .form-control {
    border-bottom: 1px solid #e1e4e8 !important;
    border-radius: 0px;
    padding: 12px 0px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 0px solid;
}
.partner-application-form .form-control:focus {
    border: 0px solid #0042bf;
    box-shadow: none;
}
.partner-application-form .form-control::placeholder {
    color: #0000006c;
    font-size: 14px;
}
.submit-btn-partner {
    background: #1e75bb;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.submit-btn-partner:hover {
    background: #1e75bb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 66, 191, 0.3);
    color: white;
}
.submit-btn-partner:active {
    transform: translateY(0);
}
.partner-application-form .text-danger {
    color: #dc3545;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #fff;
    pointer-events: none;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    background-color: #1e75bb;
}
@media (max-width: 768px) {
    .partner-form-container {
        padding: 20px;
    }
    .submit-btn-partner {
        width: 100%;
        padding: 14px 20px;
    }
}
.slider-container {
    max-width: 100% !important;
    margin: 0;
    position: relative;
    padding: 0;
}
.slide-box {
    width: 130px;
}
.form_h3 {
    font-size: 28px;
    font-family: "Noto Serif";
    font-weight: 600;
}
footer {
    padding: 0px 0 0;
    font-weight: 500;
}
p.contct_no.quote.mb-0 {
    width: max-content;
    margin: auto;
}
hr.footer_hr {
    width: 48%;
    margin: 20px auto 5px;
    color: #382f321c;
    opacity: 1;
}
.call_to_p {
    max-width: 50%;
    margin: auto !important;
}
p.call_to_p.mx-auto {
    margin-left: auto !important;
}

button.accordion-button.collapsed {
    border-bottom: 1px solid #1e75bb61 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-header {
    margin: 10px 0 !important;
}
.accordion-button::after {
    background-image: url(../image/drop-down-arrow.webp);
}
.accordion-button:focus {
    box-shadow: none;
}
.vp_cont {
    border-radius: 30px;
    background: #bdd7eb3b;
    padding: 60px;
    border: 2px solid #1e75bb29;
    position: relative;
}
.vp_cont_1 {
    border-radius: 30px;
    background: #FFF;
    padding: 60px;
    border: 0px solid #1e75bb29;
    position: relative;
}
.vp_img {
    position: absolute;
    top: -45px;
    right: 9%;
}
.vp_img img {
    width: 310px;
}
.vp_list {
    font-size: 24px !important;
    font-family: "Outfit";
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .vp_img {
        position: absolute;
        top: -40px;
        right: 10%;
    }
    .verified_img {
        width: 250px !important;
    }
}
@media (max-width: 767px) {
    .vp_img {
        position: absolute;
        top: -6px;
        left: 6%;
    }
    .vp_cont {
        padding: 30px;
    }
    .verified_img {
        width: 160px !important;
        top: -20px;
        position: relative;
    }
    .vp_list {
        font-size: 18px !important;
        font-family: "Outfit";
        margin-bottom: 10px;
    }
    h2 {
        font-size: 32px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .pricing-header {
        padding: 4rem 10px 1rem;
    }
    .pricing-titleh2 {
        font-size: 22px;
        line-height: 30px;
    }
    .pricing-description {
        font-family: "Outfit";
        font-size: 18px;
        font-weight: 400;
        width: 100%;
    }
    .hr-line {
        margin: 0rem auto 1rem;
    }
    .partner-form-container {
        padding: 35px 15px 20px;
    }
    .card-header {
        padding: 0px 5px 0px;
    }
    ul li {
        padding: 0px 10px;
    }
    .card {
        padding: 20px 10px;
    }
    div#call_action\ ie {
        padding: 40px 0px 0px 0px;
    }
    .call_to_p {
        max-width: 100%;
        margin: auto !important;
    }
    .footer_sec {
        padding: 10px 0;
    }
    p.call_to_p.mx-auto {
        margin-left: auto !important;
        padding: 0 10px;
    }
    .slide-box {
        width: 90px;
    }
    .vp_cont {
        border-radius: 15px;
        background: #bdd7eb3b;
        padding: 40px 20px 30px;
        border: 2px solid #1e75bb29;
    }
    .hover-box {
        top: 130px;
    }
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    background-color: #2e6999;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
    color: white;
    position: fixed;
    z-index: 11;
    font-weight: 300;
    font-size: 16px;
    margin-top: -1px;
}
.marquee-content {
    display: inline-block;
    animation: marquee 30s linear infinite;
    padding-right: 20px;
    /* text-align: center; */
}
.margin_div {
    margin-top: 75px;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
div#navBar {
    display: none !important;
}
.btn-primary {
    background-color: white;
    border: 2px solid #0042bf;
    padding: 0.5rem 2.5rem;
    border-radius: 50px;
    color: #0042bf;
}
.bg_div {
    background: #1e75bb29;
    display: none !important;
}
.company_logo {
    max-width: 180px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
/* 1200px se choti screen pe hide ho jaye */
@media (max-width: 1199px) {
    .container-md.container-fluid.d-lg-none.d-block.py-2 {
        display: none !important;
    }
    a.btn.btn-primary.secondary-btn.new {
        font-size: 16px;
    }
    .bg_div {
        background: #1e75bb29;
        display: none !important;
    }
    .section_bottom_header.d-md-none.d-block {
        display: none !important;
    }
}
.pricing-table-container {
    overflow-x: auto;
    margin: 2rem 0;
    max-height: 80vh;
    overflow-y: auto;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 0px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.small,
small {
    font-size: 16px;
    color: #0000009e;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.pricing-table-container::-webkit-scrollbar {
    display: none;
}
.pricing-table {
    width: 100%;
    min-width: 1000px;
    /* Ensure table has a minimum width */
    border-collapse: separate;
    border-spacing: 0;
    background: white;
}
.hr-line {
    border-radius: 37px;
    height: 5px;
    width: 8%;
    background: #bdd7eb;
    margin: 0rem auto 2rem;
}
.pricing-table th,
.pricing-table td {
    padding: 1rem;
    text-align: center;
    border: 1px solid #e1e4e8;
}
.pricing-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}
.pricing-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.2rem 1rem;
    border-bottom: 2px solid #e1e4e8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4a5568;
}
.pricing-table th:first-child {
    background-color: #f8f9fa;
    text-align: left;
    padding-left: 2rem;
    /* Increased left padding */
    position: sticky;
    left: 0;
    z-index: 5;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
.pricing-table th:not(:first-child) {
    text-align: center;
    min-width: 220px;
    /* Increased min-width for better content fit */
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border-left: 1px solid #e1e4e8;
    border-right: 1px solid #e1e4e8;
    padding: 1rem 1.5rem;
    width: 25%;
    height: 280px;
}
.pricing-table th:first-child {
    text-align: left;
    background-color: #f8f9fa;
    border-right: none;
    width: 25%;
    min-width: 250px;
}
.pricing-table td {
    vertical-align: middle;
    padding: 1rem;
    border-bottom: 1px solid #e1e4e8;
}
.pricing-table td:first-child {
    font-weight: 500;
    color: #2d3748;
    padding-left: 2rem;
    /* Match header padding */
    position: sticky;
    left: 0;
    background: white;
    z-index: 2;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
.rotate-icon {
    transition: transform 0.3s ease;
    display: inline-block;
}
.rotate-icon.rotate {
    transform: rotate(180deg);
}
.pricing-table td:not(:first-child) {
    text-align: center;
    border-left: 1px solid #e1e4e8;
}
.pricing-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.pricing-table .section-header {
    background-color: #f1f8ff;
    font-weight: 600;
}
.pricing-table .section-header td {
    text-align: left;
    padding: 1rem;
    border-left: 3px solid #3f80e2;
}
.pricing-table .fa-check {
    color: #28a745;
    font-size: 1.2rem;
}
.pricing-table .fa-times {
    color: #dc3545;
    opacity: 0.5;
}
.cta-button {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: #3f80e2;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.cta-button:hover {
    background: #2c6cb9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Responsive styles */
@media (max-width: 992px) {
    .pricing-table {
        display: block;
    }
    .pricing-table thead {
        display: none;
    }
    .pricing-table tbody,
    .pricing-table tr,
    .pricing-table td {
        display: block;
        width: 100%;
    }
    .pricing-table tr {
        margin-bottom: 1rem;
        border: 1px solid #e1e4e8;
        border-radius: 8px;
        overflow: hidden;
    }
    .pricing-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .pricing-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 1rem;
        width: 45%;
        padding-right: 1rem;
        font-weight: 600;
        text-align: left;
    }
    .pricing-table .section-header {
        text-align: center !important;
    }
    .pricing-table .section-header td::before {
        display: none;
    }
    .pricing-table tfoot {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    .pricing-table tfoot td {
        width: auto;
        padding: 0;
    }
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
}
:root {
    --primary-color: #0043c0;
    --primary-hover: #003399;
    --text-color: #2a2f32;
    --light-bg: #f8f9fa;
    --border-color: #e1e4e8;
}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text-color);
    background-color: #ffffff;
    line-height: 1.6;
}
.pricing-titleh2 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #1c74bb;
    margin-bottom: 1rem;
    line-height: 40px;
    font-family: "Space Grotesk";
}
p.price-description {
    text-align: left;
    font-family: "Outfit";
    font-weight: 300;
    font-size: 18px;
    color: #2a2f45;
}
.pricing-subtitle {
    text-align: start;
    font-size: 1.25rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 2rem;
}
.toggle-switch {
    display: inline-flex;
    background: #e9ecef;
    border-radius: 50px;
    padding: 5px;
    margin: 1rem 0;
}
.toggle-option {
    padding: 0.5rem 2rem;
    border: none;
    background: transparent;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.toggle-option.active {
    background: var(--primary-color);
    color: white;
}
.pricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2rem;
    max-width: 1400px;
    margin: 20px auto;
}
.pricing-card .sell {
    background-color: #2db24a;
    padding: 8px;
    color: white;
    font-weight: 900;
    border-radius: 35px;
}
.pricing-card .best_for {
    font-size: 16px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-family: "outfit";
}
.pricing-card .papular {
    position: absolute;
    right: -35px;
    top: -35px;
    background-color: #1e75bb;
    padding: 15px;
    border-radius: 50%;
}
.pricing-card .papular i {
    color: #ffffff;
    font-size: 30px;
}
.pricing-card .top-picked {
    background-color: #ec1c65;
    padding: 8px;
    border-radius: 15px;
    text-align: center;
}
.pricing-card .top-picked span {
    font-size: 16px;
    letter-spacing: 0.7px;
    font-weight: 500;
    font-family: "Outfit";
    color: white;
}
.pricing-card .price-break {
    font-size: 32px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-family: "Outfit";
    text-decoration: line-through;
    color: #000000ab;
}
.faq-item {
    border-bottom: 1px solid #e5e7eb;
}
.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 500;
    color: #111827;
    transition: background-color 0.2s;
}
.faq-question:hover {
    background-color: #f9fafb;
}
.question-text {
    flex: 1;
    padding-right: 20px;
}
.chevron {
    width: 20px;
    height: 20px;
    color: #2563eb;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.chevron.rotate {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-answer.open {
    max-height: 500px;
}
.answer-content {
    padding-bottom: 24px;
    color: #4b5563;
    line-height: 1.7;
}
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    .faq-question {
        font-size: 1rem;
    }
}
@media screen and (max-width: 786px) {
    .pricing-card .papular {
        right: -20px;
        top: -20px;
    }
    .pricing-card .advance {
        padding: 30px;
    }
    .pricing-card .basic {
        padding: 30px !important;
    }
}
@media screen and (max-width: 480px) {
    .pricing-card .papular {
        padding: 10px;
    }
    .pricing-card .papular i {
        font-size: 22px;
    }
}
.pricing-card {
    height: fit-content;
    background: white;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*.card-header {*/
/*    padding: 38px 2rem 0px;*/
/*    text-align: center;*/
/*}*/
.plan-name {
    font-size: 2.1rem;
    font-weight: 600;
    color: #2b2f32;
    margin-bottom: 0.5rem;
    font-family: "Noto Serif";
}
.plan-names {
    font-size: 2.3rem;
    font-weight: 600;
    color: #2b2f32;
    margin-bottom: 0.5rem;
    font-family: "Noto Serif";
}
.plan-price {
    font-size: 4rem;
    font-weight: 800;
    color: #2b2f32;
}
.price-period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 400;
}
.plan-description {
    color: #6c757d;
    margin-bottom: 1.5rem;
    min-height: 60px;
}
.cta-button {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    background: white;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}
.gradient-text {
    background: linear-gradient(90deg, #1e73b8, #65c51f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 800;
}
.cta-button:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    color: white;
}
.features-section {
    padding: 20px 2rem;
}
.section-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: "Noto Serif";
    margin: 1.5rem 0rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}
.feature-list {
    list-style: none;
    padding: 0;
}
.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
}
.feature-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://mygoodmovers.com/assets/image/check.png) no-repeat
        center;
    background-size: contain;
    margin-right: 10px;
    flex-shrink: 0;
}
.see-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.see-more-btn:hover {
    background: #f0f5ff;
    text-decoration: none;
}
.see-more-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}
.see-more-btn.expanded i {
    transform: rotate(180deg);
}
.additional-features {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.additional-features.visible {
    max-height: 1000px;
}
.divider {
    height: 1px;
    background: var(--border-color);
    margin: 1.5rem 0;
    opacity: 0.5;
}
@media (max-width: 992px) {
    .pricing-cards {
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }
    .pricing-card {
        min-width: 100%;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .pricing-title {
        font-size: 2.2rem;
        line-height: 46px;
    }
    .plan-names {
        margin-top: 20px;
    }
    .pricing-subtitle {
        font-size: 1.1rem;
    }
    .features-section {
        padding: 20px 1rem;
    }
    .card-header {
        padding: 20px 1rem 0px;
    }
    .feature-item {
        font-size: 14px;
    }
    .plan-description {
        font-size: 1rem;
    }
    .plan-price {
        font-size: 2.5rem;
    }
}
.testimonials-section {
    padding: 20px 0;
}
.testimonial-logo {
    width: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    background: white;
}
.testimonial-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-header {
    text-align: center;
    margin-bottom: 20px;
}
.section-header h2 {
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: "Space Grotesk";
}
.trusted-badge {
    display: inline-block;
    background: #e8e8ff;
    color: #6366f1;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}
h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    font-family: "Space Grotesk";
    margin-top: 70px;
}
.trustpilot-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.stars {
    color: #00b67a;
    font-size: 24px;
}
.testimonial-card {
    background: #bdd7eb1f;
    border-radius: 16px;
    padding: 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.fa-stars {
    color: #ff9215;
    font-size: 26px;
}
.icon-container {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.icon-green {
    background: #d4f4dd;
    color: #10b981;
}
.icon-purple {
    background: #e8e8ff;
    color: #6366f1;
}
.icon-blue {
    background: #dbeafe;
    color: #3b82f6;
}
.icon-orange {
    background: #fed7aa;
    color: #f97316;
}
.card {
    padding: 20px;
    border: 2px solid #1e75bb36;
    border-radius: 20px;
    position: relative;
    background: white;
}
div#call_action\ ie {
    padding: 60px 20px 0px 20px;
    border-radius: 20px;
    display: block;
    /*background-image: url(https://mygoodmovers.com/assets/image/mgm-partnership-banner.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#call_action {
    background: rgb(219 233 244);
    padding: 60px 20px;
    border-radius: 20px;
    /* border: 2px solid #1e75bb; */
    display: none !important;
}
.card_table span {
    font-size: 26px !important;
    font-family: "Noto Serif";
    text-align: left;
    font-weight: 600;
    color: #1e75bb;
    margin-bottom: 10px;
    line-height: 32px;
}
.card .card-body {
    padding: 0;
    font-family: "Plus Jakarta Sans";
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.card-body ul li img {
    margin-right: 5px;
}
.icon-pink {
    background: #fce7f3;
    color: #ec4899;
}
.icon-cyan {
    background: #cffafe;
    color: #06b6d4;
}
.testimonial-quote {
    font-family: "Outfit";
    font-size: 16px;
    color: #374151;
    line-height: 22px;
    flex-grow: 1;
    margin-top: 20px;
    font-weight: 300;
    margin-bottom: 0px !important;
}
.sub-description {
    font-size: 14px;
    font-weight: 300;
}
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.service-tag {
    background: #f3f4f6;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #6b7280;
}
.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}
.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.author-details h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}
.author-details p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}
.watch-video {
    color: #6366f1;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.blur_sec button {
    font-weight: 600;
    font-family: "Outfit";
    border: 0;
    background-color: transparent;
    color: #1e75bb;
    font-size: 18px;
}
.blurred {
    position: relative;
    filter: blur(6px);
    pointer-events: none;
}
.header_stats h2 {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 48px;
    text-align: center !important;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.stat-box {
    background: white;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}
.stat-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.stat-box:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    border-color: #667eea;
}
.stat-box:hover::before {
    opacity: 0.03;
}
.stat-content {
    position: relative;
    z-index: 1;
    text-align: left;
}
.stat-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 25px;
    background: #1f75bb;
    color: white;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
.stat-label {
    font-size: 18px;
    color: #2b2f32;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
}
.stat-value {
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #012c0a;
}
.stat-description {
    font-size: 14px;
    margin-top: 0px;
    color: #00000080;
}
.featured-box {
    background: #1e75bb;
    color: white;
}
.featured-box .stat-icon {
    background: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.featured-box .stat-label {
    color: rgba(255, 255, 255, 0.85);
}
.featured-box .stat-value {
    color: white;
    -webkit-text-fill-color: white;
}
.featured-box .stat-description {
    color: rgba(255, 255, 255, 0.8);
}
.featured-box:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 70px rgba(102, 126, 234, 0.5);
}
.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #10b981;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.featured-box .badge {
    background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 768px) {
    .header h1 {
        font-size: 2em;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .stat-box {
        padding: 25px;
    }
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}
/*.stat-icon {*/
/*    animation: float 3s ease-in-out infinite;*/
/*}*/
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.carousel-control-prev {
    left: -25px;
}
.carousel-control-next {
    right: -25px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    width: 20px;
    height: 20px;
}
.pricing-description {
    text-align: center;
    font-family: "Outfit";
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}
.carousel-indicators {
    margin-bottom: -40px;
}
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d1d5db;
}
.carousel-indicators button.active {
    background-color: #6366f1;
}
@media (max-width: 768px) {
    .section-header h1 {
        font-size: 32px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}
.secondary-btn {
    margin: 0px;
    display: block !important;
    background: transparent !important;
    color: #1e75bb !important;
    border: 2px solid #1e75bb !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
    font-family: "Noto Serif";
    max-width: 370px;
    font-weight: 600;
    font-size: 21px;
}
.secondary-btn2 {
    margin: 0px;
    display: block !important;
    background: white !important;
    color: #1e75bb !important;
    border: 2px solid #1e75bb !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
    font-family: "Plus Jakarta Sans" !important;
}
.popular-badge {
    background: #0043c0;
    color: white;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}
.features-footer {
    font-size: 14px;
    text-align: center;
    margin-top: 3rem;
    font-weight: 400;
    font-style: italic;
}
.features-footer h3 {
    color: #2b2f32;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.features-footer h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e75bb;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.features-footer h3:hover:after {
    transform: scaleX(1);
}
.features-footer p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 700px;
}
.section-para {
    width: 65%;
    margin: 0 auto;
}
.heading {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 48px;
}
.modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.modal-header-price {
    display: flex;
    background-color: #1e75bb;
    color: white;
    border-radius: 10px 10px 0 0;
    padding: 1.5rem !important;
    justify-content: space-between;
    align-items: center;
}
.modal-header-price .btn-close {
    filter: invert(1);
    opacity: 0.8;
}
.modal-title {
    font-weight: 600;
}
.modal-body {
    padding: 1.5rem;
}
.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.form-control {
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
}
.form-control:focus {
    border-color: #1e75bb;
    box-shadow: 0 0 0 0.25rem rgba(30, 117, 187, 0.25);
}
.btn-primary {
    background-color: #0042bf;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
}
.btn-primary:hover {
    background-color: #1965a0;
}
.btn-secondary {
    background-color: #6c757d;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
}
.btn-secondary:hover {
    background-color: #5a6268;
}
/* Responsive Design */
@media (min-width: 768px) {
    .testimonials-header {
        padding-top: 30px;
        flex-direction: row;
        align-items: center;
    }
    .testimonial-card {
        padding: 2rem;
    }
    .author-details h5 {
        font-size: 1.1rem;
    }
    .testimonial-quote {
        font-size: 1rem;
    }
}
/* Make sure carousel items stack on mobile */
.carousel-inner .carousel-item .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
}
.carousel-inner .carousel-item .col-md-4 {
    flex: 0 0 90%;
    max-width: 90%;
    margin: 0 5%;
}
/* Hide scrollbar but keep functionality */
.carousel-inner .carousel-item .row::-webkit-scrollbar {
    display: none;
}
/* Tablet and up */
@media (min-width: 992px) {
    .carousel-inner .carousel-item .row {
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 0;
    }
    .carousel-inner .carousel-item .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin: 0;
        padding: 0 15px;
    }
}
.submit-btn-price {
    color: #ffffff;
    font-family: var(--popins-family);
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding: 6px 30px;
    text-transform: capitalize;
    background-color: var(--primary-color);
    border: 0;
    border-radius: 10px;
    width: 70%;
    height: 48px;
    margin-left: 0 !important;
}
.submit-btn-price:hover {
    background-color: rgb(25, 101, 160);
    color: #ffffff !important;
}
.section-wrapper {
    padding: 20px;
}
.section-header {
    text-align: center;
    margin-bottom: 30px;
}
.section-header h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}
.section-header p {
    font-size: 22px;
    color: #1e2023;
    line-height: 32px;
    max-width: 700px;
    margin: 0 auto;
}
.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.step_section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.step-number {
    width: 70px;
    height: 70px;
    background: #1e75bb;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    box-shadow: 0 0px 2px rgba(65, 105, 225, 0.3);
    border: 2px solid #1e75bb;
    font-family: "Outfit", sans-serif, serif;
}
.step-title {
    text-align: center;
    font-size: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: -10px;
    background-color: #fff;
    /*width: max-content;*/
    /*padding: 0 10px;*/
}
.connector {
    position: absolute;
    top: 40px;
    left: calc(55% + 40px);
    width: calc(100% - 80px);
    height: 2px;
    background: transparent;
}
.connector::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1e75bb 50%, transparent 50%);
    background-size: 10px 2px;
}
.connector-dot.start {
    left: 0;
}
.connector-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1e75bb;
    border-radius: 50%;
    top: -4px;
}
.connector-dot.end {
    right: 0;
}
.connector-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1e75bb;
    border-radius: 50%;
    top: -4px;
}
@media (max-width: 860px) {
    .steps-container {
        flex-direction: column;
        gap: 100px;
        margin-bottom: 40px;
    }
    .section-header h2 {
        font-size: 1.8rem;
    }
    .section-header p {
        font-size: 18px;
        line-height: 28px;
    }
    .connector-dot.end {
        bottom: 0;
        top: auto;
        right: auto;
        left: -4px;
    }
    .connector-dot.start {
        top: 0;
        left: -4px;
    }
    .connector::before {
        background: linear-gradient(to bottom, #1e75bb 50%, transparent 50%);
        background-size: 2px 10px;
    }
    .connector {
        top: calc(90% + 10px);
        left: 50%;
        width: 2px;
        height: 90px;
        background: transparent;
    }
    .step-number {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .step_section {
        width: 100%;
        position: relative;
    }
}
.footer_widget {
    padding: 40px 0;
    display: none;
}
/* Partner Application Form Styles */
.partner-form-container {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
    border: 3px solid #1e75bb;
}
.partner-application-form .form-label {
    font-weight: 500;
    color: #2a2f32;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.partner-application-form .form-control {
    border-bottom: 1px solid #e1e4e8 !important;
    border-radius: 0px;
    padding: 12px 0px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 0px solid;
}
.partner-application-form .form-control:focus {
    border: 0px solid #0042bf;
    box-shadow: none;
}
.partner-application-form .form-control::placeholder {
    color: #0000006c;
    font-size: 14px;
}
.submit-btn-partner {
    background: #1e75bb;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.submit-btn-partner:hover {
    background: #1e75bb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 66, 191, 0.3);
    color: white;
}
.submit-btn-partner:active {
    transform: translateY(0);
}
.partner-application-form .text-danger {
    color: #dc3545;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #fff;
    pointer-events: none;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    background-color: #1e75bb;
}
@media (max-width: 768px) {
    .partner-form-container {
        padding: 20px;
    }
    .submit-btn-partner {
        width: 100%;
        padding: 14px 20px;
    }
}
.slider-container {
    max-width: 100% !important;
    margin: 0;
    position: relative;
    padding: 0;
}
.slide-box {
    width: 130px;
}
.form_h3 {
    font-size: 28px;
    font-family: "Noto Serif";
    font-weight: 600;
}
footer {
    padding: 0px 0 0;
    font-weight: 500;
}
p.contct_no.quote.mb-0 {
    width: max-content;
    margin: auto;
    text-decoration: none !important;
    border-radius: 50px;
}
hr.footer_hr {
    width: 48%;
    margin: 20px auto 5px;
    color: #382f321c;
    opacity: 1;
}
.call_to_p {
    max-width: 50%;
    margin: auto !important;
}
p.call_to_p.mx-auto {
    margin-left: auto !important;
}

button.accordion-button.collapsed {
    border-bottom: 1px solid #1e75bb61 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-header {
    margin: 10px 0 !important;
}
.accordion-button::after {
    background-image: url(../image/drop-down-arrow.webp);
}
.accordion-button:focus {
    box-shadow: none;
}
.vp_cont {
    border-radius: 30px;
    background: #bdd7eb3b;
    padding: 60px;
    border: 2px solid #1e75bb29;
    position: relative;
}
.vp_img {
    position: absolute;
    top: -45px;
    right: 9%;
}
.vp_img img {
    width: 310px;
}
.vp_list {
    font-size: 24px !important;
    font-family: "Outfit";
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .vp_img {
        position: absolute;
        top: -40px;
        right: 10%;
    }
    .verified_img {
        width: 250px !important;
    }
}
@media (max-width: 767px) {
    .vp_img {
        position: absolute;
        top: -6px;
        left: 6%;
    }
    .vp_cont {
        padding: 30px;
    }
    .verified_img {
        width: 160px !important;
        top: -20px;
        position: relative;
    }
    .vp_list {
        font-size: 18px !important;
        font-family: "Outfit";
        margin-bottom: 10px;
    }
    h2 {
        font-size: 32px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .pricing-header {
        padding: 4rem 10px 1rem;
    }
    .pricing-titleh2 {
        font-size: 22px;
        line-height: 30px;
    }
    .pricing-description {
        font-family: "Outfit";
        font-size: 18px;
        font-weight: 400;
        width: 100%;
    }
    .hr-line {
        margin: 0rem auto 1rem;
    }
    .partner-form-container {
        padding: 35px 15px 20px;
    }
    .card-header {
        padding: 0px 5px 0px;
    }
    ul li {
        padding: 0px 10px;
    }
    .card {
        padding: 20px 10px;
    }
    div#call_action\ ie {
        padding: 40px 0px 0px 0px;
    }
    .call_to_p {
        max-width: 100%;
        margin: auto !important;
    }
    p.call_to_p.mx-auto {
        margin-left: auto !important;
        padding: 0 10px;
    }
    .slide-box {
        width: 90px;
    }
    .vp_cont {
        border-radius: 15px;
        background: #bdd7eb3b;
        padding: 40px 20px 30px;
        border: 2px solid #1e75bb29;
    }
    .hover-box {
        top: 130px;
    }
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    background-color: #2e6999;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
    color: white;
    position: fixed;
    z-index: 11;
    font-weight: 300;
    font-size: 16px;
    margin-top: -1px;
}
.marquee-content {
    display: inline-block;
    animation: marquee 30s linear infinite;
    padding-right: 20px;
    /* text-align: center; */
}
.margin_div {
    margin-top: 75px;
}

.box {
    background-color: #ebf3f945;
    padding: 20px 5px 15px 5px;
    border-radius: 10px;
    border: 1px solid #2e699921;
}
.box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #2e6999;
    text-align: center;
    text-transform: capitalize;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
.show-more-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.show-more-indicator:hover .show-more-arrow-wrapper {
    transform: translateY(5px);
    background: #2e6999;
}
.show-more-indicator:hover .show-more-arrow-wrapper i {
    color: #fff;
}
.show-more-arrow-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f4fc 0%, #d4edfc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(46, 105, 153, 0.2);
    animation: bounce 2s infinite;
    transition: all 0.3s ease;
}
.show-more-arrow-wrapper i {
    font-size: 20px;
    color: #2e6999;
    transition: all 0.3s ease;
}
.show-more-text {
    margin-top: 10px;
    font-size: 14px;
    color: #2e6999;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0.5px;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
/* Hidden Content Wrapper */
.hidden-content-wrapper {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.hidden-content-wrapper.show {
    display: block;
    opacity: 1;
}
/* Rotate icon when content is shown */
.show-more-indicator.active .show-more-arrow-wrapper {
    animation: none;
}
.show-more-indicator.active .show-more-arrow-wrapper i {
    transform: rotate(180deg);
}
.social-proof-strip {
    background: linear-gradient(135deg, #1e75bb 0%, #2e6999 100%);
    padding: 25px 0;
    margin-bottom: 0px;
}
.proof-strip-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.proof-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.proof-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proof-icon i {
    font-size: 22px;
    color: #fff;
}
.proof-content {
    display: flex;
    flex-direction: column;
}
.proof-number {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    line-height: 1.2;
}
.proof-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}
.proof-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 768px) {
    .proof-strip-wrapper {
        gap: 20px;
    }
    .proof-divider {
        display: none;
    }
    .proof-item {
        flex-direction: column;
        text-align: center;
        min-width: 100px;
    }
    .proof-content {
        align-items: center;
    }
    .proof-number {
        font-size: 24px;
    }
    .proof-label {
        font-size: 12px;
    }
}
.lead-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e1e8ed;
}
.lead-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(30, 117, 187, 0.2);
}
.lead-card-header {
    background: #2e6999;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lead-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: rgba(40, 167, 69, 0.3);
    padding: 5px 12px;
    border-radius: 20px;
}
.lead-status.verified {
    background: rgba(40, 167, 69, 0.4);
}
.lead-status i {
    color: #fff;
}
.lead-date {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}
.lead-card-body {
    padding: 20px;
}
.lead-name {
    font-size: 18px;
    font-weight: 600;
    color: #2a2f32;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Space Grotesk", sans-serif;
}
.lead-name i {
    color: #1e75bb;
    font-size: 16px;
}
.blurred-text {
    filter: blur(0px);
}
.lead-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fbfe;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.route-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.route-label {
    font-size: 11px;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.route-value {
    font-size: 15px;
    font-weight: 600;
    color: #2a2f32;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.route-arrow {
    color: #1e75bb;
    font-size: 18px;
}
.lead-type {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #2a2f32;
    font-weight: 500;
    background: #e8f4fc;
    padding: 10px 15px;
    border-radius: 8px;
}
.lead-type i {
    color: #1e75bb;
}
.img_wrap {
    max-width: 354px;
    margin: 34px auto 0;
    position: relative;
    /* padding: 20px; */
    /* background: linear-gradient(135deg, #f0f7fc 0%, #e8f4fc 100%); */
    border-radius: 20px;
    /* box-shadow: 0 10px 40px rgba(30, 117, 187, 0.15); */
    /* border: 2px solid #1e75bb20; */
    transition: all 0.3s ease;
}
.img_wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(30, 117, 187, 0.25);
}
.img_wrap img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(30, 117, 187, 0.2));
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
@media (max-width: 768px) {
    .lead-card-body {
        padding: 15px;
    }
    .lead-name {
        font-size: 16px;
    }
    .route-value {
        font-size: 13px;
    }
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../image/drop-down-arrow.webp);
    transform: rotate(-180deg);
}
