/* ========================================
   Dr Supriya Rai Dental Clinic - Dentalia Theme Style
   Colors from original Dentalia WordPress theme
   ======================================== */

/* Dental Icon Fonts */
@font-face {
    font-family: 'dentalicons';
    src: url('../fonts/dental-icons.eot');
    src: url('../fonts/dental-icons.eot#iefix') format('embedded-opentype'),
         url('../fonts/dental-icons.ttf') format('truetype'),
         url('../fonts/dental-icons.woff') format('woff'),
         url('../fonts/dental-icons.svg#dental-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dentalicons2';
    src: url('../fonts/dentalicons2.eot');
    src: url('../fonts/dentalicons2.eot#iefix') format('embedded-opentype'),
         url('../fonts/dentalicons2.ttf') format('truetype'),
         url('../fonts/dentalicons2.woff') format('woff'),
         url('../fonts/dentalicons2.svg#dentalicons2') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ElegantIcons';
    src: url('../fonts/ElegantIcons.eot');
    src: url('../fonts/ElegantIcons.eot#iefix') format('embedded-opentype'),
         url('../fonts/ElegantIcons.woff') format('woff'),
         url('../fonts/ElegantIcons.ttf') format('truetype'),
         url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ei {
    font-family: 'ElegantIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ei:before { content: attr(data-icon); }
.di {
    font-family: 'dentalicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.di2 {
    font-family: 'dentalicons2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Dental Icons 1 glyphs */
.di-healthy-tooth:before { content: "\e80f"; }
.di-dental-care:before { content: "\e816"; }
.di-teeth:before { content: "\e809"; }
.di-braces:before { content: "\e80a"; }
.di-protection:before { content: "\e801"; }
.di-cleaned-tooth:before { content: "\e813"; }
.di-cracked-tooth:before { content: "\e814"; }
.di-dentist:before { content: "\e818"; }
.di-pin-tooth:before { content: "\e808"; }
.di-anesthesia:before { content: "\e800"; }
.di-toothbrush:before { content: "\e802"; }
.di-x-ray:before { content: "\e804"; }
.di-caries-defense:before { content: "\e80c"; }
.di-tooth-seal:before { content: "\e803"; }
/* Dental Icons 2 glyphs */
.di2-1:before { content: "\e923"; }
.di2-2:before { content: "\e922"; }
.di2-3:before { content: "\e921"; }
.di2-4:before { content: "\e920"; }
.di2-5:before { content: "\e91f"; }
.di2-6:before { content: "\e91e"; }
.di2-7:before { content: "\e91d"; }
.di2-8:before { content: "\e91c"; }
.di2-9:before { content: "\e91b"; }
.di2-10:before { content: "\e91a"; }
.di2-11:before { content: "\e919"; }
.di2-12:before { content: "\e918"; }
.di2-13:before { content: "\e917"; }
.di2-14:before { content: "\e916"; }
.di2-15:before { content: "\e915"; }
.di2-16:before { content: "\e914"; }
.di2-17:before { content: "\e913"; }
.di2-18:before { content: "\e912"; }
.di2-19:before { content: "\e911"; }
.di2-20:before { content: "\e910"; }

:root {
    --color-1: #f34978;
    --color-2: #122ab5;
    --color-3: #2b354b;
    --color-sbg: #fff;
    --color-sbg-alt: #f4f8fa;
    --color-p-dark: #0a0a0a;
    --color-h-dark: #1e1e1e;
    --color-p-light: #fff;
    --color-h-light: #fff;
    --font-primary: 'Open Sans', sans-serif;
    --font-heading: 'Montserrat', sans-serif;
    --shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-primary);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--color-p-dark);
    overflow-x: hidden;
    background: var(--color-sbg);
}

a { text-decoration: none; color: #1e73be; transition: var(--transition); }
a:hover { color: var(--color-1); }
img { max-width: 100%; height: auto; }
ul { list-style: none; padding: 0; margin: 0; }
p { margin: 0 0 12px; font-size: 14px; line-height: 24px; color: #4a4a4a; text-align: justify; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--color-h-dark);
    font-weight: 400;
    margin: 0 0 12px;
}
h1 { font-size: 32px; line-height: 32px; }
h2 { font-size: 20px; line-height: 36px; }
h3 { font-size: 22px; line-height: 36px; }
h4 { font-size: 20px; line-height: 24px; }
h5, .h5 { font-size: 20px; line-height: 24px; }

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ========================================
   NAVIGATION - Dentalia Style
   ======================================== */
.btn-practo {
    background: var(--color-1);
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 2px;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-practo:hover { background: #ff5887; color: #fff !important; }

.main-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 90px;
}
.logo { display: flex; align-items: center; }
.logo-img {
    height: 70px;
    width: auto;
}
.nav-menu { display: flex; align-items: center; gap: 0; }
.nav-item a {
    color: var(--color-3);
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 13px;
    padding: 5px 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    transition: var(--transition);
}
.nav-item a:hover { color: var(--color-1); }
.nav-item.active > a { color: #fff; background: var(--color-1); }
.nav-search {
    margin-left: 5px;
}
.search-toggle {
    background: none;
    border: none;
    color: var(--color-3);
    font-size: 14px;
    cursor: pointer;
    padding: 34px 12px;
    transition: var(--transition);
}
.search-toggle:hover { color: var(--color-1); }
.nav-practo { margin-left: 5px; }

/* Dropdown Menu */
.has-dropdown { position: relative; }
.has-dropdown > a { position: relative; }
.dropdown-toggle { display: none; }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color-3);
    min-width: 260px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
}
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 30px;
    width: 0; height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--color-3);
}
.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-menu li { border-bottom: 1px solid rgba(255,255,255,0.1); }
.dropdown-menu li:last-child { border-bottom: none; }
.dropdown-menu li a {
    display: block;
    padding: 12px 20px !important;
    color: rgba(255,255,255,0.8) !important;
    background: transparent !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
    transition: var(--transition);
}
.dropdown-menu li a:hover { color: var(--color-1) !important; background: rgba(255,255,255,0.01) !important; }
.dropdown-menu li:first-child a { color: var(--color-1) !important; }
.dropdown-menu li a i { margin-right: 8px; font-size: 10px; }

/* Hide mobile info on desktop */
.nav-mobile-info { display: none; }
.nav-mobile-header { display: none; }

/* Mobile Toggle */
.mobile-toggle {
    display: none;
    background: var(--color-1);
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.hamburger {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: var(--transition);
}
.hamburger::before, .hamburger::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: var(--transition);
    left: 0;
}
.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }

/* Hamburger to X */
.mobile-toggle.active .hamburger { background: transparent; }
.mobile-toggle.active .hamburger::before { top: 0; transform: rotate(45deg); }
.mobile-toggle.active .hamburger::after { top: 0; transform: rotate(-45deg); }

/* ========================================
   HEADER INFO BAR
   ======================================== */
.header-info-bar {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
}
.header-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.header-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
}
.info-icon {
    width: 44px;
    height: 44px;
    border-radius: 0%;
    background: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.info-icon i {
    color: #fff;
    font-size: 18px;
}
.info-icon .ei {
    color: #fff;
    font-size: 20px;
}
.info-text h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-h-dark);
    margin-bottom: 2px;
    line-height: 1.3;
}
.info-text span {
    font-size: 14px;
    color: #666;
    line-height: 1.3;
}

/* ========================================
   HERO SLIDER - Full Width Image Slider
   ======================================== */
.hero-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.hero-slider {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 35.4%; /* 680/1920 aspect ratio */
}

.hero-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.hero-slide.active { opacity: 1; }
.hero-slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; height: 40px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.hero-nav:hover { background: rgba(0,0,0,0.6); }
.hero-nav.prev { left: 20px; }
.hero-nav.next { right: 20px; }

.hero-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: 2px solid rgba(255,255,255,0.8);
    cursor: pointer;
    transition: var(--transition);
}
.hero-dot.active {
    background: var(--color-1);
    border-color: var(--color-1);
}

/* ========================================
   SERVICE ICONS SECTION
   ======================================== */
.service-icons-section {
    padding: 50px 0;
    background: var(--color-sbg);
}
.service-icons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.service-icon-item {
    text-align: center;
    padding: 20px 15px;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    height: 60px;
    color: #f34978;
}
.icon-circle .di2 {
    font-family: 'dentalicons2' !important;
    font-size: 60px;
    line-height: 60px;
    color: #f34978;
    speak: none;
    font-style: normal;
    font-weight: normal;
}
.icon-circle .di2:before { content: attr(data-icon); }
.service-icon-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--color-h-dark);
    font-weight: 400;
}
.service-icon-item h4 a { color: var(--color-h-dark); }
.service-icon-item h4 a:hover { color: var(--color-1); }
.service-icon-item p { font-size: 14px; color: #4a4a4a; text-align: justify; }

/* ========================================
   ABOUT SECTION (Dark-to-Pink Gradient with Side-by-Side Layout)
   ======================================== */
.about-sidebyside-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.about-sidebyside-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.about-sidebyside-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #f34978;
    opacity: 0.8;
}
.about-sidebyside-section .container {
    position: relative;
    z-index: 2;
}
.about-sidebyside-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* Accordion (Left Column) */
.about-accordion-col {
    color: #fff;
}
.accordion-item {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    cursor: pointer;
    transition: var(--transition);
}
.accordion-header h4 {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.accordion-header i {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    transition: transform 0.3s ease;
}
.accordion-item.active .accordion-header {
    background: var(--color-3);
    padding: 16px 20px;
}
.accordion-item.active .accordion-header h4 {
    color: #fff;
    font-weight: 600;
}
.accordion-item.active .accordion-header i {
    transform: rotate(90deg);
    color: #fff;
}
.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 20px;
}
.accordion-item.active .accordion-body {
    max-height: 500px;
    padding: 20px 20px 25px;
}
.accordion-body p {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 10px;
}
.accordion-body a { color: #fff; text-decoration: underline; }
.accordion-body a:hover { color: var(--color-3); }

/* Right Column: Best Dentist Info */
.about-info-col {
    color: #fff;
}
.about-info-col h1 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.about-info-col h3 {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 20px;
    font-weight: 400;
    font-style: italic;
}
.about-info-col p {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 12px;
}
.btn-white-outline {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    background: #fff;
    color: var(--color-3) !important;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: var(--transition);
}
.btn-white-outline:hover {
    background: var(--color-3);
    color: #fff !important;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 2px;
    font-family: var(--font-heading);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
    border: none;
    cursor: pointer;
    transition: var(--transition);
}
.btn-primary {
    background: var(--color-1);
    color: #fff !important;
    margin-top: 0;
    border: 2px solid var(--color-1);
}
.btn-primary:hover { background: #ff5887; border-color: #ff5887; }

/* ========================================
   SERVICES SECTION - Owl Carousel Style
   ======================================== */
.services-section { padding: 60px 0; background: #fff; }
.section-title {
    font-family: var(--font-heading);
    font-size: 24px;
    text-align: center;
    color: var(--color-1);
    margin-bottom: 12px;
    font-weight: 500;
}
.section-title strong { font-weight: 400; }
.section-subtitle { text-align: center; color: #4a4a4a; max-width: 800px; margin: 0 auto 40px; font-size: 14px; }
.section-subtitle strong { font-weight: 600; }

.services-carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.carousel-arrow {
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #ccc;
    font-size: 24px;
    cursor: pointer;
    flex-shrink: 0;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.carousel-arrow:hover { color: var(--color-1); }

.services-carousel {
    flex: 1;
    overflow: hidden;
}
.services-carousel-inner {
    display: flex;
    gap: 25px;
    transition: transform 0.5s ease;
    align-items: stretch;
}
.service-card {
    width: calc((100% - 50px) / 3);
    min-width: calc((100% - 50px) / 3);
    max-width: calc((100% - 50px) / 3);
    background: #fff;
    overflow: visible;
    transition: box-shadow 0.3s ease;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.service-image {
    position: relative;
    overflow: visible;
    background: #f0f0f0;
    border-radius: 4px;
}
.service-image a { display: block; overflow: hidden; border-radius: 6px; }
.service-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.service-card:hover .service-image img { transform: scale(1.05); }

.service-icon-badge {
    position: absolute;
    bottom: -16px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    background: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}
.service-icon-badge .di2 {
    font-family: 'dentalicons2' !important;
    font-size: 27px;
    line-height: 48px;
    color: #fff;
}
.service-icon-badge .di2:before { content: attr(data-icon); }

.service-info {
    padding: 28px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.service-info h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    min-height: 24px;
}
.service-info h4 a { color: var(--color-h-dark); }
.service-info h4 a:hover { color: var(--color-1); }
.service-info p {
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
    min-height: calc(14px * 1.7 * 3);
}

.read-more-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid var(--color-1);
    color: var(--color-1) !important;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    margin-top: auto;
    align-self: flex-start;
}
.read-more-btn:hover {
    background: var(--color-1);
    color: #fff !important;
}

.read-more {
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 600;
    color: var(--color-1) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.read-more:hover { color: #ff5887 !important; }
.slider-nav { text-align: center; }
.slider-nav button {
    width: 40px; height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--color-3);
    color: #fff;
    cursor: pointer;
    margin: 0 3px;
    font-size: 14px;
    transition: var(--transition);
}
.slider-nav button:hover { background: var(--color-1); }

/* ========================================
   TESTIMONIALS
   ======================================== */
.testimonials-section { padding: 60px 0; background: var(--color-sbg-alt); }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 auto;
}
.testimonial-item { border-radius: 4px; overflow: hidden; }
.video-thumbnail { position: relative; padding-top: 56.25%; background: #000; }
.video-thumbnail a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.video-thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.play-btn {
    position: absolute;
    width: 60px; height: 60px;
    border-radius: 50%;
    background: rgba(243, 73, 120, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.play-btn i { color: #fff; font-size: 20px; margin-left: 3px; }
.video-thumbnail:hover .play-btn { transform: scale(1.1); background: var(--color-1); }

/* ========================================
   GALLERY
   ======================================== */
.gallery-section { padding: 60px 0; background: var(--color-sbg); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gallery-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
    background: #e5e5e5;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.gallery-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(243, 73, 120, 0.7);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: var(--transition);
}
.gallery-overlay i { color: #fff; font-size: 30px; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover img { transform: scale(1.05); }

/* ========================================
   BLOG SECTION - Carousel Style
   ======================================== */
.blog-section { padding: 60px 0; background: #f8f8f8; }

.blog-carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-carousel {
    flex: 1;
    overflow: hidden;
}
.blog-carousel-inner {
    display: flex;
    gap: 25px;
    transition: transform 0.5s ease;
    align-items: stretch;
}
.blog-card {
    width: calc((100% - 50px) / 3);
    min-width: calc((100% - 50px) / 3);
    max-width: calc((100% - 50px) / 3);
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    transition: box-shadow 0.3s ease;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.blog-card:hover { box-shadow: 0 6px 12px rgba(0,0,0,0.08); }
.blog-image { position: relative; overflow: hidden; background: #e5e5e5; }
.blog-image a { display: block; }
.blog-image img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform 0.4s ease; }
.blog-card:hover .blog-image img { transform: scale(1.05); }
.blog-date {
    position: absolute;
    top: 15px; left: 15px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    text-align: center;
    line-height: 1.2;
}
.blog-date .day { display: block; font-size: 18px; font-weight: 700; color: var(--color-h-dark); }
.blog-date .month { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; background: var(--color-1); color: #fff; padding: 2px 6px; margin-top: 2px; }
.blog-info { padding: 15px 25px; flex: 1; display: flex; flex-direction: column; }
.blog-categories { margin-bottom: 8px; }
.blog-categories span {
    font-family: var(--font-heading);
    font-size: 10px;
    text-transform: uppercase;
    color: var(--color-1);
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.7;
}
.blog-info h5 { font-size: 17px; margin-bottom: 8px; line-height: 1.4; font-weight: 500; }
.blog-info h5 a { color: var(--color-h-dark); }
.blog-info h5 a:hover { color: var(--color-1); }
.blog-info p {
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
}
.blog-info .read-more-btn { margin-top: 10px; }

/* ========================================
   CONTACT SECTION
   ======================================== */
.contact-section {
    position: relative;
    padding: 120px 0;
    background-color: #f8f8f8;
    background-image: url('../../uploads/2016/09/dentalia-demo-bg-lights.jpg');
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.contact-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(-45deg, #f34978, #122ab5);
    opacity: 0.8;
}
.contact-section .container { position: relative; z-index: 2; }
.contact-wrapper { max-width: 700px; margin: 0 auto; }
.contact-info {
    text-align: center;
    margin-bottom: 40px;
}
.contact-info h2 { font-size: 24px; color: #fff; margin-bottom: 12px; font-weight: 400; }
.contact-info p { color: rgba(255,255,255,0.9); margin-bottom: 20px; text-align: center; font-size: 18px; }
.btn-call {
    display: inline-block;
    background: transparent;
    color: #fff !important;
    padding: 12px 25px;
    border: 2px solid #fff;
    border-radius: 2px;
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-call:hover { background: #fff; color: var(--color-1) !important; }
.btn-call i { margin-right: 8px; }
.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
}
.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}
.contact-form .form-group { margin-bottom: 15px; }
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 0 20px;
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-family: var(--font-primary);
    font-size: 15px;
    color: var(--color-h-dark);
    transition: var(--transition);
}
.contact-form textarea { height: 150px; padding-top: 12px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus {
    outline: none;
    border-color: var(--color-1);
}

/* ========================================
   FOOTER - Dentalia Dark Style
   ======================================== */
.site-footer {
    background: var(--color-3);
    color: rgba(255,255,255,0.8);
    padding-top: 60px;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.5fr 1fr; gap: 50px; padding-bottom: 40px; }
.footer-col h2 { color: #fff; font-size: 18px; margin-bottom: 20px; position: relative; padding-bottom: 15px; }
.footer-col h2::after {
    content: '';
    width: 30px; height: 2px;
    background: var(--color-1);
    position: absolute;
    bottom: 0; left: 0;
}
.footer-col p { font-size: 13px; line-height: 24px; color: rgba(255,255,255,0.7); text-align: justify; }
.footer-social { margin-top: 20px; }
.footer-social a {
    display: inline-flex; width: 38px; height: 38px;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
    align-items: center; justify-content: center;
    color: #fff !important; margin-right: 8px;
    font-size: 16px;
}
.footer-social a:hover { background: var(--color-1); }
.footer-links li { margin-bottom: 5px; }
.footer-links a {
    color: rgba(255,255,255,0.7) !important;
    font-family: var(--font-heading);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-links a:hover { color: var(--color-1) !important; }
.hours-table { width: 100%; font-size: 13px; }
.hours-table tr { border-bottom: 1px solid rgba(255,255,255,0.1); }
.hours-table td { padding: 5px 0; color: rgba(255,255,255,0.7); white-space: nowrap; }
.hours-table td:first-child { font-weight: 600; color: #fff; padding-right: 15px; }
.hours-table tr.highlight td { color: var(--color-1); }
.hours-table tr.highlight td:first-child { color: var(--color-1); }

.footer-map-embed { border-radius: 4px; overflow: hidden; }

.footer-bottom {
    background: rgba(0,0,0,0.2);
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    color: rgba(255,255,255,0.6);
}
.footer-bottom p { color: #fff; text-align: center; margin: 0; }

/* ========================================
   BACK TO TOP
   ======================================== */
.back-to-top {
    position: fixed; bottom: 0; right: 0;
    width: 60px; height: 60px;
    background: var(--color-1);
    color: #fff; border: none;
    cursor: pointer; display: none;
    align-items: center; justify-content: center;
    font-size: 24px; z-index: 999;
}
.back-to-top.visible { display: flex; }
.back-to-top:hover { background: #ff5887; }

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 992px) {
    .service-icons-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .header-info-grid { grid-template-columns: repeat(2, 1fr); }
    .about-sidebyside-grid { grid-template-columns: 1fr; gap: 30px; }
    .service-card { min-width: calc(50% - 13px); max-width: calc(50% - 13px); width: calc(50% - 13px); }
}

@media (max-width: 768px) {
    .header-info-bar { display: none; }
    .mobile-toggle { display: flex; }
    .nav-menu {
        position: fixed; top: 0; left: -100%;
        width: 100%; height: 100vh;
        background: #fff; flex-direction: column;
        padding: 20px 30px; gap: 0; transition: var(--transition);
        overflow-y: auto; z-index: 999;
        align-items: center;
    }
    .nav-menu.active { left: 0; }
    
    /* Mobile header inside menu */
    .nav-mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .nav-mobile-header .mobile-logo img { height: 50px; width: auto; }
    .mobile-close {
        width: 44px; height: 44px;
        border-radius: 50%;
        background: var(--color-1);
        border: none;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .nav-item { width: 100%; text-align: left; }
    .has-dropdown { position: relative; }
    .has-dropdown > a { display: inline-block !important; border-bottom: none !important; }
    .dropdown-toggle { 
        display: inline-block; 
        position: absolute; 
        right: 0; top: 10px;
        padding: 5px 10px;
        color: var(--color-h-dark);
        cursor: pointer;
        border: none;
        background: none;
    }
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: #f5f5f5;
        min-width: 100%;
        display: none;
        padding: 5px 0;
    }
    .dropdown-menu::before { display: none; }
    .has-dropdown.open .dropdown-menu { display: block; }
    .dropdown-menu li { border-bottom: 1px solid #eee; }
    .dropdown-menu li a { color: var(--color-h-dark) !important; padding: 10px 15px !important; font-size: 12px !important; }
    .dropdown-menu li a:hover { color: var(--color-1) !important; }
    .dropdown-menu li:first-child a { color: var(--color-1) !important; }
    .nav-item a { color: var(--color-h-dark); padding: 14px 0; border-bottom: 1px solid #eee; display: block; font-size: 13px; }
    .nav-item a:hover { color: var(--color-1); background: none; }
    .nav-item.active a { background: none; color: var(--color-1); }
    .nav-search { border-bottom: 1px solid #eee; padding: 10px 0; width: 100%; text-align: left; }
    .nav-search .search-toggle { padding: 10px 0; color: var(--color-h-dark); font-size: 16px; }
    .nav-practo { margin-left: 0; margin-top: 15px; width: 100%; text-align: center; }
    .nav-practo .btn-practo { display: block; text-align: center; padding: 14px 40px; border-radius: 30px; font-size: 13px; }
    
    /* Mobile info items */
    .nav-mobile-info { display: block; margin-top: 25px; padding-top: 20px; border-top: 1px solid #eee; width: 100%; }
    .mobile-info-items { display: flex; flex-direction: column; gap: 18px; }
    .mobile-info-item {
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .mobile-info-item .info-icon {
        width: 44px; height: 44px;
        border-radius: 50%;
        background: var(--color-1);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .mobile-info-item .info-icon .ei { color: #fff; font-size: 20px; }
    .mobile-info-item .info-text h4 { font-size: 15px; font-weight: 600; color: var(--color-h-dark); margin-bottom: 2px; }
    .mobile-info-item .info-text span { font-size: 13px; color: #666; }
    
    .service-icons-grid { grid-template-columns: 1fr; }
    .hero-pagination { display: none; }
    .hero-slider { padding-bottom: 0; height: auto; }
    .hero-slide { position: relative; }
    .hero-slide:not(.active) { position: absolute; }
    .hero-slide-img { height: auto; width: 100%; }
    .blog-slider { grid-template-columns: 1fr; }
    .blog-card { min-width: 100%; max-width: 100%; width: 100%; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .about-tabs { flex-direction: column; }
    .section-title { font-size: 18px; }
    .service-card { min-width: 100%; max-width: 100%; width: 100%; }
    .contact-section { padding: 60px 0; }
    .contact-form .form-row { grid-template-columns: 1fr; }
    .about-sidebyside-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: 1fr; }
    .hero-pagination { display: none; }
    .hero-slider { padding-bottom: 0; height: auto; }
    .hero-slide { position: relative; }
    .hero-slide:not(.active) { position: absolute; }
    .hero-slide-img { height: auto; width: 100%; object-fit: contain; }
}

/* ========================================
   PAGE STYLES (Inner pages)
   ======================================== */
.primary-color { color: var(--color-1); }
.text-center { text-align: center; }

/* About Page - Intro Section */
.about-intro-section { padding: 60px 0; }
.about-intro-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; }
.about-intro-text h1 { font-size: 28px; margin-bottom: 5px; }
.about-intro-text h3 { font-size: 18px; margin-bottom: 20px; font-weight: 400; }
.about-intro-text p { margin-bottom: 15px; }
.about-intro-text ol { padding-left: 20px; margin-bottom: 15px; }
.about-intro-text ol li { margin-bottom: 8px; font-size: 14px; color: #4a4a4a; }
.about-intro-image { text-align: center; }
.about-intro-image img { max-width: 100%; border-radius: 4px; margin-bottom: 20px; }
.about-intro-image h2 { font-size: 20px; }

/* About Page - Award Section */
.about-award-section { padding: 40px 0 60px; }
.about-award-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.about-award-text h3 { font-size: 18px; font-weight: 400; color: var(--color-h-dark); margin-bottom: 15px; }
.about-award-text .lead { font-size: 15px; line-height: 1.8; }
.about-award-image img { width: 100%; border-radius: 4px; }

/* About Page - Features Section */
.about-features-section { padding: 60px 0; background: #f8f8f8; }
.about-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.feature-list { list-style: none; padding: 0; }
.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-h-dark);
}
.feature-icon {
    color: var(--color-1);
    font-size: 22px;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
}
.feature-icon:before { content: attr(data-icon); }
.feature-icon-fa {
    color: var(--color-1);
    font-size: 20px;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
}

/* About Page - Videos Section */
.about-videos-section { padding: 60px 0; }
.about-videos-section h3 { margin-bottom: 30px; font-size: 22px; }
.about-videos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.video-item video { width: 100%; border-radius: 4px; background: #000; }

@media (max-width: 992px) {
    .about-intro-grid { grid-template-columns: 1fr; }
    .about-award-grid { grid-template-columns: 1fr; }
    .about-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .about-features-grid { grid-template-columns: 1fr; }
    .about-videos-grid { grid-template-columns: 1fr; }
}

/* Service Detail Page */
.service-heading {
    background-image: url('../../uploads/2016/09/dentalia-demo-bg-lights.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
}
.service-heading::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(-45deg, #f34978, #122ab5);
    opacity: 0.8;
}
.service-heading .container { position: relative; z-index: 2; }

.service-detail-section { padding: 60px 0; }
.service-detail-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: start; }
.service-detail-content h6 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
.service-detail-content h2 { font-size: 20px; margin-bottom: 10px; }
.service-detail-content h3 { font-size: 18px; margin-top: 20px; margin-bottom: 10px; }
.service-detail-content ul, .service-detail-content ol { padding-left: 20px; margin-bottom: 15px; }
.service-detail-content li { margin-bottom: 8px; font-size: 14px; color: #4a4a4a; line-height: 1.7; }

.service-detail-sidebar h6 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin: 25px 0 15px; }
.service-detail-img { width: 100%; border-radius: 4px; margin-bottom: 25px; }

/* Service FAQ Accordion */
.service-faq .accordion-item { border: 1px solid #f2f2f2; margin-bottom: -1px; }
.service-faq .accordion-header { padding: 12px 15px; cursor: pointer; }
.service-faq .accordion-header h4 { font-size: 14px; color: var(--color-h-dark); margin: 0; font-weight: 400; }
.service-faq .accordion-header i { font-size: 10px; color: #999; }
.service-faq .accordion-item.active .accordion-header { background: transparent; }
.service-faq .accordion-item.active .accordion-header h4 { color: var(--color-1); }
.service-faq .accordion-body { padding: 0 15px; }
.service-faq .accordion-item.active .accordion-body { padding: 5px 15px 15px; }
.service-faq .accordion-body p { font-size: 14px; color: #666; }

/* Treatments Sidebar */
.treatments-sidebar { margin-top: 25px; }
.treatments-sidebar h5 { font-size: 16px; font-weight: 600; margin-bottom: 0; padding: 12px 15px; background: var(--color-3); color: #fff; }
.treatments-sidebar ul { list-style: none; padding: 0; background: var(--color-3); }
.treatments-sidebar li { border-bottom: 1px solid rgba(255,255,255,0.1); }
.treatments-sidebar li a { display: block; padding: 10px 15px; color: rgba(255,255,255,0.7) !important; font-size: 13px; }
.treatments-sidebar li a:hover { color: var(--color-1) !important; background: rgba(255,255,255,0.05); }

/* Service Consult Form */
.service-consult-section { padding: 60px 0; background: #f8f8f8; }
.service-consult-section h6 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.service-consult-section h4 { font-size: 16px; max-width: 600px; margin: 0 auto 30px; font-weight: 400; }
.service-consult-form { max-width: 700px; margin: 0 auto; }
.service-consult-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 15px; }
.service-consult-form .form-group { margin-bottom: 15px; }
.service-consult-form input,
.service-consult-form select,
.service-consult-form textarea {
    width: 100%; padding: 0 20px; height: 48px;
    border: 1px solid #e5e5e5; border-radius: 2px;
    font-family: var(--font-primary); font-size: 15px;
    color: var(--color-h-dark); background: #fff;
}
.service-consult-form textarea { height: 120px; padding-top: 12px; resize: vertical; }
.service-consult-form input:focus,
.service-consult-form select:focus,
.service-consult-form textarea:focus { outline: none; border-color: var(--color-1); }

@media (max-width: 992px) {
    .service-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .service-consult-form .form-row { grid-template-columns: 1fr; }
}

/* Page Heading Bar */
.page-heading-bar {
    background: var(--color-1);
    padding: 25px 0;
}
.page-heading-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-heading-bar h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.breadcrumbs {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}
.breadcrumbs a { color: #fff !important; }
.breadcrumbs span { margin: 0 5px; }

/* Contact Page */
.contact-hero-section {
    position: relative;
    padding: 80px 0;
    background-image: url('../../uploads/2019/04/contactus.jpg');
    background-position: center center;
    background-size: cover;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-hero-section .container {
    position: relative;
    z-index: 2;
    background: rgba(43, 53, 75, 0.8);
    max-width: 650px;
    padding: 40px 50px;
}
.contact-hero-section h1 { color: #fff; font-size: 28px; margin-bottom: 15px;  }
.contact-hero-section .lead { color: rgba(255,255,255,0.9); font-size: 15px; text-align: center; margin: 0; }
.contact-hero-section .lead strong { color: #fff; }

.contact-map-section { padding: 60px 0; }
.contact-map-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center; }
.contact-map iframe { width: 100%; border-radius: 4px; }
.contact-info-list { display: flex; flex-direction: column; gap: 25px; }
.contact-info-item { display: flex; gap: 15px; align-items: flex-start; }
.contact-info-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #f34978;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-info-icon i { color: #fff; font-size: 18px; }
.contact-info-text h4 { font-size: 18px; font-weight: 500; margin-bottom: 4px; text-transform: uppercase; }
.contact-info-text span { font-size: 16px; font-weight: 300 ; color: #666; line-height: 1.6; }

.contact-form-section {
    position: relative;
    padding: 120px 0 108px;
    background-color: #f8f8f8;
    background-image: url('../../uploads/2016/09/dentalia-demo-bg-lights.jpg');
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.contact-form-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(-45deg, #f34978, #122ab5);
    opacity: 0.8;
}
.contact-form-wrapper { max-width: 750px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.contact-form-wrapper h2 { color: #fff; font-size: 24px; margin-bottom: 10px; }
.contact-form-wrapper .lead { color: rgba(255,255,255,0.8); margin-bottom: 30px; font-size: 16px; text-align: center; }
.contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.contact-form-card .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 15px; }
.contact-form-card .form-group { margin-bottom: 15px; }
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
    width: 100%;
    padding: 0 20px;
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-family: var(--font-primary);
    font-size: 15px;
    color: var(--color-h-dark);
    transition: var(--transition);
    background: #fff;
}
.contact-form-card textarea { height: 120px; padding-top: 12px; resize: vertical; }
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus { outline: none; border-color: var(--color-1); }
.btn-lg { padding: 14px 40px; font-size: 14px; }

@media (max-width: 768px) {
    .contact-map-grid { grid-template-columns: 1fr; }
    .contact-form-card .form-row { grid-template-columns: 1fr; }
}

/* 404 Error Page */
.error-404-section { padding: 80px 0; text-align: center; }
.error-404-content { max-width: 600px; margin: 0 auto; }
.error-icon { margin-bottom: 20px; }
.error-icon .di2 { font-family: 'dentalicons2' !important; font-size: 80px; color: var(--color-1); }
.error-icon .di2:before { content: attr(data-icon); }
.error-404-content h1 { font-size: 100px; color: var(--color-1); margin-bottom: 0; line-height: 1; }
.error-404-content h2 { font-size: 28px; margin-bottom: 15px; }
.error-404-content > p { font-size: 16px; color: #666; margin-bottom: 30px; text-align: center; }
.error-links { display: flex; gap: 15px; justify-content: center; align-items: center; margin-bottom: 40px; }
.error-links .btn-call { display: inline-block; padding: 12px 25px; border: 2px solid var(--color-1); color: var(--color-1) !important; font-family: var(--font-heading); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; border-radius: 2px; line-height: 24px; }
.error-links .btn-call:hover { background: var(--color-1); color: #fff !important; }
.error-suggestions { background: #f8f8f8; padding: 30px; border-radius: 4px; }
.error-suggestions h4 { margin-bottom: 15px; }
.error-suggestions ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.error-suggestions li a { display: inline-block; padding: 6px 14px; background: #fff; border: 1px solid #eee; border-radius: 20px; font-size: 13px; color: var(--color-h-dark) !important; }
.error-suggestions li a:hover { border-color: var(--color-1); color: var(--color-1) !important; }

/* Blog Post Single Page */
.blog-post-section { padding: 60px 0; }
.blog-post { max-width: 800px; margin: 0 auto; }
.blog-post-meta { margin-bottom: 20px; font-size: 13px; color: #999; }
.blog-post-meta span { margin-right: 20px; }
.blog-post-meta i { margin-right: 5px; color: var(--color-1); }
.blog-post-featured { margin-bottom: 30px; }
.blog-post-featured img { width: 100%; border-radius: 4px; }
.blog-post-content h2 { font-size: 22px; margin: 25px 0 12px; }
.blog-post-content h3 { font-size: 18px; margin: 20px 0 10px; }
.blog-post-content h4 { font-size: 16px; margin: 18px 0 8px; }
.blog-post-content p { margin-bottom: 15px; line-height: 1.8; }
.blog-post-content ul, .blog-post-content ol { padding-left: 20px; margin-bottom: 15px; }
.blog-post-content li { margin-bottom: 8px; line-height: 1.7; }
.blog-post-content img { max-width: 100%; border-radius: 4px; margin: 15px 0; }
.blog-post-related { margin-top: 40px; padding-top: 30px; border-top: 1px solid #eee; max-width: 800px; margin-left: auto; margin-right: auto; }
.blog-post-related h4 { margin-bottom: 15px; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { display: inline-block; padding: 6px 14px; background: #f8f8f8; border: 1px solid #eee; border-radius: 20px; font-size: 13px; color: #333 !important; }
.related-links a:hover { border-color: #f34978; color: #f34978 !important; }

/* Blog Page */
.blog-page-section { padding: 60px 0; }
.blog-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.blog-page-card { margin-bottom: 20px; }
.blog-page-image { margin-bottom: 15px; border-radius: 4px; overflow: hidden; }
.blog-page-image img { width: 100%; height: 220px; object-fit: cover; display: block; }
.blog-page-meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.blog-page-meta span { margin-right: 8px; }
.blog-page-meta .category { color: #666; }
.blog-page-card h2 { font-size: 18px; font-weight: 400; margin-bottom: 10px; line-height: 1.4; }
.blog-page-card h2 a { color: var(--color-h-dark); }
.blog-page-card h2 a:hover { color: var(--color-1); }
.blog-page-card p { font-size: 14px; color: #4a4a4a; margin-bottom: 15px; }
.blog-page-card footer { margin-top: auto; }

@media (max-width: 992px) {
    .blog-page-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .blog-page-grid { grid-template-columns: 1fr; }
}

/* Services Page */
.services-page-section { padding: 60px 0; }
.services-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.service-page-card { overflow: hidden; }
.service-page-image { border-radius: 4px; overflow: hidden; margin-bottom: 15px; }
.service-page-image a { display: block; }
.service-page-image img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform 0.4s ease; }
.service-page-card:hover .service-page-image img { transform: scale(1.05); }
.service-page-content h4 { font-size: 18px; margin-bottom: 8px; font-weight: 400; }
.service-page-content h4 a { color: var(--color-h-dark); }
.service-page-content h4 a:hover { color: var(--color-1); }
.service-page-content p { font-size: 14px; color: #4a4a4a; margin-bottom: 12px; text-align: justify; }
.btn-sm { padding: 8px 16px; font-size: 11px; }
.btn-flat {
    background: var(--color-1);
    color: #fff !important;
    font-family: var(--font-heading);
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 2px;
    display: inline-block;
    transition: var(--transition);
}
.btn-flat:hover { background: #ff5887; }

@media (max-width: 992px) {
    .services-page-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .services-page-grid { grid-template-columns: 1fr; }
    .page-heading-bar .container { flex-direction: column; gap: 5px; text-align: center; }
}

.page-banner {
    position: relative; padding: 80px 0;
    background-size: cover; background-position: center;
    text-align: center; color: #fff;
}
.page-banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { font-size: 36px; margin-bottom: 8px; color: #fff; }
.page-banner p { font-size: 16px; opacity: 0.9; color: #fff; text-align: center; }
.page-content { padding: 60px 0; }

/* Lightbox */
.lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.lightbox.active { opacity: 1; }
.lightbox-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); cursor: pointer; }
.lightbox-content { position: relative; z-index: 2; max-width: 90%; max-height: 90%; }
.lightbox-content img { max-width: 100%; max-height: 85vh; border-radius: 4px; }
.lightbox-close { position: absolute; top: -40px; right: 0; background: none; border: none; color: #fff; font-size: 30px; cursor: pointer; }

/* Notifications */
.notification { position: fixed; top: 20px; right: 20px; padding: 15px 25px; border-radius: 4px; color: #fff; font-size: 14px; z-index: 10001; transform: translateX(100%); transition: transform 0.3s ease; }
.notification.show { transform: translateX(0); }
.notification-success { background: #8bc34a; }
.notification-error { background: var(--color-1); }
