/* ---------- LARGE DESKTOP (min-width: 1400px) ---------- */
@media (min-width: 1400px) {
    .hero-section .title {
        font-size: 52px;
    }

    .hero-diagram {
        height: 690px;
    }

    .process-card {
        width: 280px;
    }

    .website-pricing-hero .container {
        max-width: 1320px;
    }

    .website-pricing-title {
        font-size: 55px;
    }

    .website-pricing-visual {
        width: calc(100% + 145px);
        margin-right: -145px;
    }

    .website-pricing-mockup {
        max-width: 820px;
    }
     .website-hero .title {
        font-size: 52px;
    }
}

/* ---------- LAPTOP (992px - 1199.98px) ---------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .website-pricing-hero {
        padding-top: 55px;
    }

     .content-list{
        grid-template-columns:1fr;
    } 
    .website-pricing-title {
        font-size: 43px;
    }

    .website-pricing-description {
        font-size: 16px;
    }

    .website-pricing-primary-btn,
    .website-pricing-outline-btn {
        min-width: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .website-pricing-visual {
        width: calc(100% + 60px);
        margin-right: -60px;
    }

    .simple-pricing-summary {
        padding-right: 28px;
        padding-left: 28px;
    }

    .simple-pricing-includes {
        padding-right: 28px;
        padding-left: 28px;
    }

    .simple-pricing-main strong {
        font-size: 38px;
    }

    .pricing-support-section .container {
        max-width: 960px;
    }

    .pricing-promise-card {
        padding-right: 23px;
        padding-left: 23px;
    }

    .pricing-faq-card {
        padding-right: 24px;
        padding-left: 24px;
    }

    .pricing-faq-grid {
        --bs-gutter-x: 1.25rem;
    }

    .pricing-faq-content p {
        max-width: none;
    }

    .website-proposal-content h2 {
        font-size: 30px !important;
    }

    .website-proposal-content p,
    .website-proposal-primary,
    .website-proposal-outline {
        font-size: 16px !important;
    }

    .website-proposal-image {
        height: 165px;
    }
}

/* ---------- LAPTOP (max-width: 1199px) ---------- */
@media (max-width: 1199px) {
    .hero-section .title {
        font-size: 3.3rem;
    }

    .hero-diagram {
        transform: scale(.9);
        transform-origin: center;
    }

    .modern-search-content h2 {
        font-size: 2.4rem;
    }

    .search-demo {
        min-height: 430px;
    }

    .website-features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 30px;
    }

    .website-feature-item p {
        max-width: 165px;
    }

    .website-process-grid {
        gap: 20px;
    }

    .website-process-step p {
        max-width: 140px;
    }
       .website-hero .title {
        font-size: 3.3rem;
    }
}

/* ---------- TABLET (max-width: 991.98px) ---------- */
@media (max-width: 991.98px) {
    .nav-menu.mobile-open {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--text-light);
        padding: 1.5rem;
        border-top: 1px solid rgba(15, 23, 42, 0.05);
        box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
        gap: 1.25rem;
        text-align: center;
        margin: 0;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-menu.mobile-open .btn-nav-cta {
        display: inline-flex !important;
        justify-content: center;
        margin-top: 0.5rem;
    }

    .nav-dropdown .dropdown-menu {
        position: static;
        box-shadow: none;
        border-radius: 0;
        padding-left: 1.5rem;
        background: transparent;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        border: none;
    }

    .nav-dropdown.open .dropdown-menu {
        display: block;
    }

    .nav-dropdown .dropdown-menu a {
         padding: 0.4rem 0;
        font-size: 0.95rem;
    }

    .nav-dropdown .dropdown-menu a:hover {
        background: transparent;
        color: #000;
    }

    .dropdown-toggle .fa-chevron-down {
        font-size: 0.75rem;
    }

    .hero-section {
        padding: 50px 0;
    }

    .hero-section .title {
        font-size: 2.5rem;
    }
       .website-hero .title {
        font-size: 2.5rem;
    }

    .hero-diagram {
        margin-top: 70px;
        height: 600px;
        transform: none;
    }

    .process-card {
        width: 240px;
    }

    .process-card-left {
        left: 15px;
    }

    .process-card-right {
        right: 15px;
    }

   

    .product-card {
        padding: 35px 28px;
    }

    .solution-box {
        padding: 35px;
    }

    
    .center-card {
        border: none;
    }

    .solution-card {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }

    .solution-heading {
        justify-content: center;
    }

    .solution-btn {
        min-width: 100%;
    }

    .growth-process {
        padding: 50px 0px 50px 0px;
    }

    

    .growth-step {
        max-width: 330px;
        margin: auto;
    }

    .growth-arrow {
        display: none;
    }

    .why-bizfire-section {
        padding: 50px 0px 50px 0px;
    }

    .why-title {
        font-size: 2.2rem;
    }

    .why-card {
        border-right: none;
        padding: 30px 20px;
    }

    .step-container::before {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    .step-row {
        flex-direction: column;
        text-align: center;
        padding: 40px 0;
        align-items: center;
        z-index: 2;
    }

    .step-badge {
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 0;
        box-shadow: 0 0 0 8px var(--bs-white);
        z-index: 3;
    }

    .step-icon-circle {
        margin-right: 0;
        margin-bottom: 20px;
        background-color: var(--bs-white);
        box-shadow: 0 0 0 8px var(--bs-white);
        z-index: 3;
    }

    .step-info {
        padding-right: 0;
        margin-bottom: 24px;
        text-align: center;
        background-color: var(--bs-white);
        z-index: 2;
    }

    .step-info ul {
        display: inline-block;
        text-align: left;
    }

    .step-outcome {
        width: 100%;
        border-left: none;
        border-top: 1px solid var(--bg-light-gray);
        padding-left: 0;
        padding-top: 20px;
        background-color: var(--bs-white);
        z-index: 2;
    }

    .bottom-grid-section {
        padding: 60px 0;
    }

    .cta-container-inner {
        padding: 40px;
        text-align: center;
    }

    .cta-right {
        justify-content: center;
        margin-top: 30px;
        flex-direction: column;
        gap: 14px;
    }

    .btn-cta-white,
    .btn-cta-outline {
        width: 100%;
    }

    /* .partner-types-heading {
        font-size: 1.8rem;
    } */

    .partner-type-card {
        min-height: 300px;
    }

   

    .partner-benefit-row {
        max-width: 100%;
    }

    .partnership-steps-heading {
        font-size: 1.8rem;
    }

    .partnership-step {
        margin-bottom: 40px;
    }

    .partnership-step-arrow::before {
        display: none;
    }

    .partner-choice-heading {
        font-size: 24px;
        margin-top: 20px;
    }

    .partner-choice-content {
        max-width: 100%;
    }

    .partner-choice-image {
        min-height: 420px;
    }

    .faq-heading {
        font-size: 24px;
    }

    .platform-card {
        padding: 40px 30px;
    }

    .platform-title {
        font-size: 2rem;
    }

    .platform-feature {
        text-align: center;
    }

    .platform-icon {
        margin: 0 auto;
    }

    .platform-intro {
        text-align: center;
        margin-bottom: 30px;
    }

    .platform-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .platform-card .btn-solid {
        justify-content: center;
    }

    .about-hero-section {
        text-align: center;
    }

    .about-description {
        margin-left: auto;
        margin-right: auto;
    }

    .about-buttons {
        justify-content: center;
    }

    .about-image {
        margin-top: 2rem;
    }

    .right-section {
         padding-left: 15px; 
         margin-bottom: 0;
         margin-top: 0;
    }

    .process-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .process-item {
        flex: 0 0 45%;
        margin-bottom: var(--spacer-4);
    }

    .arrow {
        display: none;
    }

    .bizfire-card {
        padding: 1.75rem;
    }

    .industry-card h5 {
        
    }

    .industry-more {
        
    }

    .founder-column {
        border-left: 0;
        border-top: 0px solid var(--bs-border-color);
        padding-left: 15px;
        padding-top: 50px;
    }

    .cta-box {
        text-align: center;
        padding: 40px 30px;
    }

    .cta-buttons {
        justify-content: center;
        margin-top: 30px;
    }

    .help-card {
        min-height: 290px;
    }

    .contact-help-section {
        padding: 50px 0;
    }

    .contact-help-wrapper {
        max-width: 720px;
        margin: 0 auto;
    }

    .contact-info-panel {
        border-top: 1px solid #f1e8df;
        border-left: 0;
        padding: 30px;
    }

    .contact-info-header {
        padding-left: 0;
        text-align: center;
    }

    .contact-info-header p {
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
    }

    .contact-info-list {
        max-width: 560px;
        margin-right: auto;
        margin-left: auto;
    }

    .faq-page-card {
        margin-bottom: 20px;
    }

    .question-cta-card,
    .website-cta-card {
        padding: 30px;
    }

    .question-cta-content {
        margin-bottom: 25px;
    }

    .question-cta-actions,
    .website-cta-actions {
        justify-content: flex-start;
    }

    .website-cta-title {
         
        margin-bottom: 20px;
    }

    .website-cta-content {
        margin-bottom: 25px;
    }

    

    .industry-image-wrap {
        height: 190px;
    }

    .industry-description {
        min-height: 70px;
    }

    .service-challenges-heading {
        font-size: 1.3rem;
    }

    .service-challenge-card {
        min-height: 145px;
    }

    .workflow-list {
        gap: 25px;
    }

    .workflow-arrow {
        display: none;
    }

    .workflow-cta-content {
        margin-bottom: 25px;
    }

    .workflow-cta-actions {
        justify-content: flex-start;
    }

    .platform-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .platform-intro {
        grid-column: 1/-1;
    }

    .platform-feature::after {
        display: none;
    }

    .website-pricing-hero {
        margin-top: 76px;
        padding: 60px 0 0;
    }

    .website-pricing-row {
        min-height: auto;
    }

    .website-pricing-content {
        max-width: 720px;
        margin: 0 auto;
        padding: 0 0 45px;
        text-align: center;
    }

    .website-pricing-title {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        font-size: 46px;
    }

    .website-pricing-description {
        margin-right: auto;
        margin-left: auto;
    }

    .website-pricing-actions {
        justify-content: center;
    }

    .website-pricing-visual {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .website-pricing-mockup {
        max-width: 760px;
        margin: 0 auto;
    }

    .simple-pricing-section {
        padding: 50px 0 60px;
    }

    .simple-pricing-summary {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #dfe4ec;
    }

    .simple-pricing-includes {
        min-height: auto;
    }

    .pricing-support-section {
        padding: 48px 0;
    }

    .pricing-promise-card {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }

    .pricing-faq-card {
        margin-top: 4px;
    }

    .pricing-faq-content p {
        max-width: none;
    }

    .website-proposal-card {
        padding: 22px;
    }

    .website-proposal-content {
        padding: 0;
    }

    .website-proposal-content h2 {
        font-size: 32px !important;
    }

    .website-proposal-actions {
        max-width: 520px;
        margin: 8px auto 0;
        flex-direction: row;
    }

    .website-proposal-primary,
    .website-proposal-outline {
        flex: 1;
    }

    .feature-intro {
        padding: 40px;
    }

    .feature-item {
        border-left: none;
/*         border-top: 1px solid #edf2f7; */
/*         padding: 40px; */
    }

    .feature-intro h2 {
        font-size: 2rem;
    }

    .website-feature-section {
        padding: 80px 0;
    }

    .website-feature-card {
        padding: 40px;
    }

    .website-feature-content {
        max-width: 100%;
        margin-bottom: 10px;
    }

    /* .website-feature-content h2 {
        font-size: 2.3rem;
    } */

    .modern-search-card {
        padding: 40px;
    }

    .search-demo {
        min-height: 420px;
        margin: 40px 0;
    }

    .search-includes {
        padding-left: 0;
    }

    .browser-window {
        max-width: 100%;
    }

    .website-feature-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 2.4rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .feature-card {
        padding: 35px 30px;
    }

    .trust-section {
        padding: 80px 0;
    }

    .trust-card {
        padding: 40px;
    }

    .trust-content {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .trust-content h2 {
        font-size: 2.3rem;
    }

    .growth-wrapper {
        padding: 45px;
    }
 

    .industries-section {
        padding: 80px 0;
    }

  

    .partners-box {
        padding: 50px 35px;
        text-align: center;
    }

   

    .partners-text {
        margin: auto;
        font-size: 17px;
    }

    .cta-wrapper {
        text-align: center;
    }

    .cta-buttons {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .website-process-line {
        display: none;
    }

    .website-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 24px;
    }

    .website-process-step {
        padding: 20px;
        background-color: #ffffff;
        border: 1px solid #eceef4;
        border-radius: 8px;
    }

    .website-process-step:last-child {
        grid-column: 1 / -1;
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
    }

    .website-process-step p {
        max-width: 220px; 
    }

    .website-process-number {
        margin-bottom: 12px;
    }
}

/* ---------- TABLET (max-width: 768px) ---------- */
@media (max-width: 768px) {
    .hero-title {
        font-size: 30px;
    }

    .testimonial-card {
        padding: 25px;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .terms-hero {
        padding: 40px 0;
    }

    .terms-content {
        padding: 40px 0;
    }
}

/* ---------- MOBILE (max-width: 767.98px) ---------- */
@media (max-width: 767.98px) {

    .section-title, h2 {
        font-size: 24px; 
        line-height: 1.15; 
        margin-bottom: 15px;
    }
    .section-subtitle, h3 { 
        font-size: 20px;
        font-weight:600; 
    }
    .hero-section {
        padding: 50px 0;
    }

    .hero-section .title {
        font-size: 2.25rem;
        letter-spacing: -1px;
    }
       .website-hero .title {
        font-size: 2.25rem;
    }

    .hero-section .desc {
        font-size: 1rem;
    }

    .hero-section .btn-solid,
    .hero-section .btn-outline-body {
        width: 100%;
    }

    .hero-diagram {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
        height: auto;
    }

    .diagram-lines {
        display: none;
    }

    .diagram-center {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        order: 2;
        margin: 10px 0;
    }

    .process-card {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 360px;
    }
  .solution-card { 
    align-items: center;
}
    .process-card-top {
        order: 1;
        transform: none;
    }

    .process-card-right {
        order: 3;
    }

    .process-card-left {
        order: 4;
    }

   
    .product-card {
        margin-bottom: 10px;
    }

   

    .product-card p {
        font-size: 1rem;
    }

    .product-icon {
        width: 64px;
        height: 64px;
        font-size: 28px;
    }

    .solution-box {
        padding: 25px;
    }

   

    .solution-heading h3 {
        font-size: 1.3rem;
    }

    .solution-icon {
        width: 72px;
        height: 72px;
        font-size: 28px;
    }

    .solution-btn {
        height: 54px;
        font-size: 1rem;
    }

    .solution-arrow {
        margin-bottom: 18px;
        font-size: 22px;
    }

   
    .growth-step h3 {
        font-size: 1.3rem;
    }

    .growth-step p {
        font-size: .95rem;
    }

    .growth-icon {
        width: 80px;
        height: 80px;
        font-size: 34px;
    }

    .why-title {
         
    }

    .why-card {
        padding: 25px 18px;
    }

    
    .why-card p {
        font-size: .95rem;
    }

    .why-icon {
        width: 60px;
        height: 60px;
        font-size: 32px;
    }

    .testimonial-card {
        padding: 28px;
    }

    .quote-icon {
        font-size: 42px;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .testimonial-user img {
        width: 58px;
        height: 58px;
    }

    .testimonial-user h4 {
        font-size: 1.2rem;
    }

    .partner-cta {
        padding: 28px;
    }

    .partner-cta h2 {
         
    }

    .partner-cta p {
        font-size: 1rem;
    }

    .partner-icon {
        font-size: 48px;
        width: 70px;
        height: 70px;
    }

    .partner-features li {
        font-size: .95rem;
    }

    .partner-btn {
        width: 100%;
        margin-top: 30px !important;
    }

    .cta-section {
        padding: 60px 0;
    }

    

    .cta-content h2 {
        font-size: 24px;
    }

    .cta-content p {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .cta-buttons .btn-white,
    .cta-buttons .btn-outline {
        width: 100%;
        min-width: 100%;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn-blue,
    .btn-outline {
        width: 100%;
    }

    .cta-left h2 {
        font-size: 26px;
    }

    .info-card {
        min-height: auto;
    }

    .partner-types-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .partner-types-heading {
        
    }

    .partner-type-card {
        min-height: auto;
        padding: 25px !important;
    }

    .partner-growth-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

   

    .platform-product-card {
        min-height: auto;
    }

    .platform-product-content {
        padding: 24px !important;
        padding-left: 30px !important;
    }

    .platform-product-media {
        min-height: auto;
        padding: 0 20px 20px;
    }

    .platform-product-image {
        max-height: 190px;
    }

    .partnership-steps-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .partnership-steps-heading {
        
    }

    .partnership-step {
        min-height: auto;
        margin-bottom: 34px;
        padding: 0 15px;
    }

    .partnership-step-number {
        font-size: 2.3rem;
    }

    .partner-choice-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .partner-choice-heading {
        
        margin-top: 20px;
    }

    .partner-choice-image {
        min-height: 300px;
    }

    .partner-choice-icon {
        width: 31px;
        height: 31px;
        border-width: 2px;
    }

    .faq-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .faq-heading {
        
    }

    .faq-button {
        padding: 16px 18px;
    }

    .faq-button span {
        font-size: .95rem;
    }

    .platform-section {
        padding: 70px 0;
    }

    .platform-card {
        padding: 30px 22px;
    }

    .platform-title {
        font-size: 1.8rem;
    }

    .platform-feature {
        margin-bottom: 35px;
    }

    .about-hero-section {
        padding: 4rem 0;
    }

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

    .about-description {
        font-size: 1rem;
    }

    .about-buttons {
        flex-direction: column;
        align-items: center;
    }

    .about-buttons .btn {
        width: 100%;
        max-width: 320px;
    }

    .our-story-section {
        padding: var(--spacer-5) 0;
    }

    .orange-title {
        font-size: 1.35rem;
    }

    .process-item {
        flex: 0 0 100%;
    }

    .icon-circle {
                width: 65px;
        height: 65px;
        margin: 0px auto 15px;
    }

    .icon-circle i {
        font-size: 30px;
    }

    .bottom-text {
        text-align: center;
        font-size: 1.2rem;
    }

    .bizfire-card {
        flex-direction: column;
        text-align: center;
    }

    .card-icon {
        margin: 0 auto;
    }

    .card-content h4 {
        font-size: 22px;
    }

    .industry-image img {
        aspect-ratio: 1/1;
    }

    .industry-card h5 {
        font-size: 1rem;
    }

    .more-card {
        min-height: 180px;
    }

    .industry-more {
        font-size: 1.4rem;
    }

    .goal-card {
        flex-direction: column;
        text-align: center;
    }

    .cta-box h2 {
        font-size: 20px;
    }

    .section-subtitle {
        font-size: 1.35rem;
    }

    .help-section {
        padding: 38px 0;
    }

   

    .help-card {
        max-width: 360px;
        min-height: 280px;
        margin: 0 auto;
        padding: 22px 24px;
    }

    .help-card p {
        max-width: 270px;
    }

    .help-section-header {
        margin-bottom: 18px;
    }

    .help-card-row {
        row-gap: 14px;
    }

    .contact-help-section {
        padding: 38px 0;
    }

    .contact-form-panel,
    .contact-info-panel {
        padding: 24px 20px;
    }

    .contact-form-header h2,
    .contact-info-header h2 {
        font-size: 20px;
    }

    .contact-input,
    .contact-select {
        min-height: 42px;
    }

    .contact-textarea {
        min-height: 105px;
    }

    .contact-submit-btn {
        min-height: 46px;
    }

    .contact-info-card {
        min-height: 88px;
    }

    .faq-page-card {
        padding: 24px;
    }

    .faq-page-button {
        min-height: 54px;
    }

    .question-cta-content {
        flex-direction: column;
        text-align: center;
    }

    .question-cta-actions,
    .website-cta-actions {
        flex-direction: column;
    }

    .question-cta-actions .btn,
    .website-cta-actions .btn {
        width: 100%;
    }

    .website-cta-title {
        
    }

    .industries-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

     

    .industry-image-wrap {
        height: 220px;
    }

    .industry-description {
        min-height: auto;
    }

    .service-challenges-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .service-challenges-heading {
        font-size: 1.2rem;
    }

    .service-challenge-card {
        min-height: auto;
        padding: 20px;
    }

    .service-challenge-icon {
        width: 52px;
        height: 52px;
        font-size: 1.25rem;
    }

    .workflow-item {
        width: 100%;
        max-width: 260px;
    }

    .workflow-bottom-text span {
        display: none;
    }

    .workflow-cta {
        padding: 28px;
    }

    .workflow-cta-content {
        flex-direction: column;
        text-align: center;
    }

    .workflow-cta-actions {
        flex-direction: column;
    }

    .workflow-cta-actions .btn {
        width: 100%;
    }

    .workflow-cta h2 {
        
    }

    .platform-card {
        padding: 28px 22px;
    }

    .platform-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .platform-intro h2 {
        font-size: 30px;
    }

    .platform-intro p {
        font-size: 18px;
    }

    .platform-feature {
        text-align: center;
    }

    .platform-feature-icon {
        margin-inline: auto;
    }

    .website-pricing-hero {
        padding-top: 48px;
    }

    .website-pricing-content {
        padding-bottom: 38px;
    }

    .website-pricing-kicker {
        margin-bottom: 16px;
    }

    .website-pricing-title {
        font-size: 38px;
        line-height: 1.15;
        letter-spacing: -1px;
    }

    .website-pricing-description {
        font-size: 16px;
        line-height: 1.7;
    }

    .website-pricing-primary-btn,
    .website-pricing-outline-btn {
        min-width: 210px;
        min-height: 50px;
        font-size: 15px;
    }

   
    .simple-pricing-header p br {
        display: none;
    }

    .simple-pricing-summary,
    .simple-pricing-includes {
        padding: 32px 24px;
    }

    .simple-pricing-top {
        gap: 18px;
    }

    .simple-pricing-main h3,
    .simple-pricing-includes h3 {
        font-size: 19px;
    }

    .simple-pricing-main strong {
        font-size: 36px;
    }

    .simple-pricing-includes h3 {
        text-align: center;
    }

    .website-features-section {
        padding: 18px 0;
    }

    .website-features-section .container {
        padding: 26px 22px;
    }

    .website-features-header h2 {
        font-size: 21px;
    }

    .website-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
    }

    .website-feature-icon {
        font-size: 28px;
    }

    .website-feature-item p {
        max-width: 190px; 
    }
    .min-height .website-feature-item
    {
        min-height: auto;
    }
    .pricing-promise-card,
    .pricing-faq-card {
        padding: 26px 22px;
    }

    .pricing-promise-header h2,
    .pricing-faq-header h2 {
        font-size: 20px;
    }
 
    .website-proposal-cta {
        padding: 16px 0 24px;
    }

    .website-proposal-card {
        padding: 18px;
        text-align: center;
    }

    .website-proposal-image {
        max-width: 360px;
        height: 230px;
        margin: 0 auto;
    }

    .website-proposal-content h2 {
        font-size: 30px !important;
    }

    .website-proposal-content h2 br {
        display: none;
    }

    .website-proposal-content p {
        font-size: 18px !important;
    }

    .website-proposal-actions {
        max-width: 420px;
        flex-direction: column;
    }

    .feature-showcase-section {
        padding: 70px 0;
    }

    .feature-intro {
        padding: 30px;
    }

    .feature-item {
        padding: 0 0 30px 0;
    }

    .feature-intro h2 {
        font-size: 1.7rem;
    }

    .feature-item h3 {
        font-size: 1.25rem;
    }

    .feature-item i {
        font-size: 34px;
    }

    .website-feature-section {
        padding: 70px 0;
    }

    .website-feature-card {
        padding: 25px;
    }

    .website-feature-content h2 {
         
    }

    .website-feature-content p {
        font-size: 1rem;
    }

    .feature-card {
        padding: 24px;
    }

    .feature-card-icon {
        width: 55px;
        height: 55px;
    }

    .feature-card-icon i {
        font-size: 24px;
    }

    .feature-card h3 {
        font-size: 1.2rem;
    }

    .feature-card p {
        font-size: .95rem;
    }

    .modern-search-section {
        padding: 70px 0;
    }

    .modern-search-card {
        padding: 25px;
    }

    .modern-search-content h2 {
        font-size: 2rem;
    }

    .search-demo {
        min-height: 200px;
        object-fit: cover;
    }

    .browser-body {
        padding: 20px;
    }

    .browser-house {
        width: 80px;
        height: 70px;
        font-size: 34px;
    }

    .floating-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .google-icon {
        font-size: 30px;
    }

    .search-includes h3 {
        font-size: 1.3rem;
    }

    .website-feature-section {
        padding: 70px 0;
    }

    .feature-count {
        width: 42px;
        height: 42px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-description {
        font-size: .95rem;
        line-height: 1.8;
    }

    .feature-card {
        padding: 30px 25px;
    }

    .feature-card-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        margin-bottom: 22px;
    }

    .feature-card-icon i {
        font-size: 26px;
    }

    .feature-card h3 {
        font-size: 1.25rem;
    }

    .feature-card p {
        font-size: .95rem;
    }

    .trust-section {
        padding: 70px 0;
    }

    .trust-card {
        padding: 25px;
    }

    .trust-content h2 {
         
    }

    .trust-content p {
        font-size: 1rem;
    }

    .trust-feature-card {
        padding: 28px;
    }

    .trust-icon {
        width: 58px;
        height: 58px;
        border-radius: 16px;
    }

    .trust-icon i {
        font-size: 26px;
    }

    .trust-feature-card h3 {
        font-size: 1.2rem;
    }

    .trust-feature-card p {
        font-size: .95rem;
    }

    .growth-section {
        padding: 70px 0;
    }

    .growth-wrapper {
        padding: 30px;
    }
 
    .growth-card {
        padding: 25px;
    }

    .growth-icon {
        width: 58px;
        height: 58px;
        font-size: 24px;
    }

    .industries-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 30px;
    }

    .section-description {
        font-size: 16px;
    }

    .industry-card {
        padding: 15px 15px;
        margin-bottom: 10px;
    }

    .industry-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 18px;
    }

    .industry-card h5 {
        font-size: 17px;
    }

    .partners-section {
        padding: 70px 0;
    }

    .partners-box {
        padding: 40px 25px;
        border-radius: 18px;
    }

    .partners-box .section-title {
        font-size: 30px;
    }

    .partners-text {
        font-size: 16px;
    }
    .min-height .partner-type-description {
         min-height: auto;
    }

    .btn-partner {
        width: 100%;
    }

    .website-process-header {
        margin-bottom: 20px;
    }

    /* .website-process-header h2 {
        font-size: 22px;
    } */

    .website-process-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .website-process-step,
    .website-process-step:last-child {
        max-width: 100%;
        grid-column: auto;
    }

    .website-process-icon {
        font-size: 27px;
    }

    .website-process-step p {
        max-width: 280px;
    }
}

/* ---------- SMALL MOBILE (max-width: 575.98px) ---------- */
@media (max-width: 575.98px) {
    .hero-left-banner
    {
    background-image: url(../img/banner-img-responsive.webp);
        background-size: 75%;
        background-position: center;
        position: relative;
        display: block;
        height: 595px;
        background-repeat: no-repeat;
    }

    .hero-section .title {
        font-size: 44px;
    }
       .website-hero .title {
        font-size: 44px;
    }

    .process-card {
        padding: 20px;
    }

    .process-number {
        width: 36px;
        height: 36px;
    }

    .diagram-center>div {
        width: 90px;
        height: 90px;
    }

    .diagram-center img {
        width: 42px;
    }

    .help-section {
        padding: 38px 0;
    }

    .help-section .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .help-section-header {
        margin-bottom: 18px;
    }

    .help-card-row {
        row-gap: 14px;
    }

    .contact-help-section .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .contact-help-wrapper {
        border-radius: 8px;
    }

    .contact-form-panel,
    .contact-info-panel {
        padding: 22px 16px;
    }

    .contact-business-form .row {
        --bs-gutter-y: 0.85rem;
    }

    .contact-info-card {
        padding: 15px;
        gap: 13px;
    }

    .contact-info-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 18px;
    }

    .contact-location-card {
        min-height: auto;
    }

    .website-pricing-hero {
        padding-top: 38px;
    }

    .website-pricing-hero .container {
        padding-right: 18px;
        padding-left: 18px;
    }

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

    .website-pricing-title br {
        display: none;
    }

    .website-pricing-description {
        font-size: 15px;
    }

    .website-pricing-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }


  

 
    .website-pricing-primary-btn,
    .website-pricing-outline-btn {
        width: 100%;
        min-width: 0;
    }

    .website-pricing-mockup {
        width: 115%;
        max-width: none;
        margin-right: -7.5%;
        margin-left: -7.5%;
    }

    .simple-pricing-section {
        padding: 40px 0 50px;
    }

    .simple-pricing-section .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .simple-pricing-header {
        margin-bottom: 22px;
    }
 
    .simple-pricing-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .simple-pricing-main {
        text-align: center;
    }

    .simple-pricing-icon {
        width: 54px;
        height: 50px;
        flex-basis: 54px;
        font-size: 40px;
    }

    .simple-pricing-note br {
        display: none;
    }

    .simple-pricing-btn {
        width: 100%;
    }

    .simple-pricing-includes {
        padding-right: 20px;
        padding-left: 20px;
    }

    .website-features-section .container {
        margin-right: 14px;
        margin-left: 14px;
        width: auto;
        padding: 24px 18px;
    }

    .website-features-grid {
        grid-template-columns: 1fr;
    }

    .website-feature-item h3 {
        min-height: auto;
    }

    .website-feature-item h3 br {
        display: none;
    }

    .website-feature-item p {
        max-width: 260px;
    }

    .pricing-support-section {
        padding: 38px 0;
    }

    .pricing-support-section .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .pricing-promise-card,
    .pricing-faq-card {
        padding: 23px 18px;
    }

    .pricing-faq-header {
        margin-bottom: 22px;
    }

    .pricing-faq-item {
        gap: 12px;
    }

    .pricing-faq-icon {
        width: 23px;
        height: 23px;
        flex-basis: 23px;
    }

    .website-proposal-cta .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .website-proposal-card {
        padding: 15px;
    }

    .website-proposal-image {
        height: 210px;
    }

    .website-proposal-content h2 {
        font-size: 27px !important;
    }

    .website-proposal-primary,
    .website-proposal-outline {
        min-height: 50px;
        font-size: 16px !important;
    }
     .btn-solid,
    .btn-outline {
        display: flex;
        width: fit-content;
        margin: 0 auto;
          align-items: center;
        justify-content: center
    }

    .section-title, h2 {
        font-size: 24px; 
        line-height: 1.15; 
        margin-bottom: 15px !important;
    }

    .process-card {
        padding: 20px;
    }

    .process-number {
        width: 36px;
        height: 36px;
    }

    .diagram-center>div {
        width: 90px;
        height: 90px;
    }

    .diagram-center img {
        width: 42px;
    }
}

  /* ===== RESPONSIVE ===== */
        @media (max-width: 992px) {
            .project-different-section {
                padding: 50px 0;
            }
            .headline-col h2 {
                font-size: 34px;
            }
            .headline-col {
                margin-bottom: 30px;
            }
            .factors-card {
                padding: 24px 20px;
            }
        }
 
        @media (max-width: 768px) {
            .headline-col h2 {
                font-size: 30px;
            }
            .factor-item {
                padding: 8px 12px;
            }
            .factor-item span {
                font-size: 14px;
            }
            .headline-col .promise-box {
                padding: 20px;
            }
            .headline-col .promise-box p {
                font-size: 15px;
            }
        }
 
        @media (max-width: 576px) {
            .headline-col h2 {
                font-size: 26px;
            }
            .factors-card .factors-title {
                font-size: 16px;
            }
            .factor-item {
                padding: 8px 10px;
            }
            .factor-item span {
                font-size: 13px;
            }
            .headline-col .intro-text {
                font-size: 15px;
            }
        }
        @media (max-width: 576px) {
    .factors-card .row > .col-6 {
        width: 100%;
    }
}

/* ----- Responsive ----- */
 
@media (max-width: 992px) {
    .solutions-section {
        padding: 50px 0;
    }
 
    .headline-col {
        margin-bottom: 30px;
    }
 
    /* .headline-col h2 {
        font-size: 32px;
    } */
 
    .headline-col .subhead {
        max-width: 100%;
    }
 
    .problem-list {
        margin-bottom: 30px;
    }
 
    .solution-card {
        padding: 28px 24px;
    }
 
    .solution-card h3 {
        font-size: 22px;
    }
    .process-item p {
        margin: 0px;
    } 
}
 
@media (max-width: 576px) {
    /* .headline-col h2 {
        font-size: 26px;
    } */
 
    .problem-item .problem-text {
        font-size: 14px;
    }
 
    .solution-card {
        padding: 24px 20px;
    }
 
    .solution-card h3 {
        font-size: 20px;
    }
 
    .solution-card p {
        font-size: 15px;
    }
}
@media(max-width:991px) {
    .process-section {
        padding: 80px 0
    }

    .process-card {
        padding: 35px 30px
    }
}

@media(max-width:767px) {
    .process-section {
        padding: 60px 0
    }

    .process-card {
        padding: 30px 25px
    }

    

    .process-icon {
        width: 60px;
        height: 60px;
        font-size: 24px
    }

    .process-card h4 {
        font-size: 22px
    }
}
@media(max-width:991px) {
    .businesses-section {
        padding: 80px 0
    }
}

@media(max-width:767px) {
    .businesses-section {
        padding: 60px 0
    }

    .business-item {
        padding: 18px
    }

    .business-item i {
        width: 48px;
        height: 48px;
        font-size: 20px
    }

    .business-item span {
        font-size: 16px
    }
}

 

@media (max-width: 992px) {

    .section2 .discover-section {
        padding: 50px 0;
    } 

    .section2 .headline-col {
        margin-bottom: 30px;
    }

    .section2 .feature-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .section2 .feature-card {
        padding: 22px 18px;
    }
}

@media (max-width: 768px) { 

    .section2 .feature-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    } 
}

@media (max-width: 576px) {
 

    .section2 .feature-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .section2 .feature-card {
        padding: 20px 16px;
    }
 
 
}
@media(max-width:991px) {
    .packages-section {
        padding: 80px 0
    }
}

@media(max-width:767px) {
    .packages-section {
        padding: 60px 0
    }

    .package-card {
        padding: 30px 20px
    }

    .package-icon {
        width: 60px;
        height: 60px;
        font-size: 24px
    }

    .package-card h5 {
        font-size: 18px
    }
}
@media(max-width:991px) {
    .why-matters-section {
        padding: 80px 0
    }

    .matter-card h3 {
        font-size: 24px
    }
}

@media(max-width:767px) {
    .why-matters-section {
        padding: 60px 0
    }

    .matter-card {
        padding: 30px 25px
    }

    .matter-icon {
        width: 60px;
        height: 60px;
        font-size: 24px
    }

    .matter-card h3 {
        font-size: 22px
    }
}