/* Base Styles */
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}

h2,h3{
    color: #0b2e4f !important;
}

.importance-image {
  display: block;
  margin: 0 auto;     /* Center the image */
  max-width: 100%;    /* Responsive */
  height: auto;       /* Maintain proportion */
}

/* ===================== DENTAL HERO SECTION ===================== */
.dental-hero {
    position: relative;
    width: 100%;
    height: 90vh;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.dental-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.dental-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.45);*/
    z-index: 2;
}

.dental-hero-content {
    position: relative;
    z-index: 3;
    padding: 0 20px;
}

.dental-hero-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    font-size: 2.8rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.dental-transport-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
}

.dental-transport-section .dental-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #0b2e4f;
    margin-bottom: 25px;
}

.dental-transport-section .dental-text {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .dental-transport-section .dental-heading {
        font-size: 1.6rem;
    }
    .dental-transport-section .dental-text {
        font-size: 1rem;
    }
}


.dental-transport-essential {
    background-color: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
}

.dental-transport-essential .essential-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #0b2e4f;
    margin-bottom: 25px;
}

.dental-transport-essential .essential-text {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 20px;
}

.dental-transport-essential .essential-list li {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: left;
}

.dental-transport-essential .solution-heading {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0b2e4f;
    margin-bottom: 15px;
}

.dental-transport-essential .solution-text {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 15px;
}

.dental-transport-essential .solution-list li {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .dental-transport-essential .essential-heading,
    .dental-transport-essential .solution-heading {
        font-size: 1.5rem;
    }
    .dental-transport-essential .essential-text,
    .dental-transport-essential .solution-text,
    .dental-transport-essential .essential-list li,
    .dental-transport-essential .solution-list li {
        font-size: 1rem;
    }
}


.dental-patient-journey {
    background-color: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
}

.dental-patient-journey .journey-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #0b2e4f;
    margin-bottom: 20px;
}

.dental-patient-journey .journey-subheading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0b2e4f;
    margin-bottom: 15px;
}

.dental-patient-journey .journey-text {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
}

.dental-patient-journey .journey-list li {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: left;
}

.dental-patient-journey .journey-box {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: left;
}

@media (max-width: 768px) {
    .dental-patient-journey .journey-heading,
    .dental-patient-journey .journey-subheading {
        font-size: 1.5rem;
    }
    .dental-patient-journey .journey-text,
    .dental-patient-journey .journey-list li {
        font-size: 1rem;
    }
}


.dental-patient-stories {
    background-color: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
}

.dental-patient-stories .stories-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #0b2e4f;
    margin-bottom: 40px;
}

.dental-patient-stories .story-box {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: left;
}

.dental-patient-stories .story-text {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
}

.dental-patient-stories .story-author {
    font-weight: 600;
    font-size: 1rem;
    color: #0b2e4f;
}

@media (max-width: 768px) {
    .dental-patient-stories .stories-heading {
        font-size: 1.5rem;
    }
    .dental-patient-stories .story-text {
        font-size: 1rem;
    }
    .dental-patient-stories .story-author {
        font-size: 0.95rem;
    }
}


.dental-faq {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.dental-faq .faq-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #0b2e4f;
    margin-bottom: 40px;
}

.dental-faq .accordion-item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.dental-faq .accordion-button {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}

.dental-faq .accordion-button:focus {
    box-shadow: none;
}

.dental-faq .accordion-body {
    font-size: 1rem;
    color: #000;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .dental-faq .faq-heading {
        font-size: 1.6rem;
    }
    .dental-faq .accordion-button {
        font-size: 1rem;
    }
    .dental-faq .accordion-body {
        font-size: 0.95rem;
    }
}


.dental-benefits {
    background-color: #f5f9fc;
    color: #0b2e4f;
}

.dental-benefits .benefits-heading,
.dental-benefits .cta-heading {
    font-weight: 700;
    font-size: 2rem;
}


/* Fix the list alignment */
.dental-benefits .benefits-list {
    max-width: 850px;
    margin: 0 auto 30px auto;
    padding-left: 20px;      /* proper indent */
    text-align: left;        /* force left alignment */
}

/* Bullet spacing & readability */
.dental-benefits .benefits-list li {
    font-size: 1.1rem;
    margin-bottom: 12px;
    line-height: 1.8;
    color: #000;
    list-style: disc;
    padding-left: 5px;
}

.dental-benefits .cta-description {
    font-size: 1.1rem;
    max-width: 800px;
    color: #000;
    margin: 0 auto 30px auto;
}

.dental-benefits .btn-primary {
    background-color: #0b2e4f;
    border-color: #0b2e4f;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s;
}

.dental-benefits .btn-primary:hover {
    background-color: #14517a;
    border-color: #14517a;
}

@media (max-width: 768px) {
    .dental-benefits .benefits-heading,
    .dental-benefits .cta-heading {
        font-size: 1.6rem;
    }
    .dental-benefits .benefits-list li,
    .dental-benefits .cta-description {
        font-size: 1rem;
    }
    .dental-benefits .btn-primary {
        font-size: 1rem;
        padding: 10px 25px;
    }
}


