/* ===== HEADER BASE ===== */
:root {
    --primary-color: #4a7cd2;
}

.main-header {
    background: #ffffff;
    padding: 6px 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 999;
}

html, body {
    overflow-x: clip;
     font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
     font-family: "Urbanist", sans-serif;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ===== LOGO ===== */
.logo img {
    max-height: 80px;
  
}

/* ===== NAVIGATION ===== */
.main-nav .nav-menu {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
    text-align: center;
    padding: 0;
    justify-content: center;
}

.main-nav .nav-menu li {
    position: relative;
}

.main-nav .nav-menu li a {
    text-decoration: none;
    color: #10244b;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s ease;
}

.main-nav .nav-menu li a:hover,
.main-nav .nav-menu li a.active {
    color: #4f7df3;
}

/* ===== DROPDOWN ===== */


.submenu li {
    padding: 8px 20px;
}

.submenu li a {
    font-size: 14px;
    color: #333;
}

.submenu li a:hover {
    color: #4f7df3;
}

/* ===== BUTTON ===== */
.appointment-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.appointment-btn:hover {
    background: #3a63cc;
}

.main-header .header-btn {
    text-align: end;
}

/*Banner*/

.diksha-home-banner{
    background-image:url('../images/bg/banner-bg.webp');
    padding:2rem 0;
    position:relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* teeth pattern background */
.diksha-home-banner::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../images/bg/background-teeth.webp);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    opacity:0.04;
    z-index:0;
}

.quality-content {
    position:relative;
    z-index:2;
}

/* left content */
.quality-content h1{
    font-size:75px;
    font-weight:700;
    color:#1b2a4e;
    line-height:1.2;
    margin-bottom:20px;
}

.quality-content h1 span{
    color:#4f6ddf;
}

.quality-content p{
    font-size:16px;
    color:#6b7280;
    margin-bottom:30px;
    line-height:1.6;
}

/* button */
.banner-btn{
    display:inline-block;
    background:#4f6ddf;
    color:#fff;
    padding:14px 35px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.banner-btn:hover{
    background:#2e4ed1;
}

/* users */
.banner-users{
    display:flex;
    align-items:center;
    margin-top:30px;
    gap:15px;
}

.banner-users img{
    height:45px;
}

.banner-users span{
    font-size:14px;
    color:#6b7280;
}

/* right image */
.banner-img{
    position:relative;
    text-align:right;
}

.banner-img img{
    max-width:100%;
    position:relative;
    z-index:2;
}

.banner-img::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 70%;
    top: 0;
    right: 88px;
    background-image: url(../images/bg/doctor-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
/*remove*/

.home-dental-banner {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    z-index: 1;
}

/* Normal Header */
#myHeader {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
}

/* Sticky Header */
#myHeader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: slidedown 0.6s ease;
}

/* Sticky inner style */
#myHeader.sticky .main-header {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(15px);
    box-shadow: 0 7px 29px rgba(100, 100, 111, 0.2);
}

/* Smooth slide animation */
@keyframes slidedown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}




/* Background image using before */
.home-dental-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg/3.webp") no-repeat center center/cover;
    z-index: -1;
}

/* Content */
.banner-content .sub-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}

.banner-content h1 {
    font-size:130px;
    font-weight: 700;
    line-height: 1.1;
    color: #0d1b2a;
    margin-bottom: 25px;
}

.banner-content h1 span {
    color: var(--primary-color);
}

.banner-content p {
    font-size: 18px;
    color: #6c757d;
    max-width: 500px;
    margin-bottom: 35px;
    line-height: 1.8;
}

/* Button */
.banner-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.banner-btn:hover {
    background: #3a63cc;
}

/* Image */
.banner-image img {
    width: 100%;
    max-width: 450px;
    animation: float 4s ease-in-out infinite;
}

/* Floating animation */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* ===============================
   FOOTER MAIN
=================================*/
.main-footer {
    background: #061b3a;
    padding-top: 3rem;
   
}

.footer-row {
    padding-bottom: 10px;
}

/* ===============================
   ABOUT
=================================*/
.footer-logo {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: lowercase;
}

.footer-about p {
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 25px;
    max-width: 350px;
}

/* Social */
.social-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 18px;
}

.social-links li a {
    color: #b8c5d6;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.social-links li a:hover {
    color: #4a7cd2;
}

/* ===============================
   QUICK LINKS
=================================*/
.quick-link h4,
.footer-address h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
}

.quick-link ul {
    list-style: none;
    padding: 0;
}

.quick-link ul li {
    margin-bottom: 14px;
    color: #b8c5d6;
    font-size: 15px;
}

.quick-link ul li a {
    color: #b8c5d6;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.quick-link ul li a:hover {
    color: #4a7cd2;
    padding-left: 5px;
}

/* ===============================
   CONTACT
=================================*/
.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.7;
}

.contact-list strong {
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

/* ===============================
   FOOTER BOTTOM
=================================*/
.main-detail-footer {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 0;
}

.footer-end-text p {
    margin: 0;
    font-size: 14px;
    color: #9fb0c5;
}

.footer-policy {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.footer-policy a {
    color: #9fb0c5;
    text-decoration: none;
    transition: 0.3s;
}

.footer-policy a:hover {
    color: #4a7cd2;
}

.footer-about img{
    filter: brightness(0) invert(1);
        margin-bottom: 12px;
}

.main-detail-footer .footer-end-text .copr-righ {
   text-decoration: none;
   color:#9fb0c5;
   font-size:14px;
}

.address-det{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.address-det {
    list-style: none;
    padding: 0;
    margin: 0;
}

.address-det li {
    margin-bottom: 18px;
}

/* Common Style */
.head-adres {
    position: relative;
    padding-left: 35px;
    color: #b8c5d6;
    font-size: 15px;
    line-height: 1.7;
}

/* Make links white */
.head-adres a {
    color: #b8c5d6;
    text-decoration: none;
}



/* =====================
   PHONE ICON
===================== */
.head-adres.number::before {
    content: "\f1d0";  /* change based on your flaticon phone code */
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #ffffff;
}

/* =====================
   MAIL ICON
===================== */
.head-adres.mail::before {
    content: "\f1dc";  /* change based on your flaticon mail code */
   font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #ffffff;
}
.footer-about p{
    color:#b8c5d6;
}
/* =====================
   LOCATION ICON
===================== */
.head-adres.addtrss::before {
    content: "\f1e6";  /* change based on your flaticon location code */
   font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #ffffff;
}

.hambuuefer, .close-button {
    display: none;
}


            .dik-error-sec{
                padding: 6rem 0;
                position:relative;
            }
            
     .dik-error-sec .header-btn {
   margin: 35px auto 0;
       max-width: fit-content;
}
.dik-error-sec .section-big-titles{
    font-size:28px;
    font-weight:700;
}
.erorr-img-box img{
    margin:0 0 30px;
}