* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background: var(--light);
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
}


:root {
  --primary-color: #007cc3;
  --seconday-color: #da251d;
  --black: #000;
  --light: #fff;

  --primary-light: #e6f3fb;
  --primary-dark: #005a8e;
  --secondary-light: #fdecea;
  --secondary-dark: #a81b14;
  --gray-bg: #f5f8fc;
  --text: #1a2a3a;
  --muted: #6b7f94;
  --border: rgba(0, 124, 195, 0.13);
}



a {
  text-decoration: none;
  color: #000;
}




/* section css */
section {
  padding: 50px 0px;
}




@media screen and (max-width: 767px) {

  section {
    padding: 20px 0px;
  }

  p {
    font-size: 12px;
    text-align: justify;
  }


}


.topbar {
  background-color: var(--primary-color);
  color: var(--light);
  padding: 5px 20px;
  font-size: 14px;
}

.topbar a {
  color: var(--light);
  text-decoration: none;
}

.topbar i {
  margin-right: 6px;
  color: var(--secondary-color);
}

.right-panel {
  top: 0 !important;
  position: sticky !important;
}







.navv-section {
  background-color: var(--light);
}

.navbar-custom {
  background-color: #d72626;
}

.navbar-custom .nav-link {
  color: white !important;
  font-weight: 500;
  font-size: 14px;
}

.contact-info {
  text-align: right;
}

.contact-info .tel a {
  color: var(--black);
  text-decoration: none;
}

/* Custom Dropdown */
.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: white;
  border: 1px solid #dee2e6;
  z-index: 1000;
  padding: 0;
  list-style: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-custom li {
  border-bottom: 1px solid #eee;
}

.dropdown-menu-custom li:last-child {
  border-bottom: none;
}

.dropdown-menu-custom a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu-custom a:hover {
  background-color: #f8f9fa;
  color: #007bff;
}

/* Hover Logic */
.nav-item.dropdown:hover .dropdown-menu-custom {
  display: block;
}

.estimate-btn {
  background-color: #007cc3;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
}

.logo-text {
  font-weight: bold;
  font-size: 20px;
}

.logo-img {
  width: 250px;
  margin-right: 8px;
}

.moblie-logo-img {
  display: none;
}

@media(max-width:768px) {
  .moblie-logo-img {
    width: 140px;
    display: block;
  }

  .logo-img {
    display: none;
  }
}


h1 span {
  display: inline-block;
  position: relative;
}

h1 span::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 3px;
  left: 0;
  bottom: -6px;
  background-color: #0073b9;
}

h2 span {
  display: inline-block;
  position: relative;
}

h2 span::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 3px;
  left: 0;
  bottom: -6px;
  background-color: #0073b9;
}


.feature-heading {
  display: inline-block;
  /* background-color: #f5f6ff; */
  background-color: #0072b983;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
}

.feature-heading h1 {
  font-size: 24px;
}

.feature-heading .lines {
  position: absolute;
  top: -8px;
  right: -12px;
  width: 30px;
  height: 30px;
}

.feature-heading .lines::before,
.feature-heading .lines::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 5px;
  /* background-color: #7a83f3; */
  background-color: var(--seconday-color);
  border-radius: 10px;
  transform-origin: left center;
}

.feature-heading .lines::before {
  transform: rotate(deg);
  top: 4px;
  left: 0px;
}

.feature-heading .lines::after {
  transform: rotate(75deg);
  top: 0px;
  left: 6px;
}

.feature-heading .lines::after {
  width: 19px;
  top: -5px;
  left: 10px;
  transform: rotate(80deg);
}



.sub-heading {
  font-size: 15px !important;
  letter-spacing: 3px;
}




/* about section start here */
.about-section {
  padding: 60px 0;
}

.about-content-heading {
  font-size: 25px;
  font-weight: 600;
}

.highlight-box {
  background-color: #f26522;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
}

.highlight-box h3 {
  font-size: 40px;
  font-weight: 700;
}

.info-list li {
  list-style: none;
  margin-bottom: 10px;
}

.info-list li::before {
  content: '\2713';
  color: #f26522;
  margin-right: 8px;
}

.contact-info a {
  text-decoration: none;
  color: var(--light);
  padding: 10px 10px;

  margin: 0;
}

.contact-info .tet {
  background-color: var(--primary-color);
  max-width: 350px;
  border-radius: 5px;
  text-align: start;
}

.stats-section {
  background-color: var(--primary-color);
  color: white;
  padding: 40px 0;
}

.stat-box h3 {
  color: var(--light);
  font-size: 36px;
  font-weight: 700;
}

.stat-box p {
  margin: 0;
  font-size: 14px;
}

.about-section h1 {
  font-size: 24px;
}


.about-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 7px;

}

.about-btn:hover {
  background: var(--seconday-color);
}

@media(max-width: 767px) {
  ul {
    padding-left: 0px !important;
  }

  .info-list li {
    font-size: 12px;
  }
}

/* about section end here */


/* meet our team ====================================== */


.mgmt {
  background: var(--light);
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

/* background geometric shapes */
.mgmt-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.mgmt-bg .shape1 {
  position: absolute;
  left: -80px;
  bottom: -60px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--primary-xlight);
  opacity: .7;
}

.mgmt-bg .shape2 {
  position: absolute;
  right: -40px;
  top: 80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--red-light);
  opacity: .5;
}

.mgmt-bg .shape3 {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 600px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-color), var(--seconday-color), transparent);
  opacity: .25;
}

.mgmt-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* ── HEADER ── */
.mgmt-header {
  text-align: center;
  margin-bottom: 72px;
}

.mgmt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 16px;
}

.mgmt-eyebrow::before,
.mgmt-eyebrow::after {
  content: '';
  width: 32px;
  height: 1.5px;
  background: var(--primary-color);
  opacity: .4;
}

.mgmt-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 600;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 20px;
}

.mgmt-title em {
  color: var(--primary-color);
  font-style: italic;
}

/* intro text */
.mgmt-intro {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.mgmt-intro p {
  font-size: 15.5px;
  color: var(--text-mid);
  line-height: 1.85;
}

.mgmt-intro p span {
  color: var(--primary-color);
  font-weight: 500;
}

.mgmt-intro p strong {
  color: var(--seconday-color);
  font-weight: 500;
}

/* commitment strip */
.mgmt-commitment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding: 14px 28px;
  background: var(--primary-xlight);
  border: 1px solid rgba(0, 124, 195, 0.15);
  border-radius: 100px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.mgmt-commitment svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary-color);
  fill: none;
  stroke-width: 1.8;
  flex-shrink: 0;
}

.mgmt-commitment span {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--primary-dark);
  letter-spacing: .3px;
}



/* ── BOTTOM MISSION STRIP ── */
.mgmt-mission {
  margin-top: 56px;
  background: var(--text);
  border-radius: 20px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.mgmt-mission::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--primary-color), var(--seconday-color));
}

.mgmt-mission::after {
  content: '';
  position: absolute;
  right: -30px;
  top: -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.05);
}

.mission-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(0, 124, 195, 0.15);
  border: 1px solid rgba(0, 124, 195, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--primary-color);
  fill: none;
  stroke-width: 1.6;
}

.mission-text {}

.mission-label {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 8px;
}

.mission-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.mission-quote strong {
  color: #fff;
  font-style: normal;
}

/* ── RESPONSIVE ── */
@media (max-width: 680px) {
  .mgmt-cards {
    grid-template-columns: 1fr;
  }

  .mgmt-mission {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 36px 24px;
  }

  .mgmt-mission::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--seconday-color));
  }
}

@media (max-width: 767px) {
  .mgmt {
    padding: 20px 0px;
  }

  .mgmt-intro p {
    font-size: 12px;
    text-align: justify;
  }

  .mission-quote {
    font-size: 14px;
  }

  .mgmt-commitment span {
    font-size: 12px;
  }
}

/* meet our team ----------------------------------------------- */




/* why choose css start ================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wcu {
  background: var(--light);
  padding: 90px 0 110px;
  position: relative;
  overflow: hidden;
}

.wcu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color) 55%, var(--seconday-color) 100%);
}

.wcu::after {
  content: '';
  position: absolute;
  right: -100px;
  top: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--primary-light);
  opacity: .45;
  pointer-events: none;
}

.wcu-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.wcu-header {
  text-align: center;
  margin-bottom: 64px;
}

.wcu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--seconday-color);
  margin-bottom: 14px;
}

.wcu-eyebrow::before,
.wcu-eyebrow::after {
  content: '';
  width: 28px;
  height: 1.5px;
  background: var(--seconday-color);
  opacity: .5;
}

.wcu-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 600;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 14px;
}

.wcu-title em {
  color: var(--primary-color);
  font-style: italic;
}

.wcu-subtitle {
  font-size: 15px;
  color: var(--muted);
  max-width: 440px;
  margin: 0 auto;
  line-height: 1.75;
}

.wcu-grid {
  display: grid;
  grid-template-columns: 1fr 280px 1fr;
  gap: 28px;
  align-items: center;
}

.wcu-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wcu-card {
  background: var(--light);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 26px 24px;
  cursor: pointer;
  transition: border-color .3s, background .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

.wcu-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--primary-color);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .35s ease;
  border-radius: 0;
}

.wcu-card:hover,
.wcu-card.open {
  border-color: var(--primary-color);
  background: var(--primary-light);
  transform: translateY(-2px);
}

.wcu-card:hover::before,
.wcu-card.open::before {
  transform: scaleY(1);
}

.wcu-col.right .wcu-card::before {
  background: var(--seconday-color);
}

.wcu-col.right .wcu-card:hover,
.wcu-col.right .wcu-card.open {
  border-color: var(--seconday-color);
  background: var(--secondary-light);
}

.card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
}

.wcu-col.right .card-icon {
  background: var(--secondary-light);
}

.card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--primary-color);
  fill: none;
  stroke-width: 1.7;
}

.wcu-col.right .card-icon svg {
  stroke: var(--seconday-color);
}

.card-header {
  flex: 1;
}

.card-num {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--primary-color);
  margin-bottom: 4px;
}

.wcu-col.right .card-num {
  color: var(--seconday-color);
}

.card-title {
  font-size: 15.5px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.35;
}

.card-arrow {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 2px;
  transition: background .3s, border-color .3s;
}

.card-arrow svg {
  width: 12px;
  height: 12px;
  stroke: var(--muted);
  fill: none;
  stroke-width: 2;
  transition: stroke .3s, transform .3s;
}

.wcu-card:hover .card-arrow,
.wcu-card.open .card-arrow {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.wcu-col.right .wcu-card:hover .card-arrow,
.wcu-col.right .wcu-card.open .card-arrow {
  background: var(--seconday-color);
  border-color: var(--seconday-color);
}

.wcu-card:hover .card-arrow svg,
.wcu-card.open .card-arrow svg {
  stroke: #fff;
  transform: rotate(90deg);
}

.card-body {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s, margin-top .3s;
}

.wcu-card:hover .card-body,
.wcu-card.open .card-body {
  max-height: 120px;
  opacity: 1;
  margin-top: 12px;
}

/* CENTER */
.wcu-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.logo-wrap {
  position: relative;
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(0, 124, 195, 0.22);
  animation: spin 20s linear infinite;
}

.ring:nth-child(2) {
  inset: 18px;
  border-color: rgba(218, 37, 29, 0.2);
  animation-duration: 14s;
  animation-direction: reverse;
}

.ring::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary-color);
  transform: translateY(-50%);
}

.ring:nth-child(2)::after {
  background: var(--seconday-color);
  left: auto;
  right: -5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.logo-disc {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: var(--gray-bg);
  border: 2px solid rgba(0, 124, 195, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.logo-disc img {
  width: 92px;
  object-fit: contain;
}

.wcu-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--gray-bg);
}

.stat {
  padding: 16px 8px;
  text-align: center;
  position: relative;
}

.stat+.stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: var(--border);
}

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1;
}

.stat-num sup {
  font-size: 14px;
}

.stat-lbl {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--secondary-light);
  border: 1px solid rgba(218, 37, 29, 0.2);
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary-dark);
}

.trust-badge svg {
  width: 14px;
  height: 14px;
  stroke: var(--seconday-color);
  fill: none;
  stroke-width: 2;
}

@media (max-width: 900px) {
  .wcu-grid {
    grid-template-columns: 1fr;
  }

  .wcu-center {
    order: -1;
  }

  .logo-wrap {
    width: 170px;
    height: 170px;
  }

  .logo-disc {
    width: 120px;
    height: 120px;
  }

  .logo-disc img {
    width: 74px;
  }

  .wcu-card:hover .card-body,
  .wcu-card.open .card-body {
    max-height: 160px;
  }
}

/* why choose us css end================================================= */












/* <!-- whtat make us best section start here --> */
.feature-box {
  background-color: #0073b9;
  border: 1px rgb(233, 232, 232);
  color: white;
  text-align: center;
  padding: 30px 15px;
  height: 100%;
  position: relative;
}

.feature-box.white {
  background-color: white;
  color: #0073b9;
}

.feature-box i {
  font-size: 40px;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-weight: bold;
  font-size: 20px;
}

.feature-box p {
  margin: 0;
  font-size: 14px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0073b9;
  margin: 0 auto;
}

.triangle.white {
  border-top: 10px solid white;
}

/* <!-- whtat make us best section end here --> */












/* service card section start here */


.experience-banner {
  color: white;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px;
  font-weight: bold;
  text-align: center;

}

.experience-col {
  background-color: var(--primary-color);
}






.owl-carousel .service-item {
  background: #e9effb;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
}

.main-container .services-section .service-item img {
  width: 100px;
  margin-bottom: 10px;
}

.service-item h3 {
  margin-top: 10px;
  font-size: 17px;
}

.service-item p {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}

.service-item ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.service-item ul li {
  color: #1154a6;
  font-size: 14px;
}

.service-item ul li::before {
  content: "✔ ";
  color: green;
}

.read-more {
  color: #ff3c00;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }

  .experience-banner {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 20px;
    padding: 0px;
    margin: 15px;
    text-align: center;
  }

  .sub-heading {
    font-size: 11px !important;
    letter-spacing: 2px;
    margin-top: 8px;
  }

  .about-section h1 {
    font-size: 20px;
    margin-top: 15px;
  }

  .about-section {
    padding: 20px 0;
  }

  .about-section p {
    font-size: 14px;
  }

  .stat-box {
    margin: 4px 0px;
  }

  h2 {
    font-size: 20px;
    margin-top: 10px;
  }
}

/* service card section end here */







.service-item {

  transition: transform 0.3s ease-in-out;
}

.service-item:hover {
  transform: translateY(-5px);
}



.read-more {
  color: #ff3c00;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}





/* products css start ========================================= */

.arthroplasty-section {
  background: #f7f7f7;
}

.arthro-card {
  position: relative;
  /* background: #f2f2f2; */
  min-height: 430px;
  padding: 35px 28px 25px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.arthro-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.arthro-content {
  position: relative;
  z-index: 2;
}

.arthro-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #1d2b44;
  margin-bottom: 35px;
}

.arthro-img-box {
  text-align: center;
  margin-top: 10px;
}

.arthro-img-box img {
  /* max-height: 250px; */
  object-fit: contain;
  transition: transform 0.3s ease;
}

.arthro-card:hover .arthro-img-box img {
  transform: scale(1.05);
}

.arthro-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95px;
  height: 95px;
  background: radial-gradient(circle at bottom right, #2ea7df 0%, #6fd0ff 55%, transparent 56%);
  border-top-left-radius: 100%;
  z-index: 1;
}

.pro-btn {
  text-align: center;
  margin-top: 50px;
}

.pro-btn a {
  background: var(--primary-color);
  color: #fff;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px;
}

.pro-btn a:hover {
  background: var(--seconday-color);

}

@media (max-width: 991px) {
  .arthro-card {
    min-height: 390px;
    padding: 28px 22px 22px;
  }

  .arthro-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .arthro-img-box img {
    max-height: 220px;
  }
}

@media (max-width: 767px) {
  .arthro-card {
    min-height: 360px;
  }

  .arthro-title {
    font-size: 18px;
  }

  .arthro-img-box img {
    max-height: 200px;
  }

  .arthro-corner {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 575px) {
  .arthro-card {
    min-height: 340px;
    padding: 24px 18px 20px;
  }

  .arthro-title {
    font-size: 17px;
    line-height: 1.4;
  }

  .arthro-img-box img {
    max-height: 185px;
  }
}

/* products css end ==================================================== */





/* our client section start here */
.our-client .client-card {
  border: 1px solid #0073b9;
  text-align: center;
  padding: 5px;
}

.client-card img {
  transition: transform 0.3s ease;
}

.client-card:hover img {
  transform: scale(1.08);
}

/* our client section end here */




/* our blog section start here */
.blog-card {
  width: 100%;
  border: 1px solid gainsboro;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Segoe UI', sans-serif;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.blog-image img {
  width: 100%;
  display: block;
}

.blog-content {
  padding: 6px 20px;
}

.blog-title {
  font-size: 19px;
  margin-bottom: 7px;
  color: #2c3e50;
}

.blog-description {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  width: 100%;

  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-section .blog-card .blog-content p {
  padding-bottom: 0px !important;
  margin-bottom: 3px !important;
}

.blog-meta {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 10px;
}

.read-more {
  font-size: 0.9rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.read-more:hover {
  color: var(--secondary-color);
}

/* our blog section end here */










/* footer section start here */
.footer {
  background: #f4f4fb;
  padding-top: 40px;
}

.footer-logo h2 {
  font-weight: bold;
  color: #111;
}

.footer-logo p {
  font-size: 14px;
  color: #6c757d;
}

.footer .section-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer a {
  text-decoration: none;
  color: #6c757d;
}

.footer a:hover {
  color: var(--seconday-color);
}

.footer-contact-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.footer-contact-box i {
  font-size: 30px;
  margin-right: 15px;
  color: var(--seconday-color);
}

.footer-contact-box h5 {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}

.footer-contact-box h3 {
  margin: 0;
  color: var(--seconday-color);
  font-weight: bold;
  font-size: 24px;
}

.footer-info {
  background: var(--primary-color);
  color: white;
  padding: 25px;
  border-radius: 20px;
  margin-top: 30px;
}

.footer-info i {
  font-size: 24px;
}

.footer-bottom {
  font-size: 14px;
  color: #6c757d;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
}

.footer-bottom img {
  height: 24px;
  margin-left: 5px;
}

/* footer section end here */






/* contact us section start here */
.contact-wrapper {
  max-width: 1000px;
  margin: 50px auto;
  background: #0073b9;
  color: #fff;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.contact-left,
.contact-right {
  padding: 40px;
  flex: 1 1 50%;
}


.contact-left h1 {
  font-weight: 600;
  line-height: 1.5;
}

.contact-left h2 span {
  color: var(--black);
}

.info-block {
  margin-top: 30px;
}

.info-block p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
}

.info-block p i {
  color: var(--light);
  margin-right: 10px;
}

.social-icons a {
  text-align: center;
  margin-right: 25px;
  font-size: 22px;
  color: #fff;
}

.social-icons {
  text-align: center;
  margin-top: 15px;

}

.contact-right {
  background-color: #f6f6f6;
  color: #000;
  border-radius: 20px 0 0 20px;
}

.interest-btns button {
  background: #e5e5e5;
  border: none;
  border-radius: 6px;
  padding: 6px 16px;
  margin: 4px;
  font-size: 14px;
}

.interest-btns .active {
  background-color: var(--seconday-color);
  color: #fff;
}

.contact-right input,
.contact-right textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 8px 0;
}

.contact-right input:focus,
.contact-right textarea:focus {
  outline: none;
  border-color: var(--seconday-color);
  box-shadow: none;
}

.btn-custom {
  background-color: var(--seconday-color);
  color: white;
  border: none;
  padding: 10px 25px;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-custom:hover {
  background-color: var(--primary-color);
  color: var(--light);
  transform: translateY(-2px);
}

/* contact us section end here */











/* enquiry section start here */

.inquiry-content h1 {
  font-size: 30px;
  font-weight: 600;
}


.enquiry-sec-start .left_panel {
  top: 100px !important;
  margin-bottom: 30px;
  position: sticky;
  height: fit-content;


}

@media(max-width:768px) {
  .enquiry-sec-start .left_panel {

    margin-bottom: 30px;
    position: static;
    /* height: fit-content; */


  }
}

.enquiry-sec-start .details {
  border: solid 1px #b1adad;
  background: #eeeeee47;
  padding: 25px;
}


.enquiry-sec-start .product-title {
  text-transform: UPPERCASE;
  font-weight: bold;
}

.enquiry-sec-start .product-title {
  margin-top: 0;
  margin-bottom: 25px;
}

.enquiry-sec-start h4 {
  position: relative;
  margin-bottom: 30px;
}

.enquiry-sec-start h4:before {
  background: #e30613;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 25px;
}

.enquiry-sec-start .product-description {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
  text-align: justify;
}

.enquiry-sec-start .table {
  border: solid 1px #eee;
  background: #fff !important;
}

.view-btn {
  background-color: #23466d;
  color: var(--light) !important;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.captcha-sec button {
  border: none;
  outline: none;
  background: #e2dfdf;
  font-size: 20px;
  margin: 0 5px;
  background: #23466d !important;
  color: var(--light) !important;
  padding: 5px 10px;
}

.captcha-sec p {
  color: var(--dark) !important;
  margin: 0 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  text-align: center !important;
  letter-spacing: 10px;
  background: url(../image/card-image/capt-img.jpeg);
  font-family: "League Spartan", serif;
}


/* enquiry section */
.enquiry-sec-start .main-img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.enquiry-sec-start .thumbnail-images img {
  object-fit: cover;
  margin-right: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.enquiry-sec-start .thumbnail-images img:hover {
  border-color: #0d6efd;
}

.enquiry-sec-start .stars {
  color: #ffc107;
}

.enquiry-sec-start .service-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* enquiry section end here */






/* video section start here */
.video-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.video-box video {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.6);
  transition: transform 0.3s ease;
}

.video-box:hover video {
  transform: scale(1.05);
}

.video-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.video-box .overlay i {
  font-size: 50px;
  color: white;
}

.video-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10;
}

.video-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.video-text p {
  font-size: 14px;
}

/* video section end here */





/* sub-page-banner-start */
.sub-page {

  background: linear-gradient(rgba(0, 0, 0, 0.315), rgba(0, 0, 0, 0.815)), url(../image/banner/numed-sub.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub-page-heading {
  padding: 150px 20px;
  text-align: start;
}

.sub-page-heading p {
  font-size: 34px;
  margin-bottom: 0px;
  color: #fff;
}

.sub-page-heading span a {
  text-decoration: none;
  color: #fff;

}

.sub-page-heading span {
  color: #fff;
}

@media(max-width:768px) {
  .sub-page-heading {
    padding: 30px 10px;
    text-align: start;
  }

  .sub-page-heading span {
    font-size: 12px;
  }

  .sub-page-heading p {
    font-size: 20px;
  }
}

/* subpage-banner-end */








/* blog-details-start */
/* related blog-style-start */
.related-blog {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.related-blog a {
  text-decoration: none;


}

.related-blog .realted-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.related-blog .realted-img img {
  height: 100%;
  width: 100%;
}

.related-blog .related-blog-content {
  padding: 5px 5px 5px 0px;
}

.related-blog .related-blog-content h2 {
  font-size: 16px;
  color: #000;
}

.related-blog .related-blog-content p {
  color: #000;
}

/* related blog-style-end */


.blog-detail {
  padding: 50px 0px;
}


.blog-image-banner .blog-date p {
  margin-bottom: 0px;
  color: #fff;
}

.blog-content-para h1 {
  font-size: 26px;
}

.blog-content-para p {
  text-align: justify;
  font-size: 18px;
}

/* blog-details-end */

/* responsive section start */
@media(max-width: 768px) {
  .blog-detail {
    padding: 30px 0px;
  }
}

/* responsive section end */








/* coordinate team section start here */
.tree ul {
  /* padding-top: 20px; */
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tree li {
  list-style-type: none;
  margin: 20px 15px;
  text-align: center;
  position: relative;
  padding: 20px 5px 0 5px;
}

.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  top: 0;
  border-top: 2px solid #ccc;
  width: 50%;
  height: 20px;
}

.tree li::before {
  right: 50%;
  border-right: 2px solid #ccc;
}

.tree li::after {
  left: 50%;
  border-left: 2px solid #ccc;
}

.tree li:only-child::before,
.tree li:only-child::after {
  display: none;
}

.tree li .node {
  background-color: #2c6b92;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-block;
  min-width: 180px;
}

.tree li .node-colr {
  background-color: var(--seconday-color);
}

.tree li .sub-node {
  background-color: #5a9fcf;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 2px solid #ccc;
  height: 20px;
}

@media (max-width: 768px) {
  .tree ul {
    flex-direction: column;
    align-items: center;
    padding-left: 0px !important;
  }

  .tree li::before,
  .tree li::after,
  .tree ul ul::before {
    display: none;
  }
}

/* coordinate team section end here */






.submit-form {
  padding: 50px 0;
}

.submit-form .submit-head {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 10px;
}

.submit-form .submit-head i {
  color: #87BD48;
  font-size: 100px;
  border: 10px solid #87BD48;
  border-radius: 50%;
  padding: 15px 22px;
}

.submit-form .submit-head h2 {
  color: #155391;
  margin: 13px 0 0;
}

.submit-form .submit-head p {
  margin-bottom: 28px;
}

.submit-form .submit-head a {
  background: #15537E;
  color: #fff;
  padding: 10px 20px;
}