:root {
  --red: #9b0f1a;
  --navy: #0e2344;
  --offwhite: #f6f3ee;
  --text-light: #f5f5f5;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --radius-pill: 999px;
  --speed: 200ms ease;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

header,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

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

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

.header-area {
  width: 100%;
}

.topheader-area {
  background: #AD1019;
  color: #fff;
  font-size: 14px;
}

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

.topheader-listing {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
}

.header-top-rightbox {
    display: flex;
    align-items: center;
    gap: 19px;
}

.top-header-itme {
  display: inline-flex; 
  position: relative;

}
.donate-btn {
 display: inline-flex;
 align-items: center;
 gap: 12px;
 background: #fff;
 color: #ac1019;
 padding: 14px 30px;
 text-decoration: none;
 transition: 0.3s ease;
 font-family: 'Montserrat', sans-serif !important;
 font-weight: 700;
 font-size: 13px;
 line-height: 130%;
 letter-spacing: 0.06em;
 text-transform: uppercase;
}

.donate-btn .icon {
  font-size: 22px;
  display: flex;
  align-items: center;
}

.topheader-listing a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
 color: #fff ! IMPORTANT;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  justify-content: center;
  font-size: 18px;
  background-color: #991018;
  align-items: center;
  display: flex;
}

.social-link-inner{
   background-color: #fff; 
}

.social-link-inner i{
   color:  #991018;
}
.divider {
  width: 1px;
  height: 29px;
  background: #D32832;
  margin: 0px 12px;
}

.contact-link {
  border: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  padding: 0px 2px;
  background-color: transparent;
}

/* MAIN HEADER */

.main-header-area {
  border-bottom: 1px solid #ddd;
  z-index: 999;
  position: relative;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
  background-color: #e7e4db;
}

.navigation-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.logo img {width: auto;max-width: max-content;}

/* NAVIGATION */

.navigation-listing {
  display: flex;
  list-style: none;
  gap: 22px;
}

.navigation-box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}



.navigation-listing a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  color: #0a183c;
}

.has-submenu {
  position: relative;
}

.submenu-toggle {
  gap: 10px;
}

.dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  transition: transform 0.25s ease;
  position: relative;
  top: -1px;
}
.dropdown-subiocn,
.dropdown-subicon {
  display: none;
}
.dropdown-icon::before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
  color: currentColor;
}

.submenu-list {
  position: absolute;
  top: calc(100% + 23px);
  left: 0;
  right: 0;
  min-width: 231px;
  margin: 0 auto;
  transform: none;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 20;
}

.submenu-toggle,
.mega-column-title {
  cursor: pointer;
}

.submenu-list li+li {
  margin-top: 8px;
}

.submenu-list a {
  width: 100%;
  padding: 10px 14px;
  border-radius: 12px;
  background: #faf8f5;
  border: 1px solid transparent;
  text-transform: none;
  font-size: 14px;
}

.mega-submenu {
     padding: 15px 0;
     background: #ffffff;
     border: 1px solid rgba(14, 35, 68, 0.08);
     border-radius: 2px;
     box-shadow: 0 20px 40px rgba(14, 35, 68, 0.14);
     overflow: hidden;
     width: max-content;
     min-width: 280px;
}

.mega-submenu-grid {
  display: flex;
  /* gap: 28px; */
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .mega-submenu-grid {
  }
}

@media (max-width: 1250px) {
  .mega-submenu-grid {
  }
}

@media (max-width: 1100px) {
  .mega-submenu-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
  }

  .mega-submenu-divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .mega-submenu-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.mega-submenu-primary,
.mega-submenu-column {
  display: flex;
  flex-direction: column;
}

.mega-submenu-primary a,
.mega-submenu-column a {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mega-submenu-primary a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  color: #17264d;
}

.mega-submenu-primary a+a {
  margin-top: 26px;
}

.mega-submenu-divider {
  width: 1px;
  min-height: 100%;
  background: rgba(14, 35, 68, 0.5);
}

.mega-submenu-column h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #111827;
}

.mega-column-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mega-submenu-column a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: none;
    color: rgb(43, 43, 43);
    text-decoration: none;
    display: block;
    position: relative;
    transition: color 0.3s ease;
    border-bottom: 1px dashed #d9dee7;
    padding: 13px;
}


.mega-submenu-column a+a {
  margin-top: 16px;
}

.mega-submenu-column-content {
  display: block;
}

.mega-submenu-column-content a {
  display: block;
}

.has-submenu.active .dropdown-icon {
  transform: rotate(180deg);
}

.mega-submenu-column.active .mega-column-title {
  color: #9b0f1a;
}

.mega-submenu-column.active .mega-column-title .dropdown-icon {
  transform: rotate(180deg);
}


@media(min-width:1101px) {
  .has-submenu.active .submenu-list {
    opacity: 1;
    visibility: visible;
  }

  .has-submenu.active .dropdown-icon {
    transform: rotate(180deg);
    top: 1px;
  }
}

@media(max-width:1400px) {
  .submenu-list {
    width: 100%;
  }

  .mega-submenu-grid {
  }
}

@media(max-width:1250px) {
  .navigation-listing {
    gap: 16px;
  }

  .navigation-listing a {
    font-size: 14px;
  }

  .submenu-list {
    width: 100%;
  }

  .mega-submenu {
    padding: 20px;
  }
}

/* EMERGENCY BUTTON */

.header_cta_button {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
}

.header-search-wrap {
  position: absolute;
  top: calc(100% + 12px);
  right: 35px;
  width: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 30;
}

.header-search-wrap.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.header-search-panel {
  position: relative;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #ead9d2;
  box-shadow: 0 18px 36px rgba(14, 35, 68, 0.12);
}

.header-search-panel::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 22px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-top: 1px solid #ead9d2;
  border-left: 1px solid #ead9d2;
  transform: rotate(45deg);
}

.header-search-form {
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 445px;
  max-width: 510px;
  width: 100%;
  background: #fff;
  border-radius: 999px;
  padding: 3px;
  border: 1px solid #d9ccc0;
  display: flex;
  align-items: center;
}

.header-search-input-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.header-search-input-wrap i {
  color: #9b0f1a;
  font-size: 16px;
}
body:not(.eac-using-mouse) *:focus-visible {
  outline-color: transparent !important;
    
}
.header-search-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 10px 0px;
  font-size: 15px;
  color: #0e2344;
  outline: none;
  border: none;
}

.header-search-form input:focus {
  box-shadow: none;
    outline: none;
}

.header-search-form button {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ad1019 0%, #7f0c14 100%);
  color: #fff;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 10px 18px rgba(155, 15, 26, 0.18);
}



.emergency-btn-inner {
  display: inline-flex;
  gap: 10px;
  background: #AD1019;
  color: #fff !important;
  padding: 12px 14px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 122%;
  text-transform: uppercase;
  width: max-content;
  display: flex;
  align-items: center;
}



/* HAMBURGER */

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 51px;
  gap: 7px;
  height: 43px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  border: 1px solid #c5c5c5;
  padding: 5px;
  border-radius: 5px;
}

.menu-toggle span:nth-child(1) {
  width: 40px;
}

.menu-toggle span:nth-child(2) {
  width: 25px;
}

.menu-toggle span:nth-child(3) {
  width: 35px;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #156ed5;
}

/* MOBILE MENU LOGO */

.mobile-menu-logo {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.mobile-menu-logo img {
  width: 150px;
}

/* MOBILE MENU */
@media(max-width:1300px) {
  .navigation-listing a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }
     .emergency-btn-span {
        display: none;
    }
.emergency-btn i {
    font-size: 17px;
}

a.emergency-btn-inner.emergency-btn {
    padding: 10px 11px;
    border-radius: 50px;
}
}

@media(max-width:1100px) {
  .top-header-row {
    gap: 10px;
    justify-content: center;
  }
  .dropdown-subiocn{
    display: block;
  }
  body.menu-open {
    overflow: hidden;
  }

  ul.navigation-listing li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #00000047;
  }

  .navigation-listing a {
    width: 100%;
    padding: 12px 16px;
    text-transform: capitalize;
    font-size: 14px;
  }

  .submenu-toggle {
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }


  .submenu-list {
    position: static;
    min-width: 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.3s ease, padding 0.3s ease;
    display: block;
  }

  .has-submenu.active>.submenu-list {
    max-height: 2000px;
    padding: 5px 0px  0px 10px;
  }

  .mega-submenu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .mega-submenu-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .mega-submenu-divider {
    display: none;
  }

  .mega-submenu-primary,
  .mega-submenu-column {
    width: 100%;
    border-bottom: 1px solid #0000002e;
    padding-bottom: 8px;
  }

  .mega-submenu-primary a+a,
  .mega-submenu-column a+a {
    margin-top: 8px;
  }

  .mega-submenu-column h4 {
    margin: 0 0 10px;
    font-size: 13px;
    color: #111827;
    text-transform: uppercase;
  }

  .mega-column-title {
    margin-bottom: 0;
    padding: 6px 2px;
    -webkit-tap-highlight-color: transparent;
  }

  .mega-column-title .dropdown-icon {
    top: 0;
    transition: transform 0.25s ease;
    display: none;
  }

  .mega-submenu-column-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .mega-submenu-column.active .mega-submenu-column-content {
    max-height: 500px;
  }

  .mega-submenu-column.active .mega-column-title .dropdown-icon {
    transform: rotate(180deg);
  }

  .menu-toggle {
    display: flex;
  }

  .navigation-box {
    display: none !important;
  }

  .mobile-menu-logo {
    display: block;
  }

  .navigation-listing {
    flex-direction: column;
    gap: 0;
  }

  .topheader-listing {
    gap: 3px;
  }

  .social-link {
    width: 35px;
    height: 35px;
    font-size: 14px;

  }
}

@media(max-width:768px) {

  .top-header-row {
    flex-direction: column;
    gap: 0 !important;
    padding: 10px 0;
  }

  .logo img {
    max-width: 120px;
  }

 
  .header_cta_button {
    gap: 12px;
  }

  .header-search-wrap {
    right: 0;
    left: auto;
    width: min(320px, calc(100vw - 24px));
  }

  .header-search-form {
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    max-width: none;
  }

  .header-search-panel {
    padding: 9px;
  }

  .header-search-form button {
    display: none;
  }

  .header-search-form button,
  .header-search-input-wrap,
  .header-search-form input {
    width: 100%;
  }

  .navigation-box {
    max-width: 100%;
  }

  .mobile-menu-logo {
    padding: 16px;
  }



  .submenu-toggle {
    min-height: 48px;
    padding-right: 18px;
  }

  .dropdown-icon {
    width: 10px;
    height: 10px;
    margin-left: 12px;
  }

  .mega-column-title .dropdown-icon {
    display: inline-flex;
  }

  .mega-submenu-grid {
    gap: 8px;
  }

  .mega-submenu-primary,
  .mega-submenu-column {
    padding: 10px 10px 12px;
  }

  .mega-submenu-primary a,
  .mega-submenu-column a {
    font-size: 14px;
    line-height: 1.35;
  }

  .doctor-card-topheader {
    display: none;
  }

  .contact-link {
    font-size: 12px;
  }
}













/* MOBILE DRAWER MENU */
.side-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(420px, 88vw);
  height: 100vh;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 28px 0 50px rgba(0, 0, 0, 0.18);
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 260ms ease, opacity 180ms ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  border-right: 1px solid rgba(14, 35, 68, 0.08);
}

@media(min-width:1101px) {
  .side-drawer {
    display: none;
  }

  body.menu-open .side-drawer {
    display: flex;
  }
}

.side-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(14, 35, 68, 0.08);
  background: #fff;
}

.side-drawer-title {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
}

.drawer-close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: #f4f7fb;
  color: var(--navy);
  font-size: 22px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.drawer-close:hover {
  background: #e7edf5;
  transform: scale(1.03);
}
.side-drawer-listing{
  display: flex;
  flex-direction: column;
  gap: 0;
}

.side-drawer .navigation-listing {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.side-drawer .submenu-toggle {
  padding: 12px 0;
}

.side-drawer .submenu-list {
  position: static;
  width: 100%;
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: block;
}

.side-drawer .has-submenu.active > .submenu-list {
  max-height: 2000px;
}

.side-drawer .mega-submenu {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.side-drawer .mega-submenu-grid {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}

.side-drawer .mega-submenu-divider {
  display: none;
}

.side-drawer .mega-submenu-primary,
.side-drawer .mega-submenu-column {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid rgba(14, 35, 68, 0.08);
}

.side-drawer .mega-submenu-primary a,
.side-drawer .mega-submenu-column a {
  display: block;
  width: 100%;
  padding: 15px 0;
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  color: #2b2b2b;
  margin-left: 12px;
}

.side-drawer .mega-submenu-primary a + a,
.side-drawer .mega-submenu-column a + a {
  margin-top: 0;
}

.side-drawer .mega-submenu-column h4 {
  margin: 0;
  /* padding: 6px 0 10px; */
  /* font-size: 13px; */
  /* line-height: 1.2; */
  /* text-transform: uppercase; */
}

.side-drawer .mega-column-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.side-drawer .mega-column-title .dropdown-icon {
  display: inline-flex;
  margin-left: 12px;
}

.side-drawer .mega-submenu-column.active .mega-column-title .dropdown-icon {
  transform: rotate(180deg);
}

.side-drawer .mega-submenu-column.active .mega-column-title {
  color: #9b0f1a;
}

.side-drawer .mega-submenu-column-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.side-drawer .mega-submenu-column.active .mega-submenu-column-content {
  max-height: 500px;
  margin-left: 22px;
}

.side-drawer-nav {
  padding: 16px 20px 24px;
  overflow-y: auto;
}

.side-drawer-nav a {
  padding: 14px 0;
  color: #0b1c39;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #edf1f7;
}

.drawer-cta {margin-top: auto;padding: 18px 20px 24px;border-top: 1px solid rgba(14, 35, 68, 0.08);background: #fff;display: flex;gap: 7px;flex-wrap: wrap;}


.drawer-cta .emergency-btn-inner {
  justify-content: center;
  width: max-content;
}

body.menu-open {
  overflow: auto;
}

body.menu-open .side-drawer {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media(max-width:1101px) {
  .navigation-box{
    display: none;
  }
}
@media(min-width:1101px) {
  .side-drawer {
    width: min(520px, 42vw);
  }

  .side-drawer-nav a {
    padding: 15px 0;
    font-size: 14px;
    display: flex;
  }
}

@media(max-width:768px) {
  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .menu-toggle span {
    width: 36px;
    margin: 0px 0;
  }
ul.topheader-listing {
    flex-wrap: wrap;
    justify-content: center;
}
  .side-drawer {
    width: min(100vw, 100%);
  }

  .side-drawer-header {
    padding: 14px 16px;
  }

  .side-drawer-nav {
    padding: 12px 16px 20px;
  }

  .drawer-cta {
    padding: 16px;
  }
}

@media(max-width:480px) {
  .side-drawer-nav a {
    font-size: 14px;
  }

  .side-drawer .mega-submenu-column h4 {
    font-size: 12px;
  }

  .side-drawer .mega-submenu-primary a,
  .side-drawer .mega-submenu-column a {
    font-size: 13px;
  }
}
