  /* === Customization vars === */
  :root{
    --icon-size: 40px;
    --bg: #0f172a;          /* tooltip background */
    --fg: #fff;             /* tooltip text color */
    --accent: #06b6d4;      /* icon accent */
    --shadow: 0 8px 20px rgba(2,6,23,0.45);
    --gap: 10px;            /* space between icon and content */
    --radius: 10px;
    --transition: 180ms ease;
  }
  /* === layout reset === */
  *{box-sizing:border-box}
  
  /* container for each icon+content */
  .icon-card {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    cursor: pointer;
    outline: none;
	float: right;
	position: relative;
        top: 8px;
  }

  /* the circular icon */
  .icon-card .icon {
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    background: white;
    border: 1px solid rgba(0,0,0,0.06);
    display: inline-grid;
    place-items: center;
    box-shadow: 0 2px 6px rgba(2,6,23,0.06);
    transition: transform var(--transition), box-shadow var(--transition);
    color: var(--accent);
    font-weight: 700;
    user-select:none;
  }
  .icon-card:hover .icon,
  .icon-card:focus-within .icon {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 8px 18px rgba(2,6,23,0.12);
  }

  /* Tooltip / content panel */
  .icon-card .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(calc(10px + var(--gap)));
    bottom: calc(100% + var(--gap)); /* place above icon by default */
    width: 250px;
    background: var(--bg);
    color: var(--fg);
    padding: 12px 14px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition), transform var(--transition);
    font-size: 14px;
    line-height: 1.35;
    z-index: 30;
    transform-origin: 50% 100%;
    transform: translateX(-50%) translateY(6px) scale(0.98);
  }

  /* Arrow under tooltip (points down) */
  .icon-card .content::after{
    content: "";
    position: absolute;
    left: 72%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 12px;
    height: 12px;
    background: var(--bg);
    transform-origin: center;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: inherit;
    z-index: -1;
  }

  /* When hovered/focused: show */
  .icon-card:hover .content,
  .icon-card:focus-within .content {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
  }

  /* Accessibility: allow keyboard only focus */
  .icon-card > a,
  .icon-card > button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* small header inside content */
  .icon-card .content h4{
    margin: 0 0 6px 0;
    font-size: 15px;
    font-weight: 600;
  }
  .icon-card .content p{
    margin: 0;
    color: rgba(255,255,255,0.9);
    font-size: 13.5px;
  }

  /* Variant: show content to the right */
  .icon-card.right .content{
    left: calc(100% + var(--gap));
    top: 50%;
    bottom: auto;
    transform: translateX(6px) translateY(-50%) scale(0.98);
    transform-origin: left center;
  }
  .icon-card.right .content::after{
    left: auto;
    right: 100%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: var(--bg);
    right: -6px;
  }
  .icon-card.right:hover .content,
  .icon-card.right:focus-within .content{
    transform: translateX(0) translateY(-50%) scale(1);
  }

  /* small responsive tweak */
  @media (max-width:520px){
    .icon-card .content{ left: 50%; transform: translateX(-50%) translateY(6px); bottom: calc(100% + var(--gap)); }
    .icon-card.right .content{ left: 50%; transform: translateX(-50%) translateY(6px); bottom: calc(100% + var(--gap)); }
  }
  /*  -----------------  */
  
  body{
	  font-size: 14px;
  }
    .author_image {
		width: 40px;
		border-radius: 50px;
		margin-right: 15px;
	}
	.blog_banner_img {
		align-content: center;
		padding: 10px 0;
	}
	.blog_banner_img img{
		border-radius: 25px;
		 
	}
	.blog_banner_content h1 {
		font-size: 28px;
		padding-left:0;
		    font-weight: 700;
	}
	.breadcrumbs,.breadcrumbs a {
		color: #111 !important;
		text-decoration: none;
	}
	.body_content_section h2 {
		font-size: 24px;
		margin-top: 30px;
	}	
	
	.container-frame {
		position: relative;
		width: 100%;
		max-width: 300px;
		text-align: center;
		color: rgb(255, 255, 255);
		margin-left: 35px;
		margin-top: 30px;
		border-radius: 20px;
		overflow: hidden;
		padding: 20px 20px 0px;
		background: url("https://cdvsd.hlhlth.app/wp-content/uploads/2025/09/app_bg.webp") center bottom / cover no-repeat;
		background-position: center bottom;
	}
	.phone-frame {
		position: relative;
		border-radius: 30px;
	}
	.screen {
        background-color: #005760;
        padding: 15px;
        border-radius: 15px;
		background: url("https://cdvsd.hlhlth.app/wp-content/uploads/2025/09/blog_Mobile.webp");
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 220px;
        height: 300px;
        margin:auto;
    }
    .phone-frame h2 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #fff087;
        padding-top: 35px;
    }
    .phone-frame p {
        font-weight: 600;
        padding-top: 30px;
    }
    .download-buttons {
		margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .download-buttons img {
        width: 120px;
        height: auto;
    }
	.share-container {
        width: 80%;
        margin: auto 0 auto 35px;
    }
    .share-title {
        font-size: 18px;
        font-weight: bold;
        margin: 25px 0px 0px 0;
        text-align: left;
    }
    .share-item {
		display: inline-flex;
		align-items: center;
		padding: 10px 15px;
		cursor: pointer;
        transition: background-color 0.3s;
    }
    .share-icon {
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }
    .share-text {
        font-size: 16px;
        color: #333;
    }
    .copy-button {
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }
    .copy-button:hover {
        background-color: #45a049;
    }
    .notification {
        display: none;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 16px;
    }
	/** ---- Latest blog start --------**/
	.latest-title{
		font-size: 18px;
		font-weight: bold;
		margin: 25px 0px 20px 0;
		text-align: left;
	}
	.latest-blog-list {
	  display: flex;
	  flex-direction: column;
	  gap: 15px;
	}

	.blog-item {
	  display: flex;
	  align-items: center;
	  gap: 12px;
	  border-bottom: 1px solid #eee;
	  padding-bottom: 10px;
	}

	.blog-thumb img {
	  width: 90px;
	  height: 70px;
	  object-fit: cover;
	  border-radius: 4px;
	}

	.blog-content {
	  flex: 1;
	}

	.blog-title {
	  font-size: 14px;
	  font-weight: 500;
	  color: #333;
	  text-decoration: none;
	  line-height: 1.4;
	}

	.blog-title:hover {
	  color: #d33;
	}
/** ---- Latest blog end  --------**/
	.single-post h3, .single-legal h3{
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #191919;
	}
	.disclimer h6,.author_section h4,.reference_link h4 {
		font-size: 20px;
		font-weight: 600;
	}
	.author_section h4,.reference_link h4 {
		margin-top: 25px;
	}
	.author_details,.author_details p, .author_details a,.author_details span {
		color: #191919 !important;
		line-height: 1.7;
	}
	
	.profile-card {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		padding: 20px;
    }

    .profile-card img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
    }

    .profile-info h2 {
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      color: #000;
    }

    .profile-info h4 {
      margin: 5px 0;
      font-size: 14px;
      font-weight: 500;
      color: #333;
    }

    .profile-info h4 span {
      font-size: 13px;
      color: #888;
      font-weight: normal;
    }

    .profile-info p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.6;
      color: #444;
    }
	
	.share-text {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }
	.tooltip-text {
      visibility: hidden;
      width: 140px;
      background-color: #333;
      color: #fff;
      text-align: center;
      padding: 6px 8px;
      border-radius: 6px;

      /* Positioning */
      position: absolute;
      bottom: 110%; /* show above image */
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;

      /* Animation */
      opacity: 0;
      transition: opacity 0.3s;
    }

    .share-text:hover .tooltip-text {
      visibility: visible;
      opacity: 1;
    }

    /* Small arrow */
    .tooltip-text::after {
      content: "";
      position: absolute;
      top: 100%; /* arrow at bottom of tooltip */
      left: 46%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #333 transparent transparent transparent;
    }
	.share-text a {
		color: #333;
	}
	.quote-box {
      background-color: #f7f3e8; /* light beige background */
      border-radius: 20px;       /* rounded corners */
      padding: 15px 20px;
      margin-top: 20px;
      font-family: Arial, sans-serif;
      font-size: 16px;
      line-height: 1.5;
      position: relative;
    }

    .quote-box p {
      font-style: italic;
      margin: 0 0 8px 0;
    }

    .quote-author {
      font-size: 12px;
      color: #333;
    }
	ul.toc-list li {
		list-style: none;
	    display: inline-flex;
	}
	ul.toc-list {
		padding: 0;
	}
	ul.toc-list li:after {
		content: ' | ';
		margin: 1px 10px;
	}
	ul.toc-list li:last-child {
		content: '';
	}
 
	.border-css {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.border-css p {
		margin: 0 !important;
		padding: 15px 0;
		    padding: 0;
	}

    @media(max-width: 600px) {
      .profile-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .profile-card img {
        margin-bottom: 15px;
      }
    }