/* Base */
 

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #052435;
}


html, body {
  overflow-x: hidden;
}

 


h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin: 20px 0 10px;
    line-height: 1.4;
    font-weight: 800;
    color: #052435;
}

 
/* Base h2 (desktop first) */
h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 48px;
  margin: 0;
}

/* Mobile override */
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }
}

/* Colors */
h2.blue {
  color: #052435;
}

h2.white {
  color: #ffffff;
}

h2 .green {
  color: #228B22;
  font-style: italic;
  font-weight: 600;
}

/* Optional highlight span */
h2 .highlight {
  background-color: #FFA726;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 700;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
  margin-top: 10px;
}


h2 .green-highlight {
    background: linear-gradient(to right, #0f9c1f, #006400);
    color: #fff;
   
    padding: 0px 10px 0px 10px;
    border-radius: 4px;
    font-weight: 700;
    white-space: normal;
    word-break: break-word;
    line-height: 1.6;
    margin-bottom: 20px;
    box-decoration-break: clone;
  

}

/* Size variants */
h2.small {
    font-size: 40px;
}

 
@media (max-width: 600px) {
    h2.small {
        font-size: 30px;
    }
 
}



/* Base style for all h3s */
h3 {
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin: 0px;
  color: #052435; /* optional default color */
}

/* Small h3 */
h3.small {
  font-size: 24px;
  font-weight: 500;
}

/* Large h3 */
h3.large {
  font-size: 35px;
  font-weight: 700;
}

@media (min-width: 600px) {
    h3.small {
        font-size: 24px;
    }

    h2.large {
        font-size: 30px;
    }
}


h3.white {
  color: #ffffff;
}


/* Responsive increase on larger screens */
@media (max-width: 600px) {
  h3.small {
    font-size: 20px;
  }

  h3.large {
    font-size: 28px; /* slightly smaller than h2.large (which is 50px) */
  }
}


/* Base mark style */
mark.highlight {
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;
    font-weight: 700;
    font-size: inherit;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    white-space: normal;
    word-break: break-word;
    display: inline-block;
    border: none;
}

/* Orange gradient style */
mark.highlight.orange {
    background: linear-gradient(to right, #FFA726, #FB8C00);
}

/* Green solid or gradient style */
mark.highlight.green {
    background: linear-gradient(to right, #43A047, #2E7D32); /* or solid: #43A047 */
}

/* Base Paragraph Reset */
p {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

/* Size Variants */
p.small {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 0px;
}

p.large {
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0;
}

p.xlarge {
    font-size: 22px;
    line-height: 1.6;
    margin: 20px 0;
}

.p.xsmall {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  
  
}

.green-highlight {
  background: linear-gradient(to right, #0f9c1f, #006400);
  color: #fff;
  padding: 0px 10px;
  border-radius: 4px;
  font-weight: 700;
   box-decoration-break: clone;
   word-break:break-word;
   line-height:1.6;
}



/* Color Variants */
p.white {
    color: #ffffff;
}

p.blue {
    color: #052435; /* Dark navy blue */
}


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


.d-none {
    display: none;
}

@media (max-width: 768px) {
    .d-none {
        display: inline;
    }
}

 
.d-none1 {
  display: inline;
}

@media (max-width: 768px) {
  .d-none1 {
    display: none;
  }
}


/* Margin */
.mt--0 { margin: 0px; }
.m--20 { margin: 20px; }
.mt--20 { margin-top: 20px; }
.mb--20 { margin-bottom: 20px; }
.ml--20 { margin-left: 20px; }
.mr--20 { margin-right: 20px; }

/* Padding */
.p--20 { padding: 20px; }
.pt--20 { padding-top: 20px; }
.pb--20 { padding-bottom: 20px; }
.pl--20 { padding-left: 20px; }
.pr--20 { padding-right: 20px; }


.mt--40 { margin-top: 40px; }



.pt--40 { padding-top: 40px; }

.mt--60 { margin-top: 60px; }
.mb--60 { margin-bottom: 60px; }

.subtext {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin-top: 25px;
    line-height: 1.6;
    color: #052435;
    font-weight: 400;
}


/* Checklist styling */
.checklist {
  list-style: none;
  padding-left: 0;
  margin: 30px 0 0 0;
}

.checklist li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #ffffff; /* white text for blue section */
}

ul.checklist.blue li {
  color: #052435;
}



/* Hero Section */
.hero-section {
    width: 100%;
    background-image: url('/wp-content/uploads/2025/11/dd-bg-3e.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    min-height:600px;
}

 

.hero-content {
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
}

.logo {
    max-width: 500px;
    margin-bottom: 0px;
}

 


@media (max-width: 599px) {
    .hero-section {
        padding: 20px 0px;
         min-height: auto !important;
 
    }
    

    .logo {
        max-width: 240px;
    }

    .highlight {
        font-weight: 700;
        border-radius: 4px;
     
    }
}

/* Full-width section backgrounds */

.white-section {
  background-color: #ffffff;
  width: 100%;
 padding: 20px 0px 40px 0px;
}

.green-section {
   background-color: #0f9c1f;
  width: 100%;
   padding: 20px 0px 20px 0px;
} 

.blue-section {
  background-color: #052435;
  width: 100%;
   padding: 20px 0px 20px 0px;
}

.blue-section1 {
  background-color: #052435;
  width: 100%;
   padding: 20px 0px 20px 0px;
   position: relative;
  z-index: 2; /* higher than white */

}

/* Gray background */
.gray-section {
 background:     #f0f4f7;
  width: 100%;
  padding: 20px 0px 20px 0px;  
}

.blue-bg1 {
  background-image: url('/wp-content/uploads/2025/11/blue-bg-1f.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  padding: 20px 0;
}


.dd-bg1 {
  background-image: url('/wp-content/uploads/2025/11/gray-bg-dd1.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  padding: 20px 0;
}

.gray-bg1 {
  background-image: url('/diet-decode/assets/images/dd-bg-2a.png');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  padding: 20px 0;
}

.gray-bg2 {
  background-image: url('/diet-decode/assets/images/dd-bg-3a.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;

  padding: 20px 0;
}

.gray-bg3 {
  background-image: url('/health-decode/assets/images/gray-bg-3.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  
  padding: 20px 0;
}

.gray-bg4 {
  background-image: url('/health-decode/assets/images/gray-bg-4.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  
  padding: 20px 0;
}

.white-bg1 {
 background-image: url('/health-decode/assets/images/hd-bg-4a.png');
  background-color: #ffffff; /* for now; replace with bg image later */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  
}

.white-bg2 {
 background-image: url('/health-decode/assets/images/hd-bg-5a.jpg');
 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  
}

@media (max-width: 768px) {
  .wide-on-mobile {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
  }
}
.green-section-bg1 {
  background-color: #0f9c1f;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  width: 100%;
}

.checklist.white li {
  color: #ffffff;
}


/* Max width container centered inside the section */
.container {
  max-width: 890px;
  margin: 0px auto;
    margin-left: auto;
    margin-right: auto;
  padding: 20px 20px;
  box-sizing: border-box;
}

.feature-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 0px;
  box-sizing: border-box;
}

.cont {
    max-width: 890px;
    margin-top: 40px; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
    padding: 0px 20px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
.cont {
    margin-bottom: 0px;
    padding: 0px 20px;
    box-sizing: border-box;
}

}

/* Formula layout with text and image side-by-side */
.formula-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Text max width */

.mw-470 {
  max-width: 470px;
  width: 100%;
}

.mw-570 {
  max-width: 570px;
  width: 100%;
}

/* Image column */
.inner-img {
  flex: 1;
  text-align: right;
}

.inline-img {
    height: auto; 
    display: block;  
    margin: 0 auto;  
    max-width: 300px;  
    height: auto;
}

.inline-img2 {
    
    max-width: 350px; 
    height: auto; 
    display: block;  
    margin: 0 auto;  
    height: auto;
}

/* Image style */
.inner-img img.block-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  border-radius: 8px;
  width: 100%;
  max-width: 320px;
}


 

/* Mobile: image stacks under text */
@media (max-width: 768px) {
  .formula-flex {
    flex-direction: column;
     
  }

  .inner-img {
    order: 1;
    text-align: center;
    margin-top: 20px;
  }

  .inner-img img.block-image {
    max-width: 300px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:20px;
  }
}


@media (max-width: 768px) {
  .formula-flex {
    flex-direction: column;
  }

  .inner-img {
    order: -1;
    margin: 0 0 10px 0; /* bottom spacing only */
  }

  .text__wrap.mw-570 {
    margin: 0;
    padding: 0;
  }

 
}

@media (max-width: 768px) {
  .formula-flex {
    gap: 0; /* remove gap between image and text */
  }

  .inner-img {
    margin-bottom: 0;
    padding: 0;
  }

  .text__wrap.mw-570 {
    margin-top: 0;
    padding-top: 0;
  }
}

/* Feature box */
.feature-box {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin: 40px 0;
}

/* Header section */
.feature-header {
  background-color: #0f9c1f;
  display: flex;
  gap: 0px;
  align-items: center;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  flex-wrap: wrap;
}

.feature-header .number {
  font-size: 32px;
  font-weight: 700;
  min-width: 40px;
}

.feature-header .title {
  flex: 1;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height:1.2em;
}

/* Content section */
.feature-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
}

.feature-content .text {
  flex: 1;
  padding-right: 20px;
}

.feature-content .img img {
  width: 200px;
  height: auto;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-content {
    flex-direction: column-reverse !important;
    text-align: center;
  }

  .feature-content .text {
    padding-right: 0;
  }

  .feature-content .img {
    margin-top: 20px;
  }
}

.feature-header .number {
  background-color: #ff9000;
  color: #fff;
  padding: 12px 20px;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  font-size: 20px;
  font-weight: 700;
  min-width: 80px;
  text-align: center;
  flex-shrink: 0;
}


/* Fix centering and padding */
.quote-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5fbfd;
  padding: 30px;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  gap: 30px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.quote-card.alt {
  flex-direction: row-reverse;
}

.quote-card .quote-text {
  flex: 1 1 60%;
}

.quote-card .quote-img {
  flex: 1 1 30%;
  text-align: center;
}

.quote-card .quote-img img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 6px;
}

/* Mobile: stack vertically */
@media (max-width: 768px) {
  .quote-card {
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    margin: 20px 0;
    padding: 20px;
  }

  .quote-card .quote-img {
    margin-top: 20px;
  }

  .quote-card .quote-text {
    flex: 1 1 100%;
  }
}

.study-section {
  background:white;
 
  margin-bottom:40px;
}


.study-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.study-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  max-width: 360px;
  flex: 1 1 300px;
  text-align: center;
}

.study-img {
  width: 100px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .study-item {
    max-width: 100%;
  }

  .study-img {
    max-height: 100px;
  }
}


/* Price section */
.orange-button {
  display: inline-block;
  background-color: rgb(255, 147, 0);
  color: #fff;
  font-weight: 700;
  padding: 18px 40px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 147, 0, 0.4);
  font-family: 'Poppins', sans-serif; /* Ensure button font matches too */
}

.orange-button:hover {
  background-color: #e07b00;
  box-shadow: 0 10px 25px rgba(224, 123, 0, 0.5);
}

.small-link {
  margin-top: 20px;
}
.price-section {
  text-align: center;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}

.price-section p {
  margin: 5px 0;
}

.regular-price {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: rgb(5, 36, 53);
}

.regular-price span {
  color: red;
  text-decoration: line-through;
}

.your-price {
  font-size: 34px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(5, 36, 53); /* dark green */
}

.price-amount {
  font-size: 65px;
  line-height: 58px;
  font-weight: 700;
  color: #008000; /* darker orange */
}

.savings {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}

.cta-button {
  display: block;
  margin: 20px auto;
  padding: 20px 26px;
  background-color: #ffa200; /* lighter orange */
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s;
  display: block;
  width: 300px;
  text-align: center;

}

.cta-button:hover {
  background-color: #ff8700;
}

@media screen and (max-width: 767px) {
  .cta-button {
    font-size: 20px;
  }
}

.small-cta-button {
  display: inline-block;
  padding: 10px 26px;
  background-color: #ffa200; /* lighter orange */
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.small-cta-button:hover {
  background-color: #ff8700;
}

@media screen and (max-width: 767px) {
  .small-cta-button {
    font-size: 20px;
  }
}

.guarantee-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #666;
}

.green-callout {
  background-color: #0f9c1f; /* Bootstrap's "success" green */
  text-align: center;
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 20px auto;
  max-width: 800px;
}

.green-callout h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.green-callout .highlight-amount {
  font-weight: 800;
  color: #ffffff;
}

.green-callout p {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.white {
  color: #ffffff;
}



.bonus-box {
  border-radius: 6px;
  overflow: hidden;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif;
}



.bonus-banner {
  background-color: #0f9c1f;
  padding: 20px;
  text-align: left;
}

 

.bonus-banner h3 {
  color: #fff;
  margin: 10px 0 10px 0;
  font-size: 35px;
  
  font-weight: 700;
}

.bonus-content {
  background-color: #fff;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #052435;
}

@media (max-width: 768px) {
  .bonus-content {
    padding: 0px;
  }
  
  .bonus-box {
      border-radius: 0px;
      box-shadow:none;
  }
}


.info-box {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  overflow: hidden;
  max-width: 800px;
  margin: 40px auto;
}

.info-header.green-bg {
  background-color: #0f9c1f;
  padding: 20px;
}

.info-header h2 {
  font-size: 28px;
  margin: 0;
}

.info-content {
  background: #fff;
  padding: 30px 40px;
}


.benefits {
  list-style: none;
  padding: 0;
  margin: 30px auto 0;
  text-align: left;
  max-width: 600px;
}

.benefits li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #052435;
}


.blue-checklist {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.blue-checklist li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #052435; /* dark blue text */
  padding-left: 30px;
  background-image: url('/mg/assets/images/icons/CheckMark.svg'); /* optional */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

.white-checklist {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.white-checklist li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #fff; /* dark blue text */
  padding-left: 30px;
  background-image: url('/mg/assets/images/icons/CheckMark.svg'); /* optional */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}


@media (max-width: 768px) {
.pricing-desktop 
{display:none;}
}

.pricing-checklist {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  text-align: left;
}

.pricing-checklist li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #052435; /* dark blue text */
  padding-left: 30px;
  background-image: url('/mg/assets/images/icons/CheckMark.svg'); /* optional */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}


.accordion-wrapper {
  display: flex;
  flex-direction: column;
}

/* FAQ card */
.accordion__box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px; /* spacing between white cards */
  overflow: hidden;
}

/* Header row (clickable) */
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}

/* Question text */
.accordion__question {
  font-size: 18px;
  font-weight: 700;
  color: #052435;
}

/* Arrow icon */
.accordion__arrow::after {
  content: "▼";
  font-size: 18px;
  color: #0f9c1f;
  transition: transform 0.3s ease;
}

.accordion__arrow.show::after {
  content: "▲";
}

/* Answer content */
.inner {
  display: none;
  padding: 0 20px 20px;
  font-size: 18px;
  line-height: 1.6;
  color:  #052435;
}

.inner.show {
  display: block;
}

 

.references-list {
  font-size: 16px;
  line-height: 1.7;
  color: #052433;
  padding-left: 20px;
}

.references-list li {
  margin-bottom: 10px;
}
 
 
 


.comparison-grid > div:nth-last-child(-n+4) {
  border-bottom: none !important;
}

 .comparison-grid .plan-col:last-of-type {
  border-bottom: none !important;
}

 

.pricing-banner-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 40px;
}

.pricing-banner-header {
  background-color: #052435;
  color: #fff;
  text-align: center;
  padding: 20px;
}



.pricing-banner-header .highlight-amount {
  font-size: 24px;
  color: #fff;
}

.eligibility-tag {
  background-color: #00a82d;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  color: white;
}

.pricing-card {
  padding: 20px;
  text-align: center;
}

.pricing-card .checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.pricing-card .checklist li {
  padding-left: 30px;
  margin-bottom: 12px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}

.pricing-card .checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url('/mg/assets/images/icons/CheckMark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-orange-gradient {
  background: linear-gradient(90deg, #f7941d, #ff6000);
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 0.9fr;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.feature-header,
.plan-header {
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 2px solid #ccc;
  text-align: center;
}

.feature {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  height:40px;
  line-height: 2;
}

.plan-col {
  padding: 10px 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-bottom: 1px solid #eee;
}



.plan-col.checked::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/mg/assets/images/icons/CheckMark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comparison-grid .feature-header,
.comparison-grid .plan-header {
  background-color: #052435;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .pricing-mobile {
    display: none;
  }
}


/* Hide mobile pricing cards by default */
.pricing-mobile-cards {
  display: none;
}



/* Mobile styles only */
@media (max-width: 767px) {
  .comparison-grid, .pricing-desktop {
    display: none;
  }

  .pricing-mobile-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .pricing-mobile-cards .pricing-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.05);
    text-align: center;
    position: relative;
  }



  .pricing-mobile-cards .checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
  }

  .pricing-mobile-cards .checklist li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    color: #052435;
  }

  .pricing-mobile-cards .checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url('/mg/assets/images/icons/CheckMark.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .pricing-mobile-cards .price {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 20px;
    color:#008000;
  
}

.btn-orange-gradient {
  display: inline-block;
  padding: 14px 48px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #ff9900, #ff6600);
  border: none;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  
}

.btn-orange-gradient:hover {
  background: linear-gradient(90deg, #ff8800, #ff4400);
  transform: translateY(-2px);
}

}

.reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.review {
  flex: 1 1 calc(33.333% - 14px); /* ensures 3 columns inside 890px with gaps */
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease;
}

.review:hover {
  transform: translateY(-4px);
}

.review-text {
  font-style: italic;
  font-size: 1.05rem;
  color: #0b0d20;
  margin-bottom: 20px;
}

.review-author {
  font-weight: 600;
  color: #0b0d20;
}


@media (max-width: 768px) {
  .reviews {
    flex-direction: column;
    align-items: center;
  }

  .review {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.section-overlap-top {
  position: relative;
  margin-top: -60px;
  padding-top: 80px;
  z-index: 1; /* lower than blue */
  background: #fff;
  
}

.deep-columns {
  margin-bottom: -60px; /* This pulls the cards down */
  position: relative;
  z-index: 2;
}
 
.deep-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px 0px;
  gap: 20px;
  margin: 40px auto;
  align-items: stretch;
}

.deep-columns {
  
  margin-bottom: -60px; /* this makes it bleed into next section */
  position: relative;
  z-index: 2;
   
}

.deep-item {
  flex: 1 1 calc(33.333% - 60px); /* 3 per row with gap */
  background: #fff;
 
  padding: 30px 20px;
  text-align: center;
 box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(5px);
  z-index: 3; 
  
}
 

.deep-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 15px;
}

.deep-desc {
  font-size: 1rem;
  line-height: 1.4;
  color: #0b0d20;
}

.referral-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .deep-columns {
    flex-direction: column;
    align-items: center;
  }

  .deep-item {
    width: 100%;
    max-width: 300px;
  }

  .deep-logo {
    max-width: 180px;
    height: auto;
  }
}

.small-button {
    display: block;
    margin: 0px auto;
    padding: 10px 16px;
    background-color: #ffa200;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s;
    display: block;
    /* width: 200px; */
    text-align: center;
}