﻿/*
Theme Name: Sharda Multispeciality Hospital
Theme URI: https://shardamultispecialityhospital.com/
Author: Sharda Multispeciality Hospital
Description: A dynamic, accessible Bootstrap WordPress theme for Sharda Multispeciality Hospital in Kudasan, Gandhinagar.
Version: 1.1.1
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: sharda
*/

/* Theme-specific improvements; the original design remains in css/custom.css. */
:root {
  --primary-color: #1e56a0;
  --secondary-color: #f2f6fc;
  --bg-color: #ffffff;
  --text-color: #536174;
  --accent-color: #ef5b61;
  --divider-color: rgba(30, 86, 160, 0.12);
  --dark-divider-color: rgba(255, 255, 255, 0.18);
  --sharda-emergency: #c83f46;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  top: 8px;
  left: 8px;
  padding: 12px;
  background: #fff;
  color: #111;
  z-index: 100000;
}
.sharda-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
}
.sharda-icon--large {
  width: 52px;
  height: 52px;
}
#loading-icon {
  width: 68px;
  height: 68px;
  max-width: none;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 28px rgba(10, 38, 78, 0.28);
}
#loading-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hospital-topbar {
  background: #1e56a0;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
}
.hospital-topbar a {
  color: #fff;
  text-decoration: none;
}
.hospital-topbar__inner {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hospital-topbar__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.hospital-emergency {
  color: #fff;
  background: var(--sharda-emergency);
  padding: 6px 12px;
  border-radius: 40px;
}
.navbar-brand img,
.footer-logo img,
.sharda-brand-logo {
  max-height: 76px;
  width: auto;
}
.main-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
}
.sharda-brand-logo {
  display: block;
  width: 76px;
  height: 76px;
  padding: 2px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(10, 38, 78, 0.2);
}
.sharda-brand-name {
  width: 178px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 2px rgba(10, 38, 78, 0.25);
}
.sharda-brand-logo--footer {
  max-height: 110px;
  width: 110px;
  height: 110px;
}
.site-name-logo {
  color: #1e56a0;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.05;
  max-width: 260px;
}
.hero {
  background-image:
    linear-gradient(90deg, rgba(30, 63, 111, 0.88), rgba(30, 86, 160, 0.2)),
    url("images/sharda-hospital-hero-hq.png");
}
.hero .section-title p {
  max-width: 680px;
}
.page-header {
  background-image:
    linear-gradient(rgba(30, 63, 111, 0.72), rgba(30, 63, 111, 0.72)),
    url("images/sharda-hospital-hero-hq.png");
}
.sharda-card {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 45px rgba(30, 86, 160, 0.08);
}
.sharda-card__body {
  padding: 26px;
}
.sharda-card figure {
  margin: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.sharda-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f6fc;
  margin-bottom: 20px;
}
.service-icon img {
  width: 32px;
  height: 32px;
}
.info-strip {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.info-strip__inner {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 60px rgba(30, 86, 160, 0.13);
  padding: 25px;
}
.info-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  height: 100%;
  padding: 10px;
}
.info-item i {
  color: #ef5b61;
  font-size: 26px;
  margin-top: 4px;
}
.section-pad {
  padding: 90px 0;
}
.section-pad--soft {
  background: #f2f6fc;
}
.content-prose ul {
  padding-left: 20px;
}
.content-prose li {
  margin-bottom: 9px;
}
.form-control,
.form-select {
  min-height: 54px;
}
textarea.form-control {
  min-height: 140px;
}
.form-honeypot {
  position: absolute;
  left: -9999px;
}
.notice {
  padding: 15px 18px;
  border-radius: 8px;
  margin-bottom: 22px;
}
.notice-success {
  background: #e7f7ed;
  color: #145b2e;
}
.notice-error {
  background: #fdeaea;
  color: #8b1e1e;
}
.appointment-note {
  border-left: 4px solid #f0a500;
  padding: 12px 16px;
  background: #fff8e5;
  margin-bottom: 20px;
}
.doctor-meta {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.doctor-meta li {
  margin: 8px 0;
}
.breadcrumb {
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "" !important;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin: 5px 13px 0 8px;
  opacity: 0.8;
}
.page-header-box .breadcrumb-item.active {
  max-width: min(640px, 75vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagination {
  margin-top: 35px;
}
.pagination .page-numbers {
  padding: 9px 13px;
  margin: 2px;
  background: #eef3fb;
  border-radius: 6px;
}
.pagination .current {
  background: #ef5b61;
  color: #fff;
}
.main-footer address {
  color: inherit;
  font-style: normal;
}
.footer-contact-list {
  list-style: none;
  padding: 0;
}
.footer-contact-list li {
  margin-bottom: 11px;
}
.footer-contact-list a {
  color: inherit;
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #ef5b61;
  color: #fff;
  z-index: 99;
  display: none;
}
.back-to-top.is-visible {
  display: block;
}
@media (max-width: 991px) {
  .hospital-topbar__inner {
    justify-content: center;
  }
  .header-btn {
    display: none;
  }
  .section-pad {
    padding: 60px 0;
  }
  .info-strip {
    margin-top: 0;
  }
  .site-name-logo {
    font-size: 17px;
  }
}

/* Version 4 (Royal) WordPress integration. */
header.main-header .header-sticky {
  background: rgba(30, 86, 160, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
header.main-header .header-sticky.active {
  right: 15px;
  left: 15px;
  background: rgba(24, 70, 132, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 0;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}
header.main-header .site-name-logo {
  display: block;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
header.main-header .navbar {
  padding: 18px 24px;
}
header.main-header .main-menu ul li a {
  font-weight: 600;
}
header.main-header .main-menu > .nav-menu-wrapper > ul > li > a {
  position: relative;
}
header.main-header .main-menu > .nav-menu-wrapper > ul > li > a::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 4px;
  left: 10px;
  height: 2px;
  border-radius: 4px;
  background: var(--accent-color);
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
header.main-header .main-menu > .nav-menu-wrapper > ul > li:hover > a::before,
header.main-header
  .main-menu
  > .nav-menu-wrapper
  > ul
  > li.current-menu-item
  > a::before,
header.main-header
  .main-menu
  > .nav-menu-wrapper
  > ul
  > li.current-menu-parent
  > a::before,
header.main-header
  .main-menu
  > .nav-menu-wrapper
  > ul
  > li.current-menu-ancestor
  > a::before {
  opacity: 1;
  transform: scaleX(1);
}
header.main-header .main-menu ul li.current-menu-item > a,
header.main-header .main-menu ul li.current-menu-parent > a,
header.main-header .main-menu ul li.current-menu-ancestor > a {
  color: var(--accent-color);
}
.slicknav_nav li.current-menu-item > a,
.slicknav_nav li.current-menu-parent > a,
.slicknav_nav li.current-menu-ancestor > a {
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0.16);
  font-weight: 700;
}
header.main-header .header-btn .btn-default {
  white-space: nowrap;
}
.admin-bar header.main-header .header-sticky.active {
  top: 32px;
}
.hero-bg-video-royal > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-royal .section-title h1,
.hero-royal .section-title-content p {
  overflow-wrap: anywhere;
}
.hero-list-royal ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}
.hero-list-royal ul li::before {
  display: none !important;
}
.hero-service-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--accent-color);
  fill: rgba(239, 91, 97, 0.08);
}
.footer-logo-royal img {
  max-width: 260px;
  max-height: 72px;
  width: auto;
}
.footer-site-name {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  max-width: 380px;
}
.footer-site-name:hover {
  color: var(--accent-color);
}
.about-footer-content-royal address {
  color: rgba(255, 255, 255, 0.78);
  margin: 18px 0 0;
  max-width: 620px;
}
.footer-links-royal .navbar-nav {
  flex-direction: row;
}
.footer-links-royal ul li a {
  position: relative;
}
.footer-links-royal ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  border-radius: 3px;
  background: var(--accent-color);
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.footer-links-royal ul li:hover > a,
.footer-links-royal ul li.current-menu-item > a,
.footer-links-royal ul li.current-menu-parent > a,
.footer-links-royal ul li.current-menu-ancestor > a {
  color: var(--accent-color);
}
.footer-links-royal ul li:hover > a::after,
.footer-links-royal ul li.current-menu-item > a::after,
.footer-links-royal ul li.current-menu-parent > a::after,
.footer-links-royal ul li.current-menu-ancestor > a::after {
  opacity: 1;
  transform: scaleX(1);
}
.our-team-royal .sharda-card {
  border-radius: 30px;
  box-shadow: none;
}
.our-team-royal .sharda-card figure {
  aspect-ratio: 4/5;
}
.team-item figure {
  aspect-ratio: 4/5;
}
.team-item figure img {
  object-position: top center;
}
.our-team-royal .sharda-card__body {
  text-align: center;
}
.our-team-royal .section-footer-text {
  margin-top: 30px;
}
.our-faq-royal {
  margin: 0 15px;
  padding: 120px 0;
  border-radius: 30px;
}
.faq-accordion-royal .accordion-button::after {
  content: "" !important;
  width: 16px;
  height: 16px;
  background:
    linear-gradient(#fff, #fff) center/100% 2px no-repeat,
    linear-gradient(#fff, #fff) center/2px 100% no-repeat;
  transform: translateY(-50%) rotate(0) !important;
}
.faq-accordion-royal .accordion-button:not(.collapsed)::after {
  background: linear-gradient(#fff, #fff) center/100% 2px no-repeat;
}
.sharda-home-appointment {
  position: relative;
  padding: 120px 0;
  background: #f2f6fc;
  overflow: hidden;
}
.sharda-home-appointment::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -180px;
  top: -220px;
  background: rgba(239, 91, 97, 0.1);
}
.appointment-shell {
  position: relative;
  background: #fff;
  border: 1px solid rgba(30, 86, 160, 0.08);
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 24px 70px rgba(30, 86, 160, 0.1);
  z-index: 1;
}
.sharda-home-appointment .section-title h2 {
  color: var(--primary-color);
}
.sharda-home-appointment .appointment-form {
  background: var(--primary-color);
  padding: 38px;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(30, 86, 160, 0.18);
}
.sharda-home-appointment .appointment-form .form-control,
.sharda-home-appointment .appointment-form .form-select {
  background: #fff;
  color: #34445a;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.sharda-home-appointment .appointment-form label {
  color: #fff;
}
.sharda-home-appointment .appointment-note {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-left-color: var(--accent-color);
}
.appointment-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  background: #eef3fb;
  border-radius: 14px;
  max-width: 300px;
}
.appointment-contact a {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
}
.sharda-home-appointment + .main-footer-royal {
  margin-top: 0;
}
.sharda-review-section {
  padding: 120px 0;
}
.sharda-review-section .testimonial-item-royal {
  background: #f2f6fc;
}
.sharda-review-section .testimonial-item-title-royal h3 {
  color: var(--primary-color);
  font-size: 26px;
}
.sharda-review-section .testimonial-item-content-royal p {
  color: var(--text-color);
}
.sharda-review-section .testimonial-item-rating-royal {
  color: #f6aa1c;
}
.about-fact-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  gap: 12px;
}
.about-fact-list li {
  background: #fff;
  border-radius: 12px;
  padding: 15px 18px;
  border-left: 4px solid var(--accent-color);
}
.about-location-cta {
  position: relative;
  margin: 0;
  padding: 90px 0;
  background: #eef3fb;
  color: var(--primary-color);
  overflow: hidden;
}
.about-location-cta::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  right: -130px;
  top: -170px;
  background: rgba(239, 91, 97, 0.12);
}
.about-location-cta .container {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 45px 55px;
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(30, 86, 160, 0.09);
}
.about-location-cta .section-title {
  margin-bottom: 0;
}
.about-location-cta .section-title h2 {
  color: var(--primary-color);
}
.about-location-cta .section-sub-title {
  color: var(--accent-color);
}
.about-location-cta .section-title p {
  color: #536174;
  max-width: 760px;
}
.about-location-cta .section-title,
.about-location-cta .section-title h2,
.about-location-cta .section-title p {
  text-shadow: none;
}
.about-location-cta .btn-default {
  background: var(--accent-color);
  color: #fff;
}
.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 45px;
}
.contact-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
  padding: 28px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(30, 86, 160, 0.12);
}
.contact-detail-card--emergency {
  background: #8c2929;
}
.contact-detail-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: var(--accent-color);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
}
.contact-detail-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.contact-detail-card > div:last-child {
  min-width: 0;
}
.contact-detail-card span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 6px;
}
.contact-detail-card h3 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.contact-detail-card a,
.contact-detail-card p {
  color: #fff;
}
.contact-detail-card p {
  font-size: 14px;
  margin: 0;
  opacity: 0.82;
}
.contact-email {
  font-size: 17px !important;
}
.contact-location-modern {
  padding: 0 0 110px;
  background: #f2f6fc;
}
.location-address-card,
.contact-map-card {
  height: 100%;
  min-height: 500px;
  border-radius: 24px;
  overflow: hidden;
}
.location-address-card {
  padding: 45px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(30, 86, 160, 0.08);
}
.location-address-card h2 {
  margin: 15px 0 20px;
}
.location-address-card address {
  font-size: 19px;
  line-height: 1.7;
  padding: 20px;
  border-left: 4px solid var(--accent-color);
  background: #f2f6fc;
  border-radius: 0 12px 12px 0;
  overflow-wrap: anywhere;
}
.location-hours {
  margin: 26px 0;
}
.location-hours p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dbe5f2;
}
.location-hours span {
  text-align: right;
}
.contact-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
}
.map-placeholder {
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 45px;
  background: linear-gradient(135deg, #184684, #1e56a0);
  color: #fff;
}
.map-placeholder .sharda-icon {
  color: var(--accent-color);
  margin-bottom: 22px;
}
.map-placeholder h3,
.map-placeholder a {
  color: #fff;
}
.map-placeholder p {
  max-width: 520px;
  overflow-wrap: anywhere;
}
.contact-form-modern {
  background: #fff;
}
.contact-form-card {
  padding: 42px;
  border-radius: 24px;
  background: #f2f6fc;
  border: 1px solid #dbe5f2;
}
.contact-whatsapp {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding: 18px 22px;
  background: #e6f7ed;
  border-radius: 14px;
  max-width: 330px;
}
.contact-whatsapp .sharda-icon {
  width: 34px;
  height: 34px;
  color: #1da851;
}
.contact-whatsapp span,
.contact-whatsapp a {
  display: block;
}
.contact-whatsapp a {
  font-weight: 700;
  color: var(--primary-color);
}
.appointment-page-modern {
  background: #f2f6fc;
}
.appointment-page-shell {
  background: #fff;
  border-radius: 30px;
  padding: 55px;
  box-shadow: 0 24px 70px rgba(30, 86, 160, 0.1);
}
.appointment-side-panel {
  height: 100%;
  padding: 35px;
  background: #eef3fb;
  border-radius: 22px;
}
.appointment-side-panel h2 {
  margin: 16px 0;
}
.appointment-info-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}
.appointment-info-list > div {
  display: flex;
  gap: 13px;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
}
.appointment-info-list i {
  color: var(--accent-color);
  margin-top: 5px;
}
.appointment-hospital-photo {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}
.appointment-hospital-photo img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center 38%;
}

/* Preserve the full supplied team photo instead of cropping people at the edges. */
.about-us-image-royal figure img {
  object-fit: contain;
  background: #eef3fb;
}
.appointment-info-list p,
.appointment-info-list strong,
.appointment-info-list span,
.appointment-info-list a {
  display: block;
  margin: 0;
}
.appointment-emergency-box {
  padding: 20px;
  background: #8c2929;
  color: #fff;
  border-radius: 14px;
}
.appointment-emergency-box p {
  color: #fff;
  margin: 6px 0;
  opacity: 0.86;
}
.appointment-emergency-box a {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.appointment-page-form {
  padding: 38px;
  background: var(--primary-color);
  border-radius: 22px;
  color: #fff;
}
.appointment-page-form .form-heading h2,
.appointment-page-form .form-heading p,
.appointment-page-form label {
  color: #fff;
}
.appointment-page-form .form-heading span {
  color: var(--accent-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.appointment-page-form .form-heading {
  margin-bottom: 25px;
}
.appointment-page-form .form-control,
.appointment-page-form .form-select {
  background: #fff;
  color: #34445a;
  border-color: #fff;
}
.appointment-page-form .appointment-note {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-left-color: var(--accent-color);
}
.service-hero-image {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-hero-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}
.service-lead {
  font-size: 21px;
  line-height: 1.65;
  color: var(--primary-color);
  font-weight: 500;
}
.service-content-panel {
  margin-top: 35px;
  padding: 32px;
  border: 1px solid #dbe5f2;
  border-radius: 20px;
}
.service-content-panel--soft {
  background: #f2f6fc;
  border: 0;
}
.service-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.service-check-grid > div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.service-check-grid span {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
}
.service-check-grid p {
  margin: 2px 0 0;
}
.service-sidebar-card {
  position: sticky;
  top: 115px;
  padding: 34px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 24px;
}
.service-sidebar-card h2,
.service-sidebar-card p,
.service-sidebar-card a {
  color: #fff;
}
.service-sidebar-contact,
.service-sidebar-emergency {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.service-sidebar-contact span,
.service-sidebar-emergency span {
  display: block;
  opacity: 0.72;
}
.service-sidebar-contact a,
.service-sidebar-emergency a {
  font-size: 20px;
  font-weight: 700;
}
.service-sidebar-emergency a {
  color: #ffd4d4;
}
.service-hours-card {
  margin-top: 25px;
  padding: 28px;
  background: #eef3fb;
  border-radius: 20px;
}
.service-hours-card p {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbe5f2;
}
.service-faq .accordion-item {
  border: 1px solid #dbe5f2;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
}
.service-faq .accordion-button {
  font-weight: 700;
  color: var(--primary-color);
  padding: 20px;
}
.error-page-modern {
  background: #f2f6fc;
}
.error-card {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 65px 45px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(30, 86, 160, 0.1);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(30, 86, 160, 0.1);
}
.error-card::before,
.error-card::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(239, 91, 97, 0.08);
}
.error-card::before {
  top: -130px;
  left: -100px;
}
.error-card::after {
  right: -100px;
  bottom: -140px;
}
.error-brand-mark {
  width: 92px;
  height: 92px;
  margin: 0 auto 14px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(30, 86, 160, 0.18);
}
.error-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-code {
  margin: 0 0 12px;
  color: var(--primary-color);
  font-size: clamp(82px, 12vw, 150px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.error-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-outline-brand {
  color: var(--primary-color);
  background: #eef3fb;
}
.our-approach .row.g-4 {
  align-items: stretch;
}
.our-approach .row.g-4 > div {
  display: flex;
}
.our-approach .approach-item {
  position: relative;
  width: 100%;
  min-height: 310px;
  padding: 88px 30px 32px;
  background: #fff;
  border: 1px solid rgba(30, 86, 160, 0.09);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(30, 86, 160, 0.06);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}
.our-approach .approach-item::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 30px;
  width: 46px;
  height: 46px;
  padding: 12px;
  border-radius: 14px;
  background-color: #e6eef9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  transition:
    transform 0.35s ease,
    background-color 0.35s ease;
}
.our-approach .row.g-4 > div:nth-child(1) .approach-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e56a0' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M5 12a7 7 0 0114 0c0 5-3 8-7 8-2 0-3-1-3-3s1-3 3-3h2'/%3E%3Cpath d='M9 11a3 3 0 016 0'/%3E%3C/svg%3E");
}
.our-approach .row.g-4 > div:nth-child(2) .approach-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e56a0' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M12 3a7 7 0 00-4 12v3h8v-3a7 7 0 00-4-12zM9 21h6M9 14h6'/%3E%3C/svg%3E");
}
.our-approach .row.g-4 > div:nth-child(3) .approach-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e56a0' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M12 21S4 16 4 9a4 4 0 017-2.6A4 4 0 0120 9c0 7-8 12-8 12z'/%3E%3Cpath d='M8 12h2l1-3 2 6 1-3h2'/%3E%3C/svg%3E");
}
.our-approach .approach-item::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: rgba(239, 91, 97, 0.08);
  transition: transform 0.4s ease;
}
.our-approach .approach-item h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 15px;
  z-index: 1;
}
.our-approach .approach-item p {
  position: relative;
  margin: 0;
  z-index: 1;
}
.our-approach .approach-item:hover {
  transform: translateY(-8px);
  border-color: rgba(239, 91, 97, 0.45);
  box-shadow: 0 22px 55px rgba(30, 86, 160, 0.13);
  background: #fbfefd;
}
.our-approach .approach-item:hover::before {
  transform: rotate(-7deg) scale(1.08);
  background-color: #dce8f7;
}
.our-approach .approach-item:hover::after {
  transform: scale(1.25);
}

/* SVG-mask fallbacks for template Font Awesome classes when webfont files are absent. */
.fa-solid::before,
.fa-brands::before {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: currentColor;
  mask: center/contain no-repeat var(--sharda-icon-mask);
  -webkit-mask: center/contain no-repeat var(--sharda-icon-mask);
}
.fa-phone,
.fa-arrow-up {
  --sharda-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3 4 5c0 7 8 15 15 15l2-3-4-3-2 2c-3-1.2-5.8-4-7-7l2-2z'/%3E%3C/svg%3E");
}
.fa-clock {
  --sharda-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm1 5h-2v6l5 3 1-1.7-4-2.3V7z'/%3E%3C/svg%3E");
}
.fa-sun {
  --sharda-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7a5 5 0 100 10 5 5 0 000-10zm0-5h1v3h-2V2h1zm0 17h1v3h-2v-3h1zM2 11h3v2H2v-2zm17 0h3v2h-3v-2zM4.2 5.6l1.4-1.4 2.1 2.1-1.4 1.4-2.1-2.1zm12.1 12.1 1.4-1.4 2.1 2.1-1.4 1.4-2.1-2.1zM18.4 4.2l1.4 1.4-2.1 2.1-1.4-1.4 2.1-2.1zM6.3 16.3l1.4 1.4-2.1 2.1-1.4-1.4 2.1-2.1z'/%3E%3C/svg%3E");
}
.fa-star,
.fa-star-half-stroke {
  --sharda-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 3 6 7 .9-5 4.8 1.2 6.8L12 17l-6.2 3.5L7 13.7 2 8.9 9 8z'/%3E%3C/svg%3E");
}
.fa-whatsapp {
  --sharda-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 00-8.7 15L2 22l5.2-1.3A10 10 0 1012 2zm5.2 14.3c-.2.6-1.2 1.1-1.8 1.2-.5.1-1.1.1-1.8-.1-.4-.1-.9-.3-1.5-.5-2.6-1.1-4.3-3.7-4.4-3.9-.1-.2-1.1-1.5-1.1-2.9s.7-2.1 1-2.4c.3-.3.6-.4.9-.4h.6c.2 0 .4-.1.6.5l.7 1.8c.1.4.1.5-.1.7l-.5.7c-.2.2-.3.4-.1.7.2.3.7 1.1 1.6 1.8 1.1 1 2 1.3 2.3 1.4.3.2.5.1.7-.1l.9-1.1c.2-.3.4-.2.7-.1l1.8.9c.4.2.6.3.7.5.1.1.1.7-.1 1.3z'/%3E%3C/svg%3E");
}
.fa-facebook-f {
  --sharda-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4h-3c-3 0-5 2-5 5v2H6v4h3v7h4v-7h3l1-4h-4V9c0-.7.3-1 1-1z'/%3E%3C/svg%3E");
}
.fa-instagram {
  --sharda-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10a5 5 0 015 5v10a5 5 0 01-5 5H7a5 5 0 01-5-5V7a5 5 0 015-5zm5 5a5 5 0 100 10 5 5 0 000-10zm6-1a1 1 0 100 2 1 1 0 000-2z'/%3E%3C/svg%3E");
}
.fa-youtube {
  --sharda-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 8s-.2-2-1-2.8c-.9-.9-1.9-.9-2.4-1C15.3 4 12 4 12 4s-3.3 0-6.6.2c-.5.1-1.5.1-2.4 1C2.2 6 2 8 2 8s-.2 1.6-.2 3.2v1.6C1.8 14.4 2 16 2 16s.2 2 1 2.8c.9.9 2.1.9 2.7 1C7.3 20 12 20 12 20s3.3 0 6.6-.2c.5-.1 1.5-.1 2.4-1 .8-.8 1-2.8 1-2.8s.2-1.6.2-3.2v-1.6C22.2 9.6 22 8 22 8zM10 15V9l6 3-6 3z'/%3E%3C/svg%3E");
}
.fa-linkedin-in {
  --sharda-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3a2 2 0 110 4 2 2 0 010-4zM3 9h4v12H3V9zm7 0h4v2c1-1.5 2.5-2.4 4.3-2.2 2.8.3 3.7 2.2 3.7 5V21h-4v-6.3c0-1.5-.3-2.7-2-2.7s-2 1.3-2 2.7V21h-4V9z'/%3E%3C/svg%3E");
}
.main-footer-royal {
  overflow: hidden;
}
.footer-contact-item-content-royal h3 {
  overflow-wrap: anywhere;
}
.footer-contact-item-list-royal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.footer-contact-item-royal {
  width: 100%;
  flex-wrap: nowrap;
  padding: 18px 0;
}
.footer-contact-item-royal:first-child {
  padding-top: 0;
}
.footer-contact-item-royal:last-child {
  padding-bottom: 0;
}
.footer-contact-item-royal::before {
  top: auto;
  right: 0;
  bottom: 0;
  left: 65px;
  width: auto;
  height: 1px;
}
.footer-contact-item-content-royal {
  min-width: 0;
  flex: 1;
}
.footer-contact-item-content-royal h3 {
  font-size: 19px;
  line-height: 1.4;
}
.footer-contact-item-content-royal h3 a {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 1199px) {
  .sharda-brand-name {
    display: none;
  }
  .hero-royal {
    height: auto;
    min-height: 760px;
  }
  .hero-royal .section-content-btn {
    margin-top: 25px;
  }
  .about-us-content-royal {
    margin-top: 10px;
  }
  .footer-newsletter-box-royal {
    max-width: 720px;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-brand {
    max-width: 220px;
  }
  .main-header .sharda-brand-logo {
    width: 62px;
    height: 62px;
  }
  .main-header .navbar > .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .main-header .navbar-toggle {
    display: block;
    flex: 0 0 42px;
    margin-left: auto;
  }
  header.main-header .header-sticky,
  header.main-header .header-sticky.active {
    right: 0;
    left: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  header.main-header .navbar {
    padding: 14px 15px;
  }
  header.main-header .responsive-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }
  .hero-royal {
    min-height: 700px;
  }
  .our-faq-royal {
    margin: 0;
    border-radius: 0;
    padding: 60px 0;
  }
  .sharda-home-appointment {
    padding: 60px 0;
  }
  .sharda-review-section {
    padding: 60px 0;
  }
  .about-location-cta {
    padding: 60px 15px;
  }
  .about-location-cta .container {
    padding: 35px;
  }
  .contact-detail-grid {
    grid-template-columns: 1fr;
  }
  .contact-location-modern {
    padding-bottom: 60px;
  }
  .appointment-page-shell {
    padding: 35px;
  }
  .service-sidebar-card {
    position: relative;
    top: auto;
  }
  .appointment-shell {
    padding: 35px;
  }
  .sharda-home-appointment .appointment-form {
    padding: 30px;
  }
  .footer-links-royal .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 10px 35px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .main-header .navbar {
    padding: 15px 0;
  }
  .main-header .navbar-brand {
    max-width: 190px;
  }
  .main-header .sharda-brand-logo {
    width: 56px;
    height: 56px;
  }
  .main-header .sharda-brand-name {
    display: block;
    width: 120px;
    font-size: 13px;
  }
  .site-name-logo {
    max-width: 190px;
    font-size: 16px;
  }
  .hero-royal {
    min-height: 820px;
    padding-top: 125px;
  }
  .hero-royal .section-title h1 {
    font-size: 38px;
  }
  .hero-royal .section-title-content {
    max-width: 100%;
  }
  .hero-royal .section-title-content p {
    font-size: 15px;
  }
  .hero-content-btn-royal .btn-default {
    width: 100%;
    text-align: center;
  }
  .about-us-item-content-royal h2 {
    font-size: 22px;
  }
  .appointment-shell {
    padding: 25px 16px;
    border-radius: 20px;
  }
  .sharda-home-appointment .appointment-form {
    padding: 22px 16px;
    border-radius: 18px;
  }
  .footer-contact-item-list-royal {
    gap: 25px;
  }
  .footer-contact-item-royal {
    width: 100%;
    padding: 0;
  }
  .footer-contact-item-royal:before {
    display: none;
  }
  .footer-contact-item-content-royal h3 {
    font-size: 16px;
  }
  .footer-links-royal .navbar-nav {
    gap: 10px 24px;
  }
  .footer-copyright-royal {
    gap: 20px;
    text-align: center;
    justify-content: center;
  }
  .contact-detail-card {
    padding: 22px;
  }
  .location-address-card {
    padding: 28px;
    min-height: auto;
  }
  .contact-map-card,
  .contact-map-card iframe,
  .map-placeholder {
    min-height: 380px;
  }
  .location-hours p {
    display: block;
  }
  .location-hours span {
    text-align: left;
  }
  .contact-form-card {
    padding: 25px 16px;
  }
  .appointment-page-shell {
    padding: 20px 12px;
  }
  .appointment-side-panel,
  .appointment-page-form {
    padding: 24px 16px;
  }
  .service-check-grid {
    grid-template-columns: 1fr;
  }
  .service-content-panel {
    padding: 24px 18px;
  }
}
@media (max-width: 782px) {
  .admin-bar header.main-header .header-sticky.active {
    top: 46px;
  }
}

/* Use CSS-drawn symbols where the source template references unavailable Font Awesome 7 glyph names. */
.hero-list-royal ul li::before,
.about-us-item-content-royal ul li::before,
.why-choose-item-content-royal ul li::before,
.service-item-content-royal ul li::before {
  content: "âœ“" !important;
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
}
.page-header-box {
  text-align: left;
}
@media (max-width: 767px) {
  .page-header-box .breadcrumb-item.active {
    max-width: 58vw;
  }
  .page-header-box h1 {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 420px) {
  .hero-royal .section-title h1 {
    font-size: 32px;
  }
  .hero-royal {
    min-height: 820px;
  }
  .about-us-client-box-royal {
    display: none;
  }
  .footer-site-name {
    font-size: 22px;
  }
}


