@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --primary-color: #eb6424;
  --secondary-color: rgba(13, 110, 253);
  --accent-color: #009edf;
  --dark-color: #2d3748;
  --light-bg: #f8f9fa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1200px !important;
  padding: 0 !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
}

h1 {
  font-family: "Inter", sans-serif !important;
  font-size: 46px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 65px !important;
  /* 141.304% */
  letter-spacing: -1.84px !important;
}

h2 {
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 62px !important;
  /* 172.222% */
  letter-spacing: -1.44px !important;
}

.med-size {
  color: #4d4747;
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

p,
a {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 193.75% */
}

a {
  text-decoration: none !important;
  color: #000 !important;
}

/* Custom Navbar Styles */
.custom-navbar {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
  padding: 1rem 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
}

.custom-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: end !important;
  position: relative;
}

.wrp-mdd {
  justify-content: end;
}

.custom-brand {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  color: #eb6424 !important;
  text-decoration: none !important;
  letter-spacing: 0.5px !important;
}

.custom-nav-wrapper {
  display: flex !important;
  align-items: center !important;
}

.custom-nav-menu {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-nav-item {
  position: relative !important;
}

.custom-nav-link {
  color: #333 !important;
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  font-size: 14px !important;
  padding: 0.5rem 1.2rem !important;
  text-decoration: none !important;
  display: block !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  text-transform: uppercase;
}

.custom-nav-link:hover {
  color: #eb6424 !important;
}

.custom-nav-link.custom-active {
  color: #eb6424 !important;
}

/* .custom-nav-link::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #0ea5a4, #077d7c) !important;
    transition: width 0.3s ease !important;
} */

/*.custom-nav-link:hover::after,*/
/*.custom-nav-link.custom-active::after {*/
/*    width: 70% !important;*/
/*}*/

/* Custom Mega Menu Styles */
.custom-mega-menu {
  position: static !important;
}

.custom-mega-content.g-dropzz a:after {
  display: none !important;
}

.custom-mega-content {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;

  background-color: #fff !important;
  /* background-color: #ffffff !important; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
  padding: 1.5rem 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-10px) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-top: 3px solid #eb6424 !important;
  z-index: 999 !important;
}

.custom-mega-list a:after {
  display: none !important;
}

.custom-mega-menu:hover .custom-mega-content {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transform: translateY(0) !important;
}

.custom-mega-grid {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 2rem !important;
}

/* .custom-mega-column h5 {
    color: #0ea5a4 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 2px solid #0ea5a4 !important;
} */

.custom-mega-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-mega-list li {
  margin-bottom: 0.7rem !important;
}

.custom-mega-list a {
  color: #000 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 14px !important;
  width: 100% !important;
  display: inline-block !important;
}

.custom-mega-list a:hover {
  background-color: #009edf;
  padding: 8px 6px !important;
  border-radius: 4px !important;
  color: #fff !important;
}

/* Custom Dropdown with Nested Menus */
.custom-dropdown {
  position: relative !important;
}

.custom-mega-list .g-dropzz a:after {
  display: none !important;
}


.custom-dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: #ffffff !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px !important;
  padding: 0.5rem 0 !important;
  min-width: 220px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-10px) !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 998 !important;
}

.custom-dropdown:hover>.custom-dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transform: translateY(0) !important;
}

.custom-dropdown-item,
.custom-dropdown-item-about {
  color: #333 !important;
  font-size: 0.95rem !important;
  padding: 0.75rem 1.5rem !important;
  text-decoration: none !important;
  display: block !important;
  transition: all 0.4s ease !important;
  position: relative !important;
  background: #ffffff !important;
}

.g-dropzz a:after {
  content: '';
  z-index: 9999;
  position: absolute;
  right: 8px;
  top: 47%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #686868;
  border-bottom: 2px solid #686868;
  pointer-events: none;
}

.g-dropz:after {
  content: '';
  z-index: 9999;
  position: absolute;
  right: 5px;
  top: 47%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #686868;
  border-bottom: 2px solid #686868;
  pointer-events: none;
}

.custom-dropdown-item:hover,
.custom-dropdown-item-about:hover {
  background: linear-gradient(90deg, #009edf 0%, #009edf 100%) !important;
  color: #ffffff !important;
}

.custom-dropdown-item:hover::before,
.custom-dropdown-item-about:hover::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.05) !important;
  pointer-events: none !important;
}

/* Custom Nested Dropdown */
.custom-dropdown-submenu {
  position: relative !important;
}

.custom-dropdown-submenu>.custom-dropdown-item,
.custom-dropdown-submenu>.custom-dropdown-item-about {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.custom-dropdown-submenu>.custom-dropdown-item:hover,
.custom-dropdown-submenu>.custom-dropdown-item-about:hover {
  background: linear-gradient(90deg, #009edf 0%, #009edf 100%) !important;
  color: #ffffff !important;
}


.custom-dropdown-submenu>.custom-dropdown-item::after {
  content: "›" !important;
  float: right !important;
  margin-left: 1.5rem !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  transition: transform 0.3s ease !important;
}

.custom-dropdown-submenu:hover>.custom-dropdown-item::after {
  transform: translateX(3px) !important;
}

.custom-dropdown-submenu>.custom-dropdown-menu {
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  margin-left: 8px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  /* transform: translateX(-20px) !important; */
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.custom-dropdown-submenu:hover>.custom-dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transform: translateX(0) !important;
}

.custom-dropdown-submenu .custom-dropdown-item {
  background: #ffffff !important;
  /* border-left: 3px solid transparent !important; */
}

.custom-dropdown-submenu .custom-dropdown-item:hover {
  background: #009edf !important;
  color: #ffffff !important;
  /* border-left-color: #077d7c !important; */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.custom-dropdown-submenu>.custom-dropdown-menu::before {
  content: "" !important;
  position: absolute !important;
  border: 8px solid transparent !important;
  border-right: 8px solid #ffffff !important;
  top: 15px !important;
  left: -16px !important;
  filter: drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.1)) !important;
}

/* Mobile Toggle Button */
.custom-nav-toggle {
  display: none !important;
  background: none !important;
  border: 2px solid #eb6424 !important;
  padding: 0.5rem !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

.custom-nav-toggle:hover {
  background-color: #eb6424 !important;
}

.custom-nav-toggle span {
  display: block !important;
  width: 25px !important;
  height: 3px !important;
  background-color: #eb6324d0 !important;
  margin: 4px 0 !important;
  transition: all 0.3s ease !important;
}

.custom-nav-toggle:hover span {
  background-color: #ffffff !important;
}

.custom-nav-wrapper .close-icon {
  display: none;
}

/* Mobile Styles */
@media (max-width: 991px) {
  .custom-dropdown-menu {
    top: 0px !important;
  }

  .custom-nav-toggle {
    display: block !important;
  }

  .custom-nav-wrapper {
    position: fixed !important;
    /* top: 80px !important; */
    left: -100% !important;
    width: 280px !important;
    height: calc(100vh - 70px) !important;
    background: #ffffff !important;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1) !important;
    transition: left 0.4s ease !important;
    overflow-y: auto !important;
    padding: 1rem 0 !important;
  }

  .custom-nav-wrapper .close-icon {
    display: block !important;
    position: absolute;
    top: 14px;
    right: 14px;
    background: #eb6424;
    z-index: 11111111;
  }

  .custom-nav-wrapper.custom-active {
    left: 0 !important;
    top: 0 !important;
    height: 100vh !important;
  }

  .custom-nav-menu {
    height: 100%;
    flex-direction: column !important;
    overflow: hidden;
    overflow-y: scroll;
    align-items: stretch !important;
    width: 262px !important;
  }

  .custom-nav-item {
    width: 100% !important;
  }

  .custom-nav-link {
    padding: 1rem 1.5rem !important;
  }

  .custom-nav-link::after {
    display: none !important;
  }

  .custom-dropdown-menu {
    border-radius: 0 !important;
  }

  /* Mobile Mega Menu */
  .custom-mega-content {
    position: relative !important;
    box-shadow: none !important;
    padding: 1rem 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    transform: none !important;
    border-top: none !important;
    border-left: 3px solid #eb6424 !important;
    margin-left: 1rem !important;
    display: none !important;
  }

  .custom-mega-menu.custom-open .custom-mega-content {
    display: block !important;
    height: 300px;
    overflow: scroll;
  }

  .custom-mega-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .custom-mega-column {
    padding: 1rem 1.5rem !important;
  }

  /* Mobile Dropdown */
  .custom-dropdown-menu {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    transform: none !important;
    box-shadow: none !important;
    border-left: 3px solid #eb6424 !important;
    margin-left: 1rem !important;
    margin-top: 0.5rem !important;
    display: none !important;
  }

  .custom-dropdown.custom-open>.custom-dropdown-menu {
    display: block !important;
  }

  .custom-dropdown-submenu>.custom-dropdown-menu {
    position: relative !important;
    left: 0 !important;
    margin-left: 1rem !important;
    padding-left: 1rem !important;
    transform: none !important;
    display: none !important;
  }

  .custom-dropdown-submenu.custom-open>.custom-dropdown-menu {
    display: block !important;
  }

  .custom-dropdown-submenu>.custom-dropdown-menu::before {
    display: none !important;
  }

  .custom-dropdown-submenu>.custom-dropdown-item::after {
    content: "▼" !important;
    font-size: 0.8rem !important;
  }

  .custom-dropdown-submenu.custom-open>.custom-dropdown-item::after {
    content: "▲" !important;
  }

  .custom-dropdown-item:hover {
    transform: none !important;
  }
}

/* Demo Content */
.demo-section {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
}

.demo-content {
  text-align: center !important;
  padding: 2rem !important;
}

.demo-content h1 {
  font-size: 3rem !important;
  color: #0ea5a4 !important;
  margin-bottom: 1rem !important;
  font-weight: 700 !important;
}

.demo-content p {
  font-size: 1.2rem !important;
  color: #555 !important;
}

.demo-content .instruction {
  margin-top: 2rem !important;
  font-size: 1rem !important;
  color: #777 !important;
  line-height: 1.8 !important;
}

/* Mobile overlay */
.custom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.custom-overlay.custom-active {
  display: block;
}

.knowmore {
  color: #000;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 18px */
}

#bannnerz-section .swiper-slide {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.containerzz {
  height: 100%;
  display: flex;
  padding: 120px 0;
  align-items: center;
}

.contentz {
  max-width: 700px;
}

.blacktop {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 14px 0;
}

.about-image img {
  border-radius: 40px 40px 0 0 !important;
}

.contact-top {
  display: flex;
  gap: 20px;
}

.about-image img {
  height: 252px;
  object-fit: cover;
}

.contact-top a {
  color: #fff;
}

.contact-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-top a {
  color: #fff;
  display: flex;
  gap: 6px;
  align-items: center;
}

.navz-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

a.blue-btn {
  padding: 14px 23px !important;
  border-radius: 4px !important;
  background: #009edf;
  color: #fff !important;
  height: 49px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn-book {
  background: #0a58ca;
  color: #fff;
  padding: 12px 17px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
}

a.white-btn {
  padding: 14px 23px !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #000 !important;
  height: 49px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commonpadding {
  padding: 100px 0 !important;
}

a.orange-btn {
  background: #eb6424;
  color: #fff !important;
  padding: 13px 20px !important;
  border-radius: 4px !important;
  height: 49px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section-blue {
  background: #e2f6ff;
  padding: 60px 0;
}

.section-blue h1 {
  color: #000;
  font-family: Inter !important;
  font-size: 69px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 100% !important;
  letter-spacing: -2.76px !important;
}

.number-box p {
  color: #000 !important;
  font-family: "DM Sans" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  /* 16px */
}

.custom-dropdown.show {
  padding: 20px !important;
  display: flex !important;
  flex-direction: column;
  background: #ffffff;
  border: 0px !important;
}

.section-blue h3 {
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 50px !important;
  /* 166.667% */
  letter-spacing: -1.2px !important;
  text-transform: capitalize !important;
}

.orange-text {
  color: #eb6424;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 166.667% */
}

.service-box {
  border: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
  height: 433px;
  padding: 40px;
  border-radius: 10px;
}

.image-wapper img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76%;
}

.service-box:after {
  content: "";
  background: #eb6424;
  width: 2px;
  height: 38%;
  position: absolute;
  top: 0;
  right: 32px;
}

.service-box h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  letter-spacing: -0.96px;
  padding-bottom: 6px;
}

.anchorz {
  align-items: anchor-center !important;
}

.banner-slide {
  background-size: cover;
  background-position: center;
  height: 450px;
  width: 100%;
  display: flex;
  align-items: center;
}

.slide-content {
  color: #fff;
  max-width: 600px;
}

.swiperz {
  width: 100%;
  padding: 40px 0;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  max-width: 400px;
  margin: auto;
}

.swiper-slide.testimonial-card {
  height: 436px;
  margin: 0;
}

.quote {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}

.swiper-pagination-bullet-active {
  background: #eb6424 !important;
}

.swiper-pagination {
  width: 46% !important;
  background: none !important;
  display: flex;
  flex-direction: row;
  gap: 0px;
  justify-content: flex-end;
  margin: auto;
  border-radius: 99px;
  /*height: 27px;*/
  left: 50% !important;
  /* background: rgba(255, 255, 255, 0.33) !important;
    width: 72px !important;
    margin: auto;
    border-radius: 99px;
    height: 27px;
    left: 50% !important; */
}

span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.testimonial-card p {
  color: #2f2f2f !important;
  font-family: Inter !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  /* 194.444% */
}

.department-item {
  text-align: center;
  font-size: 14px;
  color: #333;
}

.icon-placeholder {
  width: 60px;
  height: 60px;
  background: #ddd;
  margin: 0 auto 10px;
}

.person {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.person img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.person h4 {
  color: #000 !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  /* 22px */
  text-transform: capitalize !important;
  margin: 0 !important;
}

.person span {
  font-size: 14px;
  color: gray;
}

.wapperQuote {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 12px 10px;
}

.side-article img {
  width: 198px;
  height: 181px;
  object-fit: cover;
}

.side-article h6 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.96px;
}

.psz-3 {
  padding-left: 30px !important;
}

.px-t {
  padding: 20px 0 !important;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.gallery-large img,
.gallery-small img {
  width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.gallery-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.gallery-large img {
  width: 100%;
  height: 576px;
  object-fit: cover;
}

.gallery-small img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.gallery-section {
  padding-bottom: 100px !important;
}

.orange-bg {
  background-color: #f26522;
  overflow: visible;
  /*padding-bottom: 224px !important;*/
}

.doctor-img {
  max-height: 392px;
  margin-top: -103px;
  position: relative;
  z-index: 2;
}

.footer-card {
  margin-top: -50px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.footer-card img {
  border-radius: 0 !important;
}

.containerz {
  border: 1px solid rgba(92, 92, 92, 0.12);
  background: #fff;
  max-width: 1200px;
  margin: auto;
  border-radius: 24px !important;
  padding: 44px;
}

.useful-links {
  padding: 0 50px;
}

.linked-list li {
  position: relative;
}

.linked-list li:after {
  content: "";
  background: url(../images/arrow-filled.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 9.2px;
  left: -21px;
}

.linked-list {
  padding-left: 20px !important;
}

.rest-all,
.search {
  width: 100%;
  padding: 10px;
}

/* ===============================================

slider

===============================================*/
.swiper.mySwiper {
  height: 450px;
  position: relative;
}

.swiper.mySwiper .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: white;
}

.swiper.mySwiper .container {
  z-index: 2;
  position: relative;
}

/* .swiper-wrapper {
    height: 696px !important;
} */

.main-article h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -1.28px;
}

.containerzz {
  max-width: 1200px !important;
  width: 80% !important;
  margin: auto !important;
}

.contentz {
  width: 42% !important;
  color: #fff !important;
}

.dropdownz-menuz {
  width: 100%;
  display: flex;
}

.swiper-slide .swiper-slide-active p,
.swiper-slide .swiper-slide-active h1 {
  transition-delay: 0.6s;
}

.slide-content {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.slide-content.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.slide-content h1 {
  transition-delay: 0.2s;

  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slide-content p {
  transition-delay: 0.4s;

  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.swiper-slide-active .slide-content {
  transform: translateX(0);
  opacity: 1;
}

/*  =================

subpage style

=====================*/
.subpage-banner {
  background: #c3edff;
}

.subpage-banner:after {
  content: "";
  background: #ffffff66;
  width: 100%;
  height: 63px;
  z-index: 99;
  position: absolute;
  transform: rotate3d(1, 1, 1, -63deg);
  left: 22%;
  top: 46%;
}

.subpage-banner {
  background: #c3edff;
  position: relative;
  overflow: hidden;
}

.subpage-banner:before {
  content: "";
  background: #ffffff66;
  width: 100%;
  height: 70px;
  z-index: 99;
  position: absolute;
  transform: rotate3d(1, 1, 1, 34deg);
  right: 22%;
  top: 44%;
}

.about-section {
  z-index: 999;
  position: relative;
}

@media (max-width: 999px) {
  .containerz {
    width: 100% !important;
    padding: 20px !important;
    margin: auto !important;
  }

  .gallery-main-image {
    max-width: 100%;
    max-height: 100%;
  }

  .dropdownz:hover .dropdownz-contentz {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .ffgrid .service-box {
    margin-top: 50px;
  }

  /*.ffgrid .service-box:first-of-type {*/
  /*    margin-top: 0px;*/
  /*}*/
  .navbar-toggler.text-white.collapsed {
    border: 1px solid #fff;
    padding: 12px 16px;
  }

  ul.dropdown-menu.custom-dropdown.show a {
    color: #000 !important;
  }

  .dropdown-toggle {
    justify-content: space-between;
  }

  .bannerSwiper .swiper-slide {
    height: 635px !important;
    background-position: 100% 100% !important;
    background-size: cover !important;
  }

  ul.navbar-nav {
    padding-top: 1px;
    color: #fff;
  }

  ul.navbar-nav a {
    color: #fff !important;
  }

  .containerzz {
    padding: 164px 0 164px 0 !important;
  }

  .contentz {
    width: 100% !important;
  }

  .footer-card {
    margin-top: 0px;
  }

  .ppd {
    text-align: center;
    padding-inline: 68px;
  }

  .section-blue,
  .commonpadding,
  .gallery-section {
    padding-inline: 36px !important;
  }

  .side-article img {
    width: 100% !important;
    object-fit: cover !important;
  }

  .psz-3 {
    padding-left: 0px !important;
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-small {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-small img {
    width: 100%;
    height: 177px;
    object-fit: cover;
  }

  h1 {
    font-size: 35px !important;
    line-height: 43px !important;
  }

  h2 {
    font-size: 28px !important;
    line-height: 45px !important;
  }

  .section-blue h3 {
    font-size: 23px !important;
    line-height: 39px !important;
  }

  .section-blue h1 {
    color: #000 !important;
    font-size: 44px !important;
  }

  .navbar-container {
    padding-left: 20px;
    background: linear-gradient(90deg, #eb6424 50% 24%, #eb6424 24%);
  }
}

@media (max-width: 568px) {
  .swiper-pagination {
    left: 40% !important;
  }
}

.nav-animate li a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

/*.nav-animate li a::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    height: 2px;*/
/*    left: 0;*/
/*    bottom: 0px;*/
/*background-color: rgb(235 100 36); */
/*    transition: width 0.3s ease;*/
/*}*/

.nav-animate li a:hover::after {
  width: 100%;
}

a.nav-link.active {
  color: #b8410e !important;
}

.orange-btn {
  background-color: rgb(235 100 36) !important;
  color: white !important;

  transition: background 0.3s ease !important;
  border: none;
  /*font-weight: bold;*/
}

.service-box:hover {
  background: #ffe3d5 !important;
  transition: 0.9s !important;
}

.service-box {
  transition: 0.9s !important;
  pointer: cursor !important;
}

.orange-btn:hover {
  background-color: #000 !important;
}

.orange-btn.active {
  background-color: #b8410e !important;
}

a.blue-btn {
  transition: 0.9s !important;
}

a.blue-btn:hover {
  background: #eb6424 !important;
  transition: 0.9s !important;
}

.ayur-card {
  border: none;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ayur-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.section-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #212529 !important;
  margin-bottom: 10px;
}

.section-content {
  font-size: 1rem;
  color: #333;
}

.card-wrapper {
  margin-bottom: 30px;
}

/* */
.contact_us_6 * {
  font-family: Nunito, sans-serif;
}

.contact_us_6 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us_6 .responsive-cell-block {
  min-height: 75px;
}

.contact_us_6 input:focus,
.contact_us_6 textarea:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_6 .container-block {
  min-height: 75px;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us_6 .responsive-container-block {
  min-height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us_6 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  width: 35%;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #03a9f4;
  position: absolute;
  height: 950px;
  right: 0px;
}

.contact_us_6 .responsive-container-block.container {
  position: relative;
  min-height: 75px;
  flex-direction: row;
  z-index: 2;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  max-width: 1320px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_6 .container-block.form-wrapper {
  background-color: white;
  max-width: 450px;
  text-align: center;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 90px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-head {
  font-size: 36px;
  line-height: 52px;
  font-weight: 900;
}

.contact_us_6 .text-blk.contactus-subhead {
  color: #9c9c9c;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  /*display: none;*/
}

.contact_us_6 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 26px;
  margin-left: 0px;
  min-height: 50px;
}

.contact_us_6 .input {
  width: 100%;
  height: 50px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  color: black;
}

.contact_us_6 .textinput {
  width: 98%;
  min-height: 150px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
}

.contact_us_6 .submit-btn {
  width: 98%;
  background-color: #03a9f4;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.contact_us_6 .form-box {
  z-index: 2;
  margin-top: 0px;
  margin-right: 48px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #9c9c9c;
}

.contact_us_6 ::placeholder {
  color: #dadada;
}

.contact_us_6 .mob-text {
  display: block;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.contact_us_6 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-subhead.color {
  color: white;
}

.contact_us_6 .map-box {
  max-width: 800px;
  max-height: 520px;
  width: 100%;
  height: 520px;

  background-position-x: 50%;
  background-position-y: 50%;
}

.contact_us_6 .map-part {
  width: 100%;
  height: 100%;
}

.contact_us_6 .text-blk.map-contactus-head {
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #03a9f4;
}

.contact_us_6 .text-blk.map-contactus-subhead {
  max-width: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.contact_us_6 .social-media-links.mob {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  width: 230px;
  display: flex;
  justify-content: flex-start;
}

.contact_us_6 .link-img {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .link-img.image-block {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .social-icon-link {
  margin: 0 25px 0 0;
  padding: 0 0 0 0;
}

@media (max-width: 1024px) {
  .contact_us_6 .responsive-container-block.container {
    justify-content: center;
  }

  .contact_us_6 .map-box {
    position: absolute;
    top: 0px;
    max-height: 320px;
  }

  .contact_us_6 .map-box {
    max-width: 100%;
    width: 100%;
  }

  .contact_us_6 .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .map-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .mob-text {
    display: block;
  }

  .contact_us_6 .form-box {
    margin-top: 200px;
    margin-right: 60px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .contact_us_6 .link-img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    justify-content: space-evenly;
  }

  .contact_us_6 .social-media-links.mob {
    justify-content: space-evenly;
  }

  .contact_us_6 .responsive-cell-block.wk-desk-7.wk-ipadp-12.wk-tab-12.wk-mobile-12 {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }

  .contact_us_6 .text-blk.contactus-subhead {
    display: block;
  }

  .contact_us_6 .mob-text {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-container-block.container {
    flex-wrap: wrap;
  }

  .contact_us_6 .form-box {
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .contact_us_6 .submit-btn {
    width: 100%;
  }

  .contact_us_6 .input {
    width: 100%;
  }

  .contact_us_6 .textinput {
    width: 100%;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .form-box {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .contact_us_6 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_6 .mob-text {
    display: block;
  }

  .contact_us_6 .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 220px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 220px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.contactus-head {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .contact_us_6 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us_6 .text-blk.contactus-head {
    font-size: 26px;
    line-height: 35px;
  }

  .contact_us_6 .input {
    height: 45px;
  }
}

/* @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap"); */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/* Enable dropdown on hover for large screens */

@media screen and (min-width: 792px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.gallery-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.department-image,
.departmentwrap {
  position: relative;
}

.department-image img {
  width: 100% !important;
  height: 345px;
  display: block;
  object-fit: cover;
}

.service-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(356deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
  border-radius: 25px !important;
}

.department-card {
  position: absolute;
}

.department-card {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  color: #fff;
  padding: 20px 37px;
}

.service-image,
.service-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 25px !important;
  position: relative;
}

img {
  border-radius: 25px !important;
}

.logo img,
.quote img {
  border-radius: 0 !important;
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-search::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  /* Optional dim effect */
  z-index: 10;
}

/* Search modal content on top of blurred background */
.search-modal-content {
  background-color: #fff;
  color: #333;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-input {
  width: 100%;
  padding: 10px 21px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 12px;
}

.close-icon {
  position: absolute;
  top: -19px;
  right: -9px;
  font-size: 15px;
  cursor: pointer;
  color: #ffffff;
  background: #000000;
  padding: 8px 12px;
  border-radius: 999px;
}

.data-list {
  text-align: start;
  max-height: 378px;
  overflow-x: hidden;
  /* overflow-y: scroll;*/
}

@media screen and (max-width: 792px) {
  .search-modal-content {
    max-width: 90%;
  }
}

@media screen and (max-width: 499px) {
  .gallery-large img {
    height: auto !important;
  }
}

.testimonials .swiper-pagination {
  bottom: 1%;
}

.testimonials .swiper.mySwiper {
  height: 492px;
}


.logo {
  position: absolute;
  top: -59%;
  left: 0;
}

.logo img {
  width: 190px;
}

.customnavmenu {
  margin-top: 10px;
}




















/* ===============================================
    DOCTOR PAGE STYLES
=================================================*/
.doctor-card {
  border-radius: 12px;
}

.section-title {
  font-weight: 600;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}

.profile-img {
  max-width: 100%;
  border-radius: 8px;
}

.rating {
  font-size: 1rem;
  color: #ffc107;
}

.dot-divider {
  display: inline-block;
  margin: 0 0.3rem;
}

.dr-image {
  width: 100%;
  height: 362px;
  border-radius: 15px;
  margin-bottom: 14px;
}

.dr-image img {
  width: 100%;
  height: 362px !important;
  object-fit: cover;

  border-radius: 15px;
}

.doctor-list-card h3 {
  font-size: 18px !important;
  padding-top: 15px !important;
}

.doctor-image img {
  height: 371px !important;
  object-fit: cover !important;
}

a.btn-book {
  background: #0a58ca;
  color: #fff;
  padding: 12px 17px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.9s !important;
}

a.btn-book:hover {
  background: #eb6424;
  transition: 0.9s !important;
}

.choice-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.choice-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.choice-card.selected {
  border: 2px solid #0d6efd;
  background: linear-gradient(135deg, #e3f2fd 0%, #f8f9ff 100%);
}

.search-dropdown {
  position: relative;
}

.dropdown-search {
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.selected-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.badge-selected {
  background: linear-gradient(45deg, #0d6efd, #6f42c1);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.8em;
}

.custom-select {
  position: relative;
}

.select-input {
  cursor: pointer;
}

.options-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.option-item {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f8f9fa;
}

.option-item:hover {
  background-color: #f8f9fa;
}

.option-item:last-child {
  border-bottom: none;
}

.btn-primary {
  background: #009edf !important;
  color: #fff !important;
  border-radius: 4px !important;
  border: #009edf !important;
}

a.blue-btn {
  display: inline-flex;
}

.container.commonpadding {
  position: relative;
}

/*.doctor-card {*/
/*      border: none;*/
/*      border-radius: 15px;*/
/*      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
/*      overflow: hidden;*/
/*      text-align: center;*/
/*    }*/
.doctor-card img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}

.event {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  /* mobile: 1 column */
}

.event>.empty-div {
  grid-column: 1 / -1;
  /* span full width across all grid columns */
}

@media (min-width: 768px) {

  /* medium screens */
  .event {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}

@media (min-width: 1200px) {

  /* large screens */
  .event {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*.department-image:after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    background: linear-gradient(356deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);*/
/*    border-radius: 25px !important;*/
/*    z-index: 9;*/
/*    bottom: 0;*/
/*}*/

.event-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.event-image {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.event-date {
  background: linear-gradient(135deg, #eb6324d0, #eb6424);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.event-date a {
  color: white !important;
}

.event-time {
  color: #6c757d;
  font-size: 0.9rem;
}

.event-title a {
  color: #2c3e50 !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
}

.event-description {
  color: #6c757d;
  line-height: 1.6;
}

.filter-section {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.search-input {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 0.75rem 1rem;
}

.search-input:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.event .card {
  border: none;
}

.event img,
.gallery-image {
  border-radius: 0 !important;
}

.event a.blue-btn {
  padding: 0px 14px !important;
  height: 36px !important;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1 !important;
}

.modal-content {
  border-radius: 0.5rem;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.empty-state {
  padding: 3rem 1rem;
}

/* Modal Overlay with Glassmorphism */
.gallery-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modalFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-department h2 {
  font-size: 26px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 30px !important;
  letter-spacing: -1.44px !important;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
  }

  to {
    opacity: 1;
    backdrop-filter: blur(10px);
  }
}

/* Modern Modal Container */
.gallery-modal-container {
  width: 100%;
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  animation: modalSlideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center;
}

@keyframes modalSlideUp {
  from {
    transform: scale(0.8) translateY(40px);
    opacity: 0;
  }

  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

/* Header with Gradient */
.gallery-modal-header {
  background: linear-gradient(135deg,
      rgba(235, 100, 36, 0.8),
      rgba(0, 158, 223, 0.8));
  backdrop-filter: blur(20px);
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-modal-title {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gallery-modal-title i {
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* Close Button */
.gallery-close-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.gallery-close-btn:hover {
  background: rgba(255, 59, 48, 0.8);
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 5px 15px rgba(255, 59, 48, 0.3);
}

/* Image Container */
.gallery-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  max-height: 70vh;
  padding: 20px;
  background: radial-gradient(circle at center,
      rgba(255, 255, 255, 0.02),
      transparent);
}

.gallery-main-image {
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  animation: imageZoomIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: grab;
  max-height: 500px;
}

.containerzzq .col-lg-4 {
  margin: 0 !important;
}

.gallery-main-image:active {
  cursor: grabbing;
}

.excellence-section {
  padding-top: 0 !important;
}

.i-image img {
  border-radius: 0 !important;
  width: 100% !important;
}

.containerzzq {
  width: 90%;
}

@keyframes imageZoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Navigation Arrows */
.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 10;
}

.gallery-nav-btn:hover:not(.disabled) {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.gallery-nav-btn:active:not(.disabled) {
  transform: translateY(-50%) scale(0.95);
}

.gallery-nav-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%) scale(0.9);
}

.gallery-nav-prev {
  left: 20px;
}

.gallery-nav-next {
  right: 20px;
}

/* Loading Animation */
.gallery-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 20;
}

.gallery-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #667eea;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Footer with Controls */
.gallery-modal-footer {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-counter {
  color: white;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 15px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  animation: slideInLeft 0.5s ease;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Thumbnail Strip */
.gallery-thumbnails {
  display: flex;
  gap: 10px;
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.2);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.gallery-thumbnails::-webkit-scrollbar {
  height: 6px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.gallery-thumbnail {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.gallery-thumbnail:hover,
.gallery-thumbnail.active {
  opacity: 1;
  border-color: #667eea;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Info Panel */
.gallery-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 300px;
  animation: slideInUp 0.5s ease 0.3s both;
}

@keyframes slideInUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Zoom functionality */
.gallery-zoom-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 15;
}

.gallery-zoom-btn {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-zoom-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery-modal-container {
    max-width: 98vw;
    max-height: 98vh;
    border-radius: 15px;
  }

  .gallery-nav-btn {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .gallery-nav-prev {
    left: 10px;
  }

  .gallery-nav-next {
    right: 10px;
  }

  .gallery-controls {
    flex-wrap: wrap;
    justify-content: center;
  }

  .gallery-control-btn {
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  .gallery-thumbnails {
    padding: 8px 15px;
  }

  .gallery-thumbnail {
    width: 50px;
    height: 50px;
  }

  .gallery-info {
    bottom: 10px;
    left: 10px;
    right: 10px;
    max-width: none;
    font-size: 0.9rem;
  }

  .gallery-zoom-controls {
    top: 10px;
    right: 10px;
    gap: 5px;
  }

  .gallery-zoom-btn {
    width: 35px;
    height: 35px;
  }
}

/* Prevent body scroll when modal is open */
body.gallery-modal-open {
  overflow: hidden;
}

/* Custom scrollbar for thumbnails on mobile */
@media (max-width: 768px) {
  .gallery-thumbnails {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .gallery-thumbnails::-webkit-scrollbar {
    display: none;
  }

  .copyright-text {
    width: 80%;
    margin: auto;
    text-align: center;
  }

  .is-sticky .navz-links {
    display: none !important;
  }

  .side-article img {
    height: 100% !important;
  }
}

/*-------------------- ----------------------*/
.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;

  margin: 0 auto;
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card-department {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.card-department::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card-department::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom,
      hsla(0, 0%, 0%, 0) 0%,
      hsla(0, 0%, 0%, 0.009) 11.7%,
      hsla(0, 0%, 0%, 0.034) 22.1%,
      hsla(0, 0%, 0%, 0.072) 31.2%,
      hsla(0, 0%, 0%, 0.123) 39.4%,
      hsla(0, 0%, 0%, 0.182) 46.6%,
      hsla(0, 0%, 0%, 0.249) 53.1%,
      hsla(0, 0%, 0%, 0.32) 58.9%,
      hsla(0, 0%, 0%, 0.394) 64.3%,
      hsla(0, 0%, 0%, 0.468) 69.3%,
      hsla(0, 0%, 0%, 0.54) 74.1%,
      hsla(0, 0%, 0%, 0.607) 78.8%,
      hsla(0, 0%, 0%, 0.668) 83.6%,
      hsla(0, 0%, 0%, 0.721) 88.7%,
      hsla(0, 0%, 0%, 0.762) 94.1%,
      hsla(0, 0%, 0%, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

@media (min-width: 600px) {
  .card-department {
    height: 416px;
  }
}

.card-department .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.card-department .content>*+* {
  margin-top: 1rem;
}

.card-department .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.card-department .copy {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.card-department .orange-btn {
  cursor: pointer;
  margin-top: 1.5rem !important;
  padding: 0.75rem 1.5rem !important;

  letter-spacing: 0.025rem;

  border: none;
}

.card-department .orange-btn:hover {
  background-color: #222;
}

.card-department .orange-btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

/* Hover effects */
@media (hover: hover) and (min-width: 600px) {
  .card-department::after {
    transform: translateY(0);
  }

  .card-department .content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .card-department .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card-department:hover,
  .card-department:focus-within {
    align-items: center;
  }

  .card-department:hover::before {
    transform: translateY(-4%);
  }

  .card-department:hover::after {
    transform: translateY(-50%);
  }

  .card-department:hover .content {
    transform: translateY(0);
  }

  .card-department:hover .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
}

/*--------------------- -------------------*/

.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 30px;
  max-width: 1200px;
  height: auto;
  box-shadow: 1px 20px 28px rgb(0 0 0 / 0%), 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 5px !important;
  bottom: 70px;
  z-index: 9;
}

.tabs .btn {
  text-decoration: none;
  padding: 14px 25px;
}

.search,
.rest-all {
  text-decoration: none !important;
  padding: 14px 25px !important;
  max-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  justify-content: center !important;
}

.ff-e img {
  height: 414px;
  object-fit: cover;
}

.tabs ul li .tab-header {
  background: #eb6424;
  padding: 14px 25px;
  color: #fff !important;
  font-weight: 400 !important;
  border-radius: 6px 6px 0 0 !important;
}

.tabs input[name="tab-control"] {
  display: none;
}

.tabs ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tabs ul li {
  flex: 1;
  text-align: start;
}

.tabs ul li label {
  color: #9bbaf2;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: block;
}

.tabs ul li label:hover {
  color: #6d9ff7;
}

/*.tabs input#tab1:checked ~ .slider .indicator {*/
/*    width: 34%;*/
/*}*/

.tabs ul li label {
  display: flex !important;
  align-items: center;
  gap: 6px;
}

.tabs input#tab4:checked~.slider {
  width: 21.5%;
}

.tabs input#tab4:checked~.slider .indicator {
  width: 234%;
}

.tabs .slider {
  position: relative;

  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
  height: 4px;
  margin-left: auto;
  background: #eb6424;
  border-radius: 1px;
}

.tabs .content {
  margin-top: 30px;
}

/* Reusable fade + slide animation */
.fade-slide {
  transition: all 0.4s ease-out;
  transform-origin: top;
}

/* State when hidden (Alpine x-show sets display: none) */
.fade-slide[x-cloak],
.fade-slide[style*="display: none"] {
  opacity: 0;
  transform: translateY(10px) scale(0.97);
}

/* Visible state */
.fade-slide {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tabs .content section h2 {
  color: #428bff;
  display: none;
}

.tabs input#tab1:checked~ul li label[for="tab1"],
.tabs input#tab4:checked~ul li label[for="tab4"] {
  color: #428bff;
}

.tabs input#tab1:checked~.slider {
  transform: translateX(0%);
}

.tabs input#tab4:checked~.slider {
  transform: translateX(227%);
}

.tabs input#tab1:checked~.content section:nth-child(1),
.tabs input#tab4:checked~.content section:nth-child(2) {
  display: block;
}

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: normal;
  }

  .tabs {
    width: 92%;
  }

  .tabs ul {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 600px) {

  /*.tabs ul li label span {*/
  /*    display: none;*/
  /*}*/
  /*.tabs .slider {*/
  /*    display: none;*/
  /*}*/
  .tabs .content section h2 {
    display: block;
  }
}

/*--------------------- -------------------*/

/*--------------------- -------------------*/
.wid {
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /*width: 63vw;*/
  /* height: 457px; */
  z-index: 10;
  position: absolute;
  top: 100%;
  left: auto;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border-top: 3px solid #667eea;
  border-radius: 0 0 10px 10px;
}

.mega-content {
  margin: 0 auto;
  /*padding: 27px 2px;*/
  /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px; */
}

.mega-content li {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: start;
}

.wid .department {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5rem;
  align-items: start;
  padding: 40px;
}

.mega-links .dropdown-item {
  position: relative;
  overflow: hidden;
}

.mega-links .dropdown-item:hover {
  background-color: #f8f9fa !important;
  border-left: 3px solid #0d6efd;
  padding-left: 12px !important;
  transform: translateX(2px);
}

.mega-links .dropdown-item.active i,
.mega-links .dropdown-item i {
  color: #009edf !important;
}

.mega-links .dropdown-item.active {
  background-color: #e7f1ff !important;
  border-left: 3px solid #009edf;
  color: #009edf !important;
  font-weight: 500;
}

.mega-links .dropdown-item.loading {
  pointer-events: none;
  opacity: 0.6;
}

.mega-links .dropdown-item.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.department-details .card {
  animation: slideInUp 0.4s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem 0 0 0.375rem;
}

.image-container img {
  transition: opacity 0.3s ease;
}

.object-cover {
  object-fit: cover;
}

.department-details {
  position: relative;
  z-index: 10;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

.mega-links.dep {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  height: 381px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.header-sticky {
  position: relative;
  width: 100%;
  z-index: 10;
  transition: all 0.8s ease-in-out;
}

/* Sticky state */
.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  animation: dropDown 0.8s ease forwards;
}

/* Smooth drop-down animation */
@keyframes dropDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.nav-tabs li {
  text-align: start;
}

.tabz-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  width: 100%;
  text-align: start !important;
  color: #000 !important;
}

.form-control {
  min-height: 44px !important;
}

.social-icons i {
  cursor: pointer;
}

.social-icons i:hover {
  color: #eb6424;
}

.number-box {
  display: inline-block;
  position: relative;
}

.plus {
  font-size: 3rem;
  margin-left: 4px;
}

.reez {
  display: flex;
  align-items: center;
}

.nav-animate {
  margin-bottom: -8px;
}

.copyright-text i,
.copyright-text a,
.copyright-text p {
  font-size: 12px !important;
}

.contact-us a {
  color: #707275 !important;
}

.gallery-large {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* hides overflow */
}

.dropdown-menu-department {
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: absolute;
  top: 100%;
  left: auto;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border-top: 3px solid #667eea;
  border-radius: 0 0 10px 10px;
  width: 100%;
}

.dropdown-menu-department:after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 378px;
  position: absolute;
  inset: 0;
  z-index: -3;
}

button.btn.btn-link.tab-header {
  opacity: 1;
}

.gallery-img-main {
  overflow: hidden;
}

.gallery-img {
  transition: 0.4s ease-in-out transform;
}

.gallery-img:hover {
  transform: scale(1.5);
}

.loader-txt {
  width: 40px;
  height: 40px;
  border: 5px solid black;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*---------------------Event Detail -------------------*/
.event-detail-hero-img {
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.event-detail-meta {
  background: linear-gradient(135deg, #eb6324d0, #eb6424);
  color: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.event-detail-meta h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.event-detail-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-item i {
  color: #ffd700;
}

.event-detail-content {
  font-size: 1.1rem;
  line-height: 2;
  color: #333;
}

.event-detail-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.upcoming-detail-events {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 25px;
  position: sticky;
  top: 20px;
}

.upcoming-detail-events h4 {
  font-weight: 700;
  margin-bottom: 20px;

  padding-bottom: 10px;
}

.upcoming-detail-event-card {
  background: white;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.upcoming-detail-event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.upcoming-detail-event-img {
  width: 100%;
  /*height: auto;*/
  max-height: 250px;

  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.upcoming-detail-event-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.3;
}

.upcoming-detail-event-date {
  font-size: 0.9rem;
  font-weight: 500;
}

.section-detail-divider {
  height: 2px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  margin: 30px 0;
}

.vertical-divider {
  width: 2px;
  background: #212529;
  position: relative;
}

.text_top_setion {
  font-size: 15px;
  line-height: 16px;
}

/**/
.patient-information .section-spacing,
.about .section-spacing {
  padding: 20px 0;
}

.patient-information .section-title,
.about .section-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

.patient-information .section-title::after,
.about .section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right,
      var(--primary-color),
      var(--accent-color));
  border-radius: 2px;
}

/* 
.chairman-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chairman-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.2);
} */

/* .chairman-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover; 
    margin: 2rem auto;
    display: block;
    animation: fadeIn 1s ease;
} */

.chairman-content {
  padding: 1rem 2rem 2rem 2rem;
}

/* .chairman-quote {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
    font-style: italic;
    border-left: 4px solid var(--primary-color);
    padding-left: 1.5rem;
    margin: 1.5rem 0;
} */

/* Vision, Mission, Values */
.vmv-section {
  background: #e2f6ff;
}

.patient-information .vmv-icon {
  margin-bottom: 0px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  padding: 14px;
}

.patient-information .vmv-title {
  font-weight: 600 !important;

  margin-bottom: 0px !important;
  font-size: 1.3rem !important;
}

.vmv-card-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 20px;
}

.vmv-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.process-step {
  text-align: center;
  padding: 20px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #eb6324d0, #eb6424);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 0 auto 20px;
  font-size: 1.2rem;
}

.package-img {
  width: 100%;
  height: 254px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 0px !important;
}

.patient-information .vmv-card {
  padding: 0 !important;
}

.vmv-card-body {
  padding: 1.2rem;
}

.vmv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right,
      var(--primary-color),
      var(--accent-color));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.vmv-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-color);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
}

.vmv-card:hover::before {
  transform: scaleX(1);
}

.vmv-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #eb6324d0, #eb6424);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.vmv-card:hover .vmv-icon {
  transform: rotate(5deg) scale(1.1);
}

.vmv-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark-color);
}

.vmv-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5568;
}

.values-list {
  list-style: none;
  padding: 0;
}

.values-list li {
  padding: 0.4rem 0;
  padding-left: 26px;
  position: relative;
  font-size: 1.05rem;
  color: #4a5568;
}

.values-list li::before {
  content: "✓";
  position: absolute;
  left: 0px;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.1rem;
}

/* Board of Directors */
.board-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.director-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.director-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(102, 126, 234, 0.15);
}

.z-orange {
  color: #f26f2b;
  font-weight: 600;
}

.director-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  /* border: 4px solid var(--primary-color); */
  transition: transform 0.3s ease;
}

.director-card:hover .director-photo {
  transform: scale(1.05);
}

.director-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 0.5rem;
}

.director-position {
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1rem;
}

.director-bio {
  font-size: 0.95rem;
  color: #718096;
  line-height: 1.6;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 1s ease;
}

.choices__list--dropdown,
.choices__list[aria-expanded],
.choices__inner {
  background-color: #ffffff !important;

  border: 1px solid #009edf !important;
}

.choices__inner {
  border-radius: 10.5px !important;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.loading-overlay.active {
  display: block;
  opacity: 1;
}

.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 2rem;
}

.logo-spinner {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  animation: pulse 2s ease-in-out infinite;
}

.spinner-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border: 3px solid rgba(0, 123, 255, 0.1);
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.spinner-ring::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 3px solid transparent;
  border-top-color: rgba(0, 123, 255, 0.3);
  border-radius: 50%;
  animation: spin 2s linear infinite reverse;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(0.95);
  }
}

.loading-text {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
  margin-top: 1rem;
  animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

.loading-placeholder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fafafa;
  /* Soft off-white */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  animation: lo_fadeIn 0.4s ease-out forwards;
}

@keyframes lo_fadeIn {
  to {
    opacity: 1;
  }
}

.loading-placeholder .spinner {
  width: 2.8rem;
  height: 2.8rem;
  border: 3px solid #eaeaea;
  border-left-color: #4b5563;
  /* Gray-600 for subtlety */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-placeholder .loading-card {
  text-align: center;
  padding: 2.5rem 2rem;
  background: white;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  max-width: 320px;
  width: 90%;

  /* Floating animation */
  animation: float 3s ease-in-out infinite;
  transform-origin: center;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.loading-placeholder .logo {
  max-height: 60px;
  margin-bottom: 1.8rem;
  opacity: 0.9;
}

.loading-placeholder .loading-text {
  margin-top: 1.2rem;
  font-size: 0.95rem;
  color: #6b7280;
  /* Gray-500 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
}

.excellence-section {
  background: linear-gradient(135deg, #eb6424 0%, #f74f00de 100%);
  color: #fff;
  padding: 60px 0;
}

.excellence-section .image-column img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
}

.content-wrapper {
  padding-top: 64px !important;
}

.badge-label {
  display: inline-block;
  background: #009edf;
  color: white;
  padding: 12px 38px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.doctors-list .vmv-card-header {
  margin-bottom: 0px !important;
}

.excellence-section .vmv-card-header {
  margin-bottom: 0px;
}

.excellence-section .vmv-card {
  padding: 0px;
}

.excellence-section .vmv-title {
  font-size: 13px;
  font-weight: 700;
}

.excellence-section .vmv-icon {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .image-column {
    margin-bottom: 20px;
  }

  .excellence-section .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hero-title-content {
  position: relative;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 62px !important;
  letter-spacing: -1.44px !important;
  animation: fadeInUp 1s ease forwards;
  display: inline-flex;
}

.hero-title-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 3px;
  background: linear-gradient(to right,
      var(--primary-color),
      var(--accent-color)) !important;
  border-radius: 2px;
  animation: underlineGrow 2s ease forwards 0.5s !important;
}

.hero-content-c {
  opacity: 0;
  animation: fadeInUp 1.4s ease forwards 0.8s !important;
  line-height: 1.8;
  font-size: 1.05rem;
}

.hero-img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  opacity: 1;
  min-height: 43vh;
  object-fit: cover;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes underlineGrow {
  to {
    width: 100%;
  }
}

/*
.doctors-section .vmv-card{
    width: 19vw;
}

*/
@media (max-width: 768px) {
  .hero-title-content {
    font-size: 1.8rem;
  }

}

/*

@media (max-width: 1150px) {

    .doctors-section .vmv-card{
    width: 30vw !important;
}
}



@media (max-width: 500px) {
        .doctors-section .vmv-card{
    width: 45vw !important;
}
    
}
*/



.doctors-section .vmv-title {
  font-size: 1.25rem;
}

.doctors-section .vmv-card {

  padding: 0 !important;
}

.doctors-section .vmv-content {
  margin-bottom: .75rem !important;
}


.doctors-section .vmv-icon {
  width: 35px;
  height: 35px;
}

.department-section {
  margin-bottom: 1.8rem;
}

.dr-list-h {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
}


.doctors-list {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.doctors-list .doctor-c {
  max-width: 300px;
  width: 100%;
}

.doctor-image {
  position: relative;
}

.appointment-book a {
  color: #fff !important;
}

.appointment-book {
  position: absolute;
  bottom: 0;
  background: #eb6424;
  padding: 6px 23px;
  color: #fff !important;
  border-radius: 10px 0px 10px 0px;
}

.view-more-listt a {
  background: #009edf;
  text-align: center;
  padding: 10px 20px !important;
  color: #fff !important;
  border-radius: 8px;
}

.view-more-listt {
  margin-top: 12px;
}

.departments-itt {
  position: absolute;
  top: 24px;
  left: 0px;
  background: #0dcaf0;
  color: #fff;
  padding: 5px 16px;
}

/*.doctor-list-card {*/
/*    text-align: center !important;*/
/*}*/
/* Medium screens (≥768px): 2 columns */
@media (min-width: 768px) {}

/* Large screens (≥992px): 3 columns */
@media (min-width: 992px) {
  .doctors-list {
    flex-direction: row;

    /*grid-template-columns: repeat(3, 1fr);*/
  }

  /* Center single card in middle column */
  .doctors-list:has(:only-child)>*:only-child {
    grid-column-start: 2;
  }
}

.weq {
  display: flex;
}

/*  */

@media (max-width: 992px) {
  .bookz-now {
    display: none !important;
  }

  .custom-container {
    justify-content: space-betwee !important;
    margin-top: 33px !important;
  }

  .logo {
    top: -22% !important;
    left: 16px !important;
  }

  .wrp-mdd {
    justify-content: Center !important;
  }

  .custom-mega-column {
    padding: 0 !important;
  }

  .customnavmenu {
    height: 90vh !important;
    display: flex !important;
  }

  .g-dropz.custom-open::after {
    top: 15% !important;
  }

  .g-dropzz:after {
    content: '';
    z-index: 9999;
    position: absolute;
    right: 26px;
    top: 24%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-right: 2px solid #686868;
    border-bottom: 2px solid #686868;
    pointer-events: none;
  }

  .weq {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
}






/* ========================================
   CONFIGURATION VARIABLES
   ======================================== */
:root {
  --wa-accent: #25D366;
  --wa-accent-hover: #20BD5A;
  --wa-accent-dark: #1DA851;
  --wa-bg-primary: #ffffff;
  --wa-bg-secondary: #f0f2f5;
  --wa-text-primary: #111b21;
  --wa-text-secondary: #667781;
  --wa-border: #e9edef;
  --wa-shadow: rgba(0, 0, 0, 0.1);
  --wa-shadow-lg: rgba(0, 0, 0, 0.15);

  /* Spacing */
  --wa-spacing-xs: 0.25rem;
  --wa-spacing-sm: 0.5rem;
  --wa-spacing-md: 1rem;
  --wa-spacing-lg: 1.5rem;
  --wa-spacing-xl: 2rem;

  /* Border Radius */
  --wa-radius-sm: 0.375rem;
  --wa-radius-md: 0.75rem;
  --wa-radius-lg: 1rem;
  --wa-radius-full: 50%;

  /* Button Sizes */
  --wa-btn-size-mobile: 56px;
  --wa-btn-size-desktop: 64px;

  /* Transitions */
  --wa-transition-fast: 150ms ease;
  --wa-transition-normal: 250ms ease;
  --wa-transition-slow: 350ms ease;

  /* Z-index */
  --wa-z-button: 9998;
  --wa-z-panel: 9999;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  :root {
    --wa-transition-fast: 0ms;
    --wa-transition-normal: 0ms;
    --wa-transition-slow: 0ms;
  }

  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================
   RESET & BASE STYLES
   ======================================== */
.wa-widget * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wa-widget {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--wa-text-primary);
}

/* Hide elements with x-cloak */
[x-cloak] {
  display: none !important;
}

/* ========================================
   FLOATING BUTTON
   ======================================== */
.wa-button {
  position: fixed;
  bottom: 20px;
  width: var(--wa-btn-size-mobile);
  height: var(--wa-btn-size-mobile);
  background: var(--wa-accent);
  border: none;
  border-radius: var(--wa-radius-full);
  cursor: pointer;
  box-shadow: 0 4px 12px var(--wa-shadow-lg);
  z-index: var(--wa-z-button);
  transition: transform var(--wa-transition-normal),
    box-shadow var(--wa-transition-normal),
    opacity var(--wa-transition-normal);
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  animation: slideInButton var(--wa-transition-slow) forwards;
  animation-delay: 500ms;
}

@keyframes slideInButton {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.wa-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px var(--wa-shadow-lg);
}

.wa-button:active {
  transform: scale(1.05);
}

.wa-button:focus-visible {
  outline: 3px solid var(--wa-accent);
  outline-offset: 4px;
}

/* Position variants */
.wa-button.position-right {
  right: 20px;
}

.wa-button.position-left {
  left: 20px;
}

/* Desktop size */
@media (min-width: 768px) {
  .wa-button {
    width: var(--wa-btn-size-desktop);
    height: var(--wa-btn-size-desktop);
    bottom: 24px;
  }

  .wa-button.position-right {
    right: 24px;
  }

  .wa-button.position-left {
    left: 24px;
  }
}

/* Icon */
.wa-button-icon {
  width: 32px;
  height: 32px;
  fill: white;
  transition: transform var(--wa-transition-fast);
}

@media (min-width: 768px) {
  .wa-button-icon {
    width: 36px;
    height: 36px;
  }
}

/* Unread Badge */
.wa-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  background: #ff3b30;
  color: white;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border: 2px solid white;
  animation: badgePulse 2s infinite;
}

@keyframes badgePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* ========================================
   CHAT PANEL
   ======================================== */
.wa-panel {
  position: fixed;
  z-index: var(--wa-z-panel);
  background: var(--wa-bg-primary);
  box-shadow: 0 8px 32px var(--wa-shadow-lg);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--wa-transition-normal),
    transform var(--wa-transition-normal);
}

/* Mobile: slide from bottom */
@media (max-width: 767px) {
  .wa-panel {
    bottom: 0;
    left: 0;
    right: 0;
    height: 85vh;
    max-height: 600px;
    border-radius: var(--wa-radius-lg) var(--wa-radius-lg) 0 0;
    transform: translateY(100%);
  }

  .wa-panel.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

/* Desktop: slide from side */
@media (min-width: 768px) {
  .wa-panel {
    bottom: 100px;
    width: 380px;
    height: 600px;
    border-radius: var(--wa-radius-lg);
    transform: translateX(20px);
  }

  .wa-panel.position-right {
    right: 24px;
  }

  .wa-panel.position-left {
    left: 24px;
    transform: translateX(-20px);
  }

  .wa-panel.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
}

/* ========================================
   PANEL HEADER
   ======================================== */
.wa-header {
  background: var(--wa-accent);
  color: white;
  padding: var(--wa-spacing-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wa-spacing-md);
  border-radius: var(--wa-radius-lg) var(--wa-radius-lg) 0 0;
}

.wa-agent-info {
  display: flex;
  align-items: center;
  gap: var(--wa-spacing-md);
  flex: 1;
}

.wa-avatar {
  width: 48px;
  height: 48px;
  border-radius: var(--wa-radius-full);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.wa-agent-details h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.wa-status {
  font-size: 12px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 6px;
}

.wa-status-dot {
  width: 8px;
  height: 8px;
  border-radius: var(--wa-radius-full);
  background: #fff;
  animation: statusPulse 2s infinite;
}

@keyframes statusPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.wa-close-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: var(--wa-radius-full);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--wa-transition-fast);
}

.wa-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.wa-close-btn:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
}

/* ========================================
   MESSAGES AREA
   ======================================== */
.wa-messages {
  flex: 1;
  overflow-y: auto;
  padding: var(--wa-spacing-md);
  background: var(--wa-bg-secondary);
  display: flex;
  flex-direction: column;
  gap: var(--wa-spacing-md);
}

.wa-messages::-webkit-scrollbar {
  width: 6px;
}

.wa-messages::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.wa-message {
  max-width: 75%;
  padding: var(--wa-spacing-sm) var(--wa-spacing-md);
  border-radius: var(--wa-radius-md);
  word-wrap: break-word;
  animation: messageSlideIn var(--wa-transition-normal) ease;
}

@keyframes messageSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wa-message.received {
  align-self: flex-start;
  background: white;
  color: var(--wa-text-primary);
  box-shadow: 0 1px 2px var(--wa-shadow);
}

.wa-message.sent {
  align-self: flex-end;
  background: #d9fdd3;
  color: var(--wa-text-primary);
}

.wa-message-time {
  font-size: 11px;
  color: var(--wa-text-secondary);
  margin-top: 4px;
  display: block;
}

/* ========================================
   INPUT AREA
   ======================================== */
.wa-input-area {
  padding: var(--wa-spacing-md);
  background: var(--wa-bg-primary);
  border-top: 1px solid var(--wa-border);
  display: flex;
  flex-direction: column;
  gap: var(--wa-spacing-sm);
}

.wa-quick-replies {
  display: flex;
  gap: var(--wa-spacing-sm);
  flex-wrap: wrap;
}

.wa-quick-reply-btn {
  padding: var(--wa-spacing-sm) var(--wa-spacing-md);
  background: white;
  border: 1px solid var(--wa-border);
  border-radius: var(--wa-radius-lg);
  cursor: pointer;
  font-size: 13px;
  color: var(--wa-text-primary);
  transition: all var(--wa-transition-fast);
  white-space: nowrap;
}

.wa-quick-reply-btn:hover {
  background: var(--wa-bg-secondary);
  border-color: var(--wa-accent);
}

.wa-quick-reply-btn:focus-visible {
  outline: 2px solid var(--wa-accent);
  outline-offset: 2px;
}

.wa-input-wrapper {
  display: flex;
  gap: var(--wa-spacing-sm);
  align-items: flex-end;
}

.wa-input {
  flex: 1;
  padding: var(--wa-spacing-md);
  border: 1px solid var(--wa-border);
  border-radius: var(--wa-radius-lg);
  font-size: 14px;
  font-family: inherit;
  resize: none;
  max-height: 120px;
  min-height: 44px;
  line-height: 1.4;
}

.wa-input:focus {
  outline: 2px solid var(--wa-accent);
  border-color: var(--wa-accent);
}

.wa-send-btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: var(--wa-accent);
  color: white;
  border: none;
  border-radius: var(--wa-radius-full);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--wa-transition-fast), transform var(--wa-transition-fast);
}

.wa-send-btn:hover {
  background: var(--wa-accent-hover);
}

.wa-send-btn:active {
  transform: scale(0.95);
}

.wa-send-btn:focus-visible {
  outline: 2px solid var(--wa-accent);
  outline-offset: 2px;
}

.wa-send-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wa-send-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* ========================================
   BACKDROP (Mobile)
   ======================================== */
.wa-backdrop {
  display: none;
}

.gallery-section {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .wa-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: calc(var(--wa-z-panel) - 1);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--wa-transition-normal);
  }

  .wa-backdrop.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}