/* Local CSS Styles - Custom Color Scheme */
/* File: /public_html/css/styles.css */

/* Custom Color Variables */
:root {
  --primary-color: #005f73;
  --secondary-color: #0a9396;
  --accent-color: #94d2bd;
  --text-color: #001219;
  --background-color: #ffffff;
  --light-accent: #e9f5f3;
  --dark-primary: #004851;
  --orange-accent: #f97316; /* Keep for CTA buttons */
  --orange-accent2: #e55415;
  --red-accent: #b91d04;
  --bottomBorder:  #118f8e;
  --heroBorder: #f97316;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #f9fafb;
}



header{

    border-bottom: var(--heroBorder) 3px solid;
}
.hero-discount-program {
    position: relative;
    min-height: 460px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background:
        linear-gradient(rgba(0, 95, 115, 0.65), rgba(0, 95, 115, 0.65)),
        url('https://dental.greenbergmentor.com/images/discount-program-hero.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-discount-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 72, 81, 0.45), rgba(10, 147, 150, 0.18));
    z-index: 1;
}

.hero-discount-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 24px;
}

.hero-discount-inner {
    max-width: 760px;
}

.hero-discount-eyebrow {
    display: inline-block;
    margin: 0 0 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-discount-title {
    margin: 0 0 18px;
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    line-height: 1.02;
    font-weight: 700;
    color: #fff;
}

.hero-discount-subtitle {
    margin: 0;
    max-width: 680px;
    font-size: 1.12rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.95);
}

.hero-discount-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-discount-actions-inline {
    margin-top: 20px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-btn-primary {
    background: #f97316;
    color: #fff;
}

.hero-btn-primary:hover {
    background: #e55415;
    color: #fff;
}

.hero-btn-secondary {
    background: #ffffff;
    color: #005f73;
}

.hero-btn-secondary:hover {
    background: #f3f4f6;
    color: #004851;
}

.discount-intro-card {
    margin-top: 24px;
}

.discount-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: start;
}

.discount-pricing-box {
    background: #f8fbfb;
    border: 1px solid #d9e8e8;
    border-radius: 12px;
    padding: 24px;
}

.discount-pricing-box h3 {
    margin-top: 0;
    margin-bottom: 18px;
}

.discount-price-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e5eeee;
    color: #374151;
}

.discount-price-row:last-of-type {
    border-bottom: 0;
}

.discount-pricing-note {
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 600;
    color: #005f73;
}

.discount-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.discount-benefit-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 22px;
}

.discount-benefit-item h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.12rem;
}

.table-responsive {
    overflow-x: auto;
}

.discount-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.discount-table th,
.discount-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
}

.discount-table th {
    background: #f8fafc;
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 700;
}

.discount-table td {
    color: #374151;
    line-height: 1.5;
}

.discount-footnote {
    margin-top: 16px;
    font-size: 0.95rem;
    color: #6b7280;
}

.discount-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.discount-specialty-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #e9f5f3;
    color: #005f73;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.discount-specialty-link:hover {
    background: #005f73;
    color: #ffffff;
    transform: translateY(-2px);
}

.discount-specialty-link:focus-visible {
    outline: 3px solid #e55415;
    outline-offset: 2px;
}

.discount-specialties span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #e9f5f3;
    color: #005f73;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .discount-intro-grid,
    .discount-benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .hero-discount-program {
        min-height: 400px;
    }

    .hero-discount-content {
        padding: 44px 20px;
    }

    .hero-discount-subtitle {
        font-size: 1rem;
    }
}



.services-overview-card {
    padding: 40px 32px;
}

.services-header {
    text-align: center;
    margin-bottom: 32px;
}

.services-header h2 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
}

.services-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #4b5563;
    line-height: 1.7;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.service-card-link {
    display: block;
    height: 100%;
    padding: 24px;
    text-decoration: none;
    color: inherit;
}

.service-card h3 {
    margin: 0 0 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1f2937;
    transition: color 0.25s ease;
}

.service-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
    background-color: #fcfcfc;
}

.service-card:hover h3 {
    color: #e55415;
}

.service-card-link:focus-visible {
    outline: 3px solid #e55415;
    outline-offset: -3px;
}

@media (max-width: 1023px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .services-overview-card {
        padding: 28px 20px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-header h2 {
        font-size: 1.7rem;
    }
}

.content-section {
    padding: 0;
    margin: 0;
}
.content-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    margin-bottom: 40px;
}

.content-card h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
}

.content-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 8px;
    color: #1f2937;
}

.content-card p {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 16px;
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 24px;
}

.content-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #374151;
    line-height: 1.5;
}

/* icon */
.content-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    color: #0f766e;
    font-size: 0.9rem;

    margin-top: 3px; /* aligns with first line */
    flex-shrink: 0;
}


.content-highlight {
    background: #f0f9f8;
    border-left: 4px solid #0f766e;
    padding: 14px 16px;
    border-radius: 6px;
    font-weight: 500;
}

.faq-block {
    margin-top: 20px;
}
.pp-benefits-section {
  background: #f5f7f7;
  padding: 20px 40px;
}

.pp-benefits-header {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 42px;
}

.pp-eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #19a7a1;
  margin-bottom: 14px;
}

.pp-benefits-title {
font-family: "Playfair", serif;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  line-height: 0.95;
  font-weight: 700;
  color: #13254b;
  max-width: 760px;
}

.pp-benefits-title span {
  display: block;
  color: #19a7a1;
}

.pp-benefits-intro {
  max-width: 360px;
  margin-left: auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #6f7e90;
}

.pp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pp-benefit-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 24px rgba(18, 37, 75, 0.04);
  padding: 34px 30px 28px;
  min-height: 255px;
}

.pp-benefit-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #edf8f7;
  color: #19a7a1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 24px;
}

.pp-benefit-title-sm {
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
  color: #13254b;
  margin-bottom: 14px;
}

.pp-benefit-text {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #6f7e90;
}

@media (max-width: 991px) {
  .pp-benefits-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pp-benefits-intro {
    margin-left: 0;
    max-width: 100%;
  }

  .pp-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pp-benefits-section {
    padding: 70px 0;
  }

  .pp-benefits-grid {
    grid-template-columns: 1fr;
  }

  .pp-benefit-card {
    padding: 28px 22px 24px;
    min-height: auto;
  }
}

  .pp-testimonials-section {
    background: #f5f7f7;
    padding: 95px 0;
  }

  .pp-testimonials-heading {
    text-align: center;
    margin-bottom: 44px;
  }

  .pp-testimonials-eyebrow {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #edf8f7;
    color: #118f8e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .pp-testimonials-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 4.6vw, 4.1rem);
    line-height: 1;
    color: #13254b;
    font-weight: 700;
    margin: 0;
  }

  .pp-testimonials-title span {
    color: #19a7a1;
  }

  .pp-testimonials-main {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) 320px;
    gap: 40px;
    align-items: center;
    margin-bottom: 28px;
  }

  .pp-testimonial-panel {
    background: #eef3f2;
    border-radius: 28px;
    padding: 34px 38px 34px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pp-testimonial-quote-mark {
    color: #88e6db;
    font-size: 2.3rem;
    margin-bottom: 10px;
    line-height: 1;
  }

  .pp-testimonial-message {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    line-height: 1.55;
    color: #13254b;
    font-weight: 500;
    max-width: 760px;
    margin-bottom: 26px;
  }

  .pp-testimonial-stars {
    color: #f5b52e;
    font-size: 1.1rem;
    display: flex;
    gap: 7px;
    margin-bottom: 26px;
  }

  .pp-testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
  }

  .pp-testimonial-person {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .pp-testimonial-person img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 50%;
  }

  .pp-testimonial-name {
    font-size: 1rem;
    font-weight: 700;
    color: #13254b;
    margin-bottom: 2px;
  }

  .pp-testimonial-role {
    font-size: 0.95rem;
    color: #74829a;
  }

  .pp-testimonial-verified {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #108f87;
    font-size: 0.92rem;
    font-weight: 600;
  }

  .pp-testimonial-image-wrap img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 28px;
    display: block;
  }

  .pp-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 22px 0 34px;
  }

  .pp-testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    background: #d4d9de;
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .pp-testimonial-dot.active {
    width: 34px;
    background: #19a7a1;
  }

  .pp-testimonial-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
  }

  .pp-testimonial-thumb {
    border: 1px solid #dbe3e7;
    background: #fff;
    border-radius: 18px;
    padding: 14px 14px 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: left;
  }

  .pp-testimonial-thumb.active {
    border-color: #4fd1c8;
    background: #edf8f7;
    box-shadow: 0 0 0 1px rgba(79, 209, 200, 0.15);
  }

  .pp-testimonial-thumb-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .pp-testimonial-thumb-top img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .pp-testimonial-thumb-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #13254b;
    line-height: 1.2;
  }

  .pp-testimonial-thumb-role {
    font-size: 0.82rem;
    color: #7c8799;
    line-height: 1.2;
    margin-top: 2px;
  }

  .pp-testimonial-thumb-stars {
    color: #f5b52e;
    font-size: 0.85rem;
    display: flex;
    gap: 4px;
  }

  @media (max-width: 1199px) {
    .pp-testimonials-main {
      grid-template-columns: 1fr;
    }

    .pp-testimonial-image-wrap {
      max-width: 420px;
      margin: 0 auto;
    }

    .pp-testimonial-thumbs {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 767px) {
    .pp-testimonials-section {
      padding: 70px 0;
    }

    .pp-testimonial-panel {
      padding: 26px 22px;
      min-height: auto;
    }

    .pp-testimonial-message {
      font-size: 1.1rem;
    }

    .pp-testimonial-image-wrap img {
      height: 300px;
    }

    .pp-testimonial-thumbs {
      grid-template-columns: 1fr;
    }

    .pp-testimonial-footer {
      align-items: flex-start;
      flex-direction: column;
    }
  }
.map-iframe {
            width: 100%;
            height: 600px;
            border: 2px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
		
.floatR{
	position: relative;
	float: right;
}	


.floatL{
	position: relative;
	float: left;
}	
.border-fix { border: 1px solid var(--primary-color, #3b82f6) !important; }
		
.ml-4{
	margin-left: 2rem;
}	
.mt-4{
	margin-top: 2rem;
}
.svg-15 {
  transform: rotate(15deg);
}
.svg-30 {
  transform: rotate(30deg);
}
.svg-45 {
  transform: rotate(45deg);
}
.svg-60 {
  transform: rotate(60deg);
}
.svg-75 {
  transform: rotate(75deg);
}
.svg-90 {
  transform: rotate(90deg);
}
.svg-135 {
  transform: rotate(135deg);
}
.svg-180 {
  transform: rotate(180deg);
}
.svg-225 {
  transform: rotate(225deg);
}
.svg-270 {
  transform: rotate(270deg);
}


/* Container and Layout */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.max-w-6xl {
    max-width: 1152px;
    margin: 0 auto;
}

.max-w-7xl {
    max-width: 1280px;
    margin: 0 auto;
}

.max-w-4xl {
    max-width: 896px;
}

.max-w-3xl {
    max-width: 768px;
	margin: 0 auto;
}

.max-w-40xl{
	max-width: 40%;
	margin:auto;
}

.max-w-50xl{
	max-width: 50%;
	margin:auto;
}

.max-w-75xl{
	max-width: 75%;
}

.max-w-80xl{
	max-width: 80%;
}

.max-w-90xl{
	max-width: 90%;
}

.max-w-100xl{
	max-width: 100%;
}

/* Grid System */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gap-1 {
    gap: 0.25rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-12 {
    gap: 3rem;
}

/* Flexbox */
.flex {
    display: flex;
}
.flex-box{
	flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap{
	flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.space-x-2 > * + * {
    margin-left: 0.5rem;
}

.space-x-4 > * + * {
    margin-left: 1rem;
}

.space-x-6 > * + * {
    margin-left: 1.5rem;
}

.space-x-8 > * + * {
    margin-left: 2rem;
}

.space-y-1 > * + * {
    margin-top: 0.25rem;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.space-y-6 > * + * {
    margin-top: 1.5rem;
}

.space-y-8 > * + * {
    margin-top: 2rem;
}

/* Positioning */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.sticky {
    position: sticky;
}

.fixed {
    position: fixed;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}
.bottom-20px {
    bottom: 20px;
}

.right-20px {
    right: 20px;
}

.z-10 {
    z-index: 10;
}

.z-50 {
    z-index: 50;
}

.z-1000 {
    z-index: 1000;
}

/* Display */
.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.hidden {
    display: none;
}

/* Sizing */
.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-16 {
    width: 4rem;
}

.w-48 {
    width: 12rem;
}

.w-64 {
    width: 16rem;
}

.w-80 {
    width: 20rem;
}
.w-100 {
    width: 25rem;
}

.w-120 {
    width: 30rem;
}

.w-140 {
    width: 40rem;
}

.w-150 {
    width: 50rem;
}

.w-155 {
    width: 55rem;
}

.w-160 {
    width: 60rem;
}

.w-full {
    width: 100%;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-16 {
    height: 4rem;
}

.min-h-screen {
    min-height: 100vh;
}

/* Padding and Margin */
.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-12 {
    padding: 3rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-100 {
    padding-left: 100px;
}
.px-20 {
    padding-left: 20px;
}
.px-40 {
    padding-left: 40px;
}
.px-60 {
    padding-left: 60px;
}
.pt-20{
	padding-top: 10px;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}
.mt-0 {
    margin-top: 0rem;
}
.mt-10px {
    margin-top: 2px;
}
.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-12 {
    margin-top: 3rem;
}

.-mt-10 {
    margin-top: -2.5rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Colors and Backgrounds - Updated with Custom Colors */
.bg-white {
    background-color: var(--background-color);
}

.bg-gray-50 {
    background-color: #f9fafb;
}

.bg-gray-100 {
    background-color: #f3f4f6;
}

.bg-gray-200 {
    background-color: #e5e7eb;
}

.bg-gray-700 {
    background-color: #374151;
}

.bg-gray-800 {
    background-color: #1f2937;
}

.bg-blue-50 {
    background-color: rgba(10,147,150,0.25); /* secondary color with opacity*/
}
.bg-red-50 {
    background-color: rgba(10,147,150,0.25); /* secondary color with opacity*/
}
.bg-green-100{
	background-color: rgba(10,147,150,0.25); /* secondary color with opacity*/
}
.bg-orange-100{
	background-color: rgba(10,147,150,0.25); /* secondary color with opacity*/
}
/* Primary Color Backgrounds */
.bg-primary {
    background-color: var(--primary-color);
}

.bg-secondary {
    background-color: var(--secondary-color);
}

.bg-accent {
    background-color: var(--accent-color);
}

/* Light versions */
.bg-primary-50 {
    background-color: var(--light-accent);
}

.bg-secondary-50 {
    background-color: #e0f2f1;
}

.bg-accent-100 {
    background-color: #e8f5e8;
}

/* Keep orange for CTA buttons */
.bg-orange-500 {
    background-color: var(--orange-accent);
}

.bg-orange-600 {
    background-color: #ea580c;
}

/* Text Colors - Updated */
.text-white {
    color: #ffffff;
}

.text-gray-300 {
    color: #d1d5db;
}

.text-gray-400 {
    color: #9ca3af;
}

.text-gray-500 {
    color: #6b7280;
}

.text-gray-600 {
    color: #4b5563;
}

.text-gray-700 {
    color: #374151;
}

.text-gray-800 {
    color: #1f2937;
}

/* Primary Text Colors */
.text-primary {
    color: var(--primary-color);
}

.text-secondary {
    color: var(--secondary-color);
}

.text-accent {
    color: var(--accent-color);
}

.text-primary-light {
    color: #e0f7fa;
}

.text-secondary-light {
    color: #b2dfdb;
}

/* Keep some orange for accents */
.text-orange-400 {
    color: #fb923c;
}

.text-orange-500 {
    color: var(--orange-accent);
}

.text-orange-600 {
    color: #ea580c;
}

.text-green-500 {
    color: #22c55e;
}

.text-green-600 {
    color: #16a34a;
}

.text-yellow-400 {
    color: #facc15;
}

.text-red-600 {
    color: #dc2626;
}

.text-blue-600 {
    color: #0f458f;
}

/* Typography */
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.leading-tight {
    line-height: 1.25 !important;
}

.leading-relaxed {
    line-height: 1.625 !important;
}

.uppercase {
    text-transform: uppercase;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

/* Borders - Updated with Custom Colors */
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}

.border-3 {
    border-width: 3px;
}

.border-4 {
    border-width: 4px;
}

.border-t {
    border-top-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-l-4 {
    border-left-width: 4px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-gray-100 {
    border-color: #9fa1a5;
}

.border-gray-200 {
    border-color: #808285;
}

.border-gray-700 {
    border-color: #5e6064;
}

/* Primary Border Colors */
.border-primary {
    border-color: var(--primary-color);
}

.border-secondary {
    border-color: var(--secondary-color);
}

.border-accent {
    border-color: var(--accent-color);
}

.border-green-600 {
    border-color: #16a34a;
}

.border-orange-600 {
    border-color: #ea580c;
}

.border-red-600 {
    border-color: #dc2626;
}

/* Border Radius */
.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-full {
    border-radius: 50%;
}

/* Shadows */
.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Overflow */
.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

/* Flex Properties */
.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-1 {
    flex: 1 1 0%;
}

		
/* Hover Effects - Updated */
.hover\:text-primary:hover {
    color: var(--primary-color);
}

.hover\:text-secondary:hover {
    color: var(--secondary-color);
}

.hover\:text-white:hover {
    color: #ffffff;
}

.hover\:text-primary-light:hover {
    color: var(--light-accent);
}

.hover\:text-orange:hover {
    color: var(--orange-accent);
}

.hover\:bg-primary-dark:hover {
    background-color: var(--dark-primary);
}

.hover\:bg-orange-600:hover {
    background-color: #ea580c;
}

.hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
}

.hover\:bg-secondary:hover {
    background-color: var(--secondary-color);
}

.hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:scale-105:hover {
    transform: scale(1.05);
}

/* Transitions */
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Dropdown animations */
.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.group:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Mobile menu toggle */

.mobile-menu-btn{
	height: 40px;
	width: 40px;
}
.mobile-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
     overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu.active {
    max-height: 500px;
}

/* Special highlight styling */
mark {
    background-color: #fef3c7;
    padding: 2px 4px;
    border-radius: 3px;
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 100px !important;
    right: 28px !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #051573!important;
    color: white;
    border: none;
    font-size: 30px!important;
    font-weight: bold!important;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-to-top:hover {
    background-color: red!important;
}

/* Error styling for form validation */
.error {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}


/* Responsive Grid Columns */
@media (min-width: 640px) {
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .sm\:flex-row {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    
    .md\:flex {
        display: flex;
    }
    
    .md\:hidden {
        display: none;
    }
    
    .md\:block {
        display: block;
    }
    
    .md\:mt-0 {
        margin-top: 0;
    }
    
    .md\:flex-row {
        flex-direction: row;
    }

}

@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
	
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, 1fr);
    } 
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
	
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
	
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    .lg\:flex {
        display: flex;
    }
    
    .lg\:hidden {
        display: none;
    }

}

	
/* Link Styles */
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Button Styles */
button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
}

/* Form Elements */
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

/* Fill current for SVG icons */
.fill-current {
    fill: currentColor;
}






/***********************************************************************/
	.hero-primary{
		position: relative;
		display: box;
		background: var(--primary-color);
		width: 100% !important;
	}

	/* Hero Section Styles - True Full Height Image Above 1000px */
	.hero-secondary {
		position: relative;
		overflow: hidden;
		background: var(--secondary-color);
		border-bottom: var(--heroBorder) 3px solid;
		height: 510px !important;
		max-width: 1920px; 
		margin: auto;
	}
    .hero-3D-printer {
		position: absolute;
		bottom: 60px;
		left: 100px;
		height: 510px !important;
		min-width: 550px !important;
		background-image: url('https://dental.greenbergmentor.com/images/Midas-3D.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}

    .hero-3D-scanner {
		position: absolute;
		bottom: 00px;
		left: 00px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/3d-scanner.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}

    .hero-bridge {
		position: absolute;
		bottom: 00px;
		left: 00px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/lady-bridge.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}
    .hero-endodontist {
		position: absolute;
		bottom: 00px;
		left: 00px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/endodontist.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}
    .hero-first-visit {
		position: absolute;
		bottom: 00px;
		left: 00px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/teen_boy_smiling_66.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}




    .hero-crown {
		position: absolute;
		bottom: 00px;
		left: 00px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/crown.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}



    .hero-xrays {
		position: absolute;
		bottom: 0px;
		left: -75px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/techXray.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}    

    .hero-sealants {
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/KidsSunglasses.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}      
    .hero-veneers {
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/veneers.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}      

    .hero-implants {
		position: absolute;
		bottom: 0px;
		left: -20px;
		height: 510px !important;
		min-width: 950px !important;
		background-image: url('https://dental.greenbergmentor.com/images/DentalImplant.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	} 

    .hero-gum-disease {
		position: absolute;
		bottom: 0px;
		left: -5px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/MatureMan.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	} 

    .hero-scaling {
		position: absolute;
		bottom: 0px;
		left: -85px;
		height: 530px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/RootScalingAndPlaning.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	} 
    .hero-pediatrics {
		position: absolute;
		bottom: 0px;
		left: -65px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/Pedodontist.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	} 
    .hero-dentures {
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 550px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/dentures.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}     
    .hero-root-canal {
		position: absolute;
		bottom: -20px;
		left: -175px;
		height: 600px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/toothPain2.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}  
    .hero-orthodontist {
		position: absolute;
		bottom: 0;
		height: 550px !important;
		min-width: 1000px !important;
		background-image: url('https://dental.greenbergmentor.com/images/girl_metal_braces_99.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}  


    .hero-fillings {
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 600px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/naturalColorFillings55.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}  

    .hero-cracked-tooth {
		position: absolute;
		bottom: 0px;
		left: -20px;
		height: 600px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/crackedTooth.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}  

    .hero-CBCT {
		position: absolute;
		bottom: 00px;
		left: 50px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/cbct.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}
    .hero-hybenx {
		position: absolute;
		bottom: 00px;
		left: 50px;
		height: 510px !important;
		min-width: 750px !important;
		background-image: url('https://dental.greenbergmentor.com/images/hygiene.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}
    .hero-perio {
		position: absolute;
		bottom: 00px;
		left: 200px;
		height: 510px !important;
		min-width: 740px !important;
		background-image: url('https://dental.greenbergmentor.com/images/girltrays.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}
	.hero-girl-image {
		position: absolute;
		bottom: 0;
		left: 100px;
		height: 510px !important;
		min-width: 550px !important;
		background-image: url('https://dental.greenbergmentor.com/images/girlSmiling500hx549w.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
		padding: 1rem;
	}
	.hero-girl-image2 {
		position: absolute;
		bottom: 0;
		height: 600px !important;
		min-width: 828px !important;
		background-image: url('https://dental.greenbergmentor.com/images/woman-with-dark-hair-smiling_525x725.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-girl-image33 {
		position: absolute;
		bottom: 0;
		height: 550px !important;
		min-width: 1000px !important;
		background-image: url('https://dental.greenbergmentor.com/images/girl_metal_braces_99.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-boy-image66 {
		position: absolute;
		bottom: 0;
		height: 550px !important;
		min-width: 1000px !important;
		background-image: url('https://dental.greenbergmentor.com/images/teen_boy_smiling_66.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-girl-image3 {
		position: absolute;
		bottom: 0;
		height: 510px !important;
		min-width: 600px !important;
		background-image: url('https://dental.greenbergmentor.com/images/portrait-of-a-young-beautiful-woman-with-boho_500x598.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	
	.hero-3M {
		position: absolute;
		bottom: 0;
		height: 510px !important;
		min-width: 600px !important;
		background-image: url('https://dental.greenbergmentor.com/images/3M_clarity_clear_aligner.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-sunglasses-kids {
		position: absolute;
		bottom: 0;
		height: 600px !important;
		min-width: 800px !important;
		background-image: url('https://dental.greenbergmentor.com/images/KidsSunglasses.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	
	
	.hero-Damon3x {
		position: absolute;
		bottom: 0;
		left: 100px;
		height: 500px !important;
		min-width: 500px !important;
		background-image: url('https://dental.greenbergmentor.com/images/damon_braces_x3.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-girl-image4 {
		position: absolute;
		bottom: 0;
		height: 510px !important;
		min-width: 703px !important;
		background-image: url('https://dental.greenbergmentor.com/images/girl_03.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-boy-image1 {
		position: absolute;
		bottom: 0;
		left: 150px;
		height: 510px !important;
		min-width: 532px !important;
		background-image: url('https://dental.greenbergmentor.com/images/happy-teenager-in-white-hoodie_48890539_500x532.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-man-image1 {
		position: absolute;
		bottom: 0;
		left: 200px;
		height: 510px !important;
		min-width: 563px !important;
		background-image: url('https://dental.greenbergmentor.com/images/smiling_man_500x553.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}

	.hero-family {
		position: absolute;
		bottom: 0;
		left: 150px;
		height: 520px !important;
		min-width: 525px !important;
		background-image: url('https://dental.greenbergmentor.com/images/discountPlanFamily500.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}


	.hero-man-image2 {
		position: absolute;
		bottom: 0;
		height: 510px !important;
		min-width: 545px !important;
		background-image: url('https://dental.greenbergmentor.com/images/male_05.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-man-image3 {
		position: absolute;
		bottom: 0;
		height: 600px !important;
		min-width: 828px !important;
		background-image: url('https://dental.greenbergmentor.com/images/male_06.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-fl-map{
		position: absolute;
		top:0;
		left:-20px;
		height: 490px !important;
		min-width: 575px !important;
		background-repeat: no-repeat;
		background-position:top; /* Anchor to bottom-left */
		z-index: 1;
	}
	

.hero-fl-map2 {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-locations {
    position: relative;
    width: 100%;
    height: 440px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none !important;
}

.hero-locations .hero-fl-map2 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://dental.greenbergmentor.com/images/3citiesFlorida.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 1;
}

.hero-locations::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.hero-locations-content {
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    z-index: 3;
    font-size: 2rem;
    color: #FFF;

}
.hero-locations-inner {
  
}

.hero-locations-title {
    margin: 0;
    font-family: "Playfair", serif;
    font-weight: 600;

    letter-spacing: -0.5px;
    line-height: 1.05;
    text-shadow:
        0 4px 18px rgba(0,0,0,0.45),
        0 0 12px rgba(255,255,255,0.15);
}

@media (max-width: 991px) {
    .hero-locations {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .hero-locations {
        height: 320px;
    }

    .hero-locations-title {
        font-size: clamp(1.9rem, 8vw, 3rem);
    }
}
	.hero-medical {
		position: absolute;
		top: 40px;
		left: 200px;
		height: 400px !important;
		width: 400px !important;
		background-image: url('https://dental.greenbergmentor.com/images/medSymbol-roundx400.webp');
		background-repeat: no-repeat;
		background-position: 50% 50%!important;
		z-index: 1;
	}
	
	.hero-fl-map-all{
	/*	background-image: url('https://dental.greenbergmentor.com/images/Greenberg-Dental-Serves-Florida66.webp');*/
	}
	.hero-fl-map-cfl{
		background-image: url('https://dental.greenbergmentor.com/images/GreenbergBraces_CFL.webp');
	}
	.hero-fl-map-nfl{
		background-image: url('https://dental.greenbergmentor.com/images/GreenbergBraces_NFL.webp');
	}
	.hero-fl-map-tpa{
		background-image: url('https://dental.greenbergmentor.com/images/GreenbergBraces_TPA.webp');
	}
	.hero-insurance01 {
		position: absolute;
		bottom: 0;
		left: 100px;
		height: 489px !important;
		min-width: 575px !important;
		background-image: url('https://dental.greenbergmentor.com/images/InsuranceCompanyLogos_564X479.webp');
		background-repeat: no-repeat;
		background-position:bottom; /* Anchor to bottom-left */
		z-index: 1;
	}
	.hero-content-container {
		position: relative;
/*        font-family: "Limelight", sans-serif;
        font-weight: 400;
        font-style: normal;
*/
        font-family: "Google Sans", sans-serif;
        font-optical-sizing: auto;
		float: right;
		z-index: 1;
		display: flex;
		align-items: center;
	 /*   min-height: 100%;*/
	 /*   margin-left: 680px;*/
		width: calc(100% - 550px);
		padding: 1rem;
	/*	border: dashed pink 1px;*/
	}

	.text-shadow{
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        font-weight: 700;
	}
    .hero-content-container h1,
    .hero-content-container p,
	.cta{
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        font-weight: 700;
    }
    .cta2{
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        font-weight: 700;
		color: var(--red-accent);
    }
	.hero-gradient {
		background: var(--secondary-color);
	}
	


@media (max-width: 1330px) {
	.py-20 {
		padding-top: 1rem;
		padding-bottom: 3rem;
	}
	

    /* Hide the positioned image element */
    .hero-girl-image,
	.hero-medical,
	.hero-girl-image2,
	.hero-girl-image3,
	.hero-girl-image33,
	.hero-boy-image66,
	.hero-3M,
	.hero-Damon3x,
	.hero-girl-image4,
	.hero-boy-image1,
	.hero-man-image1,
	.hero-man-image2,
	.hero-man-image3,
	.hero-fl-map,
	.hero-fl-map-all,
	.hero-fl-map-cfl,
	.fl-map-nfl,
	.hero-fl-map-tpa,
	.hero-insurance01,
	.hero-sunglasses-kids
	{
        display: none;
		width: 0%;
    }
.hero-secondary {
    position: relative;
    width: 100%;
    overflow: hidden;

}
    .hero-med {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/medSymbol-roundx400.webp');
    }
    .hero-01 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/girlSmiling500hx549w.webp');
    }
    .hero-22 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/KidsSunglasses.webp');
    }
    .hero-33 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/girl_metal_braces_99.webp');
    }
    .hero-66 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/teen_boy_smiling_66.webp');
    }
    .hero-04 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/girl_03.webp');
    }
    .hero-99 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/3M_clarity_clear_aligner.webp');
    }
    .hero-98 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/damon_braces_x3.webp');
    }
	
    .hero-97 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/GreenbergBraces_Florida.webp');
    }
	
    .hero-96 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/GreenbergBraces_CFL.webp');
    }
	
    .hero-95 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/GreenbergBraces_NFL.webp');
    }
	
    .hero-94 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/GreenbergBraces_TPA.webp');
    }
    .hero-93 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/smiling_man_500x553.webp');
    }
    .hero-92 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/portrait-of-a-young-beautiful-woman-with-boho_500x598.webp');
    }
    .hero-91 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/InsuranceCompanyLogos_564X479.webp');
    }
    .hero-90 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/woman-with-dark-hair-smiling_525x725.webp');
    }
    .hero-100xl{
        max-width: 100% !important;
        background-size: cover;
        background-position: center bottom;

    }
	
	.hero-44 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/male_06.webp');
    }
	
	.hero-45 {
         background-image: 
            linear-gradient(
                135deg, 
                rgba(0, 95, 115, 0.7) 0%,
                rgba(10, 147, 150, 0.6) 50%,
                rgba(0, 95, 115, 0.8) 100%
            ), url('https://dental.greenbergmentor.com/images/happy-teenager-in-white-hoodie_48890539_500x532.webp');
    }


    .hero-content-container {
		margin: auto;
		height: 100%;
		width: 90%;
		padding: 1rem;
		border: none;
		font-size: 1.5rem;
    }
	
    .hero-content-container h1 {
        font-size: 3rem;
    }
	
	.lg\:text-6xl {
        font-size: 1.5rem;
        line-height: 1;
    }
}

/* All screens 1000px and above - Full height image, no scaling */
@media (max-width: 1100px) {
  

    
    .hero-content-container {
		margin: auto;
		height: 100%;
		width: 90%;
		padding: 1rem;
		border: none;
		font-size: 1.5rem;
    }
	
    .hero-content-container h1 {
     /*   font-size: 1.5rem;*/
    }
}


@media (max-width: 600px) {
    .hero-content-container {
		width: 95%;
		font-size: 1.25rem;
    }
	
    .hero-content-container h1 {
		font-size: 1.75rem;
    }
	img,iframe{
		position: relative !important;
		max-width: 98% !important;
		margin: auto !important;
		margin-bottom: 1rem;
	}

}

/* ================================
   CONTENT CARDS / GRID / ICON CARDS
================================ */

.content-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.content-grid.two-col,
.card-grid.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-grid .content-card,
.card-grid .content-card {
  margin-bottom: 0;
}

.content-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  margin-bottom: 40px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

.content-card h1,
.content-card h2 {
  color: #1f2937;
  margin-bottom: 14px;
  line-height: 1.2;
}

.content-card h3 {
  color: #1f2937;
  margin-bottom: 10px;
}

.content-card p {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Icon + Title Header */
.card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.card-header h1,
.card-header h2,
.card-header h3 {
  margin: 0;
}

.card-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  background: #e9f5f3;
  color: #0a9396;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  margin: 0;
}

/* Image Strip */
.image-strip {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.image-strip .content-card {
  height: 100%;
  margin-bottom: 0;
}

.feature-image-card {
  padding: 0;
  overflow: hidden;
}

.feature-image-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.feature-image-content {
  padding: 32px;
}

.mini-image {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.mini-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

/* Card Lists */
.card-list,
.styled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-list li,
.styled-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #4b5563;
  line-height: 1.55;
}

.card-list li i {
  color: #0a9396;
  margin-top: 4px;
  flex-shrink: 0;
}

.styled-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0a9396;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .content-grid,
  .card-grid,
  .content-grid.two-col,
  .card-grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .content-grid,
  .card-grid,
  .content-grid.two-col,
  .card-grid.two-col {
    grid-template-columns: 1fr;
  }

  .content-card {
    padding: 24px;
  }

  .card-header {
    align-items: flex-start;
  }

  .card-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 1rem;
  }
}


.services-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2rem auto;
}

.services-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.services-header p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4b5563;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.service-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: #c7c7c7;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.service-card-link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
}

.service-tag {
    display: inline-flex;
    align-self: flex-start;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #991b1b;
    background: #fee2e2;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    margin-bottom: 0.85rem;
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.65rem;
}

.service-card p {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.service-learn-more {
    margin-top: auto;
    font-weight: 700;
    color: #991b1b;
}

.featured-service-card {
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card-link {
        padding: 1.25rem;
    }
}

.specialty-learn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 12px 20px;
    background-color: var(--secondary-color, #008c8c);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    border-radius: 6px;
    text-decoration: none;
}

.specialty-learn-more:hover {
    opacity: 0.9;
    text-decoration: none;
}