	
	body
		{
			background:white;
			

		
		
		}
    html, body {
    overflow-x: hidden;
}
a
{
  color: inherit;

}

a:hover
{

  text-decoration: none !important;
  
}

.off-white
{
  color: #C2C2C2 !important;
}
		
		#full
		{

					transition: all 1s;
			display:table-cell;vertical-align: middle;margin:0 auto;text-align: center;
				opacity: 1;
		}


		#img
		{
			border-radius: 1000px;text-align: center;width: 200px;
		}

    .margin-auto
    {
      margin: 0 auto !important;
    }


.navbar-brand img
{
  width: 200px;
}

/* HIDE DEFAULT BOOTSTRAP TOGGLER */
.navbar-toggler {
  display: none;
}

/* MOBILE MENU ICON */
.mobile-menu-toggle {
  position: fixed;
  right: 25px;
  top: 30px;
  z-index: 1000000;

  width: 26px;
  height: 18px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  cursor: pointer;
}

.mobile-menu-toggle span {
  position: absolute;
  height: 2px;
  width: 26px;
  background: #fff;
  transition: all 0.4s ease;
}

/* TOP */
.mobile-menu-toggle span:nth-child(1) {
  top: 0;
}

/* MIDDLE (60%) */
.mobile-menu-toggle span:nth-child(2) {
  width: 16px;
  top: 8px;
  left: 5px;
}

/* BOTTOM */
.mobile-menu-toggle span:nth-child(3) {
  bottom: 0;
}

.mobile-menu-toggle.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  top: 8px;
  bottom: auto;
  transform: rotate(-45deg);
}



/* FULLSCREEN MENU */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* MENU LIST */
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-menu-list li {
  margin: 14px 0;
  opacity: 0;
  transform: translateY(20px);
  animation: none;

}


.mobile-menu-overlay.active .mobile-menu-list li {
  animation: menuFadeUp 0.5s ease forwards;
}

.mobile-menu-overlay.active .mobile-menu-list li:nth-child(1) { animation-delay: 0.1s; }
.mobile-menu-overlay.active .mobile-menu-list li:nth-child(2) { animation-delay: 0.2s; }
.mobile-menu-overlay.active .mobile-menu-list li:nth-child(3) { animation-delay: 0.3s; }
.mobile-menu-overlay.active .mobile-menu-list li:nth-child(4) { animation-delay: 0.4s; }
.mobile-menu-overlay.active .mobile-menu-list li:nth-child(5) { animation-delay: 0.5s; }
.mobile-menu-overlay.active .mobile-menu-list li:nth-child(6) { animation-delay: 0.6s; }

.mobile-menu-list a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
      font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.mobile-menu-list a:hover {
  color: #d4a64a;
  font-size: 18px;
  text-decoration: none;
      font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* LOGO AT BOTTOM */
.mobile-menu-logo {
  position: absolute;
  bottom: 40px;
}

.mobile-menu-logo img {
  width: 160px;
}


.zeno-title01
{
    font-size: 42px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;

}


.zeno-title01
{
    font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;

}

.zeno-caption01
{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zeno-content02
{ font-size: 16px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;

  color: #E8E8E8;
  }

.zeno-content01
{ font-size: 16px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;

  color: #555;
  line-height: 1.7;}



/* ANIMATION */
@keyframes menuFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE MENU CTA */
.mobile-menu-cta {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
}

/* CTA ENTRY ANIMATION */
.mobile-menu-overlay.active .mobile-menu-cta {
  animation: menuFadeUp 0.5s ease forwards;
  animation-delay: 0.7s;
}


		.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.full-body-optimize
{
max-width: 1250px !important;margin:0 auto;
padding-left: 15px !important;
padding-right: 15px !important;

}


.full-body-optimize-header
{
max-width: 1400px !important;
padding-left: 15px !important;
padding-right:15px !important;
padding-top: 20px !important;
padding-bottom: 20px !important;
text-align: center !important;
margin: 0 auto !important;

}

p{
	font-family: 'Poppins', sans-serif;
			font-size: 14px;
	
			color: #6D6D6D;
}


h5
{

	padding-top: 50px;
	font-family: 'Playfair Display', serif;
}

#underline
{
	width: 25px;
	background-color: black;
	margin:0 auto;
	height: 1.5px;
	margin-bottom: 30px;
}

/* HEADER BACKGROUND */
.zeno-header {
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

/* NAV LINKS */
.zeno-menu .nav-link {
  color: #fff;

  margin: 0 12px;
  transition: color 0.3s ease;
   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zeno-menu .nav-link:hover,
.zeno-menu .nav-link.active {
  color: #d4a64a; /* premium gold */
}

/* GOLD BUTTON - ZENO BRAND */
.zeno-btn-gold {
  background: linear-gradient(
    135deg,
    #E6BE6A,
    #D4A64A,
    #B8892E
  );
  color: black;
  padding: 10px 26px;
  border-radius: 5px;
  border: none !important;
 
  font-size: 15px;
  letter-spacing: 0.3px;
  text-decoration: none;
  display: inline-flex;
   font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  align-items: center;
  transition: all 0.35s ease;
  box-shadow: 0 4px 14px rgba(212, 166, 74, 0.35);
}

/* SLASH STYLE */
.zeno-btn-gold span {
  margin: 0 6px;
  opacity: 0.8;
}

/* HOVER EFFECT */
.zeno-btn-gold:hover {
  background: linear-gradient(
    135deg,
    #F0CD7C,
    #E0B45A,
    #C99938
  );
  color: black;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(212, 166, 74, 0.55);
}

/* ACTIVE / CLICK */
.zeno-btn-gold:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(212, 166, 74, 0.4);
}


/* NAVBAR TOGGLER (WHITE ICON) */
.navbar-toggler {
  border-color: rgba(255,255,255,0.3);
}

.navbar-toggler-icon {
  filter: invert(1);
}


		b
		{
			font-weight: normal;
		}


/* HERO WRAPPER */
.zeno-hero {
  height:75vh;
  background: linear-gradient(120deg, #ffffff, white);
  background-size: 200% 200%;
  animation: heroGradient 8s ease infinite;
  margin-top: 95px;
}


.carousel-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/dental-clinic.png"); /* replace later */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

/* KEEP CONTENT ABOVE BACKGROUNDS */
.zeno-hero > * {
  position: relative;
  z-index: 2;
}


/* GRADIENT ANIMATION */
@keyframes heroGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* FULL HEIGHT CAROUSEL */
.zeno-hero .carousel,
.zeno-hero .carousel-inner,
.zeno-hero .carousel-item {
  height: 100%;
}



/* TEXT STYLES */
.hero-title {
	
  font-size: 44px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;

  color: #000;
  margin-bottom: 18px;
}

/* RIGHT IMAGE COLUMN - BOTTOM ALIGN */
.hero-image-col {
  display: flex;
  align-items: flex-end;   /* bottom alignment */
  justify-content: right;
  height: 100%;
}

/* IMAGE */
.hero-image {
  max-width: 90%;
  height: auto;
  align-self: flex-end;
}
.hero-desc {
  font-size: 17px;
  color: #555;
   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 28px;
  line-height: 1.6;
}

/* IMAGE */
.hero-image {
  max-width: 80%;
  height: auto;
}

/* ANIMATION BASE */
.animate-item {
  opacity: 0;
  transform: translateX(40px);
}

/* ACTIVE SLIDE ANIMATIONS */
.carousel-item.active .animate-item {
  animation: slideFadeIn 0.9s ease forwards;
}

.carousel-item.active .animate-item:nth-child(1) {
  animation-delay: 0.2s;
}

.carousel-item.active .animate-item:nth-child(2) {
  animation-delay: 0.4s;
}

.carousel-item.active .animate-item:nth-child(3) {
  animation-delay: 0.6s;
}

/* SLIDE + FADE */
@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* STEP ICON */
.zeno-step-icon {
  font-size: 36px;
  color: #d4af37; /* Zeno golden theme */
  margin-bottom: 10px;
  display: inline-block;
}

/* Optional: slightly reduce icon size on mobile */
@media (max-width: 768px) {
  .zeno-step-icon {
    font-size: 36px;
    margin-bottom: 8px;
  }
}



/* ABOUT SECTION */
.zeno-about {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 70px;
}

/* IMAGE */
.zeno-about-img {
  border-radius: 12px;
}

/* BADGE */
.zeno-badge {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #b8892e;
  background: rgba(212, 166, 74, 0.12);
  border-radius: 5px;
  letter-spacing: 0.3px;
}




/* TITLE */
.zeno-about-title {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;

  color: #000;
  margin-bottom: 16px;
}

/* DESCRIPTION */
.zeno-about-desc {
  font-size: 16px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;

  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* BULLET LIST */
.zeno-about-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.zeno-about-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
    font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;

  color: #333;
}

.zeno-about-list li img {
  width: 26px;
  margin-right: 12px;

}

/* THINGS TO KNOW */
.zeno-things-to-know {
  padding: 80px 0 60px;
  background-color: #fff;
}

.zeno-poster-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 10px;
}

.zeno-poster-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  flex: 0 0 calc((100% - 50px) / 6);
}

.zeno-poster-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
  transition: transform 0.35s ease;
}

.zeno-poster-item:hover img {
  transform: scale(1.05);
}

.zeno-poster-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.zeno-poster-item:hover .zeno-poster-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.zeno-poster-overlay i {
  color: #fff;
  font-size: 26px;
  transition: transform 0.3s ease;
}

.zeno-poster-item:hover .zeno-poster-overlay i {
  transform: scale(1.15);
}

/* LIGHTBOX */
.zeno-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.zeno-lightbox.active {
  opacity: 1;
  pointer-events: all;
}

.zeno-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}

.zeno-lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zeno-lightbox-content img {
  max-width: 90vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}

.zeno-lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 2;
}

.zeno-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.zeno-lightbox-open {
  overflow: hidden;
}

@media (max-width: 992px) {
  .zeno-poster-item {
    flex: 0 0 calc((100% - 20px) / 3);
  }
}

@media (max-width: 768px) {
  .zeno-poster-item {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}

@media (max-width: 480px) {
  .zeno-poster-item {
    flex: 0 0 100%;
  }
}

/* SECTION BASE */
.zeno-highlight {
  position: relative;
  width: 100%;
  min-height: 600px;
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.8) 35%,
      rgba(0, 0, 0, 0.7) 60%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/20260131_113034.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

/* CONTENT WRAPPER */


/* CONTENT WRAPPER */
.zeno-highlight-content {
  width: 50%;
  padding-left: 5%;
}

/* STATEMENT TEXT */
.zeno-highlight-text {
  font-size: 34px;

  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: linear-gradient(
    120deg,
        white,
    white,
    white,
    white
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: goldTextShine 6s linear infinite;
}

/* LOGO BELOW TEXT */
.zeno-highlight-logo {
  margin-top: 24px;
}

.zeno-highlight-logo img {
  width: 180px;   /* adjust if needed */
  height: auto;
}



/* SECTION BASE */
.zeno-how-it-works {
  background: #fafafa;
  padding-top: 75px;
  padding-bottom: 75px;
}

/* FLOW CONTAINER */
.zeno-flow {
  justify-content: center;
  align-items: stretch;
}

/* CARD */
.zeno-work-card {
  position: relative;
  background: #fff;
  padding: 40px 20px 24px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  height: 100%;
  text-align: center;
}

/* WATERMARK NUMBER */
.step-watermark {
  display: none;
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins", sans-serif;

  font-style: normal;
  opacity: 0.08;

  background: linear-gradient(
    120deg,
    #e6be6a,
    #d4a64a,
    #b8892e
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CARD TEXT */
.zeno-work-card h5 {
  margin-top: -25px;
 font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

.zeno-work-card p {
  font-size: 14px;

  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #A3A3A3;
  line-height: 1.5;
}

/* ARROW (DESKTOP) */
.flow-arrow {
  display: none;
}


/* SECTION */
.zeno-why {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #E6BE6A,
    #D4A64A,
    #B8892E
  );
}

.zeno-footer {
  background: #0e0e0e;
  color: #ccc;
  position: relative;

  padding: 70px 20px 0;
}

.zeno-footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* Column 1 */
.zeno-footer-logo {
  max-width: 175px;
  margin-bottom: 15px;
}

.zeno-footer-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #aaa;


  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zeno-footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #d4af37;
  margin-right: 10px;
  transition: background 0.3s ease;

}

.zeno-footer-social a:hover {
  background: #d4af37;
  color: #111;
}

/* Headings */
.zeno-footer-col h4 {

  font-size: 44px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
}

/* Links */
.zeno-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zeno-footer-col ul li {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;

}
.zeno-footer-content01
{
font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}

.zeno-footer-col ul li a {
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zeno-footer-col ul li a:hover {
  color: #d4af37;
}

/* Contact */
.zeno-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.zeno-footer-contact i {
  color: #d4af37;
  margin-top: 3px;
}

.zeno-whatsapp-btn {
  display: inline-flex;
  align-items: center;

  color: #000 !important;
}

.zeno-whatsapp-btn i {
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -2px;
  color: #000 !important;
}

.zeno-whatsapp-btn span {
  line-height: 1;
}


/* Bottom */
.zeno-footer-bottom {
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #777;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* Responsive */
@media (max-width: 900px) {
  .zeno-footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .zeno-footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


/* WRAPPER */
/* WRAPPER */
.zeno-why-wrapper {
  display: flex;
  position: relative;
  align-items: stretch; /* IMPORTANT */
}

/* IMAGE SIDE */
.zeno-why-image {
  width: 60%;
  display: flex;
}

.zeno-why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT PANEL */
.zeno-why-content {
  position: absolute;
  left: 48%;               /* ~80% of image width */
  top: 50%;
  transform: translateY(-50%);
  width: 52%;

  /* ❌ REMOVE height: 90% */
  /* Height now auto, driven by content */

  background: linear-gradient(
    135deg,
    white,
    white,
    #f7d694
  );

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  display: flex;
  align-items: center;
}

/* INNER CONTENT */
.zeno-why-inner {
  padding: 60px 56px;
  width: 100%;
}


/* MEDIUM DESKTOP FIX */
@media (max-width: 1400px) and (min-width: 992px) {

  .zeno-why-wrapper {
    align-items: flex-start;
  }

  .zeno-why-content {
    position: relative;   /* KEY FIX */
    left: auto;
    top: auto;
    transform: none;

    width: 52%;
    margin-left: -12%;    /* visual overlap */
    margin-top: 40px;
    margin-bottom: 40px;
  }
}


/* TEXT */
.zeno-why-inner h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin: 18px 0;
}

.zeno-why-intro {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 22px;
  line-height: 1.6;
}

/* FEATURE LIST */
.zeno-why-features {
  margin-top: 28px;
}

/* SINGLE FEATURE */
.zeno-feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.zeno-feature:last-child {
  border-bottom: none;
}

/* NUMBER ICON */
.zeno-feature-icon {
  font-size: 22px;
  font-weight: 200;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(
    135deg,
    #E6BE6A,
    #D4A64A,
    #B8892E
  );
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: white;
}

/* TEXT */
.zeno-feature-text h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000;
}

.zeno-feature-text p {
  font-size: 14px;
  color: #6D6D6D;
  line-height: 1.5;
  margin: 0;
}


/* SHOW ARROWS ON DESKTOP */
@media (min-width: 992px) {
  .zeno-flow-item {
    position: relative;
  }

  .flow-arrow {
    display: block;
    position: absolute;
    right: -18px;
    top: 50%;
    width: 36px;
    height: 2px;
    background: #d4a64a;
  }

  .flow-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    border-left: 6px solid #d4a64a;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }

  /* HIDE ARROW FOR LAST STEP */
  .zeno-flow-item:last-child .flow-arrow {
    display: none;
  }



}



/* SECTION BASE */
.zeno-eligibility {

  padding-top: 50px;
  padding-bottom: 75px;
}

.zeno-eligibility-sub {
  max-width: 560px;
  margin: 0 auto;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

/* CARD */
.zeno-eligibility-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(212, 166, 74, 0.18);

  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
  padding: 15px;
  border: 1px solid #e8e8e8;

}

/* IMAGE */
.zeno-eligibility-card img {
  width:150px; ;
  object-fit: cover;
}

/* CONTENT */
.zeno-eligibility-card .card-body {



  padding: 20px;
  text-align: left;
}

.zeno-eligibility-card h5 {

 font-size: 17px;

  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;

  margin-bottom: 6px;
 
}

.zeno-eligibility-card p {
  font-size: 14px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #A3A3A3;
  line-height: 1.5;
  margin: 0;
}

/* HOVER EFFECT */
.zeno-eligibility-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}


.zeno-result-section {
  position: relative;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: white;
  overflow: hidden;
}

.zeno-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
  padding-top: 0px !important;
  margin-top: -50px;
}

/* Text */
.zeno-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #111;
}

.zeno-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 35px;
  max-width: 500px;
}

/* Cards Wrapper */
.zeno-after-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 30px !important;
  padding-bottom: 100px;
}

/* 🔥 Specific card class */
/* Golden White Gradient Cards */
.zeno-after-card {
  background: linear-gradient(
  135deg,
  #ffffff 0%,
  #fdfaf2 50%,
  #f3e6c9 100%
);
  padding: 18px 22px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.25); /* soft gold border */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zeno-after-card h4 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #8a6a1f; /* rich muted gold */
  font-weight: 600;
}

.zeno-after-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.zeno-after-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(212, 175, 55, 0.25);
}

/* Image */
.zeno-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.zeno-image img {
  width: 100%;
  max-width: 520px; /* increased from 420px */
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}

@media (max-width: 900px) {
  .zeno-result-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .zeno-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .zeno-image {
    align-items: flex-end; /* 🔥 stick to bottom */
    margin-top: -100px;
  }

  .zeno-image img {
    display: block;        /* 🔥 removes inline gap */
    width: 100%;
    max-width: 100%;
    height: auto;

    margin-bottom: 0;     /* 🔥 ensure no spacing */
    border-radius: 20px 20px 0 0; /* clean edge */
  }
}




/* MOBILE STACKING */
@media (max-width: 991px) {
  .zeno-flow-item {
    margin-bottom: 32px;
    text-align: center;
  }

  /* DOWN ARROW */
  .flow-arrow {
    display: block;
    margin: 16px auto 0;
    width: 2px;
    height: 24px;
    background: #d4a64a;
  }

  .flow-arrow::after {
    content: "";
    position: absolute;
    margin-left: -4px;
    margin-top: 18px;
    border-top: 6px solid #d4a64a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  .zeno-flow-item:last-child .flow-arrow {
    display: none;
  }


    /* SECTION RESET */
  .zeno-why-wrapper {
    flex-direction: column;
    min-height: auto;

  }

  /* IMAGE FULL WIDTH */
  .zeno-why-image {
    width: 100%;
    height: 260px;
  }

  .zeno-why-image img {
    height: 100%;
    object-fit: cover;
  }

  /* CONTENT PANEL FULL WIDTH */
  .zeno-why-content {
    position: relative;
    width: 95%;
    height: auto;
    transform: none;
    padding-top: 20px;
    padding-bottom: 50px;
  
    margin: 0 auto;
    top: -75px;
    left: 0;
  }

  /* INNER CONTENT */
  .zeno-why-inner {
    padding: 36px 20px;
    max-width: 100%;
  }



  .zeno-why-intro {
    font-size: 15px;
  }

  /* FEATURES STACK */
  .zeno-why-features {
    margin-top: 20px;
  }

  .zeno-feature {
    gap: 14px;
    padding: 14px 0;
  }

  /* NUMBER ICON SCALE */
  .zeno-feature-icon {
    min-width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .zeno-feature-text h6 {
    font-size: 14px;
  }

  .zeno-feature-text p {
    font-size: 13.5px;
  }

}

/* CARD HOVER EFFECT */
.zeno-card {
  transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.zeno-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* WATERMARK REACTS ON HOVER */
.zeno-card:hover .step-watermark {
  opacity: 0.14;
}



		@media(max-width: 1101px)
{
.full-body-optimize
{
	max-width: 100% !important;
width: 100% !important;
padding-left: 15px !important;
padding-right: 15px !important;overflow-x: hidden;
}


.full-body-optimize-header
{
	max-width: 100% !important;
width: 100% !important;
padding-left: 0px !important;
padding-right: 0px !important;overflow-x: hidden;

padding-top: 15px !important;
padding-bottom: 15px !important;

}
}

/* MOBILE HERO OPTIMIZATION */
@media (max-width: 992px) {



.navbar-brand img
{
  width: 150px;
  position: relative;
  left: -15px;
}
  .zeno-hero {
    height: auto;
  margin-top: 75px;

  }

  /* STACK CONTENT PROPERLY */
  .zeno-hero .row {
    flex-direction: column;
  }

  /* CONTENT FIRST */
  .hero-content {
    text-align: left;

    padding-top: 50px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .hero-desc {
    font-size: 15px;
  }

  /* IMAGE SECOND - FULL WIDTH BOTTOM */
  .hero-image-col {
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
  }

  .hero-image {
    margin-top: 50px;
    max-width: 75%;
    height: auto;
  }

  .zeno-highlight-content {
  width:99%;
  padding-left:15px;
  padding-right: 15px;
  
}


/* STATEMENT TEXT */
.zeno-highlight-text {
  font-size: 24px;

  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: linear-gradient(
    120deg,
        white,
    white,
    white,
    white
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: goldTextShine 6s linear infinite;
}

.zeno-highlight {
  position: relative;
  width: 100%;
  margin-top: -30px;
  min-height: 450px;
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.8) 35%,
      rgba(0, 0, 0, 0.7) 60%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/20260131_113034.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

}

















.zeno-jumbtron-hero {
  width: 100%;
  height: 60vh; /* 🔥 50% of screen height */
  background: 
    linear-gradient(
      to left,
      rgba(0,0,0,0.8) 100%,
      rgba(0,0,0,0.8) 100%
    ),
    url("../img/about-hero-bg.jpg") center / cover no-repeat;
  position: relative;
  margin-top: 90px;
}

/* Overlay wrapper */
.zeno-jumbtron-hero-overlay {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end; /* 🔥 bottom aligned */
}

/* Content */
.zeno-jumbtron-hero-content {
  max-width: 700px;
  padding: 40px 60px;
  color: #fff;
}

.zeno-jumbtron-hero-content h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.zeno-jumbtron-hero-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
  max-width: 600px;
}


.zeno-hero-divider {
  background-color: #fff;
  width: 99%;
  height: 0.5px;
  opacity: 0.2 !important;
  margin: 15px 0;
}


/* Base animation state */
.zeno-hero-animate {
  opacity: 0;
  transform: translateY(24px);
  animation: zenoFadeUp .4s ease-out forwards;
}

/* Delays for smooth flow */
.zeno-delay-1 { animation-delay: 0.1s; }
.zeno-delay-2 { animation-delay: 0.2s; }
.zeno-delay-3 { animation-delay: 0.3s; }
.zeno-delay-4 { animation-delay: 0.5s; }

/* Keyframes */
@keyframes zenoFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.zeno-hero-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d4af37; /* gold */
  border: 1px solid rgba(212, 175, 55, 0.6);
  border-radius: 5px;
  background: rgba(212, 175, 55, 0.1);
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

/* Extra subtle animation lead-in */
.zeno-delay-0 {
  animation-delay: 0.05s;
}



.zeno-about-images {
  position: relative;
  width: 100%;
  max-width: 520px;
}

/* Primary Image */
.zeno-about-img-primary {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* Secondary Image */
.zeno-about-img-secondary {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 55%;
  border-radius: 16px;
  object-fit: cover;
  border: 6px solid #fff; /* clean modern separation */
}

@media (max-width: 991px) {
  .zeno-about-images {
    max-width: 100%;
    padding-right: 20px; /* breathing space */
  }

  .zeno-about-img-primary {
    border-radius: 18px;
  }

  .zeno-about-img-secondary {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 60%;
    border-radius: 14px;
    border: 4px solid #fff;
  }
}

@media(max-width: 992px)
{
   .zeno-jumbtron-hero {
    height: 55vh; /* slightly taller on mobile */
    margin-top: 75px;
  }
}


/* Mobile adjustments */
@media (max-width: 768px) {
  .zeno-jumbtron-hero {
    height: 45vh; /* slightly taller on mobile */
    margin-top: 75px;
  }

  .zeno-jumbtron-hero-content {
    padding: 30px 20px;
  }

  .zeno-jumbtron-hero-content h1 {
    font-size: 30px;
  }

  .zeno-jumbtron-hero-content p {
    font-size: 14px;
  }
}





/* SECTION */
.zeno-mvv {
  padding: 100px 0;
  background: #f7f8fa;
}

/* HEADER */
.zeno-mvv-header {

  margin-bottom: 60px;
  text-align: center;
}

.zeno-mvv-title {

  margin: 12px 0;
}

/* CARD */
.zeno-mvv-card {
  position: relative;
  background: #fff;
  padding: 35px 30px 70px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
}

.zeno-mvv-card h4 {
  font-size: 20px;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}

.zeno-mvv-card p {
  font-size: 14px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

.zeno-mvv-card ul {

  margin-top:50px;
  border-top: 1px solid #dadada;
  padding-top: 50px;
}

.zeno-mvv-card ul li {
  margin-bottom: 8px;
  font-size: 14px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #555;
}

/* ICON BADGE */
.zeno-mvv-icon {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  background: linear-gradient(
    135deg,
    #E6BE6A,
    #D4A64A,
    #B8892E
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 18px;
}


/* Tick Bullet List */
.zeno-mvv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zeno-mvv-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

/* Gold Filled Tick */
.zeno-mvv-list li::before {
  content: "\f00c"; /* Font Awesome check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #f3e6c9);
  color: #111;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HOVER EFFECT */
.zeno-mvv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

/* MOBILE */
@media (max-width: 768px) {
  .zeno-mvv {
    padding: 70px 0;
  }

  .zeno-mvv-title {
    font-size: 30px;
  }
}


.zeno-our-story {
  width: 100%;
  padding: 90px 20px;
  background: linear-gradient(
    180deg,
    #0e0e0e 0%,
    #141414 100%
  );
  text-align: center;
}

.zeno-our-story-content {
  max-width: 900px;
  margin: auto;
  color: #fff;
}

/* Badge */
.zeno-story-badge {
  margin-bottom: 14px;
  display: inline-block;
}

/* Title */
.zeno-story-title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 18px;
}

/* Text */
.zeno-story-text {
  font-size: 16px;
  line-height: 1.8;
  color: #d0d0d0;
  max-width: 780px;
  margin: 0 auto 30px;
}

/* Divider */
.zeno-story-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(135deg, #d4af37, #f3e6c9);
  margin: 0 auto 12px;
  border-radius: 2px;
}

/* Year / Note */
.zeno-story-year {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d4af37;
}

/* Mobile */
@media (max-width: 768px) {
  .zeno-our-story {
    padding: 70px 20px;
  }

  .zeno-story-title {
    font-size: 30px;
  }

  .zeno-story-text {
    font-size: 14px;
  }
}








.zeno-why-expandable {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #fafafa;
}

/* CARD */
.zeno-expand-card {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

/* SUMMARY */
.zeno-expand-summary {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 30px;
}

.zeno-expand-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #f3e6c9);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;



}

.zeno-expand-icon {
  flex-shrink: 0;

  min-width: 56px;
  min-height: 56px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}


.zeno-expand-text h4 {
  margin-bottom: 4px;
  font-size: 24px;
    font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zeno-expand-text p {
  font-size: 14px;

  color: #666;
}

/* PLUS BUTTON */
.zeno-expand-btn {
  margin-left: auto;
  line-height: 1;
 
  border-radius: 50%;
  border: none;
  background: rgba(212,175,55,0.15);
  color: #d4af37;
  font-size: 22px;
  cursor: pointer;
  transition: transform 0.3s ease;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 42px;
  min-height: 42px;

  border-radius: 50%;
  flex-shrink: 0;
}

.zeno-expand-btn span{
  position:relative;top: -2px;
}

/* EXPANDED BODY */
.zeno-expand-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.zeno-expand-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  padding: 30px;
}

.zeno-expand-content p {

  line-height: 1.7;
  color: #555;
  margin-bottom: 18px;
}

/* LIST */
.zeno-expand-list {
  list-style: none;
  padding: 0;
}

.zeno-expand-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #555;
}

.zeno-expand-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #f3e6c9);
  color: #111;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zeno-expand-image img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

/* ACTIVE STATE */
.zeno-expand-card.active .zeno-expand-body {
  max-height: 1000px;
}

.zeno-expand-card.active .zeno-expand-btn {
  transform: rotate(45deg);
}

.zeno-why-header
{
  text-align: center;
}
.zeno-why-title
{
  margin-top: 10px;

}

.black
{
  color: black !important;
}

.white
{
  color: white !important;
}

.zeno-why-desc
{
  color: #6D6D6D;
 margin: 0 auto;
}
/* Desktop: vertically center expanded content */
@media (min-width: 769px) {
  .zeno-expand-grid {
    align-items: center; /* 🔥 vertical centering */
  }
}
/* MOBILE FIX FOR EXPANDED CONTENT */
@media (max-width: 768px) {

    .zeno-expand-summary {
    align-items: center;
  }

  .zeno-expand-btn,
  .zeno-expand-icon {
    border-radius: 50%;
  }



.zeno-expand-text h4 {
  margin-bottom: 4px;
  font-size: 22px;
    font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}



   .zeno-expand-icon {
    min-width: 44px;
    min-height: 44px;
    font-size: 16px;
  }

  /* Stack expanded content vertically */
  .zeno-expand-grid {
    grid-template-columns: 1fr;   /* 🔥 single column */
    gap: 24px;
  }

  /* Image full width */
  .zeno-expand-image img {
    width: 100%;
    border-radius: 16px;
  }

  /* Reduce padding for better mobile spacing */
  .zeno-expand-body {
    padding-bottom: 10px;
  }

  .zeno-expand-grid {
    padding: 20px;
  }

  /* Make summary area tighter */
  .zeno-expand-summary {
    padding: 22px 20px;
  }

  /* Slightly smaller icon */
  .zeno-expand-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}


/* SECTION */
.zeno-why-quality {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(
    180deg,
    #000000 0%,
    #121212 100%
  );
}


/* BLOCK */
.zeno-quality-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 20px;
background: #121212;
border: 1px solid rgba(255,255,255,0.1);


  padding: 15px;
  border-radius: 10px;

}

.zeno-quality-block.reverse {
  grid-template-columns: 1fr 1fr;
}

.zeno-quality-block.reverse .zeno-quality-content {
  order: 2;
}

/* IMAGE */
.zeno-quality-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* CONTENT */
.zeno-quality-content h3 {
  color: white;
  margin-bottom: 12px;
}

.zeno-quality-content p {

  
  color: #F0F0F0;
  margin-bottom: 18px;
}

/* LIST */
.zeno-quality-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zeno-quality-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
   font-size: 14px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #BABABA;
}

/* Gold circle tick */
.zeno-quality-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #f3e6c9);
  color: #111;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MOBILE */
@media (max-width: 991px) {
  .zeno-quality-block,
  .zeno-quality-block.reverse {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .zeno-quality-block.reverse .zeno-quality-content {
    order: 0;
  }

  .zeno-why-quality {
    padding: 80px 0;
  }
}


.zeno-designed-care {
  padding: 90px 0;
  background: linear-gradient(
    180deg,
    #f6ecd2 0%,
    #fdfaf2 50%,
    #ffffff 100%
  );
  text-align: center;
}

.zeno-care-content {
  max-width: 900px;
  margin: auto;
  color: #111;
}

.zeno-designed-care h2 {
  font-size: 34px;
  line-height: 1.3;
  margin: 18px 0;
  color: #111;
}

.zeno-designed-care p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  max-width: 760px;
  margin: 0 auto 30px;
}

/* Divider */
.zeno-care-divider {
  width: 90px;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(
    135deg,
    #d4af37,
    #f3e6c9
  );
  border-radius: 2px;
}

/* Mobile */
@media (max-width: 768px) {
  .zeno-designed-care {
    padding: 70px 20px;
  }

  .zeno-designed-care h2 {
    font-size: 28px;
  }

  .zeno-designed-care p {
    font-size: 14px;
  }
}



.zeno-clear-aligners-div img
{
border-radius: 10px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Clear Aligner Bullet Grid */
.zeno-aligner-list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 columns desktop */
  gap: 16px 18px;
}

/* Individual Box */
.zeno-aligner-list li {
  position: relative;
  padding: 16px 18px 16px 46px;

  line-height: 1.6;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  border: 1px solid #EBEBEB;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #555;
}

/* Gold → Black Tick */
.zeno-aligner-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #d4af37 0%,
    white 100%
  );
  color: black;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.zeno-aligner-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);
}


/* SECTION */
.zeno-aligner-visual {
  padding-top: 50px;
padding-bottom: 100px;
  background: #FAFAFA;
}

/* HEADER */
.zeno-visual-header {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;

}

/* STEPS GRID */
.zeno-visual-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* STEP */
.zeno-visual-step {
  text-align: center;
  padding: 15px;
  padding-bottom: 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #EBEBEB;
}

.zeno-visual-step img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  object-fit: cover;
  background-color: #F2F2F2;
    border: 1px solid #EBEBEB;
}

.zeno-visual-step h4 {
    

  margin-bottom: 6px;
}



/* Hover (subtle) */
.zeno-visual-step:hover img {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

/* TABLET */
@media (max-width: 991px) {
  .zeno-visual-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* MOBILE */
@media (max-width: 576px) {


.zeno-expand-text h4 {
  margin-bottom: 4px;
  font-size: 18px;
    font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
  .zeno-visual-steps {
    grid-template-columns: 1fr;
  }

  .zeno-aligner-list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
  display: grid;
  grid-template-columns: 1fr; /* 2 columns desktop */
  gap: 16px 18px;
}
}


/* HOW IT WORKS */
/* =========================================================
   ZENO – HOW IT WORKS TIMELINE (FINAL FIXED)
   ========================================================= */

.zeno-how-it-works {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f8fafc;
}

/* HEADER */
.zeno-how-header {
  margin-bottom: 80px;
}

/* TIMELINE WRAPPER */
.zeno-timeline {
  position: relative;
}

/* VERTICAL LINE – DESKTOP */
.zeno-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e7eb;
  left: 50%;
  transform: translateX(-50%);
}

/* TIMELINE ITEM */
.zeno-timeline-item {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: flex-start; /* ✅ KEY FIX: TOP ALIGN */
  margin-bottom: 80px;

  /* animation */
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.zeno-timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

/* DOT */
.zeno-timeline-dot {
  grid-column: 2;
  width: 14px;
  height: 14px;
  background: #d4a64a;
  border-radius: 50%;

  /* aligns dot with top of card */
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;

  position: relative;
  z-index: 2;
}

/* CARD */
.zeno-timeline-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  width: 100%; /* ✅ prevents width shrink */
  box-sizing: border-box;
}

.zeno-timeline-card img {
  display: none;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
}

/* LEFT CARD */
.zeno-timeline-item.left .zeno-timeline-card {
  grid-column: 1;
  text-align: left;
}

/* RIGHT CARD */
.zeno-timeline-item.right .zeno-timeline-card {
  grid-column: 3;
  text-align: left;
}

/* =========================================================
   MOBILE VIEW – FIXED WIDTH & ALIGNMENT
   ========================================================= */
@media (max-width: 768px) {

  /* Timeline line */
  .zeno-timeline::before {
    left: 20px;
    transform: none;
  }

  /* Timeline item */
  .zeno-timeline-item {
    grid-template-columns: 40px 1fr;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  /* Dot */
  .zeno-timeline-dot {
    grid-column: 1;
    margin-top: 26px;
    margin-left: 13px;
  }

  /* 🔥 CRITICAL FIX */
  .zeno-timeline-item.left .zeno-timeline-card,
  .zeno-timeline-item.right .zeno-timeline-card {
    grid-column: 2 !important;
    width: 100%;
    text-align: left !important;
    padding: 28px;
  }
}



/* =========================================================
   ZENO – HOW IT WORKS SUMMARY
   ========================================================= */


.how-it-works-badge
{
  margin-top: 0px;
}
.zeno-how-summary {
  padding: 60px;
  background: #ffffff;
}

/* IMAGE */
.zeno-summary-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* STEPS LIST */
.zeno-summary-steps {
  list-style: none;
  padding: 0;
  margin: 30px 0 20px;
}

.zeno-summary-steps li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
   font-size: 14px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;  color: #374151;
}

.zeno-summary-steps li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
 min-width: 42px;
  height: 42px;
  border-radius: 50%;
    background: linear-gradient(
    135deg,
    #E6BE6A,
    #D4A64A,
    #B8892E
  );
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: white;
 font-size: 22px;
  font-weight: 200;
  margin-right: 14px;
  flex-shrink: 0;
}

/* LINK */
.zeno-link {
  display: inline-block;
  margin-top: 10px;
  color: #d4a64a;
  font-weight: 500;
  text-decoration: none;
}

.zeno-link:hover {
color: #d4a64a;
}

/* MOBILE */
@media (max-width: 768px) {
  .zeno-how-summary {
    padding: 70px 0;
  }
}


/* =========================================================
   ZENO – HOW IT WORKS SUMMARY IMAGES (STATIC)
   ========================================================= */

.zeno-summary-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
}

/* PRIMARY IMAGE */
.zeno-summary-image.primary img {
  width: 100%;
  display: block;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* SECONDARY IMAGE */
.zeno-summary-image.secondary {
  position: absolute;
  left: 50%;
  top: 75%; /* starts from 75% of first image height */
  transform: translateX(-50%);
  width: 65%;
  z-index: 2;
}

.zeno-summary-image.secondary img {
  width: 100%;
  display: block;
  border-radius: 18px;

  /* smooth white thick border */
  border: 10px solid #ffffff;
  background: #ffffff;

  box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* MOBILE ADJUSTMENT */
@media (max-width: 768px) {
  .zeno-summary-image-wrapper {
    max-width: 100%;
    margin: auto;
  }

  .zeno-summary-image.secondary {
    width: 75%;
    top: 70%;
  }
}


/* =========================================================
   DOWN ARROW ON SECOND IMAGE
   ========================================================= */

.zeno-summary-image.secondary {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
  width: 65%;
  z-index: 2;
}

/* Arrow */
.zeno-summary-image.secondary::before {
  content: "";
  position: absolute;
  top: -14px; /* sits on top border */
  left: 50%;
  transform: translateX(-50%);

  width: 0;
  height: 0;

  /* arrow shape */
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #ffffff;

  z-index: 3;
}

/* SECOND IMAGE */
.zeno-summary-image.secondary img {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 10px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}


@media(max-width: 992px)
{
  .how-it-works-badge
{
  margin-top: 200px;
}
}



/* =========================================================
   ZENO – CONTACT SECTION
   ========================================================= */

.zeno-contact {
  padding: 60px;
  background: #ffffff;
}

/* CONTACT BOX */
.zeno-contact-box {
  display: flex;
  align-items: center;
  background: #f8fafc;
  padding: 20px;
  border-radius: 14px;
  margin-top: 18px;
}

.zeno-contact-icon {
  width: 46px;
  height: 46px;
  background: #d4a64a;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 16px;
  flex-shrink: 0;
}

.zeno-contact-text h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.zeno-contact-text p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #4b5563;
}

/* IMAGE */
.zeno-contact-image img {
  width: 200px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* =========================================================
   CONTACT FORM
   ========================================================= */

.zeno-contact-form {
  background: linear-gradient(320deg,  #292928, black);
  padding: 45px;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.zeno-form-group {
  margin-top: 18px;
}

.zeno-form-group label {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;

  margin-bottom: 6px;
  display: block;
}

.zeno-form-group input,
.zeno-form-group textarea {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  outline: none;
  font-size: 14px;
  background: transparent;
      font-size: 16px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #E6E6E6;
}

.zeno-form-group input:focus,
.zeno-form-group textarea:focus {
  border-color: #d4a64a;
}

.contact-submit-button {
 border: none !important;
}

.zeno-btn:hover {
  opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {
  .zeno-contact {
    padding: 70px 0;
  }

  .zeno-title01
{
    font-size: 36px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;

}

  .zeno-contact-form {
    padding: 35px;
  }

   .how-it-works-badge
{
  margin-top:150px;
}
}


@media (max-width: 576px) {

  .zeno-title01
{
    font-size: 30px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;

}
.zeno-expand-btn span{
  position:relative;top: 0px;
}

 
}


/* =========================================================
   ZENO – FAQ SECTION
   ========================================================= */

.zeno-faq {
  padding: 100px 0;
  background: white;
}

/* FAQ BOX */
.zeno-faq-item {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
}

/* QUESTION */
.zeno-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 26px;
      font-size: 16px;
    font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;

  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ICON */
.zeno-faq-icon {
  width: 14px;
  height: 14px;
  position: relative;
}

.zeno-faq-icon::before,
.zeno-faq-icon::after {
  content: "";
  position: absolute;
  background: #d4a64a;
  transition: all 0.3s ease;
}

.zeno-faq-icon::before {
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}

.zeno-faq-icon::after {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}

/* ANSWER */
.zeno-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.zeno-faq-answer p {
  padding: 0 26px 22px;
      font-size: 14px;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #4b5563;
  line-height: 1.6;
}

/* ACTIVE STATE */
.zeno-faq-item.active .zeno-faq-answer {
  max-height: 200px;
}

.zeno-faq-item.active .zeno-faq-icon::after {
  opacity: 0;
}



/* ===============================
   SIDEBAR
================================ */

.zeno-doctor-sidebar {
    position: fixed;
    z-index: 7000;
    left: 0;
    top: 0px; /* adjust based on header height */
    bottom: 0;

    width: 260px;
    background: #141414;
    color: #fff;
    padding: 120px 20px;
    overflow-y: auto;
    box-shadow: 5px 0 25px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
    .zeno-doctor-sidebar {
        display: none;
    }
}

.zeno-doctor-sidebar h4 {
    color: #d4a64a;
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom: 30px;
}

.zeno-doctor-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zeno-doctor-sidebar ul li {
    margin-bottom: 10px;
}

.zeno-doctor-sidebar ul li a,
.zeno-doctor-sidebar ul li button {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border-radius: 10px;
    background: none;
    border: none;
    text-align: left;
    color: #ccc;
    text-decoration: none;
    font-family: "Poppins";
    font-size: 14px;
    transition: 0.3s ease;
    cursor: pointer;
}

.zeno-doctor-sidebar ul li a:hover,
.zeno-doctor-sidebar ul li a.active,
.zeno-doctor-sidebar ul li button:hover {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #000;
}

/* Scrollbar Styling */
.zeno-doctor-sidebar::-webkit-scrollbar {
    width: 6px;
}

.zeno-doctor-sidebar::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}

/* ===============================
   CONTENT AREA
================================ */


/* ===============================
   DASHBOARD QUICK LINKS
================================ */

.zeno-dashboard-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

/* Link Card */
.zeno-dashboard-link {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 14px 18px;
    border-radius: 14px;

    background: #fff;
    color: #333;
    text-decoration: none;

    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;

    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

/* Hover */
.zeno-dashboard-link:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg,#E6BE6A,#D4A64A);
    color: #000;
}

/* Active */
.zeno-dashboard-link.active {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A);
    color: #000;
}

/* Icon */
.zeno-dashboard-link i {
    font-size: 18px;
}

/* Mobile layout */
@media (max-width: 768px) {
    .zeno-dashboard-links {
        flex-direction: column;
    }

    .zeno-dashboard-link {
        width: 100%;
    }
}

.dashboard-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.dashboard-card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
/* Active state */
.mobile-menu-list a.active {
    color: #E6BE6A;
    font-weight: 600;
}

/* Divider */
.mobile-divider {
    height: 1px;
    background: rgba(255,255,255,0.25);
    margin: 18px 0;
}



/* Logout */
.mobile-logout-btn {
    background: none;
    border: none;
    color: #ff4d4d;
    font-family: "Poppins";
    font-size: 14px;
    cursor: pointer;
    padding: 0;
}

.mobile-logout-btn:hover {
    text-decoration: underline;
}

/* ===============================
   MOBILE DASHBOARD THEME BUTTON
================================ */

.mobile-dashboard-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile-dashboard-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px;
    border-radius: 10px;

    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #000 !important;

    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
    transition: 0.3s ease;
}

.mobile-dashboard-btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212,166,74,0.4);
}
.zeno-dashboard-content {
    margin-left: 260px;
    padding: 140px 15px 80px 15px;
    background: #f8f8f8;
    min-height: 100vh;
}

.dashboard-welcome {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    animation: fadeIn 0.5s ease;
}

.dashboard-welcome h2 {
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom: 15px;
}

.dashboard-welcome p {
    font-family: "Poppins";
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}

.dashboard-stats {
    margin-top: 30px;
}

.dashboard-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    margin-top: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.dashboard-card h5
{
  font-family: "Poppins";
    font-weight: 300;
}

.dashboard-card h3
{
  font-family: "Poppins";
    font-weight: 500;
    color: #D4A64A;
}

.dashboard-card:hover {
    transform: translateY(-5px);
}

@keyframes fadeIn {
    from {opacity:0; transform:translateY(15px);}
    to {opacity:1; transform:translateY(0);}
}

/* ===============================
   RESPONSIVE
================================ */

@media(max-width:992px){

    .zeno-doctor-sidebar {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
    }

    .zeno-dashboard-content {
        margin-left: 0;
        
    }
}

/* ===============================
   FIX FOOTER OVERLAP
================================ */

.zeno-dashboard-footer {
    margin-left: 260px;
}

@media(max-width:992px){
    .zeno-dashboard-footer {
        margin-left: 0;
    }
}


.request-form-card {
    padding: 30px;
}



.dashboard-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}


/* ===============================
   DOCTOR REQUEST FORM – ZENO THEME
================================ */

.request-form-card {
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Section Headings */
.form-section-title {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 14px;
    position: relative;
}

.form-section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(
        135deg,
        #E6BE6A,
        #D4A64A,
        #B8892E
    );
}

/* Labels */
.request-form-card label {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 6px;
    color: #555;
}

/* Inputs */
.request-form-card input,
.request-form-card select,
.request-form-card textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    font-family: "Poppins";
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

/* Focus Gold Accent */
.request-form-card input:focus,
.request-form-card select:focus,
.request-form-card textarea:focus {
    border-color: #d4a64a;
    box-shadow: 0 0 0 3px rgba(212,166,74,0.15);
    background: #ffffff;
    outline: none;
}

/* File Input */
.request-form-card input[type="file"] {
    padding: 10px;
    background: #ffffff;
}

/* Terms Checkbox */
.request-form-card .form-check-input {
    border-radius: 4px;
    cursor: pointer;
}

.request-form-card .form-check-input:checked {
    background-color: #d4a64a;
    border-color: #d4a64a;
}

.request-form-card .form-check-label {
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 300;
    color: #555;
}

/* Submit Button – ZENO GOLD */
.request-submit-btn {
    background: linear-gradient(
        135deg,
        #E6BE6A,
        #D4A64A,
        #B8892E
    );
    border: none;
    color: #000;
    padding: 12px 32px;
    border-radius: 8px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(212,166,74,0.3);
}

.request-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212,166,74,0.45);
}

.request-submit-btn:active {
    transform: translateY(0);
}

/* ===============================
   CUSTOM GOLD CHECKBOX
================================ */

.zeno-terms {
    margin-top: 25px;
}

.zeno-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 300;
    color: #555;
}

.zeno-checkbox input {
    display: none;
}

.zeno-checkbox .checkmark {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 4px;
    border: 2px solid #d4a64a;
    position: relative;
}

.zeno-checkbox input:checked + .checkmark {
    background: linear-gradient(
        135deg,
        #E6BE6A,
        #D4A64A,
        #B8892E
    );
    border-color: #d4a64a;
}

.zeno-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* ===============================
   ZENO MODERN UPLOAD
================================ */

.zeno-upload-box {
    border: 2px dashed #d4a64a;
    border-radius: 16px;
    padding: 30px;
    background: #fafafa;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.zeno-upload-box:hover {
    background: #fff;
    box-shadow: 0 10px 30px rgba(212,166,74,0.15);
}

.zeno-upload-icon {
    font-size: 30px;
    color: #d4a64a;
    margin-bottom: 10px;
}

.zeno-upload-box p {
    font-size: 14px;
    font-family: "Poppins";
    margin-bottom: 5px;
}

.zeno-upload-box span {
    font-size: 12px;
    color: #999;
}

/* Preview */
.zeno-upload-preview {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;

    justify-content: center;   /* horizontal center */
    align-items: center;       /* vertical alignment */
}

.zeno-upload-preview img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* Progress Bar */
.zeno-progress {
    height: 5px;
    background: #eee;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.zeno-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(
        135deg,
        #E6BE6A,
        #D4A64A,
        #B8892E
    );
    transition: width 0.4s ease;
}


/* ===============================
   FILE PREVIEW WITH STRIP
================================ */

.zeno-file-wrapper {
    position: relative;
    width: 110px;
    height: 110px;
    padding-top: 10px;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
}

.zeno-file-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* GOLD PROGRESS STRIP */
.zeno-upload-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 0%;
    background: linear-gradient(
        135deg,
        #E6BE6A,
        #D4A64A,
        #B8892E
    );
    transition: width 0.2s ease;
}


/* SUCCESS MESSAGE */
.zeno-success-message {
    background: linear-gradient(135deg, #E6BE6A, #D4A64A, #B8892E);
    color: #000;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: "Poppins";
    font-size: 14px;
}

/* CASE CARD */

/* ===============================
   STATUS FILTER BUTTONS
================================ */

.zeno-status-filters {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.zeno-status-btn {
    padding: 8px 18px;
    border-radius: 30px;
    border: 1px solid #ddd;
    background: #fff;
    font-family: "Poppins";
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s ease;
}

.zeno-status-btn:hover {
    border-color: #d4a64a;
}

.zeno-status-btn.active {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A);
    color: #000;
    border-color: transparent;
}
.zeno-case-card {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    margin-top: 15px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.zeno-case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* Badge */
.zeno-case-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #E6BE6A, #D4A64A, #B8892E);
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-family: "Poppins";
}

/* Case ID */
.zeno-case-id {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #888;
}

/* Patient Name */
.zeno-case-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Date */
.zeno-case-date {
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
}


/* ===============================
   STATUS BADGE
================================ */

.zeno-case-badge {
    position: absolute;
    top: 15px;
    right: 15px;

    padding: 6px 12px;
    font-size: 11px;
    font-family: "Poppins";
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
}

/* Pending */
.status-pending {
    background: #fff3cd;
    color: #856404;
}

/* Processing */
.status-processing {
    background: #cce5ff;
    color: #004085;
}

/* Completed */
.status-completed {
    background: #d4edda;
    color: #155724;
}

/* ===============================
   TIME AGO STYLE
================================ */

.zeno-time-ago {
    color: #888;
    font-size: 12px;
    margin-left: 4px;
}
/* View Button */
.zeno-view-btn {
    display: inline-block;
    background: #141414;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.zeno-view-btn:hover {
    background: #000;
}

/* Empty */
.zeno-empty-box {
    background: #fff;
    padding: 40px;
    font-family: "Poppins";
    font-weight: 300;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

/* View Case Button */
.zeno-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #141414;
    color: #fff;
    padding: 9px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 500;
    transition: all 0.3s ease;
    overflow: hidden;
}

.zeno-view-btn:hover {
    background: linear-gradient(135deg, #E6BE6A, #D4A64A, #B8892E);
    color: #000;
}

/* Arrow Animation */
.zeno-arrow {
    transition: transform 0.3s ease;
}

.zeno-view-btn:hover .zeno-arrow {
    transform: translateX(5px);
}


/* ===============================
   CASE DETAIL CARD
================================ */

.zeno-detail-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    height: 100%;
    transition: all 0.3s ease;
}

.zeno-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* Section Badge */
.zeno-detail-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 500;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        #E6BE6A,
        #D4A64A,
        #B8892E
    );
    color: #000;
    margin-bottom: 20px;
}

/* Patient Name */
.zeno-detail-name {
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom: 10px;
}

/* Meta */
.zeno-meta-info {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #777;
    font-family: "Poppins";
}

/* Detail Body */
.zeno-detail-item {
    margin-bottom: 18px;
}

.zeno-detail-item label {
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 500;
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.zeno-detail-item p {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 300;
    color: #444;
    margin: 0;
}


/* ===============================
   DOCTOR CASE COMMENTS
================================ */

.zeno-doctor-comment-box {
    background: #f9fafb;
    border-left: 4px solid #B8892E;
    padding: 14px 16px;
    margin-bottom: 14px;
    border-radius: 8px;
    transition: 0.2s ease;
}

.zeno-doctor-comment-box:hover {
    background: #f3f4f6;
}

.zeno-doctor-comment-content {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}

.zeno-doctor-comment-time {
    font-size: 12px;
    color: #888;
}

.zeno-no-comments {
    font-size: 14px;
    color: #999;
}
/* ===============================
   MASONRY IMAGE GRID
================================ */

.zeno-image-grid {
    column-count: 2;          /* 2 columns */
    column-gap: 25px;
    margin-top: 25px;
}

/* Each Card */
.zeno-image-card {
    break-inside: avoid;
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 18px;
    padding: 14px;
    border: 1px solid #eee;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.zeno-image-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Image Full Height */
.zeno-image-box img {
    width: 100%;
    height: auto;      /* 🔥 important */
    display: block;
    border-radius: 14px;
}

/* Category */
.zeno-image-category {
    margin-top: 10px;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 500;
    color: #d4a64a;
    letter-spacing: 0.5px;
}

/* Mobile */
@media(max-width: 768px){
    .zeno-image-grid {
        column-count: 1;
    }
}


/* ===============================
   PREMIUM SMOOTH GALLERY
================================ */

.zeno-gallery-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.97);
    display: none;
    z-index: 999999;
    transition: opacity 0.3s ease;
}

.zeno-gallery-modal.active {
    display: block;
}

/* CLOSE */
.zeno-gallery-close {
    position: fixed;
    top: 20px;
    right: 35px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

/* WRAPPER */
.zeno-gallery-wrapper {
    position: absolute;
    inset: 0;
    overflow: auto;
    cursor: grab;

    display: flex;
    align-items: center;
    justify-content: center;

    scrollbar-width: none;
}

.zeno-gallery-wrapper::-webkit-scrollbar {
    display: none;
}

/* IMAGE */
#zenoGalleryImage {
    display: block;
    margin: auto;
    height: auto;
    transition: width 0.3s ease, opacity 0.25s ease;
    user-select: none;
}

/* CATEGORY */
.zeno-gallery-category {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #d4a64a;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}

/* NAV */
.zeno-gallery-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: white;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    transition: transform 0.2s ease;
}

.zeno-gallery-nav:hover {
    transform: translateY(-50%) scale(1.15);
}

.zeno-gallery-nav.left { left: 25px; }
.zeno-gallery-nav.right { right: 25px; }

/* ZOOM BUTTONS */
.zeno-gallery-controls {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.zeno-gallery-controls button {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    border: none;
    margin: 0 5px;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.zeno-gallery-controls button:hover {
    transform: scale(1.1);
}


/* ===============================
   STATUS BADGE
================================ */

.zeno-status-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
}

/* Default (Pending) */
.zeno-status-badge.pending {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
}

/* Approved */
.zeno-status-badge.approved {
    background: linear-gradient(135deg,#5be584,#1fa84c);
    color: #fff;
}

/* Rejected */
.zeno-status-badge.rejected {
    background: linear-gradient(135deg,#ff6b6b,#d62828);
    color: #fff;
}

/* ===============================
   CASE HEADER STATUS ALIGNMENT
================================ */

.zeno-case-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* STATUS BADGE */
.zeno-status-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Pending */
.zeno-status-badge.pending {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #000;
}

/* Approved */
.zeno-status-badge.approved {
    background: linear-gradient(135deg,#5be584,#1fa84c);
    color: #fff;
}

/* Rejected */
.zeno-status-badge.rejected {
    background: linear-gradient(135deg,#ff6b6b,#d62828);
    color: #fff;
}



/* ===============================
   LATEST UPDATES INTRO
================================ */

/* ===============================
   ADMIN UPDATES HEADER
================================ */

.zeno-updates-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Mobile View */
@media (max-width: 768px) {

    .zeno-updates-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .zeno-updates-header-right {
        margin-top: -30px;
    }

}



.zeno-new-count {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 600;
}

/* ===============================
   UPDATE CARD
================================ */

.zeno-update-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    height: 100%;
}

.zeno-update-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.zeno-update-media {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.zeno-update-media iframe,
.zeno-update-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zeno-update-body {
    padding: 20px;
}

.zeno-update-body h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.zeno-update-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    min-height: 40px;
}

.zeno-update-time {
    font-size: 12px;
    color: #999;
}

/* ===============================
   FULLSCREEN MODAL
================================ */

.zeno-update-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.97);
    display: none;
    z-index: 999999;
}

.zeno-update-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zeno-update-modal-content {
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    background: #111;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    scrollbar-width: thin;
}

.zeno-update-modal-content::-webkit-scrollbar {
    width: 6px;
}

.zeno-update-modal-content::-webkit-scrollbar-thumb {
    background: #d4a64a;
    border-radius: 10px;
}


.zeno-update-modal-content img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 20px;
}

.zeno-update-modal-content iframe {
    width: 100%;
    height: 70vh;   /* 🔥 taller cinematic video */
    border-radius: 14px;
}

.zeno-update-modal-content img {
    height: auto;
}

/* Stacked Intro Layout */

.zeno-updates-intro h2 {
    margin-bottom: 10px;
}

.zeno-updates-intro p {
    margin-bottom: 10px;
}

.zeno-intro-time {
  bac
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 500;
    color: #d4a64a;
}

/* ===============================
   STACKED BADGE STYLE
================================ */

.zeno-updates-badge {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 14px;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 400;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        #E6BE6A,
        #D4A64A,
        #B8892E
    );
    color: #000;
}


@media(max-width: 692px)
{
.zeno-update-modal-content iframe {
    width: 100%;
    height: 300px;   /* 🔥 taller cinematic video */
    border-radius: 14px;
}
}


/* ===============================
   FILTER BAR
================================ */
/* ===============================
   FILTER BAR
================================ */

.zeno-filter-bar {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    align-items: center;
}

/* Search */
.zeno-search-wrapper {
    flex: 1;
}

.zeno-search-wrapper input {
    width: 100%;
    padding: 14px 20px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    font-family: "Poppins";
    font-size: 14px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.zeno-search-wrapper input:focus {
    outline: none;
    border-color: #d4a64a;
    box-shadow: 0 0 0 3px rgba(212,166,74,0.15);
}

/* ===============================
   DROPDOWN FIX
================================ */

.zeno-filter-dropdown {
    position: relative;
    min-width: 220px;
}

.zeno-filter-dropdown select {
    width: 100%;
    padding: 14px 40px 14px 18px; /* extra right space for arrow */
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    font-family: "Poppins";
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Custom arrow */
.zeno-filter-dropdown::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #d4a64a;
    pointer-events: none;
}

/* ===============================
   MOBILE FIX
================================ */

@media (max-width: 768px) {

    .zeno-filter-bar {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .zeno-search-wrapper,
    .zeno-filter-dropdown {
        width: 100%;
    }

    .zeno-filter-dropdown {
        min-width: 100%;
    }
}
/* Dropdown */

/* ===============================
   CUSTOM DROPDOWN ARROW
================================ */

.zeno-filter-dropdown {
    position: relative;
    display: inline-block;
}

.zeno-filter-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding: 14px 40px 14px 18px; /* extra right space */
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    font-family: "Poppins";
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

/* Custom arrow */
.zeno-filter-dropdown::after {
    content: "▼";
    position: absolute;
    right: 18px;   /* 🔥 move left by adjusting this */
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #d4a64a;
    pointer-events: none;
}

.zeno-filter-dropdown select:focus {
    outline: none;
    border-color: #d4a64a;
}

/* Mobile */
@media(max-width:768px){
    .zeno-filter-bar {
        flex-direction: column;
        align-items: stretch;
    }
}


/* ===============================
   MODERN PROFILE DROPDOWN
================================ */

.zeno-profile-dropdown {
    position: relative;
    display: inline-block;
}

/* Trigger */
.zeno-profile-trigger img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.zeno-profile-trigger img:hover {
    border-color: #d4a64a;
}

/* Dropdown Menu */
.zeno-profile-menu {
    position: absolute;
    right: 0;
    top: 60px;
    width: 270px;

    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);

    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);

    padding: 22px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.98);
    transition: all 0.25s ease;

    z-index: 999999;
}

/* Arrow */
.zeno-profile-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 22px;

    width: 16px;
    height: 16px;
    background: rgba(255,255,255,0.95);
    transform: rotate(45deg);
    border-radius: 3px;
}

/* Active */
.zeno-profile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Header */

/* ===============================
   MOBILE HEADER DP
================================ */

.zeno-mobile-dp {
    position: fixed;
    top: 21px;
    right: 65px;
    z-index: 1100;
}

.zeno-mobile-dp img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
   
    transition: 0.3s ease;
}

.zeno-mobile-dp img:active {
    transform: scale(0.95);
}
.zeno-profile-header {
    display: flex;
    gap: 14px;
    align-items: center;
}

.zeno-profile-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.zeno-profile-details {
    line-height: 1.3;
     text-align: left;
}

.zeno-profile-name {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    color: #111;
     text-align: left;
}

.zeno-profile-clinic {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 12px;
    color: #777;
    margin-top: 4px;
     text-align: left;
}

/* Divider */
.zeno-profile-divider {
    height: 1px;
    background: #eee;
    margin: 18px 0;
}

/* Links */
.zeno-profile-link {
    display: flex;
    align-items: center;
    gap: 10px;

    font-family: "Poppins";
    font-size: 13px;
    font-weight: 500;

    padding: 10px 12px;
    border-radius: 10px;

    color: #333;
    text-decoration: none;
    background: transparent;
    border: none;
    width: 100%;
    cursor: pointer;

    transition: 0.25s ease;
}

.zeno-profile-link:hover {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A);
    color: #000;
}

/* Logout special */
.zeno-profile-link.logout {
    color: #d62828;
}

.zeno-profile-link.logout:hover {
    background: #ffeaea;
    color: #d62828;
}

/* ===============================
   ZENO DOCTORS ADMIN TABLE
================================ */

.zeno-admin-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.zeno-admin-row {
    display: grid;
    grid-template-columns: 2fr 1.2fr 0.8fr 0.8fr 0.8fr 1fr 0.7fr 0.7fr;
    align-items: center;
    padding: 18px 10px;
    border-bottom: 1px solid #f2f2f2;
    transition: 0.25s ease;
}

.zeno-admin-row:hover {
    background: #fafafa;
}

.zeno-admin-header {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #999;
    border-bottom: 1px solid #eee;
}

/* Typography */
.zeno-clinic-name {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 15px;
}

.zeno-doctor-caption {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

.zeno-location {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 13px;
    color: #555;
}

/* CASE BOXES */
.zeno-case {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 500;
}

.zeno-case.total {
    background: linear-gradient(135deg,#fdfaf2,#f6ecd2);
    border: 1px solid rgba(212,166,74,0.3);
    color: #8a6a1f;
}

.zeno-case.pending {
    background: #fff4f4;
    color: #b42318;
}

.zeno-case.completed {
    background: #e9f9f0;
    color: #1fa84c;
}

/* CONTACT BUTTONS */
.zeno-contact-buttons {
    display: flex;
    gap: 8px;
}

.zeno-icon-btn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
}

.zeno-icon-btn.whatsapp {
    background: #e9f9f0;
    color: #1fa84c;
}

.zeno-icon-btn.whatsapp:hover {
    background: #1fa84c;
    color: #fff;
}

.zeno-icon-btn.email {
    background: #f3f4f6;
    color: #555;
}

.zeno-icon-btn.email:hover {
    background: #111;
    color: #fff;
}

/* GOLD SWITCH */
.zeno-switch:checked {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    border-color: transparent;
}

/* RESPONSIVE */
@media(max-width: 992px){
 

   
}



/* ===============================
   CLINIC DETAIL PAGE
================================ */

.zeno-detail-header {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zeno-detail-header h2 {
    font-family: "Poppins";
    font-weight: 600;
}

.zeno-detail-sub {
    font-family: "Poppins";
    font-weight: 300;
    color: #777;
}

/* STAT CARDS */
.zeno-stat-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    text-align: center;
}

.zeno-stat-card h4 {
    font-size: 14px;
    color: #888;
}

.zeno-stat-card h3 {
    font-size: 26px;
    margin-top: 10px;
    color: #8a6a1f;
}

.zeno-stat-card.pending {
    background: #fff4f4;
}

.zeno-stat-card.completed {
    background: #e9f9f0;
}

/* STATUS BADGE */
.zeno-status-badge.pending {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #000;
}

.zeno-status-badge.approved {
    background: linear-gradient(135deg,#5be584,#1fa84c);
    color: #fff;
}

/* INFO ITEM */
.zeno-detail-item label {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

.zeno-detail-item p {
    font-size: 14px;
    margin-top: 5px;
}

/* CALL BUTTON */
.zeno-icon-btn.call {
    background: #eef2ff;
    color: #4f46e5;
}

.zeno-icon-btn.call:hover {
    background: #4f46e5;
    color: #fff;
}

/* Approval wrapper */
.zeno-approval-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Switch spacing */
.zeno-approval-switch {
    margin: 0;
}

/* Gold switch styling */
.zeno-approval-switch .form-check-input {
    cursor: pointer;
}

.zeno-approval-switch .form-check-input:checked {
    background: linear-gradient(
        135deg,
        #E6BE6A,
        #D4A64A,
        #B8892E
    );
    border-color: transparent;
}

/* Smooth alignment on mobile */
@media (max-width: 768px) {
    .zeno-detail-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

/* ===============================
   CUSTOM ZENO TOGGLE
================================ */

.zeno-toggle {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
}

.zeno-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.zeno-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dcdcdc;
    transition: 0.3s ease;
    border-radius: 50px;
}

.zeno-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background: white;
    transition: 0.3s ease;
    border-radius: 50%;
}

/* Checked state */
.zeno-toggle input:checked + .zeno-slider {
    background: linear-gradient(
        135deg,
        #E6BE6A,
        #D4A64A,
        #B8892E
    );
}

.zeno-toggle input:checked + .zeno-slider:before {
    transform: translateX(24px);
}

/* ===============================
   PREMIUM ADMIN REQUEST CARD
================================ */

.zeno-admin-request-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.zeno-admin-request-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.10);
}

/* STATUS STRIP */
.zeno-status-strip {
    height: 4px;
    width: 100%;
}

.zeno-status-strip.status-pending {
    background: #facc15;
}

.zeno-status-strip.status-processing {
    background: #3b82f6;
}

.zeno-status-strip.status-completed {
    background: #22c55e;
}

/* CARD BODY */
.zeno-card-body {
    padding: 25px;
}

/* TOP */
.zeno-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* CLINIC TITLE */
.zeno-clinic-title {
    margin: 0;
}

.zeno-clinic-link {
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-size: 17px;
    transition: 0.25s ease;
}

.zeno-clinic-link:hover {
    color: #8a6a1f;
}

/* DOCTOR */
.zeno-doctor-name {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}

/* MODERN BADGE */
.zeno-status-badge-modern {
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
}

.zeno-status-badge-modern.status-pending {
    background: #fff4d6;
    color: #a16207;
}

.zeno-status-badge-modern.status-processing {
    background: #e0f2fe;
    color: #0369a1;
}

.zeno-status-badge-modern.status-completed {
    background: #dcfce7;
    color: #166534;
}

/* PATIENT */
.zeno-card-mid {
    margin-top: 30px;
}

.zeno-patient-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #636363;
    margin-bottom: 4px;
}

.zeno-patient-name {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

/* FOOTER */
.zeno-card-footer {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zeno-date {
    font-size: 12px;
    color: #888;
}

.zeno-view-modern {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #111;
    transition: 0.25s ease;
}

.zeno-view-modern:hover {
    color: #8a6a1f;
}

/* ===============================
   ICON STYLING
================================ */



.zeno-patient-row {
    display: flex;
    gap: 14px;
    align-items: center;
}



/* Clinic Icon Style */
.clinic-icon {
    background: linear-gradient(
        135deg,
        #fdfaf2,
        #f6ecd2
    );
    color: #8a6a1f;
    border: 1px solid rgba(212,166,74,0.3);
}

/* Patient Icon Style */
.patient-icon {
    background: #f3f4f6;
    color: #555;
}



/* Clinic row alignment */
.zeno-clinic-section {
    display: flex;
    align-items: center;   /* key fix */
    gap: 14px;
}

/* Text block */
.zeno-clinic-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Clinic title */
.zeno-clinic-link {
    font-size: 17px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    line-height: 1.2;
    transition: 0.25s ease;
}

.zeno-clinic-link:hover {
    color: #8a6a1f;
}

/* Doctor name */
.zeno-doctor-name {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.zeno-doctor-name i {
    font-size: 12px;
    color: #aaa;
}

/* Icon circle refinement */
.zeno-icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;   /* prevents shrinking */
}


/* Make stat card clickable but clean */
.zeno-stat-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.zeno-stat-link:hover .zeno-stat-card {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.10);
}

.zeno-comment-box {
    background: #f9fafb;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 12px;
    border-left: 4px solid #D4A64A;
}

.zeno-comment-time {
    font-size: 12px;
    color: #888;
}

/* ===============================
   PREMIUM UPDATE BUTTON
================================ */

.zeno-update-btn {
    background: linear-gradient(
        135deg,
        #D4A64A,
        #B8892E
    );
    color: #fff;
    border: none;
    padding:10px;
    margin-top: -3px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(184,137,46,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 992px)
{
  .zeno-update-btn {
        margin-top: 15px;
  }
}

/* Hover */
.zeno-update-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(184,137,46,0.35);
}

/* Click effect */
.zeno-update-btn:active {
    transform: scale(0.97);
}

/* Icon */
.zeno-update-btn i {
    font-size: 16px;
}


/* ===============================
   ADD NOTE BUTTON (Premium Dark)
================================ */

.zeno-add-note-btn {
    background: #111;
    color: #fff;
    border: none;
    padding: 11px 18px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hover */
.zeno-add-note-btn:hover {
    background: #222;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Click */
.zeno-add-note-btn:active {
    transform: scale(0.97);
}

/* Icon */
.zeno-add-note-btn i {
    font-size: 15px;
}

.zeno-case-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.zeno-case-link:hover .zeno-case {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transition: all 0.25s ease;
}

a.zeno-update-btn {
    text-decoration: none !important;
    color: #fff !important;
}

a.zeno-update-btn:hover {
    text-decoration: none !important;
    color: #fff !important;
}

/* FORM STYLING */
.zeno-form-label {
    font-size: 13px;
    font-weight: 500;
    color: #777;
    margin-bottom: 6px;
    display: block;
}

.zeno-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #eee;
    font-size: 14px;
    transition: 0.25s ease;
}

.zeno-input:focus {
    border-color: #D4A64A;
    box-shadow: 0 0 0 3px rgba(212,166,74,0.15);
    outline: none;
}

/* MEDIA TOGGLE */
.zeno-media-toggle {
    display: flex;
    gap: 10px;
}

.zeno-media-btn {
    padding: 10px 18px;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #f9fafb;
    font-size: 13px;
    cursor: pointer;
    transition: 0.25s ease;
}

.zeno-media-btn.active {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #fff;
    border: none;
}

.zeno-media-btn:hover {
    transform: translateY(-2px);
}

.zeno-dashboard-content,
.zeno-detail-card,
.zeno-input,
.zeno-form-label,
.zeno-media-btn,
.zeno-update-btn {
    font-family: "Poppins", sans-serif;
}

/* ===============================
   MODERN IMAGE UPLOAD
================================ */

.zeno-upload-box {
    position: relative;
    border: 2px dashed #e5e7eb;
    border-radius: 18px;
    padding: 40px 20px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}

.zeno-upload-box:hover {
    border-color: #D4A64A;
    background: #fffaf0;
    transform: translateY(-3px);
}

/* Icon */
.zeno-upload-box i {
    font-size: 36px;
    color: #D4A64A;
    margin-bottom: 12px;
}

/* Upload text */
.zeno-upload-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.zeno-upload-hint {
    font-size: 12px;
    color: #888;
}

/* Preview image */
.zeno-preview-img {
    max-width: 100%;
    max-height: 250px;
    border-radius: 14px;
    object-fit: cover;
}

/* Latest Updates Layout */
.latest-header {
    grid-template-columns: 120px 3fr 1fr 1fr 0.8fr 0.8fr;
}

.latest-row {
    grid-template-columns: 120px 3fr 1fr 1fr 0.8fr 0.8fr;
}

/* Thumbnail */
.zeno-update-thumb {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Update Title */
.zeno-update-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #111;
}

/* Update Description */
.zeno-update-description {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #777;
    margin-top: 4px;

    display: -webkit-box;
    -webkit-line-clamp: 2;   /* Show max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* Preview Wrapper */
.zeno-preview-wrapper {
    position: relative;
    width: fit-content;
}

/* Thumbnail */
.zeno-update-thumb {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* Play Overlay */
.zeno-play-overlay {
    position: absolute;
    inset: 0; /* FULL COVER */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
}

/* Play Icon */
.zeno-play-overlay i {
    font-size: 26px;
    color: #fff;
}

/* Hover Effect */
.zeno-preview-wrapper:hover .zeno-play-overlay {
    background: rgba(0, 0, 0, 0.45);
}

/* Modal */
.zeno-preview-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index: 9999;
}

.zeno-preview-content {
    position: relative;
    max-width: 90%;
}

.zeno-preview-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* Action Button Wrapper */
.zeno-action-buttons {
    display: flex;
    gap: 8px;
}

/* Base Icon Button */
.zeno-icon-btn.view,
.zeno-icon-btn.edit {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
    text-decoration: none;
}

/* View Icon */
.zeno-icon-btn.view {
    background: #eef2ff;
    color: #4f46e5;
}

.zeno-icon-btn.view:hover {
    background: #4f46e5;
    color: #fff;
    transform: translateY(-2px);
}

/* Edit Icon */
.zeno-icon-btn.edit {
    background: #fff4d6;
    color: #a16207;
}

.zeno-icon-btn.edit:hover {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #fff;
    transform: translateY(-2px);
}


/* Mobile Horizontal Scroll for Tables */
@media (max-width: 992px) {

    .zeno-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .zeno-scroll-wrapper .zeno-admin-row {
        min-width: 750px; /* force horizontal layout */
    }

}



/* Large Title */
.zeno-update-title-large {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #111;
}

/* Date */
.zeno-update-date {
    font-size: 13px;
    color: #888;
}

/* Content */
.zeno-update-content {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

/* Media */
.zeno-view-media {
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}


.zeno-profile-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zeno-profile-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f1f1f1;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ===============================
   LATEST UPDATES INTRO
================================ */

/* Main Layout */
.zeno-updates-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

/* Right Section */
.zeno-updates-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

/* Filter Buttons */
.zeno-intro-filters {
    display: flex;
    gap: 10px;
}

.zeno-intro-btn {
    height: 36px;
    padding: 0 18px;
    border-radius: 25px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zeno-intro-btn.active {
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #fff;
    border: none;
}

.zeno-intro-btn:hover {
    transform: translateY(-2px);
}

/* Counts Text */
.zeno-update-stats {
    font-size: 13px;
    font-weight: 500;
    color: #B8892E;
}

/* ===============================
   DOCTOR UPDATES META STATS
   (Unique class names)
================================ */

.zeno-updates-meta-stats {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.zeno-updates-meta-stats span {
    display: inline-flex;
    align-items: center;
}

/* Theme Highlight */
.zeno-meta-total,
.zeno-meta-video,
.zeno-meta-image {
    color: #B8892E; /* Zeno Gold */
    font-weight: 600;
}

.zeno-meta-separator {
    color: #ccc;
}


.zeno-edit-active {
    border: 1px solid #B8892E !important;
    box-shadow: 0 0 0 2px rgba(184,137,46,0.1);
}

.zeno-category-section {
    margin-bottom: 25px;
}

.zeno-category-title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    padding: 14px 20px;
    margin-bottom: 20px;

    border-radius: 12px;

    background: linear-gradient(
        135deg,
        rgba(230,190,106,0.12),
        rgba(212,166,74,0.08)
    );

    color: #B8892E;

    display: flex;
    align-items: center;
}

/* Elegant left accent line */
.zeno-category-title::before {
    content: "";
    width: 4px;
    height: 20px;
    border-radius: 4px;
    margin-right: 12px;

    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
}


/* ===============================
   DOCTOR ACCOUNT STATUS RIBBON
================================ */

.zeno-doctor-account-ribbon {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zeno-doctor-account-ribbon-danger {
    background: #ffe5e5;
    color: #c62828;
    border-left: 5px solid #c62828;
}

.zeno-doctor-account-ribbon-warning {
    background: #fff3e0;
    color: #e65100;
    border-left: 5px solid #e65100;
}

.zeno-doctor-account-ribbon-btn {
    background: #c62828;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease;
}

.zeno-doctor-account-ribbon-btn:hover {
    opacity: 0.9;
    color: white;
}


/* ==========================================
   DOCTOR EMAIL VERIFICATION PAGE
========================================== */

.zeno-doctor-email-verification-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

.zeno-doctor-email-verification-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.zeno-doctor-email-verification-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zeno-doctor-email-verification-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.zeno-doctor-email-verification-field {
    text-align: left;
    margin-bottom: 20px;
}

.zeno-doctor-email-verification-field label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.zeno-doctor-email-verification-field input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
    letter-spacing: 4px;
}

.zeno-doctor-email-verification-field input:focus {
    border-color: #D4A64A;
    outline: none;
    box-shadow: 0 0 0 2px rgba(212,166,74,0.15);
}

.zeno-doctor-email-verification-btn-primary {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.zeno-doctor-email-verification-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.zeno-doctor-email-verification-resend-form {
    margin-top: 15px;
}

.zeno-doctor-email-verification-btn-link {
    background: none;
    border: none;
    color: #B8892E;
    font-size: 14px;
    cursor: pointer;
}

.zeno-doctor-email-verification-btn-link:hover {
    text-decoration: underline;
}

/* Alerts */

.zeno-doctor-email-verification-alert-success {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.zeno-doctor-email-verification-alert-error {
    background: #ffe5e5;
    color: #c62828;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}



/* ==========================================
   DOCTOR REQUEST BLOCK STATE
========================================== */

.zeno-doctor-request-block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.zeno-doctor-request-block-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 14px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    max-width: 520px;
    width: 100%;
    text-align: center;
}

.zeno-doctor-request-block-icon {
    font-size: 40px;
    margin-bottom: 20px;
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zeno-doctor-request-block-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.zeno-doctor-request-block-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.zeno-doctor-request-block-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg,#E6BE6A,#D4A64A,#B8892E);
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.zeno-doctor-request-block-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}



.zeno-analog-info-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #B8892E;
}

.zeno-address-box {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.zeno-file-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 15px;
}

.zeno-file-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    transition: 0.3s ease;
}

.zeno-file-card:hover {
    transform: translateY(-5px);
}

.zeno-file-icon {
    font-size: 40px;
    color: #B8892E;
    margin-bottom: 10px;
}

.zeno-file-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    word-break: break-word;
}

.zeno-download-btn {
    display: inline-block;
    background: #B8892E;
    color: #fff;
    margin-top: 15px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
}

.zeno-download-btn:hover {
    background: #9c7423;
    color: #fff;
}



