@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html, body {
			height: 100%;
			margin: 0;
			padding: 0;
			background: #F2F7FF;
			font-family: "Segoe UI", sans-serif;
			scroll-behavior: smooth;
			}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
nav.navbar {
  background-color: transparent;
  z-index: 1000; 
}

.logo {
  height: 60px;
}
/* Navbar transparent by default */
.navbar {
position: sticky;
top: 0;
left: 0;
z-index: 1000;
background: transparent;
transition: all 0.3s ease;
}
/* Navbar after scroll */
.navbar.scrolled {
background: #fff !important;
box-shadow: 0 4px 10px rgba(0,0,0,0.08);
padding-top: 10px !important;
padding-bottom: 10px !important;
}

/* Navbar links default white (for transparent background) */
.navbar a {
color: #000;
transition: color 0.3s ease;
}
.db{background:#fff}
/* Navbar links dark after scroll */
.navbar.scrolled a {
color: #000 !important;
}
/* Smooth fade-in animations */
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards;
  }
  .fade-in.delay-1 { animation-delay: 0.3s; }
  .fade-in.delay-2 { animation-delay: 0.6s; }
  .fade-in.delay-3 { animation-delay: 0.9s; }
  .fade-in.delay-4 { animation-delay: 1.2s; }
  
  @keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
    }
  }

  @media only screen and (max-width:767px){
  .navbar{
  margin-bottom: 20px;
  }
  }

.ct_mt{margin-top: 9% !important;}
/* .tag {
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    

    display: flex;
    justify-content: center;
    font-size: 17px;
} */
.gap-2{gap: .8rem !important;}
.tag {
    padding: 10px 18px;
    background: #fff;
    border-radius: 25px;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: default;
    width: 250px;
     gap: 8px !important;
}
.tag:hover {
  transform: scale(1.05);
  background: #e9f3ff;
  }
.cloud {
    background-color: #e6f0ff;
    color: #3366cc;
    border: 1px solid;
}

  .indications {
    background-color: #eaffea;
    color: #2e7d32;
    border: 1px solid;
  }

  .countries {
    background-color: #f3e8ff;
    color: #9c27b0;
    border: 1px solid;
  }

  .text-muted {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

  .stat-box {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.2s;
  }

  .stat-box:hover {
    transform: translateY(-5px);
  }

  .stat-box .value {
    font-size: 24px;
    font-weight: bold;
  }

  .btn-blue {
    background-color: #345bff;
    color: white;
  }
  
  .btn-blue:hover {
    background-color: #1e3dc9;
    color: white;
  }
  .button-method:hover{
    color: #fff !important;
  }
  
  .btn-custom {
    font-weight: 500;
    padding: 10px 20px;
    min-width: 180px;
    text-align: center;
    display: inline-block;
  }
  
  /* ******************************* */
  /* ******************************* */
  /* ******************************* */
  .coverage-card {
    border-radius: 12px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #345bff63;
  }
  .text-muteds{
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #4d4949;
    font-weight: 600;
  }
  .data-title h5{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
  .data-list {
    background: #cccccc2b;
    padding: 6px;
    border-radius: 6px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
  .legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
  }

  .badge-pill {
    background-color: #d0dbfdbf;
    color: #345bff;
    font-weight: 500;
    border-radius: 10px;
    padding: 6px 14px;
    font-size: 0.875rem;
}

  .summary-box {
    background: linear-gradient(to right, #eef4ff, #f5faff);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #345bff63;
}

  .summary-box h2 {
    color: #345bff;
    font-weight: 800;
    font-size: 27px;
  }
.summary-box1 {
    background: #DBEFF8;
    border-radius: 12px;
    padding: 10px;
}

  .summary-box1 h3 {
    color: blue;
    font-size: 40px;
  }
.summary-box1 h2 {
    font-weight: bold;
    font-size: 23px;
  }

  @media (max-width: 576px) {
    .badge-pill {
      font-size: 0.8rem;
      padding: 6px 10px;
    }

    .summary-box h2 {
      font-size: 2rem;
    } 
  } 

  .pie-chart {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #chart {
    height: 400px;
    width: 100%;
  }

   @media (max-width: 767px) {
    #chart {
      height: 55vw;
      aspect-ratio: 1 / 1;
      max-width: 100%;
    }
  }

  @media (max-width: 480px) {
    #chart {
      height: 55vw;
      max-width: 100%;
    }
  }

  @media (max-width: 360px) {
    #chart {
      height: 70vw;
    }
  }

  .coverage-box {
    border: 1px solid #a4edba;
    border-radius: 12px;
    padding: 30px;
    max-width: 800px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

  .coverage-box h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .coverage-box p {
    margin-bottom: 25px;
    font-size: 13px;
    color: #4d4949;
    font-weight: 600;
  }

  .market-group {
    margin-bottom: 23px;
  }

  .market-group h6 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .badge-country {
    display: inline-block;
    background-color: #f1f1f1;
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin: 5px 5px 0 0;
  }

  .progress {
    height: 8px;
    border-radius: 4px;
    background-color: #e0e0e0;
    margin-top: 5px;
  }

  .progress-bar {
    background-color: #787676;
  }

  .coverage-footer {
    background: linear-gradient(to right, #f0fff4, #f0f7ff);
      border: 1px solid #a4edba;
      border-radius: 12px;
    padding: 24px;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  .coverage-footer h2 {
    font-weight: 800;
    font-size: 27px;
    color: #10b143;
  }

  .coverage-footer p {
    margin: 0;
    font-size: 1rem;
    color: #555;
  }
  .chart-box {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }


   #growthChart {
      width: 100%;
      height: 320px;
    }
  .info-box {
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    border: 1px solid transparent;
  }

  .indications-box {
    background-color: #f9f3fe;
    border-color: #e8d6ff;
    color: #8f00ff;
  }

  .markets-box {
    background-color: #eef5ff;
    border-color: #cce0ff;
    color: #2967ff;
  }

  .info-number {
    font-size: 28px;
    font-weight: 700;
  }

  .info-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
  }

  .info-icon {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .section-box {
    border: 1px solid #e4e9f0;
    border-radius: 10px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
  .section-title {
    font-weight: 600;
    font-size: 20px;
  }
  .section-subtitle {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
  }
  .list-box-blue {
    background-color: #f0f6ff;
    padding: 14px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .list-box-green {
    background-color: #e9f9ee;
    padding: 14px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .list-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
  }
  .list-description {
    font-size: 13px;
    color: #555;
  }
  .blue-header {
    color: #2967ff;
  }
  .green-header {
    color: #20b25c;
  }
  .icon {
    font-size: 16px;
    margin-right: 8px;
    color: #2967ff;
  }
  .icon-green{
    color: #20b25c;
    font-size: 16px;
    margin-right: 8px;
  }

  .purple-header {
    color: #a020f0;
    font-weight: bold;
  }

  .orange-header {
    color: #e67e22;
    font-weight: bold;
  }

  .list-box-purple {
    background-color: rgba(160, 32, 240, 0.05);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 10px;
  }

  .list-box-orange {
    background-color: rgba(230, 126, 34, 0.07);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 10px;
  }


  .list-description {
    font-size: 13px;
    color: #666;
  }

  .icon-purple {
    color: #a020f0;
    margin-right: 8px;
  }

  .icon-orange {
    color: #e67e22;
    margin-right: 8px;
  }

  .section-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    background-color: #fff;
    margin: 20px auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }


  .card-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 100%;
  }

  .info-value {
    color: #2967ff;
    font-weight: bold;
    font-size: 18px;
    background: #2967ff21;
    width: 40%;
    text-align: center;
    border-radius: 6px;
    margin: 7px auto;
  }

  .data-title {
    font-size: 20px;
    font-weight: 700;
  }

 .icones{
  color: #000;
  font-size: 20px;
 }

  .left-border {
    border: 1px solid #dce7f9;
    border-radius: 12px;
    background: #fff;
  }

  .right-border {
    border: 1px solid #d2f4e2;
    border-radius: 12px;
    background: #fff;
  }

  .green-box {
    background-color: #e9fff1;
    border: 1px solid #c7efda;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    text-align: center;
  }

  .icons {
    font-size: 24px;
    
  }

  .blue-btn {
    background-color: #2967ff;
    color: white;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    border: none;
  }
   .EU{
    font-size: 20px;
    font-weight: bold;
  }
  .card-box-h{
    font-size: 17px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
  }

  .expert-card {
    border-radius: 15px;
    padding: 20px;
    min-height: 115px;
    transition: 0.3s ease-in-out;
  }
  .card-kol {
    background-color: #eaf1fc;
    border: 1px solid #c5d8f5;
  }
  .card-payers {
    background-color: #edfdf4;
    border: 1px solid #c4f0d2;
  }
  .card-economists {
    background-color: #f6f0fe;
    border: 1px solid #e4d4fd;
  }
  .card-researchers {
    background-color: #fff4e5;
    border: 1px solid #ffd4a3;
  }
  .card-epidemiologists {
    background-color: #e8fafd;
    border: 1px solid #b8ecf6;
  }
  .card-industry {
    background-color: #fff0f0;
    border: 1px solid #ffc3c3;
  }
  .expert-icon {
    font-size: 30px;
    margin-right: 8px;
  }
  .expect-icons-text h6{
    font-size: 14px;
                 
  }

  .specialties {
    display: none;
    margin-top: 10px;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .card-payers:hover .specialties, .card-economists:hover .specialties, .card-researchers:hover .specialties, .card-epidemiologists:hover .specialties, .card-industry:hover .specialties {
    display: flex;
    transition: 0.8s ease-in-out;
  }
  .card-kol:hover .specialties {
    display: flex;
    transition: 0.8s ease-in-out;                            
                                     
  }
  .badge-spec {
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
  }
  .m-top{ margin-top: 20%}
  @media (max-width: 576px) {
    .expert-card {
      min-height: auto;
      padding: 15px;
    }
  }

  .feature-card {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    height: 100%;
                      
  }
  .feature-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    
  }
  .feature-card h5 {
    font-weight: 600;
                    
  }
  .feature-card ul {
    list-style: none;
                         
    padding: 0;
    margin: 0;
  }
  .feature-card ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
   .text-pink{
    color: #ff2f92;                            
  }
  .feature-card ul li svg {                    
    margin-right: 10px;                         
  }
  .section-header {
    font-weight: 700;
    text-align: center;                   
    margin-bottom: 40px;                        
  }
  .top-buttons .btn {
    border-radius: 10px;               
    font-weight: 600;
    padding: 12px 25px;                       
  }
   .trial-section {
      background: linear-gradient(135deg, #0062ff, #5f27cd);
      color: #fff;
      border-radius: 16px;
      padding: 50px 20px;
      text-align: center;
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    }

    .trial-section h2 {
      font-size: 2.4rem;
      font-weight: 700;
    }

    .trial-section p {
      font-size: 1.5rem;
      margin-bottom: 30px;
    }

    .stats {
      font-size: 2.5rem;
      font-weight: 700;
      color: #ffdd00;
    }

    .stats-desc {
      font-size: 1rem;
      color: #dbeafe;
    }

    .btn-trial {
      background: #fff;
      color: #0062ff;
      font-weight: 600;
      border-radius: 8px;
      padding: 10px 20px;
      margin: 10px auto;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .btn-trial i {
      color: #0062ff;
    }

    .note {
      margin-top: 20px;
      font-size: 1.2rem;
      color: #ddd;
    }
   @media (max-width: 1380px) {
    .coverage-box {
      padding: 20px;
    }

    .badge-country {
      font-size: 0.75rem;
      padding: 5px 10px;
    }

    .coverage-footer h2 {
      font-size: 2rem;
    }
    .center_logo{width:290px;}
    .m-top{ margin-top: 20%}
    
  } 
  @media (max-width: 1280px) {
    .coverage-box {
      padding: 20px;
    }

    .badge-country {
      font-size: 0.75rem;
      padding: 5px 10px;
    }

    .coverage-footer h2 {
      font-size: 2rem;
    }
    .center_logo{width:250px;}
    .m-top{ margin-top: 110px}
    
  }
   @media (max-width: 990px) {
    .coverage-box {
      padding: 20px;
    }

    .badge-country {
      font-size: 0.75rem;
      padding: 5px 10px;
    }

    .coverage-footer h2 {
      font-size: 2rem;
    }
    .center_logo{width:200px;}
    .m-top{ margin-top: 75px}
    .h2, h2 {
        font-size: calc(1rem + .9vw);
    }
    .text-muted{font-size: 14px;}
    .tag{font-size: 15px;height: 45px;}
    .stat-box .value{font-size: 20px;}
    .fa-2x {font-size: 1.5em;}
    .stat-box{padding: 20px 15px;}
  }
  
  @media (max-width: 770px) {
    .coverage-box {
      padding: 20px;
    }

    .badge-country {
      font-size: 0.75rem;
      padding: 5px 10px;
    }

    .coverage-footer h2 {
      font-size: 2rem;
    }
    .center_logo{width:200px;}
    .m-top{ margin-top: 75px}
    .h2, h2 {
        font-size: calc(1rem + .9vw);
    }
    .text-muted{font-size: 14px;}
    .tag{font-size: 15px;height: 45px;}
    .stat-box .value{font-size: 20px;}
    .fa-2x {font-size: 1.5em;}
    .stat-box{padding: 20px 15px;}
    .trial-section h2{font-size: 1.5rem;}
    .trial-section p{font-size: 1rem;}
    .fa-4x {font-size: 3em;}
    .stats{font-size: 2rem;}
    .note{font-size: 1rem;}
  }
  @media (max-width: 576px) {
    .coverage-box {
      padding: 20px;
    }

    .badge-country {
      font-size: 0.75rem;
      padding: 5px 10px;
    }
.btn-custom{padding: 7px 20px;min-width: 100%;}
    .coverage-footer h2 {
      font-size: 2rem;
    }
    .center_logo{width:200px;}
    .m-top{ margin-top: 75px}
    .h2, h2 {
        font-size: calc(1rem + .9vw);
    }
    .text-muted{font-size: 14px;}
    .tag{font-size: 15px;height: 45px;}
    .stat-box .value{font-size: 20px;}
    .fa-2x {font-size: 1.5em;}
    .trial-section h2{font-size: 1.5rem;}
    .trial-section p{font-size: 1rem;}
    .fa-4x {font-size: 3em;}
    .stats{font-size: 2rem;}
    .note{font-size: 1rem;}
  }
  @media (max-width: 400px) {
    .coverage-box {
      padding: 20px;
    }
  .btn-custom{padding: 7px 20px;min-width: 100%;}
    .badge-country {
      font-size: 0.75rem;
      padding: 5px 10px;
    }
.data-title h5{font-size: 15px;}
.coverage-box h4{font-size: 15px;}
    .coverage-footer h2 {
      font-size: 2rem;
    }
    .center_logo{width:200px;}
    .m-top{ margin-top: 75px}
    .h2, h2 {
        font-size: calc(1rem + .9vw);
    }
    .text-muted{font-size: 14px;}
    .tag{font-size: 15px;height: 45px;}
    .stat-box .value{font-size: 20px;}
    .fa-2x {font-size: 1.5em;}
    
    .trial-section h2{font-size: 1.5rem;}
    .trial-section p{font-size: 1rem;}
    .fa-4x {font-size: 3em;}
    .stats{font-size: 2rem;}
    .note{font-size: 1rem;}
    
  }