/*=========================
Google Font
=========================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
   --orange: #D84A16;
  --light-peach: #FFF7F3;
  --content-bg: #FFFAF7;
  --button-border: #F3D4C5;
  --dark-text: #111827;
  --nav-text: #243B64;
}

a{
    text-decoration:none !important;
}

ul{
    list-style:none;
    padding:0;
    margin:0;
}

/* Hero Banner */

.hero-banner{
    margin:0px;
}

.hero-banner img{
    width:100%;
    height:240px;
    object-fit:cover;
    border-radius:0px;
    display:block;
}

/* Top Info */
.disease-top-new{
	padding:0px;
}
.top-info{
    background:#fff;
    margin-top:140px;
    border-radius:15px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    padding:25px;
}

.info-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.left-info{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    color:#666;
    font-size:14px;
}

.right-info{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.author{
    font-size:15px;
    margin-top:18px;
}

.author a{
    color:#1b76c7;
    font-weight:600;
}

.page-name-title{
    margin-top:0px;
    margin-bottom:15px;
    font-size:22px;
    font-weight:700;
    line-height:1.35;
}

/* Top Menu */
.symptoms-fix-mob{
	position:relative;
}
.symptoms-wrapper {
  width: 100%;
  margin: 12px 0;
  padding: 0;
}

.symptoms-box {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 0 14px 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  overflow: hidden;
}


/* =========================
   TOP NAV
========================= */

.top-nav {
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 1px solid #e6e6e6;
  overflow-x: auto;
  scrollbar-width: none;
}

.top-nav::-webkit-scrollbar {
  display: none;
}


/* TAB BUTTON */

.tab-btn {
  position: relative;
  height: 58px;
  padding: 0 18px;
  border: none;
  background: transparent;
  color: #555;
  font-family:'Poppins',sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  text-decoration:none;
}


/* HOVER */

.tab-btn:hover {
  color: #ef4b23;
  text-decoration:none;
}


/* ACTIVE TAB */

.tab-btn a {
   color: #555;
  text-decoration:none;
}

.tab-btn.active {
  color: #c74a1b;
  background: var(--light-peach);
  font-weight: 700;
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 3px;
  background: var(--orange);
}


/* =========================
   TAB CONTENT
========================= */

.tab-content {
  display: none;

  padding: 28px 18px 18px;
  background: var(--content-bg);
  border: 1px solid #f3c8b9;
  border-top: none;

  border-radius: 0 0 17px 17px;
}


/* SHOW ACTIVE CONTENT */

.tab-content.active {
  display: block;
}


/* TITLE */

.explore-title {
  margin: 0 0 20px;

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

  color: #111827;
}


/* =========================
   CONTENT BUTTONS
========================= */

.symptom-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.symptom-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #efcbbf;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.2s ease;
}
.symptom-buttons a.active {
  border-color: #ef4b23;
  color: #ef4b23;  
  background: var(--light-peach);
}

.symptom-buttons a:hover {
  background: var(--light-peach);
  border-color: #ef4b23;
  color: #ef4b23;
}
.toc-column-mobile{
	display:none;
}

/* MOBILE TABLE OF CONTENTS NEW CSS */
.form-control{
	font-size:14px !important;
}
.mobile-toc {
    display: none;
}
.bottom_list>li{
	font-size:14px;
}

@media (max-width: 767px) {

    .mobile-toc {
        display: block;
        width: 100%;
        margin: 15px 0;
		margin-top:0px;
    }

    .mobile-toc button {
        width: 100%;
        height: 52px;
        padding: 0 16px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 600;
        color: #222;
    }

    #mobileTocDropdown {
        display: none;
        margin-top: 5px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
    }

    #mobileTocDropdown.show {
        display: block;
    }

    #mobileTableOfContents {
        margin: 0;
        padding: 0;
        list-style: none;
		padding-left:0px !important;
    }

    #mobileTableOfContents li {
        margin: 0;
        padding: 0;
    }

    #mobileTableOfContents a {
        display: block;
        padding: 13px 15px;
        border-bottom: 1px solid #eee;
        color: #555;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.4;
    }

    #mobileTableOfContents li:last-child a {
        border-bottom: 0;
    }

    /* Desktop TOC mobile me hide */
    .sidebar {
        display: none !important;
    }
}

/* =========================
   TABLET
========================= */

@media (max-width: 768px) {

  .symptoms-wrapper {
    margin: 5px 0;
  }

  .symptoms-box {
    border-radius: 14px;
    padding: 0 10px 10px;
  }

  .top-nav {
    height: 54px;
  }

  .tab-btn {
    height: 54px;
    padding: 0 14px;
    font-size: 13px;
  }

  .tab-content {
    padding: 22px 14px 15px;
  }

  .symptom-buttons a {
    min-height: 42px;
    font-size: 13px;
  }
  .toc-column-mobile{
	  display:block;
  }
  .are-height{
	  line-height:28px;
  }
  .middle-frm3 h3{
	  line-height:30px;
  }
  .testimonial-pad{
	  padding-top:10px !important;
  }
  
}


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

@media (max-width: 480px) {

  .symptoms-box {
    border-radius: 12px;
    padding: 0 7px 8px;
  }

  .top-nav {
    height: 54px;
	padding-left:0px;
  }

  .tab-btn {
    height: 50px;
    padding: 0 13px;
    font-size: 12px;
  }

  .tab-content {
    padding: 18px 11px 13px;
  }

  .explore-title {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .symptom-buttons {
    gap: 8px;
  }

  .symptom-buttons a {
    min-height: 40px;
    padding: 0 11px;
    border-radius: 9px;
    font-size: 12px;
  }
}


/* Bottom Links - SAME FRAME */

    .bottom-links {
        display: flex;
        align-items: center;
        gap: 45px;
        padding: 18px 22px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .bottom-link {
        flex: 0 0 auto;
        color: #b27a22;
        text-decoration: none;
        font-size: 15px;
        white-space: nowrap;
    }

    .bottom-link:hover {
        color: #c74a1b;
    }

    /* Mobile */
    @media (max-width: 768px) {
        
        .bottom-links {
            gap: 25px;
            padding: 14px 15px;
        }

        .bottom-link {
            font-size: 14px;
        }
		.symptoms-fix-mob{
			position: sticky;
			top: 80px;
			z-index: 10;
		}
		.toc-column{
			display:none;
		}		
		.toc-column-pad{
			padding-top:15px !important;
		}
    }
/* Main Section */
li a {
  color: #c74a1b;
}
.toc-column-pad{
	padding-top:15px !important;
}
.main-section{
    padding:35px 0;
}

.sidebar{
    background:#fff;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    position:sticky;
    top:20px;
}
.sidebar h3 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom:0px;
  font-size: 18px;
  font-weight: 500;
  text-align:center;
}
.sidebar li{
    border-bottom:1px solid #ececec;
}

.sidebar li:last-child{
    border:none;
}

.sidebar a{
    display:block;
    padding:16px 20px;
    color:#555;
    transition:.3s;
    font-size:15px;
}

.sidebar li.active a{
    color:#c74a1a;
    font-weight:600;
    border-left:4px solid #c74a1a;
    background:#fffaf5;
}

.sidebar a:hover{
    color:#c74a1a;
    background:#fafafa;
}

#tableOfContents {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0px !important;
}

#tableOfContents li {
  margin-bottom: 0px;
}

#tableOfContents a {
  display: block;
  padding: 12px 20px;

  color: #555;
  text-decoration: none;

  font-size: 14px;
  line-height: 1.4;

  border-radius: 0px;

  transition: all 0.2s ease;
}

#tableOfContents a:hover {
  color: #d84a16;
  background: #fff7f3;
}

#tableOfContents li.active {
  color: #d84a16;
  background: #fff7f3;
  font-weight: 500;
}
#tableOfContents li.active a {
  color: #d84a16;
  background: #fff7f3;
  font-weight: 500;
}
/* Content */

.content-box{
    background:#fff;
    border-radius:12px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.content-box h2{
    font-size:20px;
    font-weight:500;
    margin-bottom:20px;
    position:relative;
    padding-left:18px;
}

.content-box h2::before{
    content:"";
    position:absolute;
    left:0;
    top:2px;
    width:5px;
    height:24px;
    background:#c74a1a;
    border-radius:20px;
}

.content-box p{
    font-size:15px;
    color:#555;
    line-height:1.5;
    margin-bottom:18px;
}

.content-box ul{
    list-style:disc;
    padding-left:22px;
}

.content-box li{
    font-size:15px;
    margin-bottom:12px;
    line-height:1.8;
    color:#444;
}

/* Buttons */

.btn-new{
    font-size: 14px;
    font-weight: 600;
    border-radius:8px;
    padding:10px 20px;
}

.btns-dark{
    background:#c74a1b;
	color:#fff;
    border:none;
}

.medically-reviewed-mob{
	display: contents !important;
}
/* Responsive */

@media(max-width:991px){

	.page-name-title{
		font-size:22px;
		padding-top:0px;
	}

	.sidebar{
		margin-bottom:25px;
		position:relative;
		top:0;
	}

	.info-wrapper{
		flex-direction:column;
		align-items:flex-start;
	}

	.right-info{
		width:100%;
	}

	.right-info .btn{
		width:100%;
	}

	.hero-banner img{
		height:180px;
	}

	.content-box{
		padding:22px;
	}

	.content-box h2{
		font-size:24px;
	}

}

@media(max-width:767px){

	.hero-banner{
		margin:10px;
	}

	.hero-banner img{
		height:150px;
	}

	.top-info{
	    margin-top: 80px;
		padding:18px;
	}

	.page-title{
		font-size:24px;
		line-height:1.5;
	}

	.left-info{
		font-size:13px;
		gap:10px;

	}

	.content-box{
		padding:18px;
	}

	.content-box h2{
		font-size:22px;

	}

	.content-box p{
		font-size:15px;

	}

	.sidebar a{
		font-size:14px;
		padding:14px 16px;
	}
	.medically-reviewed-mob{
		display: block !important;
	}
	
}

.blog-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.share-btn,
.share-dropdown a {
  display:flex;
  gap:12px;
  font-size:15px;
  text-decoration:none
}
.google-btn {
  align-items:center;
  padding:10px 10px;
  background:#fff;
  border:1px solid #d9d9d9;
  border-radius:8px;
  color:#222;
  transition:.3s;
  min-height:48px;
  height:50px
}
.google-btn:hover {
  box-shadow:0 3px 10px rgba(0,0,0,.08);
  transform:translateY(-1px)
}
.google-btn img {
  width:28px;
  height:28px
}
.google-btn span {
  font-size:14px;
  font-weight:500;
  line-height:1.2
}
.share-btn {
  min-width:100px;
  justify-content:center
}
.share-btn span {
  font-size:14px;
  font-weight:500
}
.publish-frm {
  margin-top:20px!important;
  margin-bottom:0!important
}
.source-google {
  padding-bottom:20px
}
.share-icon {
  padding-left:30px
}
.information-by {
  font-size:14px;
  color:#121212;
  font-weight:400;
  padding:0 0 10px
}
.information-doc {
  font-size:14px;
  color:#1b76c7;
  font-weight:600;
  padding:0 0 20px
}
.related-blog-hd,
.related-blog-hd a {
  color:#1b76c7;
  font-weight:700
}
.anchor-link a:hover {
  color:#000;
  font-weight:700
}
.share-wrapper {
  position: relative;
  display: inline-block;
}
.share-btn {
  align-items: center;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #222;
  transition: .3s;
  min-height: 48px;
  height: 50px;
}
.share-btn:hover {
  box-shadow:0 3px 10px rgba(0,0,0,.08);
  transform:translateY(-1px)
}
.share-dropdown {
  position:absolute;
  top:100%;
  right:0;
  width:180px;
  background:#fff;
  border-radius:8px;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  display:none;
  z-index:999;
  margin-top:8px
}
.share-dropdown.show {
  display:block
}
.share-dropdown a {
  align-items:center;
  padding:10px 15px;
  color:#333;
  border-bottom:1px solid #eee
}
.share-dropdown a i {
  width:20px;
  text-align:center;
  font-size:18px
}
.fa-copy {
  color:#666
}
.fa-whatsapp {
  color:#25d366
}
.fa-facebook-f {
  color:#1877f2
}
.fa-linkedin-in {
  color:#0a66c2
}
.fa-instagram {
  color:#e4405f
}
.share-dropdown a {
  color: #333;
}
.share-dropdown a:last-child {
  border-bottom:none
}
.share-dropdown a:hover {
  background:#f5f5f5
}
.show {
  display: block !important;
}