:root {
      --medical-blue: #0B2C5F;
      --medical-blue-2: #123E7B;
      --medical-red: #E53935;
      --ink: #092452;
      --muted: #657286;
      --soft: #F6F9FD;
      --border: #E4EAF2;
      --green: #18A558;
      --shadow: 0 18px 46px rgba(11, 44, 95, 0.10);
      --shadow-hover: 0 26px 62px rgba(11, 44, 95, 0.16);
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: #ffffff;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

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

    img,
    svg {
      max-width: 100%;
    }

    .page-shell {

    }
	
	
.for-mobile {
        display: none !important;
}

.for-desktop {
        display: block !important;
}









/* =========================
   POPUP OVERLAY
========================= */

.csComingSoonPopup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    backdrop-filter:blur(10px);
    display:none;
    justify-content:center;
    align-items:center;
    padding:20px;
    z-index:99999;
}

/* =========================
   POPUP CARD
========================= */

.csComingSoonCard{
    position:relative;
    width:100%;
    max-width:500px;
    
    overflow:hidden;
    animation:csPopupAnimation .45s ease;
}

/* =========================
   IMAGE
========================= */

.csComingSoonImage{
    width:100%;
    display:block;
   
    box-shadow:0 25px 60px rgba(0,0,0,.45);
    animation:csFloating 3.5s ease-in-out infinite;
}

/* =========================
   CLOSE BUTTON
========================= */

.csClosePopupBtn{
    position:absolute;
    top:18px;
    right:18px;
    width:44px;
    height:44px;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(12px);
    color:#fff;
    font-size:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:5;
    transition:.35s ease;
}

.csClosePopupBtn:hover{
    background:#fff;
    color:#111827;
    transform:rotate(90deg);
}

/* =========================
   POPUP ANIMATION
========================= */

@keyframes csPopupAnimation{

    0%{
        opacity:0;
        transform:scale(.75) translateY(40px);
    }

    100%{
        opacity:1;
        transform:scale(1) translateY(0);
    }

}

/* =========================
   FLOATING EFFECT
========================= */

@keyframes csFloating{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .csComingSoonCard{
        max-width:95%;
    }

    .csClosePopupBtn{
        width:38px;
        height:38px;
        font-size:22px;
        top:12px;
        right:12px;
    }

}

	/* =========================
   HEADER
========================= */

header{
  position:sticky;
  top:0;
  z-index:9;
  width:100%;
  border-bottom: 1px solid var(--border);
      backdrop-filter: blur(16px);
}

/* =========================
   TOP BAR
========================= */

.top-link{
  display:flex;
  align-items:center;
  gap:6px;
}

.top-icon{
  width:16px;
  height:16px;
  fill:#fff;
  stroke: currentColor;
   stroke-width: 2;
   fill: none;
}

/* HIDE EFFECT */

.hide-topbar{
  transform:translateY(-100%);
  opacity:0;
  height:0;
  padding:0;
}

/* =========================
   NAVBAR
========================= */

.site-nav{
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
  padding:0px 0;
  transition:0.3s;
}

/* LOGO */

.brand-mark img{
  max-width:220px;
}

/* MENU */

.navbar-nav{
  gap:18px;
}



.nav-link:hover{
 
}




	.navbar-brand img{max-width:220px;}

    .top-bar {
      color: #ffffff;
      background: var(--medical-blue);
      font-size: 0.82rem;
      font-weight: 650;
	  
    }

    .top-bar .container {
      min-height: 38px;
    }

  
 .rating-card-home {
    
	width:100%;
 margin-top: 30px;}
 
 .rating-content-home {
    display: flex;
    align-items: center;
    gap: 12px;
	width: fit-content;
    border: 1px solid #e0e0e0;
   
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 3px 16px;
    background-color: #fff;
	 position: absolute;
	    bottom: 30px;
   
}




.rating-text-home .stars-home {
    color: green;
    font-size: 18px;
}

.rating-text-home a {
    text-decoration: none;
    color: #000;
}


    .navbar {
      min-height: 72px;
    }

    .brand-mark {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--medical-blue);
      font-weight: 900;
      letter-spacing: 0;
    }

    .brand-symbol {
      display: grid;
      width: 38px;
      height: 38px;
      place-items: center;
      border: 2px solid var(--medical-blue);
    
      transform: rotate(45deg);
    }

    .brand-symbol svg {
      width: 22px;
      height: 22px;
      transform: rotate(-45deg);
    }

    .brand-name {
      display: block;
      color: var(--medical-blue);
      font-size: 1.18rem;
      line-height: 1;
    }

    .brand-name span {
      color: var(--medical-red);
    }

    .brand-tagline {
      display: block;
      margin-top: 2px;
      color: var(--medical-red);
      font-size: 0.68rem;
      font-weight: 750;
      line-height: 1;
    }

    .navbar-nav .nav-link {
      color: var(--ink);
      font-size:18px;
      font-weight: 750;
      padding: 0.75rem 0.8rem;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
     
	 
    }

    .btn-brand,
    .btn-whatsapp,
    .btn-outline-brand {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 44px;
      padding: 0.68rem 1.1rem;
      
      font-size: 0.86rem;
      font-weight: 850;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    }

    .btn-brand {
      color: #ffffff;
      background: var(--medical-red);
      border: 1px solid var(--medical-red);
      box-shadow: 0 12px 26px rgba(229, 57, 53, 0.22);
	  cursor:pointer;
	  
    }

    .btn-brand:hover {
      color: #ffffff;
      background: #cf2c29;
      border-color: #cf2c29;
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(229, 57, 53, 0.3);
    }

    .btn-whatsapp {
      color: #ffffff;
      background: var(--green);
      border: 1px solid var(--green);
      box-shadow: 0 12px 26px rgba(24, 165, 88, 0.18);
    }

    .btn-whatsapp:hover {
      color: #ffffff;
      background: #138a49;
      border-color: #138a49;
      transform: translateY(-2px);
    }

    .btn-outline-brand {
      color: var(--medical-blue);
      background: #ffffff;
      border: 1px solid rgba(11, 44, 95, 0.22);
    }

    .btn-outline-brand:hover {
      color: var(--medical-blue);
      border-color: var(--medical-blue);
      box-shadow: 0 14px 30px rgba(11, 44, 95, 0.09);
      transform: translateY(-2px);
    }

    .hero-section {
      position: relative;
      overflow: hidden;
      padding: 62px 0 0;
      background:
        radial-gradient(circle at 7% 10%, rgba(11, 44, 95, 0.09), transparent 30%),
        linear-gradient(115deg, #ffffff 0%, #F5F9FD 52%, #EDF4FC 100%);
      border-bottom: 1px solid var(--border);
    }

    .hero-title {
      max-width: 670px;
      margin: 0;
      color:#fff;
      font-size: clamp(1.18rem, 3.7vw, 3.7rem);
      font-weight: 720;
      line-height: 1.04;
      letter-spacing: 0;
    }
	
	
.hero-trustelc {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
        margin-top: 20px;
    width: 100%;
}

.trust-boxelc h3 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 4px;
}

.trust-boxelc p {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}
.elc-hero-bg{position:relative;}
.elc-hero-bg-text{

position: absolute;
    top: 0px;
    left: 80px;
    height: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .hero-copy {
      max-width: 650px;
      margin: 20px 0 0;
      color:white;
      font-size: 20px;
      line-height: 1.25;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      max-width: 690px;
      margin-top: 34px;
    }

    .metric-item {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      min-width: 0;
    }

    .metric-icon,
    .mini-icon {
      flex: 0 0 auto;
      width: 28px;
      height: 28px;
      color: var(--medical-blue);
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
    }

.ak-counter-icon img{ width: 70px; height: 70px;}

    .metric-value {
      display: block;
      color: var(--medical-blue);
      font-size: 1rem;
      font-weight: 900;
      line-height: 1.1;
    }

    .metric-label {
      display: block;
      margin-top: 3px;
      color: var(--muted);
      font-size: 0.77rem;
      font-weight: 650;
      line-height: 1.25;
    }

    .hero-visual {
      position: relative;
      min-height: 530px;
    }

    .doctor-panel {
      position: absolute;
      right: 5%;
      bottom: 0;
      width: min(520px, 100%);
      height: 560px;
      overflow: hidden;
      background:
        radial-gradient(circle at 62% 26%, rgba(255, 255, 255, 0.95), transparent 18%),
        linear-gradient(145deg, rgba(11, 44, 95, 0.08), rgba(255, 255, 255, 0.55)),
        #EAF2FB;
      border-radius: 120px 120px 0 0;
      box-shadow: inset 0 0 0 1px rgba(11, 44, 95, 0.08);
    }

    .doctor-illustration {
      position: absolute;
      right: 16px;
      bottom: -5px;
      width: 92%;
      height: auto;
    }

    .opinion-card {
      position: relative;
      z-index: 2;
      max-width: 360px;
      margin: 0 0 28px auto;
      padding: 24px;
      background: #ffffff;
      border: 1px solid var(--border);
     
      box-shadow: var(--shadow);
    }

    .form-title {
      margin: 0 0 18px;
      color: var(--medical-blue);
      font-size: 1.2rem;
      font-weight: 900;
      text-align: center;
      line-height: 1.2;
    }

    .form-label {
      color: var(--ink);
      font-size: 0.76rem;
      font-weight: 800;
    }

    .form-control,
    .form-select {
      min-height: 42px;
      color: var(--ink);
      border-color: var(--border);
     
      font-size: 0.82rem;
      box-shadow: none;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: rgba(11, 44, 95, 0.38);
      box-shadow: 0 0 0 0.2rem rgba(11, 44, 95, 0.08);
    }
	
	
	
	
	
	
	
	
	
	

    .trust-strip {
      color: #ffffff;
      background: var(--medical-blue);
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 1px;
    }

    .trust-item {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 72px;
      padding: 14px;
      color: rgba(255, 255, 255, 0.9);
      background: rgba(255, 255, 255, 0.025);
      font-size: 0.78rem;
      font-weight: 800;
      text-align: left;
    }

    .trust-item svg {
      width: 28px;
      height: 28px;
      color: #ffffff;
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
    }

    .section {
      padding: 78px 0;
    }

    .section-soft {
      background: var(--soft);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }

    .section-heading {
      max-width: 720px;
      margin: 0 auto 38px;
      text-align: center;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 12px;
      color: var(--medical-red);
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .section-kicker::before,
    .section-kicker::after {
      width: 22px;
      height: 1px;
      content: "";
      background: rgba(229, 57, 53, 0.5);
    }

    .section-title {
      margin: 0;
      color: var(--medical-blue);
      font-size: clamp(1.65rem, 3vw, 2.45rem);
      font-weight: 920;
      line-height: 1.12;
      letter-spacing: 0;
    }

    .section-copy {
      max-width: 620px;
      margin: 12px auto 0;
      color: var(--muted);
      font-size: 0.98rem;
      line-height: 1.7;
    }

    .specialty-card,
    .hospital-card,
    .story-card,
    .service-card,
    .blog-card,
    .event-card {
      height: 100%;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid var(--border);
  
      box-shadow: 0 10px 28px rgba(11, 44, 95, 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }  

    .specialty-card:hover,
    .hospital-card:hover,
    .story-card:hover,
    .service-card:hover,
    .blog-card:hover,
    .event-card:hover {
      border-color: 1px solid var(--medical-blue);;
      box-shadow: var(--shadow-hover);
      transform: translateY(-7px);
    }

    .visual-band {
      position: relative;
      min-height: 150px;
      overflow: hidden;

    }

    .hospital-body p{text-align:justify;}

    .visual-band svg {
      position: absolute;
      inset: 14px;
      width: calc(100% - 28px);
      height: calc(100% - 28px);
      color: rgba(255, 255, 255, 0.88);
      stroke: currentColor;
      stroke-width: 1.8;
      fill: none;
    }

    .visual-band.light svg {
      color: rgba(11, 44, 95, 0.82);
    }

    .card-content {
      padding: 20px;
      text-align: center;
    }

    .card-content h3,
    .hospital-card h3,
    .story-card h3,
    .blog-card h3 {
      margin: 0 0 8px;
      color: var(--medical-blue);
      font-size: 1rem;
      font-weight: 900;
      line-height: 1.3;
    }

    .card-content p,
    .hospital-card p,
    .story-card p,
    .blog-card p,
    .service-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.84rem;
      line-height: 1.65;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 14px;
      color: var(--medical-blue);
      font-size: 0.82rem;
      font-weight: 900;
    }

    .text-link:hover {
      color: var(--medical-red);
    }

    .hospital-logo {
      display: grid;
      min-height: 128px;
      padding: 20px;
      place-items: center;
      background:
        linear-gradient(145deg, rgba(11, 44, 95, 0.06), rgba(255, 255, 255, 0.95)),
        #ffffff;
      border-bottom: 1px solid var(--border);
    }
	
	
	
	 
	 .hospital-card {
    transition: 0.5s ease;
}


/* Default grayscale */
.hospital-logo img {
    object-fit: cover;
  
}




    .hospital-logo span {
      color: var(--medical-blue);
      font-size: 1.45rem;
      font-weight: 950;
      letter-spacing: 0;
      text-align: center;
      line-height: 1.05;
    }

   

    .hospital-body {
      padding: 22px;
    }

    .check-list {
      display: grid;
      gap: 9px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      color: var(--muted);
      font-size: 0.82rem;
      font-weight: 650;
    }

    .check-list li {
      display: flex;
      gap: 8px;
      align-items: flex-start;
    }

    .check-list svg {
      flex: 0 0 auto;
      width: 16px;
      height: 16px;
      margin-top: 3px;
      color: var(--green);
      stroke: currentColor;
      stroke-width: 2.4;
      fill: none;
    }

    .story-media {
      position: relative;
      min-height: 166px;
      overflow: hidden;
      background:
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.7), transparent 24%),
        linear-gradient(135deg, #EAF2FB, #D7E7F8);
    }

    .story-media svg {
      position: absolute;
      right: 0;
      bottom: -8px;
      width: 92%;
      height: auto;
    }

    .flag-pill {
      position: absolute;
      top: 14px;
      left: 14px;
      z-index: 2;
      padding: 6px 10px;
      color: var(--medical-blue);
      background: #ffffff;
      border: 1px solid var(--border);
     
      font-size: 0.72rem;
      font-weight: 900;
      box-shadow: 0 10px 24px rgba(11, 44, 95, 0.12);
    }

    .story-body,
    .blog-body {
      padding: 20px;
    }

    .journey-grid {
      --timeline-gap: 18px;
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: var(--timeline-gap);
      margin-top: 50px;
    }

    .journey-step {
      position: relative;
      min-width: 0;
    }

    .journey-step::after {
      position: absolute;
      top: 48px;
      left: calc(50% + 44px);
      z-index: 0;
      width: calc(100% + var(--timeline-gap) - 88px);
      content: "";
      border-top: 2px dashed rgba(11, 44, 95, 0.26);
	  display:none;
    }

    .journey-step:last-child::after {
      display: none;
    }

    .journey-card {
      position: relative;
      z-index: 1;
      height: 100%;
      padding: 24px 18px 22px;
      text-align: center;
      background: rgba(255, 255, 255, 0.95);
      border: 1px solid var(--border);
      
      box-shadow: var(--shadow);
      transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    }

    .journey-card:hover {
      border-color: 1px solid var(--medical-blue);
      box-shadow: var(--shadow-hover);
      transform: translateY(-9px);
    }

    .journey-icon-wrap {
      position: relative;
      display: grid;
      width: 84px;
      height: 84px;
      margin: 0 auto 18px;
      place-items: center;
      
      border: 1px solid rgba(11, 44, 95, 0.12);
      border-radius: 50%;
      box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.8), 0 13px 30px rgba(11, 44, 95, 0.12);
	  border:1px solid var(--medical-blue);
    }

    .journey-badge {
      position: absolute;
      top: -9px;
      right: -4px;
      display: grid;
      width: 29px;
      height: 29px;
      place-items: center;
      color: #ffffff;
      background: var(--medical-red);
      border: 3px solid #ffffff;
      border-radius: 50%;
      font-size: 0.78rem;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 8px 18px rgba(229, 57, 53, 0.32);
	  display:none;
    }

    .journey-icon {
      width: 40px;
      height: 40px;
      color: var(--medical-blue);
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .journey-icon .accent {
      color: var(--medical-red);
      stroke: currentColor;
    }

    .journey-card h3 {
      margin: 0 0 10px;
      color: var(--medical-blue);
      font-size: 0.95rem;
      font-weight: 900;
      line-height: 1.25;
    }

    .journey-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.84rem;
      line-height: 1.65;
    }

    .service-card {
      padding: 24px 18px;
      text-align: center;
    }

    .service-icon {
      display: grid;
      width: 58px;
      height: 58px;
      margin: 0 auto 14px;
      place-items: center;
      color: var(--medical-blue);
      
      border: 1px solid rgba(11, 44, 95, 0.11);
    
    }

    .service-icon svg {
      width: 30px;
      height: 30px;
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
    }

    .service-card h3 {
      margin: 0 0 8px;
      color: var(--medical-blue);
      font-size: 0.96rem;
      font-weight: 900;
    }

    .event-card {
      position: relative;
      height: 400px;
      overflow: hidden;
      color: #ffffff;
      background:
        linear-gradient(0deg, rgba(11, 44, 95, 0.95), rgba(11, 44, 95, 0.24)),
        radial-gradient(circle at 68% 26%, rgba(255, 255, 255, 0.22), transparent 20%),
        linear-gradient(135deg, #123E7B, #0B2C5F);
    }

    .event-card svg {
      position: absolute;
      inset: 22px 18px auto auto;
      width: 58%;
      height: auto;
      opacity: 0.78;
    }

    .event-body {
      position: absolute;
      right: 22px;
      bottom: 22px;
      left: 22px;
      z-index: 2;
    }

    .event-body h3 {
      margin: 0 0 8px;
      color: #ffffff;
      font-size: 1.05rem;
      font-weight: 900;
    }

    .event-body p {
      margin: 0;
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.84rem;
      line-height: 1.6;
    }

    .blog-meta {
      display: inline-flex;
      margin-bottom: 10px;
      color: var(--medical-red);
      font-size: 0.74rem;
      font-weight: 900;
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      padding: 44px;
      color: #ffffff;
      background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.2), transparent 20%),
        linear-gradient(135deg, var(--medical-blue), #061B3C);
     
    }

    .cta-band h2 {
      margin: 0;
      color: #ffffff;
      font-size: clamp(1.45rem, 3vw, 2.3rem);
      font-weight: 920;
    }

    .cta-band p {
      max-width: 570px;
      margin: 12px 0 0;
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.7;
    }

    .site-footer {
      color: rgba(255, 255, 255, 0.82);
      background: #061B3C;
    }

    .footer-main {
      padding: 62px 0 28px;
    }

    .footer-brand {
      color: #ffffff;
    }
.footer-brand img{max-width:200px;}
    .footer-title {
      margin-bottom: 14px;
      color: #ffffff;
      font-size: 0.92rem;
      font-weight: 900;
    }

    .footer-links {
      display: grid;
      gap: 9px;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0.84rem;
    }

    .footer-links a:hover {
      color: #ffffff;
    }

    .social-row {
      display: flex;
      gap: 10px;
      margin-top: 20px;
    }

    .social-link {
      display: grid;
      width: 36px;
      height: 36px;
      place-items: center;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 50%;
    }

    .footer-bottom {
      padding: 18px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 0.8rem;
    }

   
   
   
 
   
   
   
   /* =========================
   UNIQUE COUNTER SECTION
========================= */

.ak-counter-main{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	    gap: 15px;
	   
    }

.ak-counter-wrapper{
  width: 100%;
 margin-top: 50px;
	
}



.ak-counter-card{
    display:flex;
      justify-content: center;
    gap:10px;
    width:100%;
	 background: var(--soft);
		border:1px solid var(--border);
		padding:20px 10px;
		
}

.ak-counter-icon{
    font-size:30px;
    color:#0c2c66;
    margin-top:4px;
}

.ak-counter-content h2{
    font-size:38px;
    font-weight:700;
    color:#0c2c66;
    margin-bottom:8px;
    line-height:1;
}

.ak-counter-content p{
    font-size:18px;
    color:#5f6d83;
    font-weight:600;
}


   
   
   /* =========================
 call now btn
========================= */

.btns_quick {
    position: relative;
   
    padding: 4px 4px;
   
    cursor: pointer;
    width: 255px;
    margin-top: 20px;
       
}

.btns_quick-mini {
        background: var(--medical-red);
        display: flex;
        width: 240px;
        height: 40px;
        font-size: 18px;
        font-weight: 400;
        align-items: center;
        justify-content: center;
      
        transition: all 0.35s ease-out;
        text-decoration: none;
        color: #fff;
        position: relative;
        overflow: hidden;
		
      }
	  

.btns_quick-mini::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 1);
        width: 7px;
        height: 100%;
        filter: blur(6px);
        transform: translateX(-100px) skewX(-15deg);
        animation: TransitioningBackground 1.5s linear infinite;
}

.btns_quick-mini::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 1);
        width: 11px;
        height: 100%;
        filter: blur(6px);
        transform: translateX(-100px) skewX(-15deg);
        animation: TransitioningBackground 1.5s linear infinite;
}

.btns_quick-mini:hover::before,
.btns_quick-mini:hover::after {
        transform: translateX(300px) skewX(-15deg);
        transition: 3s;
}

@keyframes TransitioningBackground {
        0% {
                transform: translateX(-100px) skewX(-15deg);
        }

        100% {
                transform: translateX(300px) skewX(-15deg);
        }
}




  .whatsapp-icon .whatsapp{  position: fixed;
    bottom: 70px;
    /* right: -30px; */
    width: 55px;
   height: 55px; 
    z-index: 10;
    right: 26px;
}
.img-whats img{width:100%;}
 /* .whatsapp-icon .whatsapp{position:fixed; bottom:70px; right:-30px; width:100px; height:100px; z-index:10;} */
.whatsapp-icon .top-arrow{position:fixed; bottom:10px; right:-30px; width:100px; height:100px; z-index:10;} 
   /* =========================
 call now btn close
========================= */

.meet-team-caro .item{
    padding:10px;
}

.meet-team-caro{
    display:block !important;
}

.meet-team-caro .owl-nav button{
    border:none !important;
    background:#0d2d62 !important;
    color:#fff !important;
    width:35px;
    height:35px;
    border-radius:50%;
}

.Professionals-team {
        margin: 50px 0px;
       
}

.Professionals-team-text {
        text-align: center;
}

.Professionals-team-text p {
        text-align: center;
		    margin: 20px auto 0;
    color: var(--muted);
    font-size: 0.98rem;
	    max-width: 820px;
}

.cont-Professional {
        position: relative;
        width: 300px;
        height: 260px;
       
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.meet-team-btn {
        padding-top: 30px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
}

.main-cont-Professional {
        display: flex;
        justify-content: center;
        padding-top: 50px;
		 padding-bottom: 20px;
}

.background-shape-Professional {
        position: absolute;
        width: 100%;
        height: 100%;
       
        transform: rotate(-10deg);
        z-index: 0;
}

.main-Professional-row {
        padding-top: 100px;
}

/* Different colors for each card */
.orange-profes .background-shape-Professional {
        background-color: #f77b3c;
}

.teal-profes .background-shape-Professional {
        background-color: #1cc7b0;
}

.blue-profes .background-shape-Professional {
        background-color: #4f77e0;
}

.Professional-profilebox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
       
        z-index: 1;
        text-align: center;
        padding: 30px 20px;
        box-sizing: border-box;
        border: 2px solid #d9e3ff;
}

.team-card-profess {
        width: 110px;
        height: 110px;
        background-color: #f2f2f2;
        border-radius: 50%;
        margin: -80px auto 15px;
}

.Professional-profilebox h3 {
        font-size: 25px;
        margin: 30px 0 10px;
        font-weight: bold;
}

.Professional-profilebox p {
        text-align: left;
			font-size:15px;
}



/* Wrapper */

.medical-section-flag{text-align:center;padding-top:50px;}

.destination-wrapper-flag{
  
  padding:40px;
  background:#f3f3f3;
  display: grid; grid-template-columns: repeat(4, 1fr);gap:30px;
}



/* Card */
.destination-card{
    position:relative;
   
    overflow:hidden;
    cursor:pointer;
    background:#000;
}

/* Image */
.destination-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

/* Video */
.destination-card video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
    transition:0.5s ease;
}

/* Hover Effect */
.destination-card:hover video{
    opacity:1;
}

.destination-card:hover img{
    opacity:0;
}

/* Overlay */
.destination-card::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

/* Country Name */
.destination-card h3{
    position:absolute;
    bottom:20px;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:30px;
    font-weight:500;
    z-index:2;
    letter-spacing:1px;
}

/* Responsive */
@media(max-width:768px){

    .destination-card{
        width:100%;
        max-width:350px;
    }

}





/* OVERLAY */

.zenx-modal-overlay{
  position: fixed;
  inset: 0;

  background: rgba(0,0,0,0.6);

  z-index: 99999;

  display: none;

  /* CENTER MODAL */
  text-align: center;
}

/* CENTER ALIGN FIX */

.zenx-modal-overlay.active{
  display: block;
}

.zenx-modal-overlay::before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* MODAL BOX */

.zenx-modal-box{
  width: 90%;
  max-width: 850px;

  background: #ffffff;

  display: inline-block;
  vertical-align: middle;

  text-align: left;

  position: relative;

  padding: 35px;

  border-radius: 20px;

  box-shadow: 0 20px 60px rgba(0,0,0,0.25);

  animation: zenxFade .4s ease;

  max-height: 90vh;

  overflow-y: auto;

  box-sizing: border-box;
}

/* ANIMATION */

@keyframes zenxFade{

  from{
    opacity: 0;
    transform: translateY(40px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }

}

/* CLOSE BUTTON */

.zenx-close-btn{
  position: absolute;
  top: 14px;
  right: 18px;

  border: none;
  background: none;

  font-size: 34px;

  cursor: pointer;

  color: #666;
}

/* HEADER */

.zenx-modal-title{
  font-size: 32px;
  font-weight: 700;

  color: #0D3B66;

  margin-bottom: 12px;
}

.zenx-modal-subtitle{
  font-size: 15px;
  line-height: 1.6;

  color: #666;

  margin-bottom: 28px;
}

/* GRID */

.zenx-grid{
  display: flex;
  gap: 18px;

  margin-bottom: 18px;
}

/* INPUTS */

.zenx-input-box,
.form-select.custom-input{
  width: 100%;
  height: 50px;

  border: 1px solid #d9e1ea;

  border-radius: 12px;

  padding: 0 16px;

  font-size: 14px;

  outline: none;

  background: #fff;
}

/* PHONE */

.zenx-phone-wrap{
  display: flex;

  margin-bottom: 18px;
}

.zenx-country-code{
  width: 110px;
  height: 50px;

  border: 1px solid #d9e1ea;
  border-right: none;

  border-radius: 12px 0 0 12px;

  padding: 0 12px;

  outline: none;
}

.zenx-phone-input{
  flex: 1;

  height: 50px;

  border: 1px solid #d9e1ea;

  border-radius: 0 12px 12px 0;

  padding: 0 16px;

  outline: none;
}

/* TEXTAREA */

.zenx-textarea{
  width: 100%;
  height: 120px;

  border: 1px solid #d9e1ea;

  border-radius: 12px;

  padding: 16px;

  resize: none;

  outline: none;

  margin-bottom: 20px;
}

/* BUTTON */

.zenx-submit-btn{
  width: 100%;
  height: 52px;

  border: none;

  border-radius: 12px;

  background: #E63946;

  color: #fff;

  font-size: 16px;
  font-weight: 700;

  cursor: pointer;

  transition: .3s;
}

.zenx-submit-btn:hover{
  transform: translateY(-2px);
}

/* MOBILE */

@media(max-width:768px){

  .zenx-modal-box{
    width: 95%;
    padding: 24px 18px;
  }

  .zenx-grid{
    flex-direction: column;
    gap: 15px;
  }

  .zenx-modal-title{
    font-size: 24px;
  }

}