*, .head_menu ul {
    padding: 0;
    margin: 0;
}
.slider:hover::after, .slider:hover::before {
    left: var(--thumb-position, 50%);
    transform: translateX(-50%);
}
.projection-card .card, .yearly-card .card {
    transition: transform .3s, box-shadow .3s;
    overflow: hidden;
}
.google-logo, .natm-logo {
    -webkit-text-fill-color: transparent;
}
.about-title, .accolade-card, .contact-subtitle, .contact-title, .form-submit, .header-text, .promo-banner, .rating-item, .slider-info, .title {
    text-align: center;
}
.left, .right {
    min-width: 250px;
}
.main-heading, .title, .top_head {
    font-style: bold;
    letter-spacing: -.02em;
}
*, .input-text, .left {
    box-sizing: border-box;
}
.input-text:focus, .slider {
    outline: 0;
}
.cta-btn:hover, .head_menu a:hover, .prize-item a:hover, a.boomerang-calculator:hover {
    text-decoration: none !important;
}
header {
    background: #fff;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    z-index: 1;
}
header.container {
    padding-bottom: 0;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.logo img {
    max-height: 92px;
    width: auto;
}
.logo-icon {
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.head_menu {
    margin-left: auto;
}
.head_menu ul {
    list-style: none;
    display: flex;
    gap: 10px;
}
.head_menu a {
    color: #0b3459 !important;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    transition: background .3s;
}
.cta-section a:hover, .serve {
    cursor: pointer;
}
.head_menu a:hover {
    color: #0b3459 !important;
    background: rgba(255, 255, 255, .2);
}
.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 250px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    z-index: 1000;
}
.advBanner .desktop, .dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    color: #333;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #eee;
}
.dropdown-content a:hover {
    background: #1a365d;
    color: #fff !important;
    border-radius: 0;
}
@media (max-width:768px) {
    .header-content {
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
        padding-bottom: 15px;   
    }
    .head_menu ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .menu-toggle {
        display: block !important;
        font-family: initial;
    }
    .head_menu a {
        line-height: 41px;
    }
    .head_menu {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
        border-top: 1px solid #eee;
    }
    .head_menu ul {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    .nav.show {
        display: flex;
    }
    .head_menu.active {
        display: block;
    }
}
.accolade-card, .chart-container, .unified-container {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}
.close-menu, .menu-toggle {
    background: 0 0;
    border: none;
    cursor: pointer;
}
.controls, .update-btn {
    justify-content: center;
}
.advBanner {
    width: 100%;
    max-height: 75px;
    z-index: 1000;
    display: block;
}
#ForgotPasswordForm, #RegistrationFrom, #closeAbout, .advBanner .mobile, .menu-toggle {
    display: none;
}
.advBanner img {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block; 
}
@media screen and (max-width:500px) {
    .advBanner .desktop {
        display: none !important;
    }
    .advBanner .mobile {
        display: block !important;
    }
}
.menu-toggle {
    font-size: 28px;
    color: #1a365d;
}
.close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #000;
    font-family: initial;
}
.form-input, .input-group label, .panel-header h3, .title, .unit {
    font-family: Inter, sans-serif;
}
@media (min-width:769px) {
    .head_menu {
        position: static;
        height: auto;
        width: auto;
        background: 0 0;
        display: block;
        transition: none;
    }
    .close-menu {
        display: none;
    }
}
.chart-container, .panel, .slider, .testimonial-card {
    position: relative;
}
.btn, .btn-submit, .btn-try-free {
    transition: .3s;
    cursor: pointer;    
}
body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #f8f9fa;
    color: #333;
}
.container {
    max-width: 1200px !important;
    margin: 0 auto;
}
.header-text {
    top: 0;
    background: #f8f9fa;
    z-index: 1000;
    border-bottom: 1px solid #e9ecef;
}
.title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #334053;
    margin-bottom: 10px;
}
.panel-header h3, .subtitle {
    font-size: 1.2rem;
    color: #1e3a8a;
}
.subtitle {
    margin-bottom: 20px;
}
.controls {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    top: 100px;
    background: #f8f9fa;
    padding: 20px 0;
    z-index: 999;
}
.btn, .panel-header {
    align-items: center;
}
.btn {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 8px;
}
.btn-primary, .btn-secondary {
    background: linear-gradient(90deg, #74b974 0, #18adc0 100%);
    color: #fff;
}
  .btn-primary:hover, .btn-secondary:hover {
    background: linear-gradient(90deg, #009644 0, #18adc0 100%);
    transform: translateY(-2px);
}
.btn.active {
    background: linear-gradient(90deg, #009644 0, #18adc0 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 150, 68, .3);    
}
.unified-container {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 30px;
    overflow: hidden;
}
.chart-section {
    padding: 30px 30px 20px;
}
.panels-section {
    padding: 30px;
}
.card-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.panel {
    background: linear-gradient(180deg, rgba(220, 244, 247, .5) 0, rgba(220, 244, 247, .2) 100%);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.panel-header {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.panel-icon {
    font-size: 20px;
}
.panel-header h3 {
    font-weight: 600;
    margin: 0;
}
.dollar-sign, .form-input, .slider-value, .unit {
    font-size: 14px;
}
.feature-icon img, .form-group, .input-group {
    margin-bottom: 20px;
}
.input-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
}
.form-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}
.form-control:focus, .form-input:focus, .form-textarea:focus {
    outline: 0;
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, .1);
}
.input-with-unit {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -10px;
    margin-left: 1.55px !important;
}
.about-header-text, .input-with-dollar .form-input, .input-with-unit .form-input, .left-text {
    flex: 1;
}
.unit {
    color: #6b7280;
    white-space: nowrap;
}
.input-with-dollar {
    display: flex;
    align-items: center;
    gap: 5px;
}
.legend-item, .slider-description {
    align-items: center;
    font-family: Inter, sans-serif;
}
.dollar-sign {
    color: #374151;
    font-weight: 500;
    font-family: Inter, sans-serif;
}
.slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
    --webkit-appearance: none;
}
.slider:hover::after {
    content: attr(data-value) '%';
    position: absolute;
    top: -30px;
    background: #1e3a8a;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    z-index: 1000;
}
.slider:hover::before {
    content: '';
    position: absolute;
    top: -8px;
    border: 4px solid transparent;
    border-top-color: #1e3a8a;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(90deg, #74b974 0, #18adc0 100%);
    cursor: pointer;
}
.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(90deg, #74b974 0, #18adc0 100%);
    cursor: pointer;
    border: none;
}
.slider-value {
    font-weight: 600;
    color: #1e3a8a;
    margin-top: 5px;
    font-family: Inter, sans-serif;
    display: inline-block;
}
.slider-description {
    font-size: 12px;
    color: #6b7280;
    margin-left: 10px;
    display: inline-block;
    justify-content: center;
}
.slider-info {
    margin-top: 5px;
}
.input-row, .service-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.service-pricing-grid .input-group {
    width: 100%;
}
.update-btn {
    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: Inter, sans-serif;
}
.chart-container {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}
.chart-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
}
.accolades-section, .legend, .projections-cards, .ratings-section, .story-section {
    margin-bottom: 30px;
}
.legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.legend-item {
    display: flex;
    gap: 8px;
    font-size: 14px;
}
.legend-color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.chart-container {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}
.chart-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #f3f4f6 25%, transparent 25%), linear-gradient(225deg, #f3f4f6 25%, transparent 25%), linear-gradient(45deg, #f3f4f6 25%, transparent 25%), linear-gradient(315deg, #f3f4f6 25%, transparent 25%);
    background-position: 20px 0, 20px 0, 0 0, 0 0;
    background-size: 40px 40px;
    background-repeat: repeat;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: Inter, sans-serif;
}
.projection-card .card {
    border-radius: 16px;
}
.projection-card .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15) !important;
}
.projection-card .card-value {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    font-family: Inter, sans-serif;
    color: #1e3a8a !important;
}
.projection-card .card-label, .yearly-card .card-label, .yearly-card .card-value {
    font-weight: 700;
    font-family: Inter, sans-serif;
}
 .projection-card:nth-child(2) {
    flex: 0 0 auto;
    max-width: 300px;
}
.projection-card:nth-child(2) .card {
    height: 120px;
}
.projection-card:first-child, .projection-card:nth-child(3) {
    flex: 1;
    min-width: 300px;
}
.projection-card:first-child .card, .projection-card:nth-child(3) .card {
    height: 160px;
}
.projection-card .card-label {
    font-size: 1.2rem;
    color: #50555e !important;
}
.yearly-card .card {
    border-radius: 12px;
}
.yearly-card .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12) !important;
}
.yearly-card .card-value {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #1e3a8a !important;
}
.yearly-card .card-label {
    font-size: 1.25rem;
    color: #50555e !important;
}
 .card-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    opacity: .9;
    font-family: Inter, sans-serif;
}
.card-value {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: Inter, sans-serif;
}
.about-content {
    padding: 40px;
    margin-bottom: 30px;
}
.about-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0b3459;
    margin-bottom: 20px;
}
  .about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;    
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.benefit-card {
    background: linear-gradient(180deg, #dcf4f7 0, rgba(220, 244, 247, .4) 100%);
    padding: 25px;
    border-radius: 12px;
}
.benefit-card h3 {
    color: #0b3459;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.benefit-card p {
    color: #5b6871;
    line-height: 1.6;
}
.about-header {
    margin-bottom: 30px;
    padding-top: 30px;
}
.about-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.about-main-title, .boomerang-content h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 32px;
    color: #0b3459;
}
.about-subtitle {
    font-size: 1.1rem;
    color: #374151;
}
.about-header-cta {
    flex-shrink: 0;
}
.btn-try-free {
    background: linear-gradient(90deg, #009644 0, #18adc0 100%);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-submit:hover, .btn-try-free:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}
.accolades-grid, .ratings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.accolade-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
}
.accolade-logo {
    margin-bottom: 15px;
}
.forbes-logo {
    font-family: "Times New Roman", serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
}
.tech-logo {
    font-weight: 600;
    font-size: 1.3rem;
    color: #1e3a8a;
}
.tech-dot {
    color: #18adc0;
}
.natm-logo {
    font-weight: 700;
    font-size: 1.4rem;
    color: #dc2626;
    background: linear-gradient(45deg, #dc2626, #1e3a8a);
    -webkit-background-clip: text;
    background-clip: text;
}
.accolade-text {
    font-size: .9rem;
    color: #374151;
    line-height: 1.5;
}
.rating-item {
    padding: 20px;
}
.rating-logo {
    margin-bottom: 10px;
}
.google-logo {
    font-weight: 600;
    font-size: 1.2rem;
    background: linear-gradient(45deg, #4285f4, #ea4335, #fbbc05, #34a853);
    -webkit-background-clip: text;
    background-clip: text;
}
.shopper-logo {
    font-weight: 600;
    font-size: 1.1rem;
    color: #ff6b35;
}
.capterra-logo {
    font-weight: 600;
    font-size: 1.2rem;
    color: #18adc0;
}
.rating-stars {
    margin-bottom: 5px;
}
.rating-stars i {
    color: #fbbf24;
    font-size: 1.1rem;
    margin: 0 2px;
}
  .rating-score {
    font-weight: 600;
    color: #374151;
    font-size: 1rem;
}
.contact-title, .story-title {
    margin-bottom: 20px;
    font-weight: 700;
}
.story-title {
    font-size: 1.8rem;
    color: #334053;
}
.story-text {
    font-size: 16px;
    color: #5b6871 !important;
}
.contact-form {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.form-control, .form-textarea {
    width: 100%;
    padding: 10px 12px;
}
.contact-title {
    font-size: 2rem;
    color: #0b3459;
}
.contact-subtitle {
    margin-bottom: 30px;
    font-size: 1.1rem;
    color: #5b6871;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #5b6871;
    margin-bottom: 8px;
}
.form-control {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
}
.form-textarea {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    min-height: 120px;
    resize: vertical;
}
.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.form-check-input {
    width: 16px;
    height: 16px;
}
.form-check-label {
    font-size: 14px;
    color: #5b6871;
}
.form-submit {
    margin-top: 30px;
}
.btn-submit {
    background: linear-gradient(90deg, #009644 0, #18adc0 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}
.close-simple, .promo-banner {
    color: #1e3a8a;
    font-weight: 700;
}
@media (max-width:768px) {
    .testimonial-content {
        display: block !important;
    }
    .modern-testimonial-card {
        width: 58% !important;
        height: auto !important;
    }
    .testimonial-aut p {
        width: 108% !important;
        white-space: normal;
        margin-left: 0 !important;
    }
     .cta-btn {
        width: 100% !important;
    }
    .top_content ul li {
        padding-left: 25px;
    }
    .top_content ul li::before {
        left: 0 !important;
    }
    .title {
        font-size: 32px;
        line-height: 38px;
    }
    .controls {
        flex-direction: column;
        align-items: center;
    }
    .accolades-grid, .benefits-grid, .card-panels, .form-grid, .ratings-grid {
        grid-template-columns: 1fr;
    }
    .projections-cards, .yearly-revenue-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-header-content {
        flex-direction: row;
        text-align: center;
    }
    .about-main-title {
        font-size: 2rem;
    }
    .container {
        padding-top: 29%;
        flex-direction: column;
    }
}
@media (max-width:576px) {
    .title {
        font-size: 28px;
        line-height: 34px;
    }
    .accolades-grid, .projections-cards, .ratings-grid, .yearly-revenue-cards {
        grid-template-columns: 1fr;
    }
    .about-main-title {
        font-size: 1.8rem;
    }
}
.simple-card {
    background: linear-gradient(180deg, #dcf4f7 0, rgba(220, 244, 247, .4) 100%);
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
#howToUseCard {
    display: none !important;
}
#howToUseCard.show {
    display: block !important;
}
.card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.simple-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e3a8a;
    margin: 0;
}
.simple-card ol {
    margin: 15px 0;
    padding-left: 20px;
}
.simple-card li, .simple-card p {
    margin-bottom: 10px;
    line-height: 1.5;
}
.close-simple {
    background: 0 0;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color .3s;
}
.boomerang-card, .card {
    transition: transform .2s, box-shadow .2s;
}
.close-simple:hover {
    background-color: rgba(30, 58, 138, .1);
}
.yearly-revenue-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    justify-content: space-between;
}
.yearly-card {
    width: 19.2%;
    padding: 0 4px;
    margin-bottom: 16px;
    flex-shrink: 0;
}
.card {
    background: linear-gradient(135deg, #f0f9ff 0, rgba(240, 249, 255, .8) 100%);
    border: 2px solid #e0f2fe !important;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1) !important;
}
@media (max-width:1199px) {
    .yearly-card {
        width: 25%;
    }
}
@media (max-width:991px) {
    .yearly-card {
        width: 33.333%;
    }
}
@media (max-width:767px) {
    .yearly-card {
        width: 50%;
    }
}
@media (max-width:480px) {
    .yearly-card {
        width: 100%;
    }
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-radius: 6px !important;
}
.mt-10 .prize-item br .top_content {
    margin-top: 10px;
}
.top_content h6 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #334053;
    margin-bottom: 10px;
}
.benefit-card h6 {
    font-size: 1rem;
}
.promo-banner {
    background: linear-gradient(180deg, #dcf4f7 0, rgba(220, 244, 247, .4) 100%);
    font-size: 1.2rem;
    padding: 12px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    border-radius: 6px;
    margin: 50px auto 10px;
    max-width: 100%;
    animation: 2.5s ease-in-out infinite pulseGlow;
    user-select: none;
}
.quote_sec, .section-container .card {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.promo-banner strong {
    text-transform: uppercase;
    font-size: 1.3rem;
}
@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 15px rgba(30, 58, 138, .5);
    }
    50% {
        box-shadow: 0 0 30px rgba(30, 58, 138, .8);
    }
}
.quote_sec {
    display: flex;
    flex-wrap: wrap;
    max-width: 557px;
    margin: 20px auto;
}
.quote-icon, .testimonial-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}
.left {
    flex: 1;
    padding: 26px;
}
.left p {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}
.left strong, .right h2 {
    font-size: 20px;
    text-align: center;
}
.left strong {
    display: block;
    margin-top: 15px;
    font-style: italic;
}
.right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.right h2 {
    color: #fff;
    padding: 15px 15px 60px;
    margin: 0;
    width: 100%;
    background: #0051aa;
}
.service-image {
    max-width: 100%;
    display: block;
}
.section-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 30px auto;
    gap: 20px;
}
.section-container .card {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 31px 0;
}
.left-card-header {
    text-align: center;
    padding: 20px 20px 10px;
}
.left-card-header h2 {
    color: #0b0e57;
    font-size: 22px;
    margin: 0 0 5px;
}
.left-card-header h3 {
    color: #0b0e57;
    font-size: 21px;
    margin: 0;
}
.left-card-body {
    display: flex;
    align-items: flex-start;
    padding: 0 20px;
    gap: 15px;
}
.left-card-body img {
    max-width: 80px;
    height: auto;
}
.left-text ul {
    margin: 0;
    padding-left: 20px;
}
.left-text ul li, .right-card-content p, .right-card-content ul li {
    font-size: 14px;
    margin: 8px 0;
}
.left-text ul li span, .right-card-content p span, .right-card-content ul li span {
    color: #024bad;
    font-weight: 700;
}
.checkered, .trailer-img {
    width: 100%;
    display: block;
}
.features-section, .right-card-content {
    padding: 20px;
}
.right-card-content h2 {
    color: #0b0e57;
    font-size: 22px;
    margin: 0 0 15px;
}
.right-card-content ul {
    margin: 0;
}
.right-card-content ul li a {
    color: #0073e6;
    text-decoration: none;
    font-weight: 700;
}
.story-text strong {
    font-weight: 700;
    font-size: 32px;
    color: #0b3459 !important;
}
.top_content ul {
    list-style: none;
    margin: 0;
    display: grid;
    text-align: left;
    align-items: center;
    justify-content: center;
}
.top_content ul li {
    position: relative;
    color: #5b6871;
    white-space: normal;
    font-size: 17px;
    line-height: 32px;
}
.top_content ul li span {
    font-weight: 500;
}
.top_content ul li::before {
    content: "✓";
    font-weight: 700;
    color: #0b3459;
    display: inline-block;
    position: absolute;
    left: -30px;
    width: 1.2em;
}
.service-section {
    background: linear-gradient(135deg, #0d3b66 0, #105086 70%);
    color: #fff;
    padding: 3% 20px 80px;
    text-align: center;
}
.service-content {
    max-width: 900px;
    margin: 0 auto;
}
.subheading {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.main-heading {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;
}
.description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.highlight-box, .highlight_1 {
    font-size: 19px;
    font-weight: 500;
}
.highlight_1 {
    color: #fff;
    margin-bottom: 25px;
}
.highlight_1::before {
    content: "●";
    font-weight: 700;
    color: #ff0;
    display: inline-block;
    width: 1.2em;
}
.highlight-box {
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 12px 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    cursor: pointer;    
}
.top_head {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #334053;
    margin-bottom: 10px;
    padding-top: 160px;
}
a.boomerang-calculator {
    display: inline-block;
    background: linear-gradient(135deg, #dcf4f7 0, rgba(220, 244, 247, .6) 100%);
    color: #1e3a8a;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 1.05rem;
    transition: background-color .28s;
    margin-top: 20px;
    margin-bottom: 35px;
}
.boomerang-content p, .feature-card ul li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
}
a.boomerang-calculator:hover {
    color: #1e3a8a;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15) !important;
}
.boomerang-sections {
    display: grid;
    gap: 30px;
    margin: 60px auto;
    padding: 0 20px;
}
.boomerang-card {
    display: flex;
    align-items: flex-start;
    border-radius: 12px;
}
.boomerang-icon {
    flex: 0 0 60px;
    margin-right: 20px;
}
.boomerang-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.boomerang-content p {
    color: #5b6871;
}
.testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}
.testimonial-card {
    max-width: 700px;
    background: linear-gradient(180deg, #dcf4f7 0, rgba(220, 244, 247, .4) 100%);
    padding: 40px;
    border-radius: 16px;
    text-align: center;
}
.quote-icon {
    position: absolute;
    top: -22px;
    left: 25px;
    font-size: 54px;
    color: #1e3a8a;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 25px;
    color: #5b6871;
}
.testimonial-author h4 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    color: #1e3a8a;
}
.testimonial-author p {
    font-size: 17px;
    margin-top: 6px;
    color: #5b6871; 
}
.container {
    padding-top: 0;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
}
.feature-card {
    background: #f8f9fa;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
    padding: 30px 25px; 
}
.feature-card:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .12);
}
.feature-card h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0b3459;
    line-height: 1.4;
    text-align: center;
}
.feature-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-card ul li {
    color: #5b6871;
    position: relative;
    padding-left: 20px; 
}
.feature-card ul li::before {
    content: "✓";
    font-weight: 700;
    color: #0b3459;
    display: inline-block;
    position: absolute;
    left: -10px;
    width: 1.2em; 
}
.highlight {
    color: #0d3b66;
    font-weight: 600;
}
.modern-stars {
    color: #39b7d7; 
}
.modern-testimonial-card {
    background: linear-gradient(to bottom, #dcf4f7 0, rgba(220, 244, 247, .4) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .3s, box-shadow .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    width: 28%;
    margin: 0 auto;
    cursor: pointer;
}
.modern-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2); 
}
.modern-testimonial-stars {
    margin-bottom: 20px;
    color: #39b7d7;
}
.modern-testimonial-star {
    font-size: 20px;
    margin: 0 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1); 
}
.modern-testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 20px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}
.modern-testimonial-author {
    font-size: 16px;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 0;
}
.test_title {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 32px;
    color: #0b3459;
}
.testimonial-sec {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 600px;
    z-index: 0;
}
.testimonial-preview {
    font-size: 1.2rem;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    background: #f7f9fc;
    padding: 12px 20px;
    border-radius: 12px;
    display: inline-block;
    transition: background .3s;
}
.testimonial-preview:hover {
    background: #e9f0fb;
}
.testimonial-card_1 {
    display: none;
    position: relative;
    background-color: #c9f3e7;
    padding: 30px 25px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .3s, box-shadow .3s;
    width: 100%;
    margin: 0 auto;
}
.testimonial-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-left img {
    width: 280px;
    border-radius: 12px;
    object-fit: cover;
}
.testimonial-right {
    flex: 1;
    position: relative;
}
.modern-star {
    margin-bottom: 10px;
    color: gold;
    font-size: 20px;
}
.testimonial-tex {
    font-size: 1.06rem;
    color: #000;
    margin: 20px 0;
    text-align: left;
}
.testimonial-tex span {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}
.testimonial-aut {
    margin-top: 15px;
    text-align: left;
}
#formTitle, .cta-btn, .cta-section, footer {
    text-align: center;
}
.testimonial-aut h4 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 22px;
    color: #000;
    text-align: left;
}
.testimonial-aut p {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 22px;
    line-height: 1.4;
    width: 145%;
    white-space: normal;
    margin-left: -71px;
}
.cta-btn, input[type=text] {
    background: #fff;
}
.contact-custom-close {
    z-index: 1;
    position: relative;
    color: #000 !important;
}
#calculator::before {
    content: "";
    display: block;
    height: 100px;
    visibility: hidden;
}
.cta-btn {
    color: #ed8936;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    transition: .3s;
    display: block;
    margin: 20px auto;
    width: 26%;
}
.active_btn, .deal_btn {
    font-size: 19px !important;
}
.cta-btn:hover {
    color: #ed8936 !important;
}
.cta-section h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #fff;
    margin-bottom: 30px;
}
.cta-section {
    background: linear-gradient(135deg, #ed8936 0, #dd7324 100%);
    color: #fff;
    padding: 50px 0;
    margin-top: 50px;
    margin-bottom: 60px;
}
.active_btn, .deal_btn {
    background: #ed8936 !important;
}
footer {
    background: #1a365d;
    color: #fff;
    padding: 20px 0;
}
footer p {
    margin-bottom: 0 !important;
    margin-top: 0;
}
.header-actions {
    display: flex;
    gap: 40rem;
    align-items: center;
    flex-shrink: 0;
}
.active_btn {
    min-width: 242px;
    border-radius: 7px;
    padding: 8px 6px !important;
    font-weight: 600 !important;
    border: 1px solid #ed8936 !important;
    color: #fff;
}
#formSwitchBtn button, #formTitle, .Submit-Btn {
    letter-spacing: 1px;
    font-weight: bolder;
}
.active_btn:hover, .deal_btn:hover {
    background: #ed8936 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(237, 137, 54, .3);
}
.deal_btn {
    margin-left: 0;
    margin-top: 0;
    min-width: 194px;
    padding: 8px 10px !important;
    border-radius: 7px;
    border: 1px solid #ed8936 !important;
    color: #fff;
}
#myModalBtn .modal-content {
    width: 56% !important;
}
.close {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 37px;
    height: 37px;
    background-color: transparent;
    border: none;
    border-radius: 46px;
    cursor: pointer;
    float: right;
    width: 37px;
    color: #fff;
}
@media (max-width:767px) {
    .top_head {
        padding-top: 37%;
    }
    #myModalBtn .modal-content {
        width: 100% !important;
    }
    #LoginAndRegistrationForm {
        width: 300px !important;
    }
    .close {
        right: -3% !important;
        bottom: 6px !important;
    }
}
#LoginAndRegistrationForm {
    width: 350px;
    background: #fff;
    margin: 64px auto;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    transform: scale(1.2);
    box-shadow: 0 0 6px 0 #cdcdcd;
}
#formSwitchBtn button, .input-text {
    border: 1px solid #747474;
    font-size: 17px;
}
#formTitle {
    padding-top: 10px;
    font-size: 25px;
    margin-bottom: 30px;
}
#formSwitchBtn {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
#formSwitchBtn button {
    width: 160px;
    height: 40px;
    cursor: pointer;
    position: relative;
    background: 0 0;
    transition: .4s;
}
#formSwitchBtn .active {
    color: #fff;
    background: #747474;
}
.input-text {
    width: 100%;
    height: 38px;
    padding: 5px;
    border-radius: 5px;
}
.mt-20 {
    margin-top: 20px;
}
.forgot-pass-remember-me {
    display: flex;
    justify-content: center;
    gap: 90px;
    font-size: 14px;
}
.forgot-pass-remember-me #ForgotPassword {
    color: #002b27;
    font-weight: 700;
    transition: .4s;
}
.already-have-account a:hover, .dont-have-account a:hover, .forgot-pass-remember-me #ForgotPassword:hover {
    color: #008d7f;
}
.forgot-pass-remember-me input {
    height: 12px;
}
.forgot-pass-remember-me a {
    text-decoration: none;
    font-style: italic;
}
#swal2-content {
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
}
.swal2-styled.swal2-confirm {
    padding: 10px 36px;
}
.Submit-Btn {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
    transition: .4s;
    background-color: #747474;
    color: #fff;
}
.Submit-Btn:hover {
    background-color: #444;
    color: #fff;
}
.already-have-account, .dont-have-account {
    letter-spacing: .3px;
    font-size: 14px;
    color: #747474;
}
.already-have-account a, .dont-have-account a {
    font-style: italic !important;
    text-decoration: none;
    color: #002b27;
    font-weight: 700;
    transition: .4s;
}
.error-input {
    border: 1px solid #ff5b5b;
}
.error-message {
    font-size: 11px !important;
    font-weight: 700;
    color: #ff5b5b !important;
    text-align: left;
    margin: 2px 0 0;
    padding: 0;
}
.login_btn {
    padding: 16px 35px !important;
    border-radius: 10px !important;
    background: #f60 !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin-top: 80px;
}
.header-actions-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.prize-section {
    padding: 60px 0 0;
}
.prize-row {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.prize-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
    padding: 20px;
}
.prize-item img {
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
}
.prize-item a {
    text-decoration: none;
    font-size: 17px;
    color: #007bff;
}
@media (max-width:768px) {
    .left-card-body, .section-container {
        flex-direction: column;
    }
    .boomerang-card {
        flex-direction: column;
        text-align: left;
    }
    .boomerang-icon {
        margin-bottom: 15px;
    }
    .service-section {
        padding: 9% 20px 80px;
    }
    .story-text li::before {
        left: 20px;
    }
    .active_btn, .deal_btn {
        min-width: 242px !important;
    }
    .header-actions {
        display: block !important;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        gap: 15px;
        align-items: center;
        order: 2;
        flex-shrink: 0;
        flex-direction: row;
    }
    .nav-link {
        padding: 0 !important;
    }
    .deal_btn {
        margin-top: 15px;
    }
    .prize-row {
        flex-direction: column;
        gap: 20px;
    }
    .prize-item {
        min-width: auto;
    }
}
#myModalBtn .close {
    position: relative;
    right: 21%;
    bottom: 38px;
}