@media (min-width: 1200px) {
    .amelia-custom-container {
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media (max-width:1399.98px) {
    .heading {
        font-size: 52px;
    }

    .sub-heading {
        font-size: 32px;
    }

    .small-heading {
        font-size: 22px;
    }

    .hero-text {
        font-size: 18px;
    }

    .custm-spacing-1,
    .custm-spacing-6 {
        margin-bottom: 30px;
    }

    .dark-difference-card {
        gap: 20px;
        padding: 40px 60px;
    }

    .custm-spacing-3 {
        margin: 60px 0 30px;
    }

    .difference-section-card {
        padding: 60px 0;
    }

    .about-redefined-card h3 {
        font-size: 24px;
    }

    .section-cards {
        padding: 40px 0;
        display: flex !important;
        flex-direction: column-reverse;

    }

    .section-card-header img {
        max-width: 100px;
    }

    .section-card-heading {
        font-size: 32px;
    }

    .hero-secondary-text {
        font-size: 20px;
    }

    .hero-section-bottom-heading {
        background: linear-gradient(180deg, transparent, var(--body) 60px);
        margin-top: -60px;
        padding: 60px 0 30px;
    }

    .dining-sec {
        padding: 60px 0;
    }

    .hero-tabs-slide-nav .hero-sec-tabs-list li {
        font-size: 18px;
        padding: 10px 26px;
    }

    .joining-step-card .jsc-step {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .faq-start-content img {
        max-width: 120px;
        margin: 20px 0 10px;
    }

    .faq-start-chat .faq-question,
    .faq-start-chat .faq-answer {
        font-size: 16px;
    }

    .your-message-at-amelia p,
    .aigen-message .ameliaai-genrated-msg .ai-pera-text {
        font-size: 18px;
        padding: 14px 16px;
    }

    .amelia-previous-question-content {
        font-size: 22px;
    }

    .amelia-menu-list {
        gap: 6px;
    }
}

@media (max-width:1199.98px) {
    .htjoin-step-text {
        font-size: 14px;
    }

    .footer {
        padding: 60px 0 30px;
    }

    .header-logo {
        width: 160px;
    }

    .header .navbar .nav-link {
        font-size: 16px;
        margin-right: 20px;
    }

    .faq-logo-hide {
        height: 50px;
    }

    .heading {
        font-size: 40px;
    }

    .sub-heading {
        font-size: 28px;
    }

    .back-card {
        border-radius: 20px;
        padding: 26px;
    }

    .footer-first-card .footer-app-links {
        flex-direction: row;
        margin-bottom: 12px;
    }

    .difference-slider-card .difference-card-content {
        padding: 16px;
        border-radius: 12px;
    }

    .header .navbar {
        padding: 8px 0;
    }

    :root {
        --header-height: 66px;
    }

    .header .navbar .nav-link::after {
        width: 100%;
        height: 2px;
        border-radius: 60PX;
        margin: 0 auto;
    }

    .back-card-title {
        font-size: 21px;
    }

    .custm-spacing-5 {
        margin-bottom: 30px;
    }

    .about-vission-bottom-sec {
        padding: 32px 40px;
    }

    .about-video-section,
    .become-merchant-page {
        padding: 60px 0;
    }

    .blog-cate-title {
        -webkit-line-clamp: 3;
    }

    .business-outlet-heading {
        font-size: 22px;
    }

    .business-outlet-content {
        font-weight: 500;
    }

    .business-outlet-link {
        min-height: 380px;
    }

    .changing-card {
        text-align: center;
    }

    .changing-card .small-heading {
        font-size: 18px;
    }

    .section-card-heading {
        font-size: 28px;
    }

    .hero-tabs-slide-nav .hero-sec-tabs-list {
        gap: 12px;
        max-height: 160px;
    }

    .hero-tabs-slide-nav .hero-sec-tabs-list li {
        font-size: 16px;
        padding: 8px 26px;
    }

    .faq-start-content img {
        max-width: 100px;
        margin: 0 0 10px;
    }

    .faq-history-menu {
        width: 320px;
        min-width: 320px;
        padding: 0 20px;
    }

    .terms-page-menu {
        min-width: 300px;
    }

    .terms-page-align {
        gap: 24px;
    }

    .amelio-ai-restro-card {
        width: 100%;
        max-width: 530px;
    }

    .prod-cate-card-inner .prdt-cate-titles {
        font-size: 18px;
    }
}

@media (max-width:991.98px) {
    .how-tojoin-new-align {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .how-tojoin-new-align .htjoin-card {
        width: calc(50% - 25px);
    }

    .header-blank-space-mob {
        display: block;
        height: var(--header-height);
    }

    .header {
        background-color: var(--body);
        position: fixed;
    }

    .header.fixed-top {
        animation: none;
        box-shadow: none;
    }

    .header .navbar .nav-link {
        padding: 6px 10px !important;
        margin: 0 0 10px !important;
    }

    .heading {
        font-size: 36px;
    }

    .sub-heading {
        font-size: 26px;
    }

    .small-heading {
        font-size: 20px;
    }

    .dark-difference-card {
        padding: 40px 20px;
    }

    .custm-spacing-3 {
        margin: 60px 0 20px;
    }

    .back-card-top {
        margin-bottom: 0;
    }

    .md-text-center {
        text-align: center;
    }

    .footer-first-card {
        display: flex;
        justify-content: space-between;
    }

    .footer-first-card .footer-app-links {
        flex-direction: row;
        margin-bottom: 12px;
    }

    .footer-first-card .foter-logo,
    .footer-first-card .footer-mail-content {
        margin-bottom: 12px;
    }

    .footer-first-card .footer-socials {
        margin-bottom: 40px;
        justify-content: end;
    }

    .difference-slider-card .difference-card-content .d-card-no-badge {
        font-size: 30px;
    }

    .about-redefined-card h3 {
        font-size: 20px;
    }

    .about-bg-linear {
        width: 100%;
        margin: 0;
    }

    .vission-top-hr {
        margin: 10px 0 20px;
    }

    .about-vission-link {
        padding: 0 0 10px;
    }

    .about-vission-bottom-sec {
        padding: 32px 16px;
        border-radius: 12px;
    }

    .abvb-content p {
        font-size: 20px;
    }

    .about-vission-tabs {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    .about-vission-link {
        width: 100%;
    }

    .about-video-section .our-video {
        border-radius: 12px;
    }

    .footer-first-card .footer-socials {
        margin-bottom: 26px;
        justify-content: end;
    }

    .merchent-form-heading {
        font-size: 24px;
    }

    .blog-cate-title {
        -webkit-line-clamp: 2;
    }

    .md-pb-0 {
        padding-bottom: 0;
    }

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

    .merchant-count-content p {
        font-size: 20px;
    }

    .faq-search-input-group {
        padding: 16px 20px;
        border-radius: 12px;
        gap: 30px;
        height: 50px;
        margin-top: 20px;
    }

    .faq-search-input-group .form-control {
        font-size: 18px;
    }

    .faq-top-content {
        height: calc(100vh - var(--header-height) - var(--padding-20) - var(--padding-20) - 70px);
    }

    .faq-history-tabs {
        gap: 10px;
    }

    .faq-history-menu {
        position: fixed;
        z-index: 998;
        left: 0;
        top: 0;
        width: 320px;
        height: 100%;
    }

    .faq-history-menu::before {
        background: rgb(0 0 0 / 70%);
        content: "";
        position: fixed;
        left: 320px;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .faq-history-menu {
        display: block;
    }

    .faq-history-menu.active {
        display: none;
    }

    .header .faq-history-link {
        display: none;
    }

    .header .faq-history-link.active {
        display: block;
    }

    .overflow-section-content {
        padding-bottom: 2px;
    }

    .faq-card-accordions .accordion-button {
        font-size: 18px !important;
        padding: 20px;
    }


    /* ai css here  */
    .amelia-menu-collapesed {
        display: block;
    }

    .amelia-left-menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 99;
    }

    .amelia-left-menu-top {
        margin: 20px;
    }

    .amelia-left-menu.active {
        min-width: min-content;
        width: auto;

        .amelia-left-menu-link span {
            display: none;
        }

        .amilia-back-home-link {
            display: none;
        }

        .amelia-left-menu-top {
            margin: 20px 8px;
        }

        .amelia-left-menu-link {
            padding: 12px 4px;
        }

        .amelia-menu-list {
            padding: 0 8px;
        }

        .amelia-menu-collapesed {
            transform: rotateY(180deg);
        }

    }

    .amelia-left-menu-link {
        font-size: 18px;
    }

    .ameliaai-input-group {
        gap: 20px;
        padding: 10px 20px;
        border-radius: 12px;
    }

    .amelia-right-card-content {
        padding-top: 20px;
        max-height: calc(100vh - 70px);
        min-height: calc(100vh - 100px);
    }

    .your-message-at-amelia p,
    .aigen-message .ameliaai-genrated-msg .ai-pera-text {
        font-size: 16px;
    }

    .amelia-previous-question-content {
        font-size: 18px;
        max-width: 500px;
    }

    .amelia-custom-container {
        padding-left: 60px;
    }

    .terms-page-menu {
        min-width: fit-content;
        max-width: 250px;
    }

    .terms-page-align {
        gap: 16px;
    }

    .term-page-heading {
        font-size: 28px;
    }

    .terms-page-align {
        flex-direction: column;
    }

    .terms-page-align .accordion-item {
        background-color: transparent !important;
        border: none !important;
        margin-bottom: 16px;
    }

    .terms-page-align .accordion-button {
        box-shadow: none !important;
        background-color: var(--light);
        color: var(--body);
        border-radius: 10px !important;
    }

    .section-card-heading {
        font-size: 24px;
    }
}

 /* .hero-section {
  background-image: url('/assets/img/merchant-hero-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 60vh;
  width: 100%;
  position: relative;
} */


/*
@media (max-width: 1200px) {
  .hero-section {
    min-height: 50vh;
  }
} */
@media (max-width:767.98px) {
     .hero-section {
        padding: 80px 0;
        height: 60vh;

        /* background-size: cover; */
    }  

    .hero-section {
        background-image: url('/assets/img/mobileheroimg.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
  }

  /* .hero-section > .container {
    max-width: 100vw !important;
    padding: 0 !important;
    margin: 0 auto !important;
  } */
    
  
    .hidegallery{
        display: none !important;
        
    }

    .navigatebn{
        padding: 10px !important;
    }

    .material-card{
        text-align: left !important;
        flex-direction: column-reverse;
    }

/* Override container constraints */
    .heading {
        font-size: 32px;
    }

    .sub-heading {
        font-size: 22px;
    }

    .small-heading {
        font-size: 18px;
    }

    .btn-primary {
        padding: 10px 25px;
        width: 120px !important;
    }

    .back-card .back-card-top .sub-heading {
        font-size: 18px;
    }

    .footer-first-card {
        flex-direction: column;
        gap: 20px;
    }

    .footer-first-card .footer-socials {
        margin-bottom: 20px;
        justify-content: start;
    }

    .footer-first-card .footer-app-links {
        flex-direction: column;
    }

    .about-vbottom-align {
        flex-wrap: wrap;
        gap: 30px 10px;
    }

    .abvb-content {
        width: calc(50% - 52px);
    }

    .about-video-section .our-video .video-play-button {
        width: 60px;
        height: 60px;
    }

    .other-pages-content {
        img {
            max-width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

        p {
            font-size: 14px;
            font-weight: 400;
            color: var(--light);
            margin-bottom: 8px;
        }

        a {
            font-size: 14px;
            font-weight: 500;
            color: var(--white);
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin-bottom: 8px;
        }

        h1 {
            font-size: 28px;
        }

        h2 {
            font-size: 24px;
        }

        h3 {
            font-size: 22px;
        }

        h4 {
            font-size: 20px;
        }

        h5 {
            font-size: 18px;
        }

        h6 {
            font-size: 16px;
        }

        .term-page-heading {
            font-size: 28px;
        }
    }

    .merchant-count-card {
        box-shadow: 0 -8px 6px 0 rgb(255 255 255 / 20%);
    }

    .merchent-tester-details .merchenter-review {
        -webkit-line-clamp: 9;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .merchent-test-slider .slick-active .merchent-review-card-inner {
        margin-left: 12px;
    }

    .merchent-comma-icon {
        top: 20px;
        transform: translate(0, 0);
        width: 60px;
    }

    .section-cards:nth-child(2n) {
        .section-img-order {
            order: 0;
        }

        .section-card-header {
            margin-left: 0;
        }

    }

    .section-cards:nth-child(even) {
        text-align: left;
    }

    .sm-pt-0 {
        padding-top: 0;
    }

    .hero-tabs-slide-nav .hero-sec-tabs-list li {
        font-size: 14px;
        padding: 6px 20px;
    }

    .ameliaai-input-group .form-control,
    .amelio-ai-restro-card-content .amilioai-restro-name,
    .amelio-ai-restro-card-content .amilioai-restro-address,
    .amilioai-restro-bottom-link {
        font-size: 16px;
    }

    .amilioai-restro-bottom span {
        font-size: 12px;
    }

    .amelio-genrated-bytes-list .amelioai-genrate-byte {
        width: calc(25% - 10px);
    }

    .ameliaai-input-group .ameliai-input-submit-link {
        font-size: 18px;
    }

    .ameliaai-input-group .record-ameliaai-btn {
        min-width: 28px;
        width: 24px;
    }

    .ameliaai-input-group .search-ameliaai-icon {
        min-width: 24px;
    }

    .amelia-right-card-blank-tabs .blank-ai-tab-link {
        font-size: 12px;
    }

    .blogdetails-title {
        font-size: 20px;
    }
}

@media (max-width:575.98px) {
    .how-tojoin-new-align {
        flex-wrap: wrap;
        gap: 0;
    }

    .how-tojoin-new-align .htjoin-card {
        width: 100%;
    }

    .htjoin-step-text {
        font-size: 16px;
    }

    .arrow-next-htjoin {
        transform: rotate(90deg);
        position: relative;
        z-index: -1;
    }

    .header .navbar-toggler {
        width: 50px;
    }

    .footer-first-card .footer-app-links {
        flex-direction: row;
    }

    .foter-logo {
        max-width: 160px;
    }

    .footer-heading {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .footer-links-list {
        gap: 12px;
    }

    .difference-section-card .slick-slide:nth-child(2n+1) .difference-slider-blank {
        order: initial;
    }

    .difference-slider-card {
        min-height: fit-content;
    }

    .difference-section-card .slick-slide:nth-child(2n+1) .difference-card-content::before {
        top: -10px;
        bottom: auto;
        transform: translateX(-50%) rotate(45deg) skew(12deg, 12deg);
    }

    .difference-slider-card::after {
        top: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 14px;
        height: 14px;
        box-shadow: 0 0 0 4px var(--white), 0 0 0 10px var(--dark);
    }

    .difference-slider-card::before {
        top: 16px;
        height: 4px;
    }

    .back-card-top {
        gap: 0;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .back-card-inner-card img {
        max-width: 100px;
    }

    .back-card-title {
        font-size: 14px;
        padding: 10px;
    }

    .back-card-inner-card {
        gap: 0;
    }

    .heading {
        font-size: 26px;
    }

    .dark-difference-card {
        border-radius: 12px;
        padding: 24px 12px;
    }

    .back-card .back-card-top .sub-heading {
        -webkit-line-clamp: 2;
    }

    .about-us-hero-text {
        font-size: 16px;
        -webkit-line-clamp: 9;
    }

    .sub-heading {
        font-size: 20px;
    }

    .about-redefined-card h3 {
        font-size: 18px;
    }

    .about-redefined-card p {
        font-size: 14px;
    }

    .text-18 {
        font-size: 16px;
    }

    .abvb-content {
        width: calc(50% - 11px);
    }

    .blogdetails-title {
        font-size: 18px;
        font-weight: 700;
        color: var(--white);
    }

    .other-pages-content {
        p {
            font-size: 14px;
        }

        h1 {
            font-size: 24px;
        }

        h2 {
            font-size: 22px;
        }

        h3 {
            font-size: 20px;
        }

        h4 {
            font-size: 18px;
        }

        h5 {
            font-size: 16px;
        }

        h6 {
            font-size: 14px;
        }

        .term-page-heading {
            font-size: 20px;
        }
    }

    .text-20 {
        font-size: 18px;
    }

    .merchant-count-card {
        flex-direction: row;
        text-align: left;
    }

    .our-partners-logosec {
        padding: 20px 0;
    }

    .merchent-review-card-inner {
        flex-direction: column;
    }

    .merchent-review-card-inner .merchenter-img {
        border-radius: 20px;
        margin-left: auto;
        width: 140px;
    }

    .merchent-comma-icon {
        left: 12px;
    }

    .text,
    .section-card-listing li,
    .section-card-listing li p {
        font-size: 14px;
    }

    .section-card-listing li h4 {
        font-size: 16px;
    }

    .hero-tabs-slide-section::before,
    .hero-tabs-slide-section::after {
        display: none;
    }

    .section-card-heading {
        font-size: 20px;
    }

    .faq-start-content h2 {
        font-size: 22px;
    }

    .faq-search-input-group,
    .ameliaai-input-group {
        gap: 10px;
    }

    .ameliaai-input-group .search-ameliaai-icon,
    .ameliaai-input-group .record-ameliaai-btn {
        display: none;
    }

    .your-message-at-amelia p,
    .aigen-message .ameliaai-genrated-msg .ai-pera-text {
        font-size: 14px;
    }

    .ameliaai-genrated-msg .ai-genrate-image {
        width: calc(50% - 6px);
    }

    .aigen-message .ai-heading-texts {
        font-size: 16px;
    }

    .amelio-ai-restro-card {
        flex-direction: column;
    }

    .amelio-ai-restro-card img {
        width: 100%;
        min-width: auto;
    }

    .amelio-genrated-bytes-list .amelioai-genrate-byte {
        width: calc(50% - 6px);
    }
}
.amelia-menu-item {
          margin: 2px 0;
          transition: transform 0.2s ease;
          list-style: none;
          font-family: 'Mulish', sans-serif;
        }

        .amelia-menu-item:hover {
          transform: translateY(-1px);
          color: "white";
          border: "2px solid white";
        }

  .container {
  scroll-behavior: smooth;
}      

.f-56{
    font-size: 56px !important;
}
.f-40{
    font-size: 40px !important;
}
.f-28{
    font-size: 28px !important;
    font-weight: 700 !important;
}
.f-21{
    font-size: 21px !important;
}
.f-19{
    font-size: 19px !important;
}
.f-16{
    font-size: 16px !important;
}
