/* =========================================================
   INNER PAGE (EMERGENCY / SERVICES / BLOG etc.)
=========================================================*/

.inner-page-wrapper{
    background:#fff;
}

/* ---------------- HERO ---------------- */

.inner-hero-banner{
    position:relative;
    padding:30px 0;
    color:#fff;
    background:
        linear-gradient(rgba(1, 34, 65, 0.63),rgba(1, 36, 72, 0.54)),
        url("../images/Background.png") center/cover;
}

.inner-hero-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:url("../images/Background.png");
    opacity:.08;
    pointer-events:none;
}

.inner-hero-banner .container{
    position:relative;
    z-index:2;
}

.banner-title{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.banner-subtitle{
    max-width:900px;
    font-size:15px;
    color:rgba(255,255,255,.95);
    line-height:1.8;
}

/* ---------------- Breadcrumb ---------------- */

.breadcrumb-bar{
    background:var(--brand-navy-dark);
    padding:8px 0;
    /* border-top:4px solid var(--brand-sky-blue); */
}

.breadcrumb-list{
    display:flex;
    align-items:center;
    list-style:none;
    gap:12px;
    margin:0;
    padding:0;
}

.breadcrumb-list li,
.breadcrumb-list a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-list .active{
    color:var(--brand-sky-blue);
    font-weight:400;
}

.separator{
    opacity:.7;
}

/* ---------------- Main Content ---------------- */

#accent-dental-map-section {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;

    /* Bottom shadow */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}
.map-iframe-wrapper { position: absolute; inset: 0; }
.map-iframe-wrapper iframe { width: 100%; height: 100%; border: 0; }

/* Contact Card */
.contact-card {
  position: absolute; top: 20px; left: 20px; width: 300px;
  background: #fff; border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25); overflow: hidden; z-index: 10;
}
.contact-card-header { background: #013264; color: #fff; padding: 10px 14px 8px; }
.contact-card-header h5 { margin: 0; font-size: 15px; font-weight: 700; }
.contact-card-header p  { margin: 2px 0 0; font-size: 11px; opacity: .88; line-height: 1.4; }
.rating-row { display: flex; align-items: center; gap: 6px; margin-top: 5px; }
.stars { color: #FFD700; font-size: 13px; letter-spacing: 1px; }
.rating-count { color: #fff; font-size: 11px; opacity: .85; text-decoration: underline; cursor: pointer; }

.card-actions {
  display: flex; gap: 8px; padding: 8px 14px 6px;
  background: #f5f5f5; border-bottom: 1px solid #e0e0e0;
}
.icon-btn {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: none; text-decoration: none;
  transition: transform .15s, box-shadow .15s, background .2s;
}
.icon-btn:hover { transform: scale(1.13); box-shadow: 0 3px 10px rgba(0,0,0,.2); }
.icon-btn.external { background: #fff; border: 1.5px solid #ddd; }
.icon-btn.external:hover { background: #f0f0f0; }
.icon-btn.maps { background: #4285F4; }
.icon-btn.maps:hover { background: #3367d6; }

.contact-rows { padding: 4px 0 8px; }
.contact-row {
  display: flex; align-items: center; gap: 12px; padding: 9px 14px;
  cursor: pointer; text-decoration: none; color: inherit;
  transition: background .18s;
}
.contact-row:hover { background: #fff5f5; }
.contact-row .c-icon {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform .15s;
}
.contact-row:hover .c-icon { transform: scale(1.1); }
.c-icon.phone { background: #e0f7f4; border: 2px solid #00BFA5; }
.c-icon.email, .c-icon.address { background: #f0f0f0; border: 2px solid #9e9e9e; }
.contact-row span { font-size: 13px; font-weight: 500; color: #8B2500; line-height: 1.4; }
.contact-row span.gray { color: #555; }

.social-row {
  display: flex; gap: 10px; padding: 8px 14px 12px;
  border-top: 1px solid #eee; margin-top: 2px;
}
.social-btn {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: none; text-decoration: none;
  transition: transform .15s, box-shadow .15s, filter .2s;
}
.social-btn:hover { transform: scale(1.15); box-shadow: 0 3px 10px rgba(0,0,0,.2); filter: brightness(1.1); }
.social-btn.fb { background: #1877F2; }
.social-btn.gplus { background: #088a1c; }

/* ================= HOW TO GET US ================= */

.how-to-get-section{
    padding:60px 0;
    background:#fff;
}

.section-title{
    text-align:center;
    font-size:30px;
    font-weight:400;
    letter-spacing:1px;
    color:#4d433b;
    margin-bottom:40px;
    text-transform:uppercase;
}

.transport-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
}

.transport-icon{
    width:60px;
    height:60px;
    border:1px solid #d7d7d7;
    border-radius:70%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.transport-icon i{
    font-size:40px;
    color:#bcc7cf;
}

.transport-content h5{
    font-size:15px;
    font-weight:700;
    color:#4c6c85;
    margin-bottom:5px;
    letter-spacing:.5px;
}

.transport-content p{
    margin:0 0 8px;
    color:#6d8497;
    font-size:15px;
    line-height:1.6;
}

/* Responsive */

@media (max-width:991px){

    .transport-item{
        justify-content:center;
        text-align:left;
    }

    .section-title{
        font-size:34px;
    }
}

@media (max-width:576px){

    .how-to-get-section{
        padding:50px 20px;
    }

    .transport-item{
        gap:18px;
    }

    .transport-icon{
        width:64px;
        height:64px;
    }

    .transport-icon i{
        font-size:28px;
    }

    .section-title{
        font-size:28px;
        margin-bottom:40px;
    }

    .transport-content h5{
        font-size:16px;
    }

    .transport-content p{
        font-size:15px;
    }
}

/* =========================
   ACCENT DENTAL IN NUMBERS
========================= */

.stats-counter-section{
    position:relative;
    background:url("../images/stats-bg.jpg") center/cover fixed no-repeat;
    padding:70px 0;
    overflow:hidden;
}

.stats-overlay{
    position:absolute;
    inset:0;
    background:rgba(30,30,30,.75);
}

.stats-counter-section .container{
    position:relative;
    z-index:2;
}

.stats-heading{
    color:#fff;
    font-size:32px;
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:25px;
}

.stats-heading span{
    font-weight:300;
}

.stats-subheading{
    max-width:850px;
    margin:0 auto 50px;
    color:#ddd;
    font-size:15px;
    line-height:1.8;
    text-align:center;
}

.stats-counter-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.counter-number{
    color:#fff;
    font-size:50px;
    font-weight:700;
}

.counter-divider{
    width:100px;
    height:1px;
    background:rgba(255,255,255,.4);
    margin:15px 0;
}

.counter-label{
    color:#fff;
    font-size:12px;
    font-weight:600;
    letter-spacing:1.5px;
    text-transform:uppercase;
    line-height:1.6;
}

@media (max-width:767px){

    .stats-counter-section{
        background-attachment:scroll;
    }

    .stats-heading{
        font-size:26px;
    }

    .stats-subheading{
        font-size:14px;
        padding:0 15px;
    }

    .counter-number{
        font-size:42px;
    }

}

/* =========================
   CONTACT FORM
========================= */

.contact-form-section{
    background:#eef6fb;
    padding:80px 0;
}

.contact-title{
    text-align:center;
    font-size:52px;
    font-weight:700;
    color:#243547;
    margin-bottom:25px;
}

.contact-desc{
    max-width:900px;
    margin:0 auto 50px;
    text-align:center;
    color:#555;
    line-height:1.8;
}

.contact-desc a{
    color:#3A8AB5;
    font-weight:600;
}

/* Sky Blue Icons */

.input-group-text{
    background:#fff;
    color:#3A8AB5;
    border-right:none;
}

.form-control{
    height:52px;
    border-left:none;
    border-radius:0 6px 6px 0;
    box-shadow:none;
}

.form-control:focus{
    border-color:#3A8AB5;
    box-shadow:none;
}

.message-box{
    height:190px !important;
    resize:none;
}

.send-btn{
    background:#003366;
    color:#fff;
    border:none;
    padding:12px 45px;
    border-radius:30px;
    font-weight:600;
    transition:.3s;
}

.send-btn:hover{
    background:#3A8AB5;
}

.error-border{
    border:1px solid #dc3545 !important;
}