/* Dr. Purani Dental Solutions - Clean Premium Stylesheet */

/* Base */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: #22304A;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    overflow-x: hidden;
}

body.gallery-popup-open {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

/* Shared UI */
.section-space {
    padding: 96px 0;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 50px;
    text-align: center;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 16px;
    border: 1px solid rgba(38, 52, 93, 0.12);
    border-radius: 999px;
    color: #26345D;
    background: #FFFFFF;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-title {
    margin: 0;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 46px;
    line-height: 56px;
    font-weight: 800;
    letter-spacing: 0;
}

.section-text {
    margin: 18px 0 0;
    color: #171818;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.premium-btn,
.premium-btn-small,
.premium-btn-outline,
.premium-btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid #26345D;
    border-radius: 999px;
    color: #FFFFFF;
    background: #26345D;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 0 16px 34px rgba(31, 45, 73, 0.18);
    transition: transform 240ms ease, box-shadow 240ms ease, color 240ms ease, background 240ms ease;
}

.premium-topbar {
    display: none;
}

.premium-btn {
    margin-top: 20px;
}

.premium-btn:hover,
.premium-btn-small:hover,
.premium-btn-outline:hover,
.premium-btn-light:hover {
    color: #FFFFFF;
    background: #1F2D49;
    border-color: #1F2D49;
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(31, 45, 73, 0.24);
}

.premium-btn-small {
    min-height: 42px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.premium-btn-outline,
.premium-btn-light {
    color: #26345D;
    background: #FFFFFF;
}

.premium-btn-outline:hover,
.premium-btn-light:hover {
    color: #FFFFFF;
}

/* Top Bar And Header */
.premium-topbar {
    position: relative;
    z-index: 1040;
    color: #FFFFFF;
    background: #26345D;
}

.topbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 42px;
}

.topbar-info,
.topbar-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.topbar-info a,
.topbar-info span,
.topbar-social span,
.topbar-social a {
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 20px;
}

.topbar-info i,
.topbar-social i {
    color: #FFFFFF;
}

.premium-navbar {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 1300px;
    z-index: 999;

    /* Glass Effect */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);

    padding: 10px 20px;
    transition: all 0.3s ease;
}

.premium-navbar.navbar-scrolled {
    top: 0;
    box-shadow: 0 16px 44px rgba(31, 45, 73, 0.12);
}




.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: auto;
    height: 56px;
    max-height: 56px;
    filter: brightness(0) invert(1);
}

.navbar-toggler {
    border: 1px solid rgba(38, 52, 93, 0.14);
    border-radius: 14px;
    color: #26345D;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.premium-navbar .nav-link {
    padding: 12px 10px;
    color: #fff;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.premium-navbar .nav-link:hover,
.premium-navbar .nav-link:focus {
    color: #f93b36;
}

.nav-cta {
    margin-left: 12px;
}

.nav-cta .premium-btn {
    margin-top: 0px;
}

/* Hero */
.hero-slider-section,
.hero-slider-section .carousel,
.hero-slider-section .carousel-inner,
.hero-slider-section .carousel-item,
.hero-slide {
    min-height: 870px;
}

.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    padding: 190px 0 120px;
    overflow: hidden;
    background-color: #26345D;
    background-position: center center;
    background-size: cover;
}

.modern-hero-slide-one {
    background-image: url("../images/herobg_1.webp");
}

.modern-hero-slide-two {
    background-image: url("../images/herobg_2.webp");
}

.modern-hero-slide-three {
    background-image: url("../images/herobg_3.webp");
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 70%);
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}

.primecare-hero-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-hero-card {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.modern-hero-card .section-eyebrow {
    color: #FFFFFF;
    background: rgba(38, 52, 93, 0.82);
    border-color: rgba(255, 255, 255, 0.24);
    display: none;
}

.modern-hero-card h1 {
    margin: 0;
    color: #FFFFFF;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 70px;
    line-height: 78px;
    font-weight: 800;
    letter-spacing: 0;
}

.hero-lead {
    max-width: 740px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 20px;
    line-height: 34px;
}

.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.modern-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 60px auto 0;
}

.modern-hero-meta div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 86px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    color: #FFFFFF;
    background: rgba(38, 52, 93, 0.82);
}

.modern-hero-meta i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
    color: #26345D;
    background: #FFFFFF;
}

.modern-hero-meta strong {
    display: block;
    color: #FFFFFF;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
}

.modern-hero-meta span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

.hero-slider-control {
    width: 72px;
    opacity: 1;
}

.hero-slider-control span,
.testimonial-control {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #FFFFFF;
    background: #26345D;
    box-shadow: 0 18px 34px rgba(31, 45, 73, 0.24);
}

.hero-slider-indicators,
.testimonial-indicators {
    margin-bottom: 75px;
}

.hero-slider-indicators [data-bs-target],
.testimonial-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    border: 0;
    border-radius: 20px;
    background: #FFFFFF;
}

/* Cards And Grids */
.trust-section {
    position: relative;
    z-index: 3;
    margin-top: -54px;
    padding-bottom: 46px;
    background: linear-gradient(to bottom, transparent 0, transparent 54px, #f7fafc 54px, #f7fafc 100%);
}

.trust-grid,
.service-mosaic,
.stats-grid,
.process-premium-grid,
.premium-gallery-grid,
.testimonial-slide-grid,
.about-list,
.technology-list,
.mission-card {
    display: grid;
    gap: 20px;
}

.trust-grid {
    grid-template-columns: repeat(3, 1fr);
}

.service-mosaic {
    grid-template-columns: repeat(3, 1fr);
}

.stats-grid,
.process-premium-grid,
.premium-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
}

.process-premium-card:nth-child(1) {
    margin-top: 0;
}

.process-premium-card:nth-child(2) {
    margin-top: 30px;
}

.process-premium-card:nth-child(3) {
    margin-top: 60px;
}

.process-premium-card:nth-child(4) {
    margin-top: 90px;
}

.about-list,
.technology-list {
    grid-template-columns: repeat(2, 1fr);
}

.trust-card,
.feature-card,
.treatment-card,
.stat-card,
.process-premium-card,
.gallery-group,
.testimonial-card,
.blog-card,
.contact-panel,
.appointment-form-card,
.premium-accordion .accordion-item {
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(31, 45, 73, 0.08);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.treatment-card {
    box-shadow: none !important;
}

.treatment-card:hover {
    box-shadow: none !important;
}

.trust-card:hover,
.feature-card:hover,
.treatment-card:hover,
.stat-card:hover,
.process-premium-card:hover,
.gallery-card:hover,
.testimonial-card:hover,
.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(31, 45, 73, 0.12);
}

.trust-card,
.feature-card,
.stat-card,
.process-premium-card {
    padding: 30px;
}

.trust-card i,
.feature-card i,
.stat-card i,
.process-premium-card i,
.contact-item i,
.treatment-content>i {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 18px;
    color: #FFFFFF;
    background: #26345D;
    font-size: 22px;
}

.process-premium-card i {
    background: #db252d !important;
}

.trust-card h3,
.feature-card h3,
.treatment-content h3,
.process-premium-card h3,
.blog-card h3,
.contact-item h3 {
    margin: 0 0 12px;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
}

.technology-section .section-text {
    color: #fff;
}

.advance-technology .section-text {
    color: #171818;
}

/* About */
.about-section,
.before-after-section,
.faq-section,
.contact-section {
    background: #F7FAFC;
}

.premium-split {
    padding: 34px;
    border: 1px solid rgba(38, 52, 93, 0.08);
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 28px 70px rgba(31, 45, 73, 0.08);
}

.premium-image-wrap,
.technology-visual {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}

.premium-image-wrap img,
.technology-visual img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 28px;
}

.image-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 18px;
    color: #FFFFFF;
    background: #26345D;
    box-shadow: 0 18px 44px rgba(31, 45, 73, 0.18);
}

.about-list,
.technology-list {
    margin-top: 26px;
}

.about-list div,
.technology-list div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 14px 18px;
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 16px;
    color: #253652;
    background: #FFFFFF;
    font-weight: 800;
}

.about-list i,
.technology-list i {
    color: #db252d;
}

/* Treatment Sections */
.why-section,
.gallery-section,
.google-review-section,
.blog-section {
    background: #FFFFFF;
}

.process-premium-section {
    background: #F7FAFC;
}

.technology-list>*:last-child {
    grid-column: 1 / -1;
}

.why-section {
    display: none;
}


.live-treatment-list {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 24px;
    background: #F7FAFC;
}

.live-treatment-list h3 {
    margin: 0 0 10px;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 26px;
    font-weight: 800;
}

.live-treatment-list p {
    margin: 0;
    color: #5F6E82;
}

.treatment-card {
    height: 100%;
    overflow: hidden;
}

.treatment-card img,
.blog-card img {
    width: 100%;
    height: 245px !important;
    object-fit: cover;
    transition: transform 320ms ease;
}


.treatment-card:hover img,
.blog-card:hover img,
.gallery-card:hover img {
    transform: scale(1.05);
}

.treatment-content {
    position: relative;
    padding: 30px;
}

.treatment-content>i {
    margin-top: -58px;
    border: 6px solid #FFFFFF;
}

.treatment-content a,
.blog-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #26345D;
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 800;
    width: 100%;
}

.blog-card a {
    margin-top: 0 !important;
}

/* Doctor And Statistics */
.technology-section,
.testimonial-section,
.appointment-cta-section,
.premium-footer {
    color: #FFFFFF;
    background: #26345D;
}

.technology-section .section-title,

.testimonial-section .section-title,
.appointment-card h2,
.appointment-card p {
    color: #FFFFFF;
}

.technology-section .section-heading .section-text {
    color: #FFFFFF !important;
}


.technology-section .section-eyebrow,
.testimonial-section .section-eyebrow,
.appointment-card .section-eyebrow,
.google-review-card .section-eyebrow {
    color: #26345D;
    background: #FFFFFF;
}

.technology-list div {
    color: #253652;
    background: #FFFFFF;
}

.stats-section {
    padding: 70px 0;
    background: #F7FAFC;
}

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

.stat-card i {
    margin: 0 auto 18px;
}

.stat-card strong {
    display: block;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 44px;
    line-height: 48px;
    font-weight: 800;
}

.stat-card span {
    display: block;
    margin-top: 8px;
    color: #5F6E82;
    font-weight: 800;
}

.process-premium-card {
    position: relative;
    min-height: 250px;
}

.process-premium-card span {
    position: absolute;
    top: 24px;
    right: 24px;
    color: rgba(38, 52, 93, 0.12);
    font-family: "Outfit", Arial, sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 800;
}

/* Gallery */
.gallery-group {
    padding: 30px;
}

.gallery-group-spaced {
    margin-top: 30px;
}

.gallery-group-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.gallery-group-heading h3 {
    margin: 0;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
}

.gallery-group-heading span {
    color: #5F6E82;
    font-weight: 800;
}

.gallery-card {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #F7FAFC;
    box-shadow: 0 16px 34px rgba(31, 45, 73, 0.08);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 320ms ease;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(10, 15, 28, 0.88);
}

.gallery-lightbox.is-open {
    display: flex;
}

.gallery-lightbox img {
    max-width: 100%;
    max-height: 84vh;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
    position: absolute;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    color: #FFFFFF;
    background: #26345D;
}

.gallery-lightbox-close {
    top: 24px;
    right: 24px;
}

.gallery-lightbox-prev {
    left: 24px;
}

.gallery-lightbox-next {
    right: 24px;
}

/* Before After */
.before-after-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 26px;
    background: #FFFFFF;
    box-shadow: 0 24px 64px rgba(31, 45, 73, 0.08);
}

.before-after-card div {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.before-after-card img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.before-after-card span {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 999px;
    color: #FFFFFF;
    background: #26345D;
    font-weight: 800;
}


.before-after-section .premium-btn{
    color: #fff !important;
}

/* Testimonials */
.testimonial-slider {
    position: relative;
    padding: 0 74px 62px;
}

.testimonial-slide-grid {
    grid-template-columns: repeat(3, 1fr);
}

.testimonial-card {
    min-height: 330px;
    padding: 32px;
    color: #22304A;
}

.stars {
    display: flex;
    gap: 4px;
    margin-bottom: 18px;
    color: #F6B940;
}

.testimonial-card p {

    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;

}

.reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.testimonial-section h2 {
    color: #fff !important;
}

.reviewer img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer strong {
    display: block;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 800;
}

.reviewer span {
    color: #5F6E82;
    font-size: 14px;
}

.testimonial-control {
    position: absolute;
    top: 42%;
    z-index: 2;
    border: 0;
}

.testimonial-control-prev {
    left: 0;
}

.testimonial-control-next {
    right: 0;
}

/* CTA, FAQ And Blog */
.google-review-card,
.appointment-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 42px;
    border-radius: 28px;
    color: #FFFFFF;
    background: #db252d;
    box-shadow: 0 28px 70px rgba(31, 45, 73, 0.16);
}

.google-review-card a,
.appointment-actions a {
    margin: 0 !important;
}

#appointment {
    background: #e5e6eb !important;
}

.google-review-card h2,
.appointment-card h2 {
    margin: 0;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 34px;
    line-height: 42px;
    font-weight: 800;
}

.appointment-card p {
    max-width: 620px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.80);
}

.appointment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.google-review-section {
    padding: 0px 0 60px;
    background: #f6f9fb;
}

.appointment-cta-section {
    padding: 76px 0;
    display: none;
}

.premium-accordion {
    max-width: 920px;
    margin: 0 auto;
}

.premium-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 16px;
}

.premium-accordion .accordion-button {
    padding: 22px 26px;
    color: #1F2D49;
    background: #FFFFFF;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    box-shadow: none;
}

.premium-accordion .accordion-button:not(.collapsed) {
    color: #26345D;
    background: #F7FAFC;
}

.premium-accordion .accordion-body {
    padding: 0 26px 24px;
    color: #5F6E82;
}

.blog-card {
    height: 100%;
    overflow: hidden;
}

.blog-card div {
    padding: 26px;
}

.blog-card span {
    display: inline-block;
    margin-bottom: 12px;
    color: #db252d;
    font-weight: 800;
}

/* Contact */
.contact-section .section-heading {
    max-width: 720px;
}

.contact-panel,
.appointment-form-card {
    height: 100%;
    padding: 34px;
    border-radius: 28px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(38, 52, 93, 0.10);
}

.contact-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-item i {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin: 0;
    font-size: 18px;
}

.contact-item a {
    color: #5F6E82;
}

.appointment-form-card h3 {
    margin: 0 0 24px;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
}

.appointment-form label {
    display: block;
    margin-bottom: 8px;
    color: #26345D;
    font-size: 13px;
    font-weight: 900;
}

.appointment-form input,
.appointment-form select {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid rgba(38, 52, 93, 0.14);
    border-radius: 15px;
    color: #1F2D49;
    background: #F7FAFC;
    outline: 0;
}

.appointment-form input:focus,
.appointment-form select:focus {
    border-color: #26345D;
    box-shadow: 0 0 0 4px rgba(38, 52, 93, 0.10);
}

.form-success {
    display: none;
    margin: 14px 0 0;
    color: #26736F;
    font-weight: 800;
}

.form-success.is-visible {
    display: block;
}

/* Footer */
.premium-footer {
    padding: 74px 0 22px;
}

.premium-footer .row {
    row-gap: 34px;
}

.footer-brand {
    max-width: 390px;
}

.footer-brand img {
    width: 146px;
    margin: 0 0 18px;
    padding: 10px 12px;
    border-radius: 16px;
    background: #FFFFFF;
}

.footer-brand h3,
.premium-footer h4 {
    color: #FFFFFF;
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 800;
}

.footer-brand h3 {
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 34px;
}

.premium-footer h4 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
}

.premium-footer h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    border-radius: 20px;
    background: #FFFFFF;
}

.premium-footer ul {
    display: grid;
    gap: 10px;
    list-style: none;
}

.footer-brand p,
.premium-footer li,
.premium-footer a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.premium-footer a:hover {
    color: #FFFFFF;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin-top: 2px;
    border-radius: 10px;
    color: #26345D;
    background: #FFFFFF;
    font-size: 13px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.footer-social a {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #FFFFFF;
    background: transparent;
    transition: transform 240ms ease, background 240ms ease, color 240ms ease;
}

.footer-social a:hover {
    color: #26345D;
    background: #FFFFFF;
    transform: translateY(-4px);
}

.footer-bottom {
    margin-top: 52px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

/* Floating Actions */
.floating-actions {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1200;
    display: grid;
    gap: 12px;
}

.floating-actions .whatsapp-floating {
    background-color: #25D366;
}

.floating-actions .call-btn {
    background-color: #db252d;
}

.floating-actions a,
.floating-actions button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    color: #FFFFFF;
    background: #26345D;
    box-shadow: 0 18px 36px rgba(31, 45, 73, 0.22);
}

.back-to-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 240ms ease, visibility 240ms ease, transform 240ms ease;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Responsive */
@media (max-width: 1199px) {
    .modern-hero-card h1 {
        font-size: 58px;
        line-height: 66px;
    }

    .trust-grid,
    .service-mosaic {
        grid-template-columns: repeat(2, 1fr);
    }

    .premium-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {

    .process-premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 36px;
        line-height: 46px;

    }


}

@media (max-width: 991px) {
    .premium-topbar {
        display: none;
    }

    .section-text {
        font-size: 15px;
        line-height: 20px;
    }


    .navbar-collapse {
        margin-top: 14px;
        padding: 18px;
        border: 1px solid rgba(38, 52, 93, 0.10);
        border-radius: 20px;
        background: #FFFFFF;
        box-shadow: 0 18px 44px rgba(31, 45, 73, 0.08);
    }

    .nav-cta {
        margin-left: 0;
        margin-top: 10px;
    }

    .hero-slider-section,
    .hero-slider-section .carousel,
    .hero-slider-section .carousel-inner,
    .hero-slider-section .carousel-item,
    .hero-slide {
        min-height: 690px;
    }

    .hero-slide {
        padding: 150px 0 90px;
    }

    .section-title {
        font-size: 38px;
        line-height: 48px;
    }

    .modern-hero-meta,
    .stats-grid,
    .process-premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-slide-grid {
        grid-template-columns: repeat(3, 1fr);

    }

    .google-review-card,
    .appointment-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-list {
        margin-bottom: 26px;
    }

    .premium-split {
        padding: 0;
    }

    .about-page-hero {
        min-height: 500px;
        padding: 140px 0 70px;
    }

    .service-page {
        padding: 140px 0 70px;
    }

    .about-page-hero h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .why-about-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .comparison-section,
    #faq {
        padding: 78px 0;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .faq-intro {
        position: static;
    }
}

@media (max-width: 767px) {
    .section-space {
        padding: 35px 0;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 5px;
    }

    .process-premium-card {
        margin: 0 !important;
    }

    .modern-hero-card h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .hero-lead {
        font-size: 17px;
        line-height: 29px;
    }

    .modern-hero-meta,
    .trust-grid,
    .service-mosaic,
    .stats-grid,
    .process-premium-grid,
    .premium-gallery-grid,
    .testimonial-slide-grid,
    .about-list,
    .technology-list,
    .before-after-card {
        grid-template-columns: 1fr;
    }

    .premium-split,
    .contact-panel,
    .appointment-form-card,
    .gallery-group,
    .google-review-card,
    .appointment-card {
        padding: 24px;
        border-radius: 22px;
    }

    .premium-image-wrap img,
    .technology-visual img,
    .before-after-card img {
        height: 360px;
    }

    .testimonial-slider {
        padding: 0 0 58px;
    }

    .testimonial-control {
        top: auto;
        bottom: 0;
    }

    .testimonial-control-prev {
        left: 50%;
        transform: translateX(-58px);
    }

    .testimonial-control-next {
        right: 50%;
        transform: translateX(58px);
    }

    .about-page-hero h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .about-page-hero-content {
        padding: 26px 18px;
        border-radius: 22px;
    }

    .why-about-grid {
        grid-template-columns: 1fr;
    }


    .feature_img img {
        height: auto !important;
    }

    body .blog-content h2 {
        font-size: 24px !important;
        line-height: 34px;
    }

    .comparison-section,
    #faq {
        padding: 64px 0;
    }

    .before-after-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .result-card {
        padding: 10px;
        border-radius: 22px;
    }

    .result-image {
        border-radius: 17px;
    }

    .result-image img {
        height: 300px;
    }

    .result-image span {
        top: 14px;
        left: 14px;
    }

    .result-card figcaption {
        padding-top: 14px;
        font-size: 18px;
        line-height: 26px;
    }

    .faq-layout {
        gap: 32px;
    }

    .accordion summary {
        min-height: 68px;
        gap: 14px;
        font-size: 16px;
        line-height: 24px;
    }

    .accordion summary i {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .accordion details p {
        margin: 0 38px 20px 0;
        font-size: 14px;
        line-height: 25px;
    }

}

@media (max-width: 575px) {
    .navbar-brand img {
        width: 118px;
        object-fit: contain;
    }

    .hero-slide {
        padding: 220px 0 0px;
    }

    body .modern-hero-card .premium-btn {
        margin-top: 0px !important;
    }

    .modern-hero-card h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 130px !important;
    }

    .hero-slider-control {
        opacity: 0 !important;
    }

    .hero-slider-control span,
    .testimonial-control {
        width: 30px;
        height: 30px;
    }

    .hero-slider-indicators,
    .testimonial-indicators {
        display: none !important;
    }

    .hero-actions,
    .appointment-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .google-review-card h2,
    .appointment-card h2 {
        font-size: 25px;
        text-align: center;
    }

    .premium-btn,
    .premium-btn-outline,
    .premium-btn-light {
        width: 100%;
    }

    .section-title {
        font-size: 28px;
        line-height: 32px;
    }

    .section-heading {
        margin: 0 auto 10px;
    }

    .gallery-lightbox-nav {
        bottom: 24px;
        top: auto;
    }

    .treatments-slider-shell {
        padding: 0 0px !important;
    }

    .premium-gallery-grid {
        display: block !important;
        text-align: center !important;
    }

    .premium-gallery-grid .gallery-card {
        display: inline-block;
        width: 49%;
    }

    .gallery-card img {
        width: 150px !important;
        height: 150px !important;
    }

    .premium-btn {
        padding: 13px 17px !important;
        font-weight: 600 !important;
    }

    .our-testimonials {
        padding: 0px 0 !important;
        padding-bottom: 100px !important;
    }

    .page-header-box h1 {
        font-size: 35px !important;
    }

    .result-image img {
        height: 260px;
    }

    .result-card {
        padding: 8px;
    }

    .accordion summary {
        font-size: 15px;
    }
}

@media (min-width: 1081px) and (max-width: 1600px) {
    .premium-navbar .nav-link {
        padding: 12px 7px !important;
        font-size: 12px !important;
    }

    .navbar-nav .premium-btn {
        min-height: 40px;
        padding: 8px 17px;
        font-size: 11px;
    }

    .hero-slide {
        min-height: 600px !important;
        padding: 60px 0 0px !important;
    }

    .modern-hero-card h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .hero-slider-section,
    .hero-slider-section .carousel,
    .hero-slider-section .carousel-inner,
    .hero-slider-section .carousel-item,
    .hero-slide {
        min-height: 600px !important;
    }
}


/* About Page */
.about-page-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 540px;
    padding: 180px 0 94px;
    color: #FFFFFF;
    background: #26345D url("../images/hero-banner-live.jpg") center center / cover no-repeat;
    overflow: hidden;
}

.about-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.64);
}

.about-page-hero .container {
    position: relative;
    z-index: 2;
}

.about-page-hero-content {
    max-width: 820px;
    margin: 0 auto;
    padding: 34px 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 30px;
    background: rgba(38, 52, 93, 0.54);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
    text-align: center;
}

.about-page-breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Outfit", Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.about-page-breadcrumb a {
    color: #FFFFFF;
}

.about-page-breadcrumb i {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.about-page-hero-content .section-eyebrow {
    color: #FFFFFF;
    background: rgba(38, 52, 93, 0.82);
    border-color: rgba(255, 255, 255, 0.22);
}

.about-page-hero h1 {
    color: #FFFFFF;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 62px;
    line-height: 72px;
    font-weight: 800;
    letter-spacing: 0;
}


.page-header {
    background: #26345D;
    background-position: center center;
    background-size: auto;
    padding: 160px 0 60px;
}

.page-header-box h1 {
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}


.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    color: #1E84B5;
}

.page-about-us .about-us-body {
    margin-bottom: 0px;
}



.why-about-grid {
    grid-template-columns: repeat(3, 1fr);
}

.doctor-subtitle,
.live-small-heading {
    margin: 0 0 22px;
    color: inherit;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
}

.live-why-list {
    max-width: 980px;
    margin: 0 auto;
}


.treatments-slider-shell {
    position: relative;
    width: 100%;
    padding: 0 58px;
}

.treatments-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 54px;
}

.treatments-slider .row {
    width: 100%;
    flex-wrap: nowrap;
    margin: 0;
}

.treatments-slider .swiper-wrapper {
    align-items: stretch;
    margin-bottom: 30px;
}

.treatments-slider .row>[class*="col-"] {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 12px;
}

.treatments-slider .swiper-slide,
.treatments-slider .treatment-card {
    height: auto;
}

.treatments-slider .treatment-card {
    min-height: 100%;
}

.treatments-slider-arrow {
    display: grid;
    position: absolute;
    z-index: 2;
    top: calc(50% - 27px);
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid #d6e6ec;
    border-radius: 50%;
    color: #26345D;
    background: #fff;
    cursor: pointer;
    transition: .2s ease;
}

.treatments-slider-prev {
    left: 0;
}

.treatments-slider-next {
    right: 0;
}

.treatments-slider-arrow:hover,
.treatments-slider-arrow:focus-visible {
    border-color: #26345D;
    color: #fff;
    background: #26345D;
    outline: 0;
}

.treatments-slider-arrow.swiper-button-disabled {
    opacity: .4;
    pointer-events: none;
}

.treatments-slider-dots {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.treatments-slider-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 !important;
    border-radius: 999px;
    opacity: 1;
    background: #b9dce8;
    transition: width .25s ease, background .25s ease;
}

.treatments-slider-dots .swiper-pagination-bullet-active {
    width: 25px;
    background: #26345D;
}




/*
   CSS only for the five pasted About-page sections:
   About, How It Works, Why Choose Us, Dental Process, Testimonials.
   Bootstrap is still needed for the grid/accordion and Swiper CSS for the testimonial slider.
*/

.about-us,
.how-it-work,
.why-choose-us,
.dental-process,
.our-testimonials {
    --about-primary: #0E384C;
    --about-secondary: #EFF8FF;
    --about-text: #527282;
    --about-accent: #1f2d49;
    --about-white: #FFFFFF;
    --about-divider: #FFFFFF1F;
    --about-dark-divider: #0E384C1A;
    color: var(--about-text);
}

.about-us figure,
.how-it-work figure,
.why-choose-us figure,
.dental-process figure,
.our-testimonials figure {
    margin: 0;
}

.about-us img,
.how-it-work img,
.why-choose-us img,
.dental-process img,
.our-testimonials img {
    display: block;
    max-width: 100%;
}

/* About */
.about-us {
    padding: 100px 0;
}

.about-image {
    position: relative;
    margin-right: 50px;
    padding-bottom: 200px;
    background: url('../images/about-bg-image.svg') center center / auto no-repeat;
}

.about-img-1 {
    width: 410px;
}

.about-img-1 figure,
.about-img-2 figure,
.how-it-work-img figure {
    display: block;
}

.about-img-1 img {
    aspect-ratio: 1 / 0.96;
    border-radius: 40px;
    object-fit: cover;
}

.about-img-2 {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.about-img-2 img {
    aspect-ratio: 1 / 0.72;
    border: 7px solid var(--about-white);
    border-radius: 40px;
    object-fit: cover;
}

.about-experience {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, 50%);
}

.about-experience img {
    animation: about-selected-rotate 30s linear infinite;
}

@keyframes about-selected-rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-us-body {
    margin-bottom: 40px;
}

.page-about-us .about-us-body {
    margin-bottom: 0;
}

.about-us-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.about-us-body ul li {
    position: relative;
    width: calc(50% - 10px);
    padding-left: 30px;
    color: var(--about-primary);
    font-weight: 600;
    text-transform: capitalize;
}

.about-us-body ul li::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    color: var(--about-accent);
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    content: '\f058';
}

/* How it works */
.how-it-work {
    padding: 100px 0;
    background: #f7f9ff;
}

.how-it-work-img img {
    aspect-ratio: 1 / 1.05;
    border-radius: 40px;
    object-fit: cover;
    max-height: 573px;
    max-width: 536px;
    width: 100%;
    height: 100%;
}

.how-it-work-content {
    margin-left: 25px;
}

.about-how-it-work .how-it-work-content {
    margin: 0 25px 0 0;
}

.about-how-it-work {
    background: #edf2ff !important;
}

.faq-accordion.how-work-accordion .accordion-item {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--about-dark-divider);
    border-radius: 0;
}

.faq-accordion.how-work-accordion .accordion-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.faq-accordion.how-work-accordion .accordion-header {
    position: relative;
}

.faq-accordion.how-work-accordion .accordion-item .icon-box {
    position: absolute;
    top: 4px;
    left: 0;
}

.faq-accordion.how-work-accordion .accordion-item .icon-box img {
    max-width: 40px;
}

.faq-accordion.how-work-accordion .accordion-item .accordion-button {
    position: relative;
    padding: 5px 35px 5px 60px;
    color: var(--about-primary);
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.faq-accordion.how-work-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion.how-work-accordion .accordion-header .accordion-button::after,
.faq-accordion.how-work-accordion .accordion-header .accordion-button.collapsed::after {
    position: absolute;
    top: 50%;
    right: 0;
    color: var(--about-primary);
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    font-weight: 900;
    content: '\f077';
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.faq-accordion.how-work-accordion .accordion-header .accordion-button.collapsed::after {
    transform: rotate(-180deg) translateY(50%);
}

.faq-accordion.how-work-accordion .accordion-item .accordion-body {
    padding: 10px 35px 0 60px;
}

.faq-accordion.how-work-accordion .accordion-item .accordion-body p {
    margin: 0;
}

/* Why choose us */
.why-choose-us {
    position: relative;
    padding: 100px 0;
    background: #ebf1ff;
}

.why-choose-us .section-row {
    margin-bottom: 40px;
}

.why-choose-us .icon-star-image {
    position: absolute;
    top: 50%;
    left: 0;
}

.why-choose-box-1 {
    position: relative;
    z-index: 1;
}

.why-choose-box-1 .why-choose-item {
    flex-direction: row-reverse;
}

.why-choose-box-1 .why-choose-item .icon-box {
    margin-right: 0;
    margin-left: 15px;
}

.why-choose-box-1 .why-choose-item .why-choose-content {
    text-align: right;
}

.why-choose-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.why-choose-item:last-child {
    margin-bottom: 0;
}

.why-choose-item .icon-box {
    margin-right: 15px;
}

.why-choose-item .icon-box img {
    max-width: 48px;
}

.why-choose-content {
    width: calc(100% - 63px);
}

.why-choose-content h3 {
    margin-bottom: 5px;
    color: var(--about-primary);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.why-choose-content p {
    margin: 0;
}

.why-choose-image {
    position: relative;
    z-index: 1;
}

.why-choose-image figure img {
    width: 100%;
}

/* Dental process */
.dental-process {
    padding: 100px 0 70px;
}

.dental-process .section-row {
    margin-bottom: 40px;
}

.dental-process .section-title {
    text-align: center;
}

.dental-process-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.dental-process-image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 40px;
}

.dental-process-image .dental-process-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 40px;
    filter: brightness(80%);
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.dental-process-item:hover .dental-process-img img {
    transform: scale(1.1);
}

.dental-process-image .dental-process-number {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: var(--about-white);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.dental-process-item:hover .dental-process-image .dental-process-number {
    background-color: transparent;
}

.dental-process-image .dental-process-number::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: var(--about-primary);
    content: '';
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.dental-process-item:hover .dental-process-image .dental-process-number::before {
    transform: scale(1);
}

.dental-process-image .dental-process-number h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--about-primary);
    font-size: 20px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.dental-process-item:hover .dental-process-number h3 {
    color: var(--about-white);
}

.dental-process-item .dental-process-content h3 {
    margin-bottom: 15px;
    color: var(--about-primary);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.dental-process-item .dental-process-content p {
    margin: 0;
}

/* Testimonials */
.our-testimonials {
    padding: 100px 0;
}

.single-service-testimonials {
    padding: 0px 0px 100px 0px;
}

.our-testimonials .section-row {
    margin-bottom: 40px;
}

.testimonial-image {
    position: relative;
    margin-right: 20px;
    padding-bottom: 90px;
}

.testimonial-img img {
    aspect-ratio: 1 / 1.1;
    border-radius: 40px;
    object-fit: cover;
}

.testimonial-rating-box {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 450px;
    padding: 30px;
    border: 6px solid var(--about-white);
    border-radius: 30px;
    background: var(--about-accent);
}

.rating-counter-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--about-divider);
}

.rating-counter-item .rating-counter-number {
    min-width: 125px;
    margin-right: 20px;
}

.rating-counter-item .rating-counter-number h3 {
    margin: 0;
    color: var(--about-white);
    font-size: 44px;
}

.rating-counter-item .rating-counter-content {
    width: calc(100% - 145px);
}

.rating-counter-item .rating-counter-content p {
    margin: 0;
    color: var(--about-white);
}

.service-rating ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-rating ul li {
    margin-right: 20px;
    color: var(--about-white);
    text-transform: capitalize;
}

.service-rating ul li:last-child {
    margin-right: 0;
}

.service-rating ul li i {
    color: #FFA800;
    font-size: 14px;
}

.our-testimonials .swiper-wrapper {
    cursor: none;
}

.testimonial-item .testimonial-quote-image {
    margin-bottom: 30px;
}

.testimonial-item .testimonial-quote-image img {
    max-width: 50px;
}

.testimonial-item .testimonial-content {
    margin-bottom: 30px;
}

.testimonial-content .section-text {
    margin: 18px 0 0;
    color: #171818;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.testimonial-item .testimonial-body {
    display: flex;
    align-items: center;
}

.testimonial-body .author-image {
    margin-right: 10px;
}

.testimonial-body .author-image img {
    max-width: 64px !important;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-body .author-content {
    width: calc(100% - 74px);
}

.testimonial-body .author-content h3 {
    margin-bottom: 5px;
    color: var(--about-primary);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.testimonial-body .author-content p {
    margin: 0;
    text-transform: capitalize;
}

.testimonial-btn {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 40px;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: var(--about-accent);
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next {
    margin-left: 20px;
}

.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover {
    background-color: var(--about-primary);
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('https://html.awaikenthemes.com/dentaire/images/arrow-white.svg') center / 12px auto no-repeat;
    content: '';
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before {
    transform: rotate(225deg);
}

@media only screen and (max-width: 991px) {

    .about-us,
    .how-it-work,
    .why-choose-us,
    .our-testimonials {
        padding: 50px 0;
    }

    .about-image {
        max-width: 560px;
        margin: 0 auto 30px;
        padding-bottom: 150px;
    }

    .about-us-body {
        margin-bottom: 30px;
    }

    .why-choose-us {
        background-position: center left;
    }

    .why-choose-us .icon-star-image {
        transform: translate(10px, 50%);
    }

    .why-choose-box-1 .why-choose-item {
        flex-direction: row;
    }

    .why-choose-box-1 .why-choose-item .icon-box {
        margin-right: 15px;
        margin-left: 0;
    }

    .why-choose-box-1 .why-choose-item .why-choose-content {
        text-align: left;
    }

    .why-choose-item {
        margin-bottom: 30px;
    }

    .why-choose-image {
        margin-top: 30px;
        text-align: center;
    }

    .how-it-work-img {
        margin-bottom: 30px;
    }

    .how-it-work-img img {
        aspect-ratio: 1 / 0.85;
    }

    .how-it-work-content {
        margin-left: 0;
    }

    .faq-accordion.how-work-accordion .accordion-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .faq-accordion.how-work-accordion .accordion-item .icon-box {
        top: 0;
    }

    .testimonial-image {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 30px;
    }

    .testimonial-img {
        text-align: center;
    }

    .testimonial-rating-box {
        max-width: 420px;
        padding: 20px;
    }

    .rating-counter-item {
        margin-bottom: 15px;
    }

    .rating-counter-item .rating-counter-number {
        min-width: 100px;
    }

    .rating-counter-item .rating-counter-number h3 {
        font-size: 34px;
    }

    .rating-counter-item .rating-counter-content {
        width: calc(100% - 120px);
    }

    .service-rating ul li {
        margin-right: 15px;
    }

    .testimonial-item .testimonial-quote-image,
    .testimonial-item .testimonial-content {
        margin-bottom: 20px;
    }

    .testimonial-content .section-text {
        font-size: 16px;
    }

    .testimonial-btn {
        margin-top: 30px;
    }

    .about-how-it-work .how-it-work-img {
        margin-bottom: 0;
    }

    .about-how-it-work .how-it-work-content {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .dental-process {
        padding: 50px 0 20px;
    }

    .dental-process-image {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .about-image {
        max-width: 100%;
        padding-bottom: 80px;
        background-size: contain;
    }

    .about-img-1 {
        width: 100%;
    }

    .about-img-2 {
        width: 250px;
    }

    .about-experience {
        top: auto;
        right: auto;
        bottom: 0;
        transform: translate(50px, -30px);
    }

    .about-experience img {
        max-width: 100px;
    }

    .about-us-body ul {
        display: block;
    }

    .about-us-body ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .about-us-body ul li:last-child {
        margin-bottom: 0;
    }

    .why-choose-us .icon-star-image {
        transform: translate(-10px, -50%);
    }

    .why-choose-content h3 {
        font-size: 18px;
    }

    .why-choose-image {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .faq-accordion.how-work-accordion .accordion-item .icon-box img {
        max-width: 35px;
    }

    .faq-accordion.how-work-accordion .accordion-item .accordion-button {
        padding: 5px 30px 5px 50px;
        font-size: 18px;
    }

    .faq-accordion.how-work-accordion .accordion-header .accordion-button::after {
        font-size: 18px;
    }

    .faq-accordion.how-work-accordion .accordion-item .accordion-body {
        padding: 10px 30px 0 0;
    }

    .testimonial-img {
        margin-bottom: 20px;
    }

    .testimonial-rating-box {
        left: 0;
        max-width: 300px;
        margin: 0 auto;
        padding: 15px;
    }

    .rating-counter-item .rating-counter-number {
        min-width: 70px;
        margin-right: 10px;
    }

    .rating-counter-item .rating-counter-content {
        width: calc(100% - 80px);
    }

    .rating-counter-item .rating-counter-content p {
        font-size: 14px;
    }

    .rating-counter-item .rating-counter-number h3 {
        font-size: 24px;
    }

    .service-rating ul li {
        margin-right: 10px;
        font-size: 14px;
    }

    .service-rating ul li i {
        font-size: 12px;
    }

    .testimonial-item .testimonial-quote-image img {
        max-width: 40px;
    }

    .testimonial-body .author-content h3,
    .dental-process-image .dental-process-number h3,
    .dental-process-item .dental-process-content h3 {
        font-size: 18px;
    }

    .dental-process-item .dental-process-content h3 {
        margin-bottom: 10px;
    }
}



.page-contact-us {
    padding: 100px 0 50px;
}

.contact-info-box.page-contact-info-box .contact-info-item {
    width: 100%;
}

.contact-info-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.contact-info-social-list {
    display: flex;
    align-items: center;
}

.contact-info-social-list span {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0E384C;
    margin-right: 10px;
}

.contact-info-social-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-social-list ul li {
    display: inline-flex;
    margin-right: 10px;
}

.contact-info-social-list ul li:last-child {
    margin-right: 0;
}

.contact-info-social-list ul li a i {
    color: #0E384C;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.contact-info-social-list ul li:hover a i {
    color: #1E84B5;
}

.contact-us-form {
    background: #FFFFFF;
    border: 1px solid #0E384C12;
    border-radius: 40px;
    padding: 40px;
}

.contact-us-form .form-control {
    padding: 15px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #0E384C12;
    border-radius: 14px;
    color: #0E384C;
    box-shadow: none;
    outline: none;
}

.contact-us-form .form-group label {
    color: #0E384C;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.google-map {
    padding: 50px 0 100px;
}


.contact-info-item {
    width: calc(33.33% - 20px);
    background-color: #FFFFFF;
    border: 1px solid #0E384C12;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.contact-info-item .icon-box {
    position: relative;
    background-color: #1E84B5;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    transition: all 0.4s ease-in-out;
}

.contact-info-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0E384C;
    border-radius: 12px;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box::before {
    transform: scale(1);
}

.contact-info-item .icon-box img {
    position: relative;
    max-width: 24px;
    z-index: 1;
}

.contact-info-content {
    width: calc(100% - 60px);
}

.contact-info-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.contact-info-content p {
    margin: 0;
}

.google-map-iframe {
    width: 100%;
    height: 500px;
    border-radius: 40px;
    overflow: hidden;
}

.google-map-iframe iframe {
    width: 100%;
    height: 500px;
    border-radius: 40px;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.google-map-iframe iframe:hover {
    filter: grayscale(0);
}

.contact-us-form .section-title {
    margin-bottom: 20px;
}


/***      Blog Archive css	  ***/


.page-blog {
    padding: 100px 0;
}

.page-blog .blog-item {
    display: block;
}

.blog-item .post-featured-image a {
    height: 100%;
    cursor: none;
    display: block;
    border-radius: 40px;
    overflow: hidden;
}

.blog-item .post-featured-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
    border-radius: 40px;
    transition: all 0.5s ease-in-out;
}

.blog-item {
    background-color: #ffffff;
    border: 1px solid #0e384c12;
    border-radius: 40px;
    display: flex;
    align-items: center;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 20px;
}

.page-blog .post-featured-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.page-blog .post-item-body {
    width: 100%;
    display: block;
    padding: 0;
}

.page-pagination {
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    border: 1px solid #0e384c12;
    color: var(--accent-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
    background: var(--accent-color);
    color: #ffffff;
}



/***     Single Blog css	  ***/

.blog-content {
    font-size: 16px;
    line-height: 1.8;
    padding: 100px 0 100px;

}



.blog-content p {
    margin: 18px 0 0;
    color: #171818;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;

}



.feature_img img {
    height: 630px;
    object-fit: cover;

}

.feature_img {
    box-shadow: 0 2px 20px rgb(0 0 0 / 27%);
}


.blog-content h2 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1.2;
}

.blog-content .side-box {
    background-color: #26345d;
    color: white;
    border-radius: 10px;
    padding: 32px 20px;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 0.12);
}


.blog-content .footer-links li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.blog-content .footer-links li::before {
    content: '•';
    color: #db252d;
    position: absolute;
    left: 0;
    font-weight: bold;
}


.blog-content .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-content .form-control {
    border-radius: 10px;
    padding: 12px 10px;
    margin-bottom: 10px;
}

.blog-content .side-box h3 {

    margin: 0 0 12px;
    color: #fff;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 27px;
    line-height: 30px;
    font-weight: 800;
}


.blog-content .blog-meta i {
    color: #db252d;
}


.blog-content .col-lg-3.col-md-12 {
    margin-top: 30px;
}




.mobile-toggle {
    border: 1px solid #d7e8ef;
    border-radius: 10px;
}

.mobile-sidebar {
    width: min(380px, 90vw) !important;
}

.mobile-sidebar .offcanvas-header {
    padding: 22px 24px;
    border-bottom: 1px solid #dcecf3;
}

.mobile-sidebar .offcanvas-title {
    color: #26345D;
    font-weight: 700;
}

.mobile-sidebar .offcanvas-body {
    padding: 12px 24px 28px;
}

.mobile-menu .nav-link {
    padding: 14px 2px;
    border-bottom: 1px solid #e4eef3;
    color: #26345D;
    font-size: 15px;
    font-weight: 600;
}

.mobile-menu .nav-link:hover {
    color: #db252d;
}


.navbar-nav .premium-btn {
    margin-top: 0 !important;
}


.mobile-appointment {
    width: 100%;
    margin-top: 25px;
}

/* Bootstrap lg breakpoint is 992px; force sidebar until 1024px */
@media (min-width: 992px) and (max-width: 1024px) {
    .premium-navbar .mobile-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .premium-navbar .desktop-nav {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .premium-navbar .navbar-brand img {
        height: 46px;
        max-width: 150px;
    }
}

.offcanvas.offcanvas-end img {
    max-height: 50px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}

.mobile-toggle {
    border: 0px solid #d7e8ef !important;
}

.premium-navbar {
    padding: 4px 20px !important;
}


.service-page {
    padding: 100px 0;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
    border-color: #fff;
}


/* Dental Implant Service Main Content */

#main-content,
#main-content * {
    box-sizing: border-box;
}

#main-content {
    color: #22304A;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

#main-content img {
    display: block;
    max-width: 100%;
}

#main-content a {
    text-decoration: none;
}

#main-content h1,
#main-content h2,
#main-content h3 {
    margin-top: 0;
}

#main-content h1,
#main-content h2,
#main-content h3,
#main-content .eyebrow,
#main-content .theme-button {
    font-family: "Outfit", Arial, sans-serif;
}

#main-content .service-container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

#main-content .section-pad {
    padding: 96px 0;
}

#main-content .pale-section {
    background: #F7FAFC;
}

#main-content .section-heading {
    max-width: 780px;
    margin: 0 auto 50px;
    text-align: center;
}

#main-content .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 16px;
    border: 1px solid rgba(38, 52, 93, 0.12);
    border-radius: 999px;
    color: #26345D;
    background: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

#main-content h2 {
    margin-bottom: 20px;
    color: #1F2D49;
    font-size: clamp(34px, 3.6vw, 46px);
    line-height: 1.2;
    font-weight: 800;
}

#main-content h2 em {
    color: #26345D;
    font-style: normal;
}

#main-content .section-heading>p,
#main-content .faq-intro>p {
    margin-bottom: 0;
    color: #171818;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;
}


#main-content .theme-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid #26345D;
    border-radius: 999px;
    color: #FFFFFF;
    background: #26345D;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(31, 45, 73, 0.18);
    transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

#main-content .theme-button:hover {
    color: #FFFFFF;
    border-color: #1F2D49;
    background: #1F2D49;
    box-shadow: 0 20px 42px rgba(31, 45, 73, 0.24);
    transform: translateY(-3px);
}

#main-content .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hero */
#main-content .service-hero {
    position: relative;
    overflow: hidden;
    background: #26345D;
    z-index: 1;
    padding: 164px 0 92px;
}

#main-content .service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/single-servicebg.webp") no-repeat center center;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
}

#main-content .service-hero>* {
    position: relative;
    z-index: 2;
}

#main-content .hero-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

#main-content .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 23px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#main-content .breadcrumb a {
    color: #FFFFFF;
}

#main-content .breadcrumb i {
    font-size: 8px;
}

#main-content .service-hero .eyebrow {
    color: #26345D;
    background: #FFFFFF;
}

#main-content .hero-copy h1 {
    max-width: 650px;
    margin-bottom: 22px;
    color: #FFFFFF;
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
}

#main-content .hero-copy h1 em {
    color: #FFFFFF;
    font-style: normal;
}

#main-content .hero-copy>p {
    max-width: 580px;
    margin-bottom: 31px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 30px;
}

#main-content .service-hero .theme-button {
    color: #26345D;
    border-color: #FFFFFF;
    background: #FFFFFF;
}

#main-content .service-hero .theme-button:hover {
    color: #FFFFFF;
    border-color: #1F2D49;
    background: #1F2D49;
}

#main-content .hero-visual {
    position: relative;
    padding: 0 0 52px 55px;
}

#main-content .hero-visual>img {
    width: 100%;
    height: 550px;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(31, 45, 73, 0.18);
}

#main-content .floating-form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 335px;
    padding: 25px;
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(31, 45, 73, 0.14);
}

#main-content .form-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 17px;
}

#main-content .form-heading>span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    color: #FFFFFF;
    background: #26345D;
    font-size: 18px;
}

#main-content .form-heading small,
#main-content .form-heading strong {
    display: block;
}

#main-content .form-heading small {
    color: #5F6E82;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "Outfit", Arial, sans-serif;
}

#main-content .form-heading strong {
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

#main-content .floating-form input {
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 1px solid rgba(38, 52, 93, 0.12);
    border-radius: 14px;
    color: #22304A;
    background: #FFFFFF;
    font: inherit;
    font-size: 13px;
    outline: 0;
    font-family: "Manrope", Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
}

#main-content .floating-form input:focus {
    border-color: #26345D;
    box-shadow: 0 0 0 3px rgba(38, 52, 93, 0.10);
}

#main-content .floating-form .theme-button {
    width: 100%;
    min-height: 46px;
    color: #FFFFFF;
    border-color: #26345D;
    background: #26345D;
}

#main-content .form-note {
    margin: 8px 0 0;
    color: #26345D;
    font-size: 11px;
    text-align: center;
}

#main-content .hero-shape {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

#main-content .hero-shape-one {
    top: -170px;
    right: -150px;
    width: 430px;
    height: 430px;
}

#main-content .hero-shape-two {
    bottom: -210px;
    left: -190px;
    width: 390px;
    height: 390px;
}

/* Shared split sections */
#main-content .two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(60px, 8vw, 120px);
    align-items: center;
}

#main-content .about-treatment {
    background: #fff;
}

#main-content .image-frame {
    position: relative;
    padding: 0 34px 34px 0;
}

#main-content .image-frame::before {
    position: absolute;
    top: 34px;
    right: 0;
    bottom: 0;
    left: 34px;
    border-radius: 28px;
    background: #FFFFFF;
    content: "";
}

#main-content .image-frame>img {
    position: relative;
    width: 100%;
    height: 490px;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 28px 70px rgba(31, 45, 73, 0.08);
}

#main-content .image-badge {
    position: absolute;
    right: 0;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border: 8px solid #FFFFFF;
    border-radius: 18px;
    color: #FFFFFF;
    background: #26345D;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
    box-shadow: 0 18px 44px rgba(31, 45, 73, 0.18);
}

#main-content .image-badge i {
    font-size: 25px;
}

#main-content .feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

#main-content .feature-list>div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 14px 18px;
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 16px;
    color: #253652;
    background: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
}

#main-content .feature-list i {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    color: #DB252D;
    font-size: 18px;
}

/* Why choose cards */
#main-content .about-treatment+.pale-section {
    background: #F7FAFC;
}

#main-content .cards-grid {
    display: grid;
    gap: 24px;
}

#main-content .six-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#main-content .info-card {
    padding: 30px;
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(31, 45, 73, 0.08);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

#main-content .info-card:hover {
    box-shadow: 0 28px 70px rgba(31, 45, 73, 0.12);
    transform: translateY(-8px);
}

#main-content .info-card>i {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 18px;
    color: #FFFFFF;
    background: #26345D;
    font-size: 22px;
}

#main-content .info-card h3,
#main-content .image-card h3,
#main-content .timeline-item h3 {
    margin: 0 0 10px;
    color: #1F2D49;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
}


#main-content .accordion details p {
    margin: 18px 0 0;
    color: #171818;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Treatment timeline */
#main-content .process-section {
    background: #FFFFFF;
}

#main-content .timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

#main-content .timeline_btn {
    text-align: center;
    margin-top: 40px
}

#main-content .timeline_btn .premium-btn {
    color: #fff;
}

#main-content .timeline::before,
#main-content .timeline::after {
    position: absolute;
    top: 38px;
    left: 9%;
    height: 2px;
    content: "";
}

#main-content .timeline::before {
    right: 9%;
    background: rgba(38, 52, 93, 0.12);
}

#main-content .timeline::after {
    width: 0;
    background: #DB252D;
    transition: width 1.8s ease;
}

#main-content .timeline.animate::after {
    width: 82%;
}

#main-content .timeline-item {
    position: relative;
    z-index: 1;
    text-align: center;
}

#main-content .timeline-item>b {
    display: grid;
    width: 76px;
    height: 76px;
    margin: 0 auto 24px;
    place-items: center;
    border: 8px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    background: #DB252D;
    box-shadow: 0 16px 34px rgba(31, 45, 73, 0.18);
    font-family: "Outfit", Arial, sans-serif;
    font-size: 14px;
}

#main-content .timeline-item>div {
    min-height: 215px;
    padding: 28px 17px;
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(31, 45, 73, 0.08);
    align-items: stretch;
    max-height: 380px;
    height: 100%;
}

#main-content .timeline-item>div>i {
    margin-bottom: 15px;
    color: #DB252D;
    font-size: 22px;
}

#main-content .timeline-item p {
    font-size: 16px;

}

#main-content .timeline-item h3 {
    font-size: 17px;
    line-height: 24px;
}

/* Before and after */
#main-content .comparison-section {
    background: #F7FAFC;
}

#main-content .comparison {
    position: relative;
    height: 560px;
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    border: 16px solid #FFFFFF;
    border-radius: 26px;
    background: #FFFFFF;
    box-shadow: 0 24px 64px rgba(31, 45, 73, 0.08);
}

#main-content .comparison img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-content .comparison-after {
    position: absolute;
    inset: 0;
}

#main-content .comparison-before {
    position: absolute;
    inset: 0;
    width: 50%;
    overflow: hidden;
}

#main-content .comparison-before img {
    width: 1050px;
    max-width: none;
}

#main-content .comparison input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
}

#main-content .compare-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #FFFFFF;
    pointer-events: none;
    transform: translateX(-50%);
}

#main-content .compare-handle i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    background: #26345D;
    transform: translate(-50%, -50%);
}

#main-content .compare-label {
    position: absolute;
    top: 25px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #FFFFFF;
    background: #26345D;
    font-size: 13px;
    font-weight: 800;
}

#main-content .before-label {
    left: 25px;
}

#main-content .after-label {
    right: 25px;
}

/* Benefits */
#main-content .benefits-section {
    background: #FFFFFF;
}

#main-content .check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 25px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

#main-content .check-grid li {
    position: relative;
    padding-left: 31px;
    color: #253652;
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
}

#main-content .check-grid li::before {
    position: absolute;
    left: 0;
    top: 2px;
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    color: #FFFFFF;
    background: #26345D;
    font-family: "Font Awesome 6 Free";
    font-size: 9px;
    font-weight: 900;
    content: "\f00c";
    align-items: center;
    justify-content: center;
    line-height: 18px;
}

/* Technology */
#main-content .technology-section {
    color: #FFFFFF;
    background: #26345D;
}

#main-content .technology-section h2,
#main-content .technology-section h2 em {
    color: #FFFFFF;
}

#main-content .technology-section .eyebrow {
    color: #26345D;
    background: #FFFFFF;
}

#main-content .four-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#main-content .image-card {
    overflow: hidden;
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(31, 45, 73, 0.08);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

#main-content .image-card:hover {
    box-shadow: 0 28px 70px rgba(31, 45, 73, 0.12);
    transform: translateY(-8px);
}

#main-content .image-card>img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 320ms ease;
}

#main-content .image-card:hover>img {
    transform: scale(1.05);
}

#main-content .image-card>div {
    padding: 26px;
}

/* FAQ */
#main-content #faq {
    background: #fff;
}

#main-content .faq-layout {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 95px;
    align-items: start;
}

#main-content .faq-intro {
    position: sticky;
    top: 120px;
}

#main-content .accordion {
    border-top: 1px solid rgba(38, 52, 93, 0.12);
}

#main-content .accordion details {
    border-bottom: 1px solid rgba(38, 52, 93, 0.12);
}

#main-content .accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 20px;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

#main-content .accordion summary::-webkit-details-marker {
    display: none;
}

#main-content .accordion summary i {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border: 1px solid rgba(38, 52, 93, 0.12);
    border-radius: 50%;
    color: #26345D;
    background: #FFFFFF;
    font-size: 11px;
    transition: color 240ms ease, background 240ms ease, transform 240ms ease;
}

#main-content .accordion details[open] summary i {
    color: #FFFFFF;
    background: #26345D;
    transform: rotate(45deg);
}

#main-content .accordion details p {
    margin: -2px 50px 23px 0;
}

/* Reveal animation */
#main-content .reveal {
    transition: opacity 800ms ease, transform 800ms ease;
}

#main-content .reveal.visible {
    transform: none;
}

#main-content .reveal label {
    display: block;
}

/* Laptop */
@media (max-width: 1100px) {
    #main-content .hero-grid {
        gap: 45px;
    }

    #main-content .hero-visual>img {
        height: 490px;
    }

    #main-content .six-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #main-content .four-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #main-content .timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #main-content .timeline::before,
    #main-content .timeline::after {
        display: none;
    }
}

/* Tablet */
@media (max-width: 900px) {
    #main-content .section-pad {
        padding: 78px 0;
    }

    #main-content .hero-grid,
    #main-content .two-column,
    #main-content .faq-layout {
        grid-template-columns: 1fr;
    }

    #main-content .hero-copy {
        max-width: 700px;
    }

    #main-content .hero-visual {
        max-width: 760px;
    }

    #main-content .timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #main-content .faq-layout {
        gap: 45px;
    }

    #main-content .faq-intro {
        position: static;
    }
}

/* Mobile */
@media (max-width: 650px) {
    #main-content {
        font-size: 15px;
        line-height: 26px;
    }

    #main-content .service-container {
        width: min(100% - 34px, 560px);
    }

    #main-content .section-pad {
        padding: 64px 0;
    }

    #main-content .section-heading {
        margin-bottom: 36px;
    }

    #main-content h2 {
        font-size: 34px;
    }

    #main-content .section-copy>p,
    #main-content .section-heading>p,
    #main-content .faq-intro>p {
        font-size: 15px;
        line-height: 27px;
    }

    #main-content .service-hero {
        padding: 128px 0 70px;
    }

    #main-content .hero-copy h1 {
        font-size: 43px;
    }

    #main-content .hero-copy>p {
        font-size: 15px;
        line-height: 27px;
    }

    #main-content .hero-grid {
        gap: 48px;
    }

    #main-content .hero-visual {
        padding: 0 0 130px;
    }

    #main-content .hero-visual>img {
        height: 380px;
    }

    #main-content .floating-form {
        right: 15px;
        left: 15px;
        width: auto;
    }

    #main-content .image-frame>img {
        height: 350px;
    }

    #main-content .feature-list,
    #main-content .six-grid,
    #main-content .four-grid,
    #main-content .timeline,
    #main-content .check-grid {
        grid-template-columns: 1fr;
    }

    #main-content .info-card {
        padding: 24px;
    }

    #main-content .timeline-item {
        display: grid;
        grid-template-columns: 65px 1fr;
        align-items: start;
        text-align: left;
    }

    #main-content .timeline-item>b {
        width: 60px;
        height: 60px;
        margin: 0;
        border-width: 6px;
    }

    #main-content .timeline-item>div {
        min-height: 0;
        padding: 22px;
    }

    #main-content .comparison {
        height: 400px;
        border-width: 8px;
    }

    #main-content .comparison-before img {
        width: calc(100vw - 34px);
    }

    #main-content .compare-label {
        top: 16px;
    }

    #main-content .before-label {
        left: 16px;
    }

    #main-content .after-label {
        right: 16px;
    }

    #main-content .image-card>img {
        height: 235px;
    }

    #main-content .accordion summary {
        min-height: 68px;
        font-size: 16px;
    }

    #main-content .accordion details p {
        margin-right: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {

    #main-content *,
    #main-content *::before,
    #main-content *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }

    #main-content .reveal {
        opacity: 1;
        transform: none;
    }
}


/* ========================================
   BEFORE & AFTER
======================================== */

.comparison-section {
    padding: 96px 0;
    background: #F7FAFC;
}

.before-after-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.result-card {
    margin: 0;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(38, 52, 93, 0.10);
    border-radius: 26px;
    background: #FFFFFF;
    box-shadow: 0 24px 64px rgba(31, 45, 73, 0.08);
    transition:
        transform 240ms ease,
        box-shadow 240ms ease;
}

.result-card:hover {
    box-shadow: 0 28px 70px rgba(31, 45, 73, 0.12);
    transform: translateY(-6px);
}

.result-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.result-image img {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
    transition: transform 320ms ease;
}

.result-card:hover .result-image img {
    transform: scale(1.03);
}

.result-image span {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 999px;
    color: #FFFFFF;
    background: #26345D;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.result-card figcaption {
    padding: 17px 6px 2px;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    text-align: center;
}


/* ========================================
   FAQ ACCORDION
======================================== */

#faq {
    padding: 96px 0;
    background: #F7FAFC;
}

.faq-layout {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 95px;
    align-items: start;
}

.faq-intro {
    position: sticky;
    top: 120px;
}

.accordion {
    border-top: 1px solid rgba(38, 52, 93, 0.12);
}

.accordion details {
    border-bottom: 1px solid rgba(38, 52, 93, 0.12);
}

.accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 20px;
    color: #1F2D49;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::marker {
    display: none;
    content: "";
}

.accordion summary i {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border: 1px solid rgba(38, 52, 93, 0.12);
    border-radius: 50%;
    color: #26345D;
    background: #FFFFFF;
    font-size: 11px;
    transition:
        color 240ms ease,
        background 240ms ease,
        transform 240ms ease;
}

.accordion details[open] summary i {
    color: #FFFFFF;
    background: #26345D;
    transform: rotate(45deg);
}

.accordion details p {
    margin: -2px 50px 23px 0;
    color: #5F6E82;
    font-size: 15px;
    line-height: 27px;
}

.appointment-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 99999;
    padding: 20px;
}

.appointment-popup.active {
    opacity: 1;
    visibility: visible;
}

.appointment-popup-content {
    background: #fff;
    width: 100%;
    max-width: 700px;
    border-radius: 15px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    animation: popupScale .3s ease;
}

@keyframes popupScale {
    from {
        transform: scale(.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 40px;
}

.appointment-form-card {
    padding: 40px;
}

body.popup-open {
    overflow: hidden;
}


/* =====================================================
   Why Choose Us - Dental Implant Section
===================================================== */

.implant-why-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.implant-why-section::before,
.implant-why-section::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
    filter: blur(3px);
}

.implant-why-section::before {
    top: 15%;
    left: -140px;
    width: 300px;
    height: 300px;
    background: rgba(11, 48, 94, 0.035);
}

.implant-why-section::after {
    right: -120px;
    bottom: 15%;
    width: 280px;
    height: 280px;
    background: rgba(199, 157, 69, 0.05);
}

/* Heading */

.implant-why-heading {

    margin: 0 38px;
    text-align: center;
}


/* Main layout */

.implant-why-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr) minmax(0, 1fr);
    align-items: center;
    gap: 28px;
}

.implant-feature-column {
    display: grid;
    gap: 18px;
}

/* Feature cards */

.implant-feature-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    align-items: center;
    min-height: 162px;
    padding: 20px 24px 20px 20px;
    border: 1px solid rgba(38, 52, 93, 0.7);
    border-radius: 17px;
    background: rgba(255, 255, 255, 1);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.implant-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(198, 155, 69, 0.3);

}

.implant-feature-icon {
    display: flex;
    width: 94px;
    height: 94px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #26345D;
    color: #ffffff;

}

.implant-feature-icon i {
    font-size: 52px;
}

.implant-feature-content h3 {
    margin: 0;
    color: #082858;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.gold-line {
    display: block;
    width: 48px;
    height: 2px;
    margin: 10px 0 9px;
    background: #c69b45;
}


/* Center implant image */

.implant-center-area {
    position: relative;
    text-align: center;
}

.implant-image-orbit {
    position: relative;
    width: min(100%, 430px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    padding: 25px;
    border: 2px solid #0a3268;
    border-radius: 50%;
}


.implant-image-circle {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: #e8edf3;

}

.implant-image-circle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Promise content */

.implant-promise {
    max-width: 420px;
    margin: 20px auto 0;
}

.implant-promise h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 0 0 8px;
    color: #082858;
    font-size: 20px;
    font-weight: 800;
}

.implant-promise h3 i {
    color: #c69b45;
    font-size: 23px;
}


/* Bottom benefit strip */

.implant-benefit-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 34px;
    padding: 20px 15px;
    overflow: hidden;
    border: 1px solid rgba(8, 40, 88, 0.04);
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(234, 244, 255, 0.94), rgba(248, 251, 255, 0.97));
    box-shadow: 0 12px 35px rgba(8, 40, 88, 0.05);
}

.implant-benefit-item {
    position: relative;
    display: flex;
    min-height: 105px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 6px 20px;
    text-align: center;
}

.implant-benefit-item:not(:last-child)::after {
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    content: "";
    background: rgba(8, 40, 88, 0.35);
}

.implant-benefit-item i {
    margin-bottom: 10px;
    color: #082858;
    font-size: 37px;
}

.implant-benefit-item h4 {
    margin: 0;
    color: #082858;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}


.blog-content h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px;
}

.blog-content h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
    margin: 40px 0 15px;
}


.blog-content h4 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
    margin: 30px 0 15px;
}

.blog-content ul,
.blog-content ol {
    margin: 25px 0 25px 25px;
    padding: 0;
}

.blog-content ul li,
.blog-content ol li {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 10px;
}

.blog-content a {
    color: #fff;
    text-decoration: none;
}

.blog-content a:hover {
    text-decoration: underline;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 25px 0;
    display: block;
}

.blog-content blockquote {
    border-left: 4px solid #0d6efd;
    padding: 15px 20px;
    margin: 25px 0;
    background: #f8f9fa;
    font-style: italic;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.blog-content table th,
.blog-content table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.blog-content table th {
    background: #f5f5f5;
    font-weight: 600;
}

.blog-content strong {
    font-weight: 700;
    color: #222;
}

.blog-content em {
    font-style: italic;
}

.blog-content hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #ddd;
}

@media (max-width: 768px) {
    .blog-content h2 {
        font-size: 28px;
    }

    .blog-content h3 {
        font-size: 22px;
    }

    .blog-content p,
    .blog-content ul li,
    .blog-content ol li {
        font-size: 15px;
        line-height: 1.8;
    }
}


.achievements-section {
    background: #f8fbff;
}

.achievement-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    border: 1px solid #e6edf7;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.achievement-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.achievement-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d3d80;
    color: #fff;
    font-size: 34px;
}

.achievement-card h3 {
    font-size: 42px;
    line-height: 36px;
    font-weight: 800;
    color: #0d2b5c;
    margin-bottom: 15px;
}


.achievement-card h5 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #0d2b5c;
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .implant-why-layout {
        grid-template-columns: 1fr 320px 1fr;
        gap: 18px;
    }

    .implant-feature-card {
        gap: 14px;
        min-height: 150px;
        padding: 18px;
    }

    .implant-feature-icon {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }

    .implant-feature-icon i {
        font-size: 29px;
    }

    .implant-feature-content h3 {
        font-size: 15px;
    }


}

/* Tablet */

@media (max-width: 991px) {
    .implant-why-section {
        padding: 65px 0;
    }

    .implant-why-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .implant-center-area {
        grid-column: 1 / -1;
        grid-row: 1;
        margin-bottom: 10px;
    }

    .implant-feature-card {
        height: 100%;
        grid-template-columns: 70px minmax(0, 1fr);

    }

    .implant-benefit-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 25px;
    }

    .implant-benefit-item:nth-child(3)::after {
        display: none;
    }

}

/* Mobile */

@media (max-width: 767px) {
    .implant-why-section {
        padding: 50px 0;
    }

    .implant-why-heading {
        margin-bottom: 30px;
    }

    .implant-why-heading h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .implant-why-layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .implant-center-area {
        order: 1;
        width: 100%;
    }

    .implant-feature-column:first-child {
        order: 2;
    }

    .implant-feature-column:last-child {
        order: 3;
    }

    .implant-feature-column {
        width: 100%;
    }

    .implant-feature-card {
        min-height: auto;
        padding: 17px;
    }

    .implant-feature-icon {
        width: 66px;
        min-width: 66px;
        height: 66px;
    }

    .implant-feature-icon i {
        font-size: 27px;
    }

    .implant-feature-content h3 {
        font-size: 15px;
    }

    .implant-image-orbit {
        width: min(100%, 350px);
        padding: 18px;
    }

    .implant-promise h3 {
        font-size: 18px;
    }

    .implant-benefit-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .implant-benefit-item {
        min-height: 125px;
    }

    .implant-benefit-item:nth-child(2n)::after {
        display: none;
    }

    .implant-benefit-item:nth-child(n + 3) {
        border-top: 1px solid rgba(8, 40, 88, 0.15);
    }

    .implant-benefit-item:last-child {
        grid-column: 1 / -1;
    }

    .implant-benefit-item:nth-child(3)::after {
        display: block;
    }
}

/* Small Mobile */

@media (max-width: 480px) {
    .implant-why-heading h2 {
        font-size: 28px;
    }

    .implant-feature-card {
        align-items: flex-start;
        gap: 12px;
        padding: 15px;
    }

    .implant-feature-icon {
        width: 56px;
        min-width: 56px;
        height: 56px;
    }

    .implant-feature-icon i {
        font-size: 23px;
    }

    .implant-feature-content h3 {
        font-size: 14px;
    }



    .implant-image-orbit {
        width: min(100%, 290px);
        padding: 14px;
    }

    .implant-image-circle {
        border-width: 6px;
    }

    .implant-benefit-strip {
        grid-template-columns: 1fr;
    }

    .implant-benefit-item {
        min-height: auto;
        padding: 20px 12px;
        border-top: 0 !important;
        border-bottom: 1px solid rgba(8, 40, 88, 0.15);
    }

    .implant-benefit-item:not(:last-child)::after {
        display: none;
    }

    .implant-benefit-item:last-child {
        grid-column: auto;
        border-bottom: 0;
    }

    .implant-benefit-item i {
        font-size: 32px;
    }

    .implant-benefit-item h4 {
        font-size: 14px;
    }
}


/* Desktop Insight Dropdown Fix */
.desktop-nav .nav-item.dropdown {
    position: relative;
}

.desktop-nav .navbar-nav .dropdown-menu {
    position: absolute !important;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}

.desktop-nav .navbar-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(-50%) translateY(0) !important;
}

.desktop-nav .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 14px;
    color: #333;
    font-size: 15px;
    border-radius: 7px;
    white-space: nowrap;
    transition: 0.3s ease;
}

.desktop-nav .dropdown-item:hover,
.desktop-nav .dropdown-item:focus {
    background: #f5f5f5;
    color: #000;
}


/* =========================
   Mobile Insight Dropdown
========================= */
.mobile-menu .mobile-insight-dropdown .dropdown-menu {
    position: static !important;
    transform: none !important;
    inset: auto !important;

    width: 100%;
    min-width: 100%;

    margin: 5px 0 8px;
    padding: 5px 0 5px 15px;


    background: transparent;
    border: 0;
    box-shadow: none;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}

.mobile-menu .mobile-insight-dropdown .dropdown-menu.show {
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}

.mobile-menu .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu .dropdown-toggle::after {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.mobile-menu .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.mobile-insight-dropdown .dropdown-menu {
    padding: 0 !important;
}



.about-blog {
    background: #edf2ff !important;
}

#main-content .timeline.braces_treatment .timeline-item>div {
        max-height: 320px !important;
}

#main-content .timeline.dental_implant .timeline-item>div {
        max-height: 410px !important;
}

#main-content .timeline.jewellery-tooth .timeline-item>div {
        max-height: 300px !important;
}
