.treatments h1 {
    padding: 50px 0px 30px;
    font-size: 36px;
    text-align: center;
    font-weight: 300;
}
.treatments h2 {
    text-align: center;
    color: #034ea1;
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 30px;
}

/* Carousel Styles */
.carousel {
    padding: 5px 60px;
    overflow: hidden;
    position: sticky;
    top: 132px;
    z-index: 100;
    margin-bottom: 40px;
}

.carousel-wrapper {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #fff;
    justify-content: space-around;
}

.carousel-item {
    flex: 0 0 auto;
    margin: 0 8px;
}
.carousel-item:first-child {
    margin-left: 0;
}
.carousel-item:last-child {
    margin-right: 0;
}

.carousel-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #034ea1;
    background-color: white;
    color: #034ea1;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.carousel-button.active {
    background-color: #1e4d92;
    color: #fff;
    border-color: #1e4d92;
}

.carousel-button:hover:not(.active) {
    border-color: #00b7ac;
    color: #00b7ac;
}

.nav-button {
    color: #034ea1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 25px;
}

.nav-prev {
    left: 10px;
}

.nav-next {
    right: 10px;
}
.accordion-header {
    padding: 15px 0px;
    cursor: pointer;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header h2 {
    font-size: 24px;
    color: rgba(128, 133, 138, 1);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.accordion-content {
    display: none;
    padding: 0;
}

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

.medical-conditions {
    background: #fff;
    border-radius: 10px;
}

.medical-link {
    color: #034ea1;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 4px;
    display: block;
    transition: text-decoration-color 0.3s ease, text-underline-offset 0.3s ease;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; */
    padding: 8px 0;
}
.medical-link:not(:last-child){
    margin-bottom: 12px;
}
.medical-link:hover {
    color: #00b7ac;
    text-decoration-color: transparent;
    text-underline-offset: 8px;
}

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}
.swallowing-difficulties {
    color: #202124;;
}

.section-title {
    text-align: center;
    color: #003366;
    font-size: 28px;
    margin-bottom: 20px;
}

.image-box {
    text-align: center;
    margin-bottom: 25px;
}

.image-box img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.intro-text {
    color: #005eb8;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.subheading {
    font-size: 20px;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 10px;
}

.body-text {
    line-height: 1.6;
    margin-bottom: 10px;
}
.bullet-list li{
  font-size: 20px;
  font-family: "HelveticaNeueThin", sans-serif;
  margin-left: 20px;
}
.symptoms-list li{
  font-size: 20px;
  font-family: "HelveticaNeueThin", sans-serif;
}
.bullet-list,
.symptoms-list {
    margin-left: 20px;
    line-height: 1.6;
    list-style-type: disc;
}

.symptoms-list {
    margin-top: 10px;
}


.flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.text-content {
    flex: 1 1 60%;
}

.image-box {
    flex: 1 1 35%;
    text-align: right;
}

.image-box img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.subheading {
    font-size: 20px;
    color: #0056b3;
    margin-bottom: 15px;
}

.body-text {
    font-size: 16px;
    line-height: 1.6;
    color: #202124;;
    margin-bottom: 15px;
}

.bullet-list {
    margin-left: 20px;
    padding-left: 0px;
    list-style-type: disc;
    color: #202124;;
    line-height: 1.6;
}


.why-choose-manipal .container {
  max-width: 1140px;
  margin: 0 auto;
}
.why-choose-manipal{
  margin-bottom: 40px;
}
.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
  color: #034EA1; /* optional color */
}

.text-content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.text-content ul {
  list-style: disc;
  padding-left: 20px;
}

.text-content li {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
  font-family: "HelveticaNeueThin", sans-serif;
}
.blog-title{
  text-align: center;
}
.blogs-heading h1 {
  padding: 30px 0 20px;
    text-align: center;
    margin-bottom: 0;
}
.blogs-heading img{
    width: 100% !important;
}
.post-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.post-details p{
    font-size: 18px;
    color:rgba(53, 53, 53, 1);
    display: flex;
    gap: 10px;
    align-items: center;
}
.content-highlight p{
    color: #034ea1;
    font-size: 20px;
    line-height: 26px;
    margin: 30px 0px;
    font-family: 'HelveticaNeueRoman', sans-serif;
}
.details-img{
    position: relative;
    margin-bottom: 30px;
}

.details-img img{
  width: 100%;
}
.contact-us-flex{
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    padding-left: 70px;
}
.contact-us{
  left: 5%;
  position: absolute;
  bottom: 45px;
  width: 30%;
}
.contact-us p{
    font-size: 20px;
    line-height: 26px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    padding-bottom: 30px;
}
.contact-us h2{
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
}
.blog-contact{
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    border-radius: 5px;
    font-size: 20px;
    display: block;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-family: 'HelveticaNeueRoman', sans-serif;
}
.blog-contents p{
   font-size: 20px;
   margin-bottom: 20px;
   margin-top: 25px;
}
.blog-contents ul, .blog-contents ol{
  margin-bottom: 20px;
}

.blog-contents h3, .blog-contents h3 * {
  font-size: 20px;
  color: #034ea1;
}
.blog-contents h2, .blog-contents h2 * {
  font-size: 24px;
  color: #034ea1;
  margin-bottom: 10px;
}
.blog-contents h4, .blog-contents h4 * {
  font-size: 16px;
  color: #034ea1;
}
.section-padding {
  padding: 25px 0;
}

.details-img .contact-us p{
    margin-bottom: 0px;
}
.content-bg{
    background-color: rgba(3, 78, 161, 0.12);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 35px;
}
.blogs-content-img{
    margin-bottom: 20px;
}
.content-bg p{
    font-size: 20px;
    line-height: 26px;
    color: #034ea1;
}
.content-bg p:last-child{
    margin-bottom: 0px;
}
.blog-contents hr{
    margin: 30px 0px;
    border: none;
    border-top: 1px solid #034ea1;
}
.blog-contents h3{
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 10px;
    line-height: 40px;
    text-align: center;
}

.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
  }
  .gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
  }
  .dysphagia-risk-factors .flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.dysphagia-risk-factors .text-content {
  flex: 1 1 55%;
}

.dysphagia-risk-factors .image-box {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dysphagia-risk-factors .image-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; 
  display: block;
}
  /* FAQ Start */
  .accordion {
    width: 100%;
    max-width:100%;
    overflow: hidden;
    border-bottom: 1px solid #034ea1;
  }
  .accordion__intro {
    position: relative;
    padding: 20px 0;
    cursor: pointer;
  }
  .accordion__intro span{
    position: absolute;
    right: 30px;
    top: 35%;
    transition: all 0.3s ease-in-out;
    color: #034ea1;
  }
  .accordion.accordion__active .accordion__intro span{
    transform: rotate(180deg);
  }
  .accordion__content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    opacity: 0;
  }
  .accordion h4,
  .accordion p {
    margin: 0;
  }
  .accordion h4 {
    color: #034ea1;
    font-size: 20px;
    font-weight: 400;
  }
  .accordion p, .accordion ul li {
    color: #434343;
    font-size: 20px;
    margin: 0;
    line-height: 28px;
  }
  .accordion ul li a{
    color: #0C356A;
    text-decoration: underline;
  }
  .accordion__active .accordion__content {
    padding: 20px 10px;
    opacity: 1;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
  .share-article h3{
    text-align: center;
    font-size: 30px;
  }
  .articles{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }

  .other-blogs{
    padding: 35px 0px 60px;
  }
  .remaining-blogs{
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
  }
  .recent-blogs{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 55px;
  }
  .recent-blogs:last-child{
    margin-bottom: 0px;
  }
.blogs-content {
    padding: 25px 20px;
}
.blogs-cards {
    border: 1px solid rgba(3, 78, 161, 0.2);
    border-radius: 10px;
    background: #fff;
}
.blogs-cards img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.blogs-content {
    padding: 25px 20px;
}
.blogs-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 300;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4em;
    max-height: calc(1.4em* 2);
}
.blogs-content p {
    font-size: 20px;
    margin-bottom: 20px;
    color: rgba(32, 33, 36, 1);
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.62em;
    height: calc(1.62em* 4);
}
.blogs-content a {
    text-decoration: underline;
    font-size: 20px;
    text-underline-offset: 6px;
    font-family: 'HelveticaNeueMedium';
}
.blog-reads{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.blog-reads p{
    display: flex;
    align-items: center;
    gap: 5px;
    width: unset;
    margin-bottom: unset;
    font-size: 18px;
    color: #034ea1;
    font-family: 'HelveticaNeueRoman', sans-serif;
}
.blog-reads p span{
    font-family: 'HelveticaNeueRoman', sans-serif;
}
.vertical-line {
    width: 2px;
    height: 20px;
    background-color: #034ea1;
}

.remaining-blogs, .share-article h3{
    background: linear-gradient(to bottom, rgba(3, 78, 161, 1), rgba(0, 183, 172, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 300;
}
/* Popup css start */
.details-popup-content{
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(31, 31, 31, 0.6);
  width: 100%;
  height: 100%;
  padding: 50px 15px;
}
.details-popup-content p{
  color:#fff;
  font-size: 28px;
  text-align: center;
  padding-bottom: 40px;
}
.details-popup-content h4{
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}
#blogs-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#popup-content {
  position: relative;
  border-radius: 5px;
  max-width: 40%;
  max-height: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.popup-content img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#close-popup {
  position: absolute;
  top: -18px;
  right: -22px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9;
}

.blogs-consult{
  background-color: #fff;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blogs-popup-para{
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.blogs-consult a{
  font-family: "HelveticaNeueRoman", sans-serif;
  padding: 12px 0px;
  border-radius: 10px;
  margin: auto;
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
}
/* Popup css end */
.details-main-img{
  width: 100%;
}
.articles svg {
  height: 50px;
  width: 50px;
}
.blogs-article{
  padding-top: 25px;
}

.blog-contents li::marker {
  color: #00b7ac;
  font-size: 22px;
}
.bold-text {
  font-family: "HelveticaNeueRoman", sans-serif;
}

@media (max-width: 1199px) {
  .contact-us {
    bottom: 25px;
  }
  
}
@media (max-width: 1199px) {
  .contact-us {
    bottom: 30px;
  }
  
}
@media (max-width: 768px) {
  .recent-blogs{
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    padding: 0px 20px;
  }
  .remaining-blogs{
    margin-bottom: 20px;
  }
  .other-blogs {
    margin: 25px 0px;
}
.blogs-heading h1 {
  color: #034ea1;
  padding: 25px 0px 25px;
}
.blogs{
  padding: 0px 20px;
}
.content-bg {
  padding: 15px 0px;
}
.content-bg p{
  margin-bottom: 0px;
}
.content-highlight p{
  margin: 20px 0px;
}
.blog-contents img{
   width: 100%;
   height: auto;
}
.blog-contents h3 {
  text-align: center;
  margin-bottom: 25px;
  line-height: 35px;
}
.section-padding {
  padding: 25px 0px;
}
.section-title {
  margin-bottom: 0px;
}

.blog-contents hr {
  margin: 20px 0px;
}
.accordion__intro span {
  right: 0px;
}
.accordion__active .accordion__content{
  padding: 10px;
}
}
@media (max-width: 767px) {
  .recent-blogs{
    display: block;
  }
  .blog-contents ul, .blog-contents ol {
    margin-bottom: 15px;
}
.text-content ul{
  padding-left: 10px;
}
}
@media (max-width: 499px) {
    .blogs-cards {
    margin-bottom: 20px;
  }
  .remaining-blogs{
    font-size: 26px;
  }
  .blog-contact{
    font-size: 12px;
    padding: 8px 0px;
  }
  .contact-us {
    width: 50%;
    left: 3%;
}
  .contact-us h2 {
    font-size: 26px;
  }
  .accordion h4 {
    font-size: 16px;
    width: 90%;
  }
  .blogs-content h4 {
    font-size: 20px;
  }
  .blog-reads p {
    font-size: 14px;
  }
  .blogs-content p {
    font-size: 16px;
  }
  .blogs-content a {
    font-size: 16px;
  }
  .accordion p, .accordion ul li {
    font-size: 16px;
  }
  .blogs-heading h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .blog-contents p{
    font-size: 16px;
    margin-top: 0;
  }
  .section-title{
    font-size: 26px;
  }
  #popup-content{
    max-width: 85%;
  }
  .details-popup-content{
    padding: 35px 15px;
  }
  .details-popup-content h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .details-popup-content p {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .blogs-consult a {
    font-size: 16px;
    padding: 10px 0px;
  }
  .articles svg{
    width: 32px;
    height: 32px;
  }
.contact-us-flex{
      justify-content: center;
      padding-left: 0px;
}
}
@media (max-width: 768px) {
    .medical-conditions {
        grid-template-columns: repeat(2, 1fr);
    }
    .accordion-header {
      padding: 15px 15px;
  }
  .medical-conditions {
    grid-template-columns: 1fr;
    gap: 0;
}
}
@media (max-width: 499px) {
    .carousel {
        top: 75px;
    }
    .carousel-button {
        width: 35px;
        height: 35px;
    }
    .carousel-item {
        margin: 0px 15px;
    }
    .treatments h1{
      font-size: 26px;
      padding: 25px 0px 25px;
    }
    .treatments h2, .accordion-header h2 {
      font-size: 20px;
    }
    .medical-link{
        font-size: 16px;
    }
    .carousel {
        padding: 5px 50px;
    }
    .swallowing-difficulties{
      padding: 0;
    }
    .intro-text{
      margin-top: 15px;
    }
    .bullet-list li{
      font-size: 16px;
      margin-left: 0;
    }
    .symptoms-list li{
      font-size: 16px;
    }
    .text-content li{
      font-size: 16px;
    }
}
@media (max-width: 375px) {
    .carousel {
        padding: 5px 55px;
    }
}
