        :root {
            --primary-color: #2F4F4F;
            --secondary-color: #f8f9fa;
        }

        /* Base styles for h1, h2, h3 */
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}


 .editor
 {
    font-size: large !important;
 }       

.btn.focus, .btn:focus
{
    box-shadow: none;
}
  /* full-width buttons, spaced vertically */
  .tool-button {
    width: 100%;
    background-color: white !important;
    color:   black     !important;
    margin-bottom: 1.5rem;
    border: none;
    text-align: left;
  }
 

  .button-diet-list
  {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
     }

     .calculate-obesity
     {
        display: flex;
        flex-direction: column;
        padding: 10px 0; 
     }

     .button-treatments-list
     {
        display: flex;
        flex-direction: column;
        padding: 10px 0;   
     }
  .tool-button:hover {
    border: black !important;
    background-color: #e8f5e8 !important;
  }
  .tool-button.active {
    border: black !important;
    background-color: #e8f5e8 !important;
    border-left: 4px solid #2ecc71 !important;
  }
  
  .tool-content {
    display: none;
    color:black !important;
    background-color: white !important;
  }
  /* show only the active one */
  .tool-content.active {
    display: block;
    background-color: #e8f5e8 !important;
    border-left: 4px solid #2ecc71 !important;
    color: #218c58;
  }

  .hero-section {
    position: relative;
  }
  
  .hero-section img {
    width: 100%;     /* fill the container */
    height: auto;    /* maintain aspect ratio */
    display: block;  /* remove any inline-img gaps */
  }
  

  .banner {
    display: inline-flex;
    z-index: 2;
    top: 160px;
    justify-content: center;
    left: 50px;
    position: absolute;
    align-items: center;
    border: 1px solid #00cc8a;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 20px;
  }
  
  .text-dark {
    color: #545353!important;
    font-size: 20px;
    font-weight:lighter;
  }
  
  .text-highlight-container {
    padding: 1px;
  }
  
  .text-highlight {
    background-color: #00cc8a !important;
    color: white;
    padding: 10px 10px;
    font-size: 28px;
    font-weight: 100;
    letter-spacing: 2px;
    border-radius: 10px;
  }
  .diet-content { display: none; }
  .diet-content.active { display: block; }

  .diet-tab
  {
    border: none;
    color: black;
    background-color: white;
  }
  .diet-tab:hover
  {
    background-color: #e8f5e8 !important;
    color: #2ecc71               !important;

  }
  .diet-tab.active {
    background-color: #e8f5e8 !important;
    border-left: 4px solid #2ecc71 !important;
    color: #2ecc71               !important;
  }

  .content-wrapper {
    display: flex;
  }
  
  .tabs-clinical {
    width: 250px;
    max-height: 350px; /* Limit height */
    overflow-y: auto;  /* Enable vertical scroll */
    background-color: white;
    color:black;
    outline: none;          /* ensure no outline on focus */
    border-right: 1px solid #ddd;
    padding: 20px 0;
  }

  .tabs-clinical::-webkit-scrollbar {
    width: 8px; /* Scrollbar width */
  }
  
  .tabs-clinical::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light grey background */
    border-radius: 10px;
  }
  
  .tabs-clinical::-webkit-scrollbar-thumb {
    background: #c1c1c1; /* Slightly darker thumb */
    border-radius: 10px;
  }
  
  .tabs-clinical::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0; /* Darker on hover */
  }
  
  /* Beautify scrollbar for Firefox */
  .tabs-clinical {
    scrollbar-width: thin; /* Slim scrollbar */
    scrollbar-color: #c1c1c1 #f1f1f1; /* Thumb and track color */
  }
  .tab-button-clinical {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    width: 100%;
    border: none;
    outline: none;          /* ensure no outline on focus */
    background: none;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s;
    border-left: 4px solid transparent;
  }
  .tab-button-clinical:hover {
    background-color: #e8f5e8;
    color: #218c58;  }
  .tab-button-clinical.active {
    display: flex;
    align-items: center;
    outline: none;          /* ensure no outline on focus */
    padding: 12px 15px;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    background-color: #e8f5e8;
    color: #218c58;  
    border-left: 4px solid #2ecc71;
  }
  .tab-icon-clinical {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .content-area {
    flex: 1;
    padding: 20px;
  }
  .tab-content-clinical {
    display: none;
    padding: 20px;
  }
  .tab-content-clinical.active {
    display: block;
  }

  
.card-body
{
    font-size: large;
    padding: 0% !important;
}
/* Styles for screens that are 600px wide or less */
@media (max-width: 600px) {
    h1 {
        font-size: 1.8rem; /* Smaller font size for h1 on mobile */
    }
    h2 {
        font-size: 1.3rem; /* Smaller font size for h2 on mobile */
    }
    h3 {
        font-size: 1rem; /* Smaller font size for h3 on mobile */
    }
    h4
    {
        font-size:20px;
    }
}


        
        body {
            font-family: Arial, sans-serif;
        }

        .overview-bg
        {
            background-color: #f4fff7;
        }
        .tab-content { display: none; }
.tab-content.active { display: block; }

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

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

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

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

.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}


.criteria-columns {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }
        .criteria-column {
            flex: 1;
            min-width: 300px;
        }
.tab.active, .tab1.active {
    background-color: #ccc; /* Example styling */
}

.custom-list li {
            margin-bottom: 0.5rem;
        }
        .tab-button {
            background-color: #fff;
            border: 1px ;
            border-radius: 4px;
            padding: 0.75rem 1rem;
            width: 100%;
            text-align: center;
            margin-bottom: 0.75rem;
            transition: all 0.3s;
            font-weight: 500;
            cursor: pointer;
        }

        .facts-about
        {
            background-color: #e8faf1;
            color: #36cb77;
            
        }

        .facts-about-grid
        {
            background-color: #e8faf1;
   
        }
        .image-card
        {
            width: 100%;
            height: 100%;
        }
        .tab-button:hover {
            background-color: #f0f8f0;
        }
        .tab-button.active {
            background-color: #e8f5e8;
            border-left: 4px solid #2ecc71;
            color: #218c58;
        }
        .treatment-section {
            background-color: #fff;
     }
        .main-title {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }
        .main-title span {
            color: #2ecc71;
        }
        .icon-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .icon-container-1 {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .tab-content {
            display: none;
        }
        .tab-content.active {
            display: block;
        }
        
        .container, .container1 {
    padding: 20px;
    width: 100%; /* Ensures it fills the available space */
    max-width: 1280px; /* Maximum width but can shrink on smaller screens */
    box-sizing: border-box; /* Includes padding in the width calculation */
}

.container-image
{
    width: 100%; /* Ensures it fills the available space */
    max-width: 1280px; /* Maximum width but can shrink on smaller screens */
    box-sizing: border-box; /* Includes padding in the width calculation */
}
.bg-common{
    background-color: #defaeb; /* Default background color */

}

.container1 {
    background-color: #f4fff7; /* Specific background for container1 */
}

.bg-treatment-strategies {
    background-color: #f4fff7;
}

/* Responsive adjustments */
@media (max-width: 1280px) {
    .container, .container1 {
        padding: 10px; /* Smaller padding for smaller screens */
    }
}

@media (max-width: 768px) {
    .container, .container1 {
        padding: 5px; /* Even smaller padding for mobile screens */
    }
}

        
        h1 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 28px;
        }
        .facts-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Default setting for large screens */
    gap: 20px;
}

.fact-card {
    display: flex;
    flex-direction: column;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .facts-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for medium screens */
    }
}

@media (max-width: 768px) {
    .facts-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for small tablets */
    }
}

@media (max-width: 480px) {


    .tab-button {
       border: 1px solid;
       border-color: #c1c1c1;
    }

    .diet-tab
    {
        border: 0.5px solid;
        border-color: #c1c1c1;
    }

    .tool-button
    {
        border: 0.5px solid;
        border-color: #c1c1c1;
 
    }

    .tab-button-clinical {
        
        border: 0.5px solid;
       border-color: #c1c1c1;
      }
    .text-dark {
        color: #545353!important;
        font-size: 11px;
        font-weight:lighter;
    
      }
    h1
    {
        font-size: 16px;
    }

    .tabs-clinical {
        width: 100%;
        background-color: white;
        color:black;
        outline: none;    
        white-space: nowrap;     
        border-right: 1px solid #ddd;
        padding: 7px 0;
      }
    
    .banner {
        display:block;
        z-index: 2;
        top:20px;
        justify-content: center;
        align-items: center;
        left: 30px;
        max-width: 350px;
        flex-wrap: nowrap;
        padding-right: 10px;
        position: absolute;
        border: 1px solid #00cc8a;
        border-radius: 8px;
        overflow: hidden;
      }

      .text-highlight {
        background-color: #00cc8a !important;
        color: white;
        font-size: 12px;
        font-weight: 100;
        border-radius: 10px;
      }
    
    .facts-grid {
        grid-template-columns: 1fr; /* 1 column for mobile phones */
    }
}

        .icon-container {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }

        .icon-container-1 {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }
        .icon {
            width: 40px;
            height: 40px;
            fill: white;
        }
        .fact-title {
            color: #20c997;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
        }
        .fact-subtitle {
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 16px;
            text-transform: uppercase;
        }
        .fact-text {
            color: #333;
            font-size: 14px;
            line-height: 1.5;
        }
        @media (max-width: 1000px) {
            .facts-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        @media (max-width: 768px) {
            .facts-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 480px) {

            .button-diet-list
            {
                color:black;
                width: 100%;
                overflow-x: auto;
                white-space: nowrap;
                display: flex;
                flex-direction: row;
                padding: 10px;
                border-right: none;
               }
    
               .button-treatments-list
               {
                color: black;
                width: 100%;
                overflow-x: auto;
                display: flex;
                white-space: nowrap;
                flex-direction: row;
                border-right: none;
                border-bottom: 1px solid #e1e4e8;
               }
               .calculate-obesity
               {
                width: 100%;
                overflow-x: auto;
                display: flex;
                flex-direction: row;
                padding: 10px;
                border-right: none;
                border-bottom: 1px solid #e1e4e8;
               }

            .facts-grid {
                grid-template-columns: 1fr;
            }
        }


        .obesity-bg
        {
            background-color: #f2fef6;
        }

        .title-highlight {
            color: #2ecc71;
        
        }
        .description {
            font-size: 18px;
            color: #666;
            margin-bottom: 30px;
            font-weight: 300;
        }
        .tabs, .tabs1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.tab {
    padding: 12px 20px;
    background-color: white;
    border-radius: 15px;
    border-color: white;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 500;
}

/* Media query for devices with a max-width of 600px */
@media (max-width: 600px) {
    .tabs, .tabs1 {
        flex-direction: column;
        align-items: center;
    }

    .content-wrapper
    {
        display: block;
    }

    .tabs-clinical
    {
        display: flex;
    }
    .tab {
        padding: 8px 16px; /* Slightly smaller padding for mobile */
        width: 90%; /* Full width with some margin */
        margin: 0 auto; /* Center the tabs horizontally */
    }
}
@media (max-width:380px) {
    .tab-content-3 {
                padding: 0px;
            }
}
        .tab.active {
            background-color: white;
            color: #2ecc71;
            border: 2px solid #2ecc71;
        }
        .tab-content {
            display: none;
            padding: 30px;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        .tab-content.active {
            display: flex;
            gap: 30px;
        }
        .tab-content-1 {
            display: none;
            padding: 30px;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        .tab-content-1.active {
            display: flex;
            gap: 30px;
        }

      
        .tab-content-2 {
            display: none;
            padding: 30px;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        .tab-content-2.active {
            display: flex;
            gap: 30px;
        }

        .tab-content-3 {
            display: none;
            padding: 30px;
            background-color: white;
            margin-bottom: 30px;
        }
        .tab-content-3.active {
            gap: 30px;
        }

        .tab-content-4 {
            display: none;
            padding: 30px;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        .tab-content-4.active {
            gap: 30px;
        }
        .content-text {
            flex: 1;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .content-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 20px;
            align-items: center;
        }
        
        .content-text h2 {
            font-size: 28px;
            margin-bottom: 20px;
            font-weight: 700;
        }
        
        .content-text p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .interpretation h3 {
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .interpretation ul {
            list-style: none;
            margin-bottom: 20px;
        }
        
        .interpretation li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .interpretation li strong {
            display: inline-block;
            width: 170px;
        }
        
        .bmi-gauge {
            max-width: 100%;
            text-align: center;
        }
        
        .bmi-gauge img {
            max-width: 100%;
            height: auto;
        }
        
        .svg-gauge {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            
            .tab {
                flex: 0 0 calc(50% - 10px);
            }
            
            .tab-content {
                padding: 25px;
            }

            .tab-content-1 {
                padding: 25px;
            }
            .tab-content-2 {
                padding: 25px;
            }
            .tab-content-3 {
                padding: 25px;
            }

            .tab-content-4 {
                padding: 25px;
            }
            
           
        }

        .container-{
            background-color: #defaeb;
            padding: 10px;
            min-width: 1280px;
        }
        .content-image {
            flex: 0 0 350px;
            border-radius: 10px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .content-image img {
            max-width: 100%;
            border-radius: 10px;
        }
        .factor-title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .factor-list {
            list-style: none;
            padding: 0;
        }
        .factor-item {
            margin-bottom: 15px;
        }
        .factor-label {
            font-weight: 600;
        }
        .factor-description {
            color: #555;
        }
        
        @media (max-width: 768px) {
            .tab-content.active {
                flex-direction: column;
            }
            .content-image { 
                flex: 0 0 200px;
                order: -1;
            }
        }

        @media (max-width: 768px) {
            .tab-content-1.active {
                flex-direction: column;
            }
            .content-image {
                order: -1;
            }
        }
        .hero-section {
            height: auto;
        }

        
        .hero-section::before {
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 1;
        }

        .end-border
        {
            border-color:#B3B3B3;
        }
    
        /* Default min-height for mobile devices */
        .custom-min-height {
            min-height: 220px;
        }

       
        /* Increase min-height for devices wider than 576px */
       
   
        @media (max-width: 576px) {
            .overview-align {
                text-align: justify;
            }
        }
        .hero-section img {
            width: 100%;
           
        }
        
       
        .hero-content {
            position: relative;
            z-index: 2;
            padding-top: 120px;
            padding-left: 45px;
            color: white;
        }



        @media (max-width: 768px) {
     .hero-content {
        padding-left:10px;
    }
}
        
.complication-container
        {
            background-color: #f4fff7;
            padding: 10px;
            max-width: 1280px;

        }
.risk-section {
            display: flex;
            margin-bottom: 40px;
            gap: 20px;
            align-items: flex-start;
        }
        
        .icon-container {
            flex: 0 0 100px;
            margin-right: 20px;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .icon-container-1 {
            flex: 0 0 120px;
            margin-right: 20px;
            border-radius: 50%;
            width: 120px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        .bg-treatment{
            background-color: #d9efe0
        }
        
       
      
        .content {
            flex: 1;
        }
        
        h2 {
            margin-top: 0;
            margin-bottom: 15px;
        }
        
        h2 .highlight {
            color: #00c078;
        }
        h5 .highlight {
            color: #00c078;
        }
        
        p {
            margin-top: 0;
        }
        
        .subitem {
            margin-left: 20px;
            margin-bottom: 15px;
        }
        
        .subitem strong {
            display: block;
            margin-bottom: 5px;
        }
        .hero-content h1 {
            font-size: 50px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .cause-card {
      border-radius: 5px;
      transition: transform 0.2s, box-shadow 0.2s;
      background: #fff;
      margin-bottom: 1rem;
    }
    
    .cause-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    }

    @media (max-width: 768px) {
    .cause-card:hover {
        transform: none;
        box-shadow: none;
    }
}

.custom-list {
    list-style-type: disc; 
    list-style-position: outside; 
    padding-left: 20px; 
    margin-left: 0; 
}

.custom-list li {
    display: list-item; 
    margin-bottom: 10px; 
}

.custom-list p {
    display: inline; 
    margin: 0; 
}

    .cause-title {
      color: #2c3e50;
      font-size: 1.25rem;
      font-weight: 600;
    }

    .sub-title {
      color: #2c3e50;
      font-size: 1rem;
      font-weight: 600;
    }

    .description {
      color: #666;
      font-size: 0.95rem;
    }

    .bullet-point {
      margin-bottom: 0.5rem;
      padding-left: 1rem;
    }

    img.cause-img {
      margin-top: 40px;
      max-height: 200px;
      object-fit: cover;
      border-radius: 6px;
    }

    @media (max-width: 600px) { /* Adjust the max-width as needed for your design */
    img.cause-img {
        margin-top: 10px;

    }
}

    .main-container {
      max-width: 1200px;
      margin: 0 auto;
    }
        
        .hero-content h2 {
 font-size: 40px;
  font-family: sans-serif;
    font-weight: lighter; 
        }
        
     
.fact-card {
    padding: 20px;
    margin: 15px 0;
}

@media (max-width: 600px) {
    .fact-card {
        padding: 10px;
        margin: 8px 0;
    }
}




        
        .fact-card h5 {
            color: var(--primary-color);
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .icon-box {
            display: inline-block;
            margin-right: 15px;
            vertical-align: top;
        }
        
        .section-title {
            color: #36cb77;
            font-weight: 600;
        }

        .parent-symptom-card {
    background-color:white;
}
  
        .symptom-card {
            padding: 10px;
        }
        
        
        .causes-section img {
            margin-bottom: 20px;
        }
      
        
        .criterion-title {
            font-weight: bold;
        }
        .causes-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .causes-list li {
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }
        
        .causes-list li:before {
            content: "•";
            color: var(--primary-color);
            position: absolute;
            left: 0;
        }
        
        ol li:before {
    content: none; /* Resetting the content for ordered list */
    color: inherit; /* You can change this as needed */
    font-weight: normal; /* You can change this as needed */
    margin-left: 0; /* Adjust margin as needed */
}

        .food-cards {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        .food-card {
            flex: 1;
            min-width: 150px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .food-image {
            width: 100%;
            height: 150px;
            background-color: #f0f0f0;
            background-size: cover;
            background-position: center;
        }
        .food-content {
            padding: 20px;
        }
        .food-title {
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 18px;
        }
        ul {
            list-style-type: none;
            padding-left: 0;
        }
        li {
            margin-bottom: 15px;
            position: relative;
        }
       .main li:before {
            content: "•";
            color: #00cc66;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }
        .bold {
            font-weight: bold;
        }
        .text-secondary {
            color: #666;
        }
      
        .sub-section-title
        {
            font-size: 20px;
            color : #4D4D4D;
            margin-bottom: 10px;
            font-weight: 600;

        }

        

        .tab-container-leads {
            display: flex;
            height: auto;
            min-height: 500px;
        }
        .tabs-leads {
            display: flex;
            flex-direction: column;
            padding: 10px 0;
        }
        
        .tab-leads {
            background-color: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            padding: 0.75rem 1rem;
            width: 100%;
            text-align: center;
            margin-bottom: 0.75rem;
            transition: all 0.3s;
            font-weight: 500;
            cursor: pointer;
        }
        .tab-leads:hover {
            background-color: #f0f8f0;
            border-color: #ccc;
        }
        .tab-leads.active {
            background-color: #e8f5e8;
            border-left: 4px solid #2ecc71;
            color: #218c58;
        }
        
        .tab-content-container-leads {
            background-color: white;
            flex: 1;
            margin: 10px;
            margin-left: 20px;
            border-radius: 15px;
            padding: 20px;
            overflow: auto;
        }
        
        .tab-content-leads {
            display: none;
            animation: fadeIn 0.5s ease;
        }
        
        .tab-content-leads.active {
            display: flex;
            flex-direction: column;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .factor-title-leads {
            color: #2c3e50;
            margin-bottom: 15px;
            font-size: 24px;
        }
        
        .content-text-leads p {
            color: #555;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .factor-list-leads {
            list-style-type: none;
            margin: 20px;
        }
        
        .factor-item-leads {
            margin-bottom: 15px;
            padding-left: 20px;
            position: relative;
        }
        
        .factor-item-leads:before {
            content: "•";
            color: #e74c3c;
            font-size: 18px;
            position: absolute;
            left: 0;
        }
        
        .factor-label-leads {
            font-weight: bold;
            color: #2c3e50;
        }
        
        .content-image-leads {
            margin-top: 10px;
            text-align: center;
        }
        
        .content-image-leads img {
            max-width: 100%;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        @media (max-width: 768px) {
            .tab-container-leads {
                flex-direction: column;
            }

            .tab-content-container-leads {
            background-color: white;
            flex: 1;
            margin: 10px;
            border-radius: 15px;
            overflow: auto;
        }
            
            .tabs-leads {
                width: 100%;
                overflow-x: auto;
                display: flex;
                flex-direction: row;
                padding: 10px;
                border-right: none;
                border-bottom: 1px solid #e1e4e8;
            }
            
            .tab-leads {
                white-space: nowrap;
                border-left: none;
                border-bottom: 2px solid transparent;
                padding: 10px 15px;
            }
            
            
        }
        
   
        .quote-card {
            background-color: #f8fcfa;
            border-radius: 8px;
            padding: 20px;
            position: relative;
            border: 1px solid #e8e8e8;
          }
          .shadow-sm {
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
          }
          .d-flex {
            display: flex;
          }
          .mb-3 {
            margin-bottom: 1rem;
          }
          .justify-content-between {
            justify-content: space-between;
          }
          .location {
            color: black;
            font-size: 14px;
          }
          .quote-text {
            color: #6c757d;
            font-style: italic;
            line-height: 1.5;
            font-size: 14px;
            margin: 20px 0;
            text-align: center;
            padding: 0 40px;
          }
          .author {
            display: flex;
            flex-direction: column;
            align-items: center;
          }
          .author-img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
          }
          .border {
            border: 1px solid #dee2e6;
          }
          .mt-3 {
            margin-top: 1rem;
          }
          .author-info {
            text-align: center;
          }
          .author-name {
            color: #20c997;
            font-weight: bold;
            margin: 0;
            font-size: 16px;
          }
        
          .quote-mark {
            position: absolute;
            right: 5px;
            bottom: 0;
            font-size: 80px;
            color: #20c997;
            font-family: Georgia, serif;
            line-height: 0.5;
          }


          .quote-card-clinical {
            background-color: #f8fcfa;
            border-radius: 8px;
            padding: 20px;
            position: relative;
            height: 250px;

            border: 1px solid #e8e8e8;
          }

         
       



        @media (max-width: 500px) {
            .quote-card-clinical {
            border: 1px solid #D3D3D3;
            border-radius: 8px;
            max-width: 370px;
            height: auto;
            border-radius: 15px;
            margin-bottom:15px;
            padding: 10px;
            background-color: white;
        }

        .quote-card {
            background-color: #f8fcfa;
            border-radius: 8px;
            padding: 10px;
            position: relative;
            border: 1px solid #e8e8e8;
          }
        
        .food-card {
            min-width: 300px;
        }

        .card-body
        {
            font-size: medium;
        }

        .quote-card
        {
            margin-bottom:15px;

        }
}
        
        .quote-text {
            font-style: italic;
            margin-bottom: 20px;
            position: relative;
        }
        
        .quote-text::before {
            font-size: 60px;
            color: #eee;
            position: absolute;
            left: -20px;
            top: -20px;
            z-index: 0;
        }
        
       
        .author {
            display: flex;
            align-items: center;
        }
        
        .author-img {
            width: 50px;
            border-radius: 100%;
            height: 50px;
            margin-right: 15px;
            object-fit: cover;
        }

    
        
        .author-info {
            display: flex;
            flex-direction: column;
        }
        
        .author-name {
            font-weight: normal;
            margin-bottom: 0;
        }
        
        .author-title {
            font-size: 14px;
            color:black ;
        }
        
        .dimensions {
            text-align: center;
            background-color: #2196F3;
            color: white;
            padding: 5px;
            border-radius: 4px;
            margin-top: 10px;
            font-size: 14px;
        }

        .hidden {
      display: none;
    }

    #readMoreBtn {
      display: block;
      background-color: #36cb77;
      border: 1px solid ;
      padding: 8px 15px;
      margin: 10px 0;
      cursor: pointer;
      border-radius: 4px;
      color: white;
    }
    
    .card
    {
        background-color: #e8faf1;
    }

   
   
    #readLessBtn {
      display: none;
      background-color: #36cb77;
      border: 1px solid ;
      padding: 8px 15px;
      margin: 10px 0;
      cursor: pointer;
      border-radius: 4px;
      color: white;
      text-align: center;
    }

.quote-slide {
    display: none;
}
.quote-slide[x-show="true"] {
    display: block;
}
.carousel-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.carousel-indicators {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
}
.carousel-indicators button.active {
    background-color: #007bff;
}

.owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        .owl-nav button {
            background-color: rgba(0,0,0,0.5) !important;
            color: white !important;
            border-radius: 50% !important;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .owl-dots {
            text-align: center;
            margin-top: 20px;
        }
        .owl-dot span {
            background-color: #007bff !important;
            opacity: 0.3;
        }
        .owl-dot.active span {
            opacity: 1;
        }

        .owl-carousel .owl-item img
        {
            width:50px !important;
        } 


#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #247F4D;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 10000;
}

#scrollTopBtn i {
  font-size: 24px;
  line-height: 1;
}

#scrollTopBtn:hover {
  background-color: #059669;
}
