.estimation-pickup {
    display:none;
}
.navbar .container .collapse .category_menu_deatils {
  background: #ee582c;
}


@media only screen and (min-width: 1248px) {
  .navbar-brand {
    max-width: 200px;
  }
}

th, td {
  padding: 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3582b12;
}

.page-header{  display: none;
}

/* ========================================
   Clean Rounded Dual Buttons (Fix Border Gap)
   ======================================== */
.btn-combo {
  display: inline-flex;
  border-radius: 999px; /* pill shape */
  overflow: hidden;
}

.btn-combo .btn {
  border-radius: 0 !important;
  transition: all 0.25s ease-in-out;
  border: 1px solid #fff;
}

/* Rounded outer edges */
.btn-combo .btn:first-child {
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.btn-combo .btn:last-child {
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-left: 1px solid #fff !important; /* restores missing border */
}

/* Hover only affects Browse Products */
.btn-outline-light:hover {
  background-color: #fff;
  color: #F25C27;
  border-color: #fff;
}

/* ========================================
   Module 2: Our Print Services
   ======================================== */
#print-services {
  background-color: #FDEEE9;
}

#print-services .card {
  border-radius: 1rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

#print-services .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#print-services .card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#print-services .card:hover .card-img-top {
  transform: scale(1.05);
}

#print-services .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

/* Buttons */
#print-services .btn-outline-primary {
  border-color: #F25C27;
  color: #F25C27;
  transition: all 0.3s ease;
}

#print-services .btn-outline-primary:hover {
  background-color: #F25C27;
  color: #fff;
}


/* ========================================
   Module 3: How It Works
   ======================================== */
#how-it-works .step-card {
  border: none;
  border-radius: 1rem;
  background-color: #FDEEE9;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#how-it-works .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Icon styling */
#how-it-works .step-icon {
  color: #F25C27;
  margin-bottom: 1rem;
  transition: transform 0.4s ease;
}

/* Hover effect only applies to icon when card is hovered */
#how-it-works .step-card:hover .step-icon {
  transform: scale(1.1);
}

/* ========================================
   Module 4: Best Sellers
   ======================================== */
#best-sellers {
  background-color: #F1FAF3; /* soft green background */
}

/* --- Base Card Styling --- */
#best-sellers .seller-card {
  border-radius: 1rem;
  background-color: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}

/* --- Hover Effects --- */
#best-sellers .seller-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#best-sellers .seller-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#best-sellers .seller-card:hover img {
  transform: scale(1.05);
}

/* --- Featured Card (Left Side) --- */
#best-sellers .featured img {
  min-height: 500px;
  object-fit: cover;
}

#best-sellers .featured .card-body {
  padding: 2rem;
}

/* --- Card Body Layout --- */
#best-sellers .seller-card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

/* --- Ensure all cards in grid are equal height --- */
#best-sellers .row.g-4.align-items-stretch {
  display: flex;
  flex-wrap: wrap;
}

#best-sellers .row.g-4.align-items-stretch > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

#best-sellers .seller-card {
  flex: 1 1 auto;
  height: 100%;
}

/* --- Force equal height for nested smaller cards --- */
#best-sellers .col-lg-6 .row {
  display: flex;
  flex-wrap: wrap;
}

#best-sellers .col-lg-6 .row > [class*="col-"] {
  display: flex;
}

#best-sellers .col-lg-6 .row > [class*="col-"] .seller-card {
  flex: 1;
  height: 100%;
}

/* --- Add some vertical spacing between smaller cards --- */
#best-sellers .col-md-6 {
  padding-bottom: 1.5rem;
}

/* --- Fix text height consistency --- */
#best-sellers .seller-card .card-text {
  min-height: 64px;
}

/* --- Keep buttons aligned bottom --- */
#best-sellers .seller-card .btn {
  margin-top: auto;
}

/* ========================================
   Shared Gradient Background (Orange Texture)
   ======================================== */
.gradient-orange-texture {
  background: linear-gradient(8deg, #F15A29 0%, #FF7F50 100%),
              url('https://d2tl9ctlpnidkn.cloudfront.net/mmprinton/images/contentimages/images/dust.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  color: #fff;
}
.hide_price #productpricetotal {
    display: none !Important;
}

.hide_price #shippricecalulate {
    display: none !Important;
}

#price_calculator .card-body {
 background:#fff;   
}

#price_calculator .card-header {
background-color: #0B5FA5 !important;
  background: linear-gradient(8deg, #F15A29 0%, #FF7F50 100%) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-blend-mode: overlay !important;
  border-radius:15px;
}

#price_calculator .bootstrap-select>.dropdown-toggle {
    border-radius: 20px;
}

#prdqty {
  border-radius: 25px !important;
}
#price_calculator .card-header #generate_link {
    font-size: 12px;
    /*border: #fff 2px solid;
    border-radius: 20px;
    padding: 10px !important;
    font-weight: bold;
    background-color: #fff;
    color: #3e8bff !important; */
}

#SubmitQuoteProduct {
    background-color:#3e8bff;
    border:2px solid #ffffff;
    border-radius: 25px;
    transition:background-color 0.2s ease,border-color 0.2s ease;
}

#SubmitQuoteProduct:hover {
    background-color:#2f76e6;
    border-color:#ffffff;
    color: #ffffff;
}

#action-btn .btn-img-text {
  background-color: #e55428 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-blend-mode: overlay !important;
  border-radius:15px;
  height: 100%; 
}

#action-btn .btn-img-text i {
    color:#ffffff !important;
}

#action-btn .btn-img-text i:hover{
    text-shadow: 2px 2px #ff0000;
}

.btn-img-text .media-body .h4{
  color:#ffffff !important;
}
#Submit, .form-control{
    border-radius:25px !important;
}
#price_calculator #productpricetotal {
  background-color: #fff;
  border-radius:15px;
  border: 1px solid #fe6a38 !important;
}
  #price_calculator #productpricetotal #producttotalprice{
     color:#fe6a38 !important; 
  }
  .upload_artwork_letter{
      background-color:#3e8bff;
      color:#fff;
  }
  .bg-light {
      background-color: #f3f3f3 !important;
  }
  
 #action-btn .page-sub-header {
  display: block;
}

  #product_info .page-sub-header h2 {
    font-size: 22px;}
    
/* ========================================
   Button hierarchy: quiet secondaries + bold primary CTA
   ======================================== */

/* --- Secondary buttons (Quote / Templates / Upload) --- */
#action-btn .btn-img-text {
  background-color: #ffffff !important;
  border: 1px solid #e2e2dd !important;
  border-radius: 15px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
#action-btn .btn-img-text:hover {
  background-color: #fdeee9 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
/* Icons -> brand orange (keep on hover too) */
#action-btn .btn-img-text i,
#action-btn .btn-img-text:hover i {
  color: #F25C27 !important;
  text-shadow: none !important;
}
/* Labels -> dark text (keep dark on hover so it stays readable) */
#action-btn .btn-img-text .media-body .h4,
#action-btn .btn-img-text:hover .media-body .h4,
#action-btn .btn-img-text:hover .media-body .h4 a {
  color: #2c2c2a !important;
}

/* --- Upload Files: slightly elevated (2nd priority) --- */
#action-btn [class*="col-"]:nth-child(4) .btn-img-text {
  background-color: #fdeee9 !important;
  border: 1px solid #f6c3ad !important;
}
#action-btn [class*="col-"]:nth-child(3) .btn-img-text:hover {
  background-color: #fad9cb !important;
}

/* --- Primary CTA (Order Now) -> bold orange instead of blue --- */
.upload_artwork_letter {
  background-color: #F25C27 !important;
  color: #ffffff !important;
  transition: background-color 0.2s ease;
}
.upload_artwork_letter:hover {
  background-color: #d94e1f !important;
  color: #ffffff !important;
}

/* homepage hero css --- */

.mm-hero {
    position: relative;
    overflow: hidden;
}

.mm-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.mm-hero-content {
    position: relative;
    z-index: 2;
}

.mm-hero-blue-main {
    background-color: rgba(11, 95, 165, 0.92);
}

.mm-hero-blue-main > .container {
    padding-left: 64px !important;
    padding-right: 48px !important;
}

.mm-hero-blue-70 {
    background-color: rgba(11, 95, 165, 0.70);
}

.mm-hero-blue-45 {
    background-color: rgba(11, 95, 165, 0.45);
}

.mm-hero-blue-22 {
    background-color: rgba(11, 95, 165, 0.22);
}

.mm-hero h1 {
    font-size: 44px;
    line-height: 1.12;
}

.mm-hero .lead {
    line-height: 1.6;
}

.mm-hero-copy {
    line-height: 1.6;
}

.mm-hero a {
    text-decoration: none;
}

/* Prevent horizontal overflow on the outer hero grid only */
.mm-hero-content > .row {
    margin-left: 0;
    margin-right: 0;
}

.mm-hero [class*="col-"] {
    min-width: 0;
}


/* Tablet + Mobile */
@media (max-width: 991.98px) {

    .mm-hero-blue-70,
    .mm-hero-blue-45,
    .mm-hero-blue-22,
    .mm-hero-image-only {
        display: none !important;
    }

    .mm-hero-blue-main {
        background-color: rgba(11, 95, 165, 0.90);
    }

    .mm-hero-blue-main > .container {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .mm-hero h1 {
        font-size: 36px;
    }

    .mm-hero-content {
        min-height: 0;
    }
}


/* Mobile */
@media (max-width: 575.98px) {

    .mm-hero-blue-main > .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mm-hero h1 {
        font-size: 32px;
        line-height: 1.15;
    }

    .mm-hero .lead {
        font-size: 17px;
    }

    .mm-hero-copy {
        font-size: 15px;
    }

    .mm-hero .btn {
        width: 100%;
        text-align: center;
    }

    .mm-hero-actions {
        width: 100%;
    }

    .mm-hero-actions a {
        display: block;
        width: 100%;
    }
}

/* ABOUT MMPRINT PAGE --- */

.mm-about-page {
    color: #252525;
}

.mm-about-section {
    padding: 72px 0;
}

.mm-about-section-soft {
    background-color: #f6f8fa;
}

.mm-about-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #0B5FA5;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mm-about-page h1,
.mm-about-page h2,
.mm-about-page h3 {
    color: #1f2933;
}

.mm-about-page h1 {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1.08;
}

.mm-about-page h2 {
    margin-bottom: 18px;
    font-size: 2.25rem;
    line-height: 1.15;
}

.mm-about-page h3 {
    font-size: 1.2rem;
    line-height: 1.3;
}

.mm-about-lead {
    max-width: 720px;
    font-size: 1.18rem;
    line-height: 1.7;
}

.mm-about-copy {
    font-size: 1.05rem;
    line-height: 1.75;
}

.mm-about-hero {
    padding: 72px 0;
    overflow: hidden;
    background-color: #f5f8fb;
}

.mm-about-hero-image {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
}

.mm-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.mm-about-trust {
    margin-top: 24px;
    color: #5c6670;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.6;
}

.mm-about-feature-card {
    height: 100%;
    padding: 28px;
    background-color: #ffffff;
    border: 1px solid #e3e8ed;
    border-top: 4px solid #E94F37;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(20, 38, 55, 0.06);
}

.mm-about-feature-card h3 {
    margin-bottom: 12px;
}

.mm-about-feature-card p {
    margin-bottom: 0;
    color: #59636d;
    line-height: 1.65;
}

.mm-about-stat {
    height: 100%;
    padding: 22px;
    background-color: #ffffff;
    border: 1px solid #e3e8ed;
    border-radius: 10px;
}

.mm-about-stat strong {
    display: block;
    margin-bottom: 5px;
    color: #0B5FA5;
    font-size: 1.4rem;
    line-height: 1.2;
}

.mm-about-stat span {
    color: #5c6670;
    line-height: 1.5;
}

.mm-team-card {
    height: 100%;
    padding: 26px;
    background-color: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 12px;
}

.mm-team-card h3 {
    margin-bottom: 4px;
}

.mm-team-role {
    display: block;
    margin-bottom: 14px;
    color: #0B5FA5;
    font-size: 0.92rem;
    font-weight: 700;
}

.mm-team-card p {
    margin-bottom: 0;
    color: #59636d;
    line-height: 1.65;
}

.mm-production-card {
    height: 100%;
    padding: 20px 22px;
    background-color: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
}

.mm-production-card h3 {
    margin-bottom: 5px;
    font-size: 1.05rem;
}

.mm-production-card p {
    margin-bottom: 0;
    color: #5c6670;
    font-size: 0.94rem;
}

.mm-about-cta {
    padding: 56px 0;
    background-color: #0B5FA5;
    color: #ffffff;
}

.mm-about-cta h2 {
    color: #ffffff;
}

.mm-about-cta p {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.7;
}

.mm-about-cta .btn-outline-light:hover,
.mm-about-cta .btn-outline-light:focus {
    color: #0B5FA5;
}

@media (max-width: 991.98px) {
    .mm-about-section {
        padding: 60px 0;
    }

    .mm-about-hero {
        padding: 60px 0;
    }

    .mm-about-page h1 {
        font-size: 2.5rem;
    }

    .mm-about-page h2 {
        font-size: 2rem;
    }

    .mm-about-hero-image {
        height: 360px;
        margin-top: 38px;
    }
}

@media (max-width: 767.98px) {
    .mm-about-section {
        padding: 48px 0;
    }

    .mm-about-hero {
        padding: 48px 0;
    }

    .mm-about-page h1 {
        font-size: 2.1rem;
    }

    .mm-about-page h2 {
        font-size: 1.75rem;
    }

    .mm-about-lead {
        font-size: 1.08rem;
    }

    .mm-about-hero-image {
        height: 300px;
    }

    .mm-about-actions {
        display: block;
    }

    .mm-about-actions .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .mm-about-hero-image {
        height: 250px;
        border-radius: 12px;
    }

    .mm-about-feature-card,
    .mm-team-card {
        padding: 22px;
    }
}
/* reviews */
/* CUSTOMER REVIEWS PAGE */

.mm-reviews-hero {
    background: #f4f8fc;
}

.mm-reviews-eyebrow,
.mm-section-eyebrow,
.mm-reviews-cta-eyebrow {
    color: #e94f37;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mm-reviews-title {
    color: #16324f;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.08;
}

.mm-reviews-intro,
.mm-section-lead {
    color: #526579;
    font-size: 1.1rem;
    line-height: 1.75;
}


/* GOOGLE RATING CARD */

.mm-google-rating-card {
    align-items: center;
    background: #0b5fa5;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(11, 95, 165, 0.18);
    color: #ffffff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.9fr);
    padding: 30px 32px;
}

.mm-google-rating-main,
.mm-google-rating-action {
    min-width: 0;
}

.mm-google-rating-action {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 28px;
}

.mm-rating-source {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}

.mm-rating-number {
    color: #ffffff;
    font-size: 4rem;
    line-height: 1;
}

.mm-rating-out-of {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 7px;
    margin-left: 9px;
}

.mm-rating-stars {
    color: #ffd166;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
}

.mm-rating-count {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.5;
}

.mm-rating-button {
    color: #0b5fa5;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .mm-google-rating-card {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mm-google-rating-action {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .mm-google-rating-card {
        padding: 26px 22px;
    }

    .mm-rating-number {
        font-size: 3.4rem;
    }

    .mm-rating-button {
        width: 100%;
    }
}


/* REVIEW PLATFORM CARDS */

.mm-review-platforms {
    background: #ffffff;
}

.mm-platform-card {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #dce5ed;
    border-radius: 12px;
    color: #16324f;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 205px;
    padding: 24px;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.mm-platform-card:hover,
.mm-platform-card:focus {
    border-color: #0b5fa5;
    box-shadow: 0 10px 24px rgba(21, 50, 79, 0.1);
    color: #16324f;
    text-decoration: none;
    transform: translateY(-2px);
}

.mm-platform-icon {
    align-items: center;
    background: #f4f8fc;
    border: 1px solid #e3eaf0;
    border-radius: 10px;
    display: flex;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.mm-platform-icon img {
    display: block;
    height: 30px;
    max-width: 30px;
    object-fit: contain;
    width: 30px;
}

.mm-platform-name {
    color: #16324f;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}

.mm-platform-detail {
    color: #637487;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 18px;
}

.mm-platform-link {
    color: #0b5fa5;
    font-size: 0.92rem;
    font-weight: 700;
    margin-top: auto;
}

.mm-platform-card:hover .mm-platform-link,
.mm-platform-card:focus .mm-platform-link {
    color: #e94f37;
}

@media (max-width: 767.98px) {
    .mm-platform-card {
        min-height: 0;
        padding: 22px;
    }

    .mm-platform-icon {
        height: 48px;
        margin-bottom: 15px;
        width: 48px;
    }

    .mm-platform-icon img {
        height: 27px;
        max-width: 27px;
        width: 27px;
    }
}


/* SELECTED REVIEWS */

.mm-selected-reviews {
    background: #f4f8fc;
}

.mm-review-card {
    background: #ffffff;
    border: 1px solid #e2e8ef;
    border-top: 4px solid #0B5FA5;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(21, 50, 79, 0.07);
    display: flex;
    flex-direction: column;
    padding: 26px;
} 

.mm-review-card-top {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.mm-review-source {
    background: #edf4fa;
    border-radius: 999px;
    color: #0b5fa5;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 9px;
}

.mm-review-card blockquote {
    border: 0;
    color: #2e4053;
    font-size: 1.03rem;
    line-height: 1.65;
    margin: 0 0 20px;
    padding: 0;
}

.mm-review-author {
    color: #16324f;
    font-weight: 700;
    margin-top: auto;
}

.mm-review-context {
    color: #6b7c8d;
    font-size: 0.88rem;
    margin-top: 3px;
}


/* CUSTOMER THEMES */

.mm-review-themes {
    background: #ffffff;
}

.mm-review-themes h2 {
    color: #16324f;
}

.mm-review-themes > .container > .row > div > p {
    color: #637487;
    font-size: 1.05rem;
    line-height: 1.7;
}

.mm-theme-item {
    border-left: 4px solid #0b5fa5;
    padding: 4px 0 4px 18px;
}

.mm-theme-item h3 {
    color: #16324f;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.mm-theme-item p {
    color: #637487;
    line-height: 1.6;
}


/* CALL TO ACTION */

.mm-reviews-cta {
    background: #0b5fa5;
    color: #ffffff;
}

.mm-reviews-cta h2,
.mm-reviews-cta p {
    color: #ffffff;
}

.mm-reviews-cta h2 {
    font-weight: 700;
}

.mm-reviews-cta p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.mm-reviews-cta-eyebrow {
    color: #ffd166;
}

.mm-reviews-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.mm-reviews-cta-actions .btn {
    min-width: 210px;
}


/* MOBILE */

@media (max-width: 767.98px) {

    .mm-reviews-hero,
    .mm-review-platforms,
    .mm-selected-reviews,
    .mm-review-themes,
    .mm-reviews-cta {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }

    .mm-reviews-title {
        font-size: 2.25rem;
    }

    .mm-reviews-intro,
    .mm-section-lead {
        font-size: 1rem;
        line-height: 1.65;
    }

    .mm-google-rating-card {
        padding: 26px 22px;
    }

    .mm-rating-number {
        font-size: 3.4rem;
    }

    .mm-platform-card {
        min-height: 0;
    }

    .mm-review-card {
        padding: 22px;
    }

    .mm-rating-button {
        width: 100%;
    }

    .mm-reviews-cta-actions {
        width: 100%;
    }

    .mm-reviews-cta-actions .btn {
        width: 100%;
    }

}


/* SMALL MOBILE */

@media (max-width: 575.98px) {

    .mm-reviews-title {
        font-size: 2rem;
    }

    .mm-google-rating-card {
        border-radius: 12px;
    }

    .mm-rating-number {
        font-size: 3rem;
    }

    .mm-rating-stars {
        font-size: 1.35rem;
    }

    .mm-platform-card {
        padding: 20px;
    }

    .mm-review-card {
        padding: 20px;
    }

}
.mm-help-intro {
    background: #f4f8fc;
}

.mm-help-intro h1,
.mm-help-section h2,
.mm-help-cta h2 {
    color: #16324f;
}

.mm-help-intro .lead,
.mm-help-section p,
.mm-help-cta .lead {
    color: #526579;
    line-height: 1.7;
}

.mm-section-eyebrow {
    color: #e94f37;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mm-help-topic {
    background: #ffffff;
    border: 1px solid #dce5ed;
    border-top: 4px solid #0b5fa5;
    border-radius: 10px;
    padding: 24px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.mm-help-topic:hover,
.mm-help-topic:focus {
    border-color: #0b5fa5;
    transform: translateY(-2px);
}

.mm-help-topic h3 {
    color: #16324f;
}

.mm-help-topic p {
    color: #526579;
    line-height: 1.6;
}

.mm-help-section {
    scroll-margin-top: 100px;
}

.mm-help-section-alt {
    background: #f7f9fb;
}

.mm-faq-list {
    border-top: 1px solid #dce5ed;
}

.mm-faq-item {
    background: #ffffff;
    border-bottom: 1px solid #dce5ed;
}

.mm-faq-item summary {
    position: relative;
    cursor: pointer;
    color: #16324f;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
    padding: 20px 48px 20px 20px;
}

.mm-faq-item summary::-webkit-details-marker {
    display: none;
}

.mm-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    color: #0b5fa5;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.mm-faq-item[open] summary::after {
    content: "−";
}

.mm-faq-item summary:hover,
.mm-faq-item summary:focus {
    color: #0b5fa5;
}

.mm-faq-answer {
    padding: 0 20px 22px;
}

.mm-faq-answer p {
    margin-top: 0;
}

.mm-faq-answer a {
    font-weight: 600;
}

.mm-help-cta {
    background: #f4f8fc;
}

@media (max-width: 767.98px) {
    .mm-help-topic {
        padding: 20px;
    }

    .mm-faq-item summary {
        padding: 18px 44px 18px 16px;
    }

    .mm-faq-item summary::after {
        right: 16px;
    }

    .mm-faq-answer {
        padding: 0 16px 20px;
    }
}
/* Help Center */
.mm-help-intro {
    background: #f4f8fc;
}

.mm-section-eyebrow {
    color: #e94f37;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mm-help-title {
    color: #16324f;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    line-height: 1.08;
}

.mm-help-lead,
.mm-section-lead,
.mm-help-section-intro {
    color: #526579;
    font-size: 1.08rem;
    line-height: 1.7;
}

.mm-help-topics {
    background: #ffffff;
}

.mm-help-topic-card {
    background: #ffffff;
    border: 1px solid #dfe7ef;
    border-top: 4px solid #e94f37;
    border-radius: 12px;
    padding: 28px;
    color: #16324f;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mm-help-topic-card:hover,
.mm-help-topic-card:focus {
    color: #16324f;
    text-decoration: none;
    border-color: #0b5fa5;
    border-top-color: #0b5fa5;
    box-shadow: 0 8px 24px rgba(22, 50, 79, 0.1);
    transform: translateY(-2px);
}

.mm-help-topic-card h3 {
    color: #16324f;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.mm-help-topic-card p {
    color: #526579;
    line-height: 1.6;
    margin-bottom: 18px;
}

.mm-help-topic-card span {
    color: #0b5fa5;
    font-weight: 700;
}

.mm-help-section {
    scroll-margin-top: 30px;
}

.mm-help-section-alt {
    background: #f4f8fc;
}

.mm-help-section h2 {
    color: #16324f;
    line-height: 1.2;
}

.mm-faq-item {
    background: #ffffff;
    border: 1px solid #e1e8ef;
    border-left: 4px solid #0b5fa5;
    border-radius: 10px;
    padding: 24px 26px;
    margin-bottom: 18px;
}

.mm-help-section:not(.mm-help-section-alt) .mm-faq-item {
    background: #f9fbfd;
}

.mm-faq-item:last-child {
    margin-bottom: 0;
}

.mm-faq-item h3 {
    color: #16324f;
    font-size: 1.15rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.mm-faq-item p {
    color: #526579;
    line-height: 1.7;
    margin-bottom: 10px;
}

.mm-faq-item p:last-child {
    margin-bottom: 0;
}

.mm-faq-item a {
    color: #0b5fa5;
    font-weight: 700;
}

.mm-help-cta {
    background: #ffffff;
}

@media (max-width: 767.98px) {
    .mm-help-topic-card {
        padding: 22px;
    }

    .mm-faq-item {
        padding: 20px;
    }

    .mm-help-lead,
    .mm-section-lead,
    .mm-help-section-intro {
        font-size: 1rem;
    }
}
.text-secondary{
    display:none;
}