.sub-title{
      font-family: Segoe UI;
      font-size: 68px;
      font-weight: 600;
      line-height: 92px;
      letter-spacing: 0px;
      margin:10px;
    }
    
    .webtitle{
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    color:black;
    padding: 10px;
    }
    
    .cardtitle{
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    }
    
    .timetitle{
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    
    }
    
    .forum_column{
          padding: 51px;
    }
    
    .forum_heading{
     font-family: Segoe UI;font-size: 24px;font-weight: 700;line-height: 52px;letter-spacing: 0px;text-align: left;color:white;
    }
    .forum_description{
          font-family: Segoe UI;font-size: 14px;font-weight: 600;text-align: left;
    }
    
    .btn-info-home2{
          color: #1B3978;border: 1px solid #B5B5B5;background: #F4F8FF;
    
    }
    
    button[aria-label="Search"] {
          color: #5FC0CF;
    }
    
    .selected{
          color: #666666;
    
    }
    
    
    @media screen and (min-width: 1199px) {
          .card-left{
                  margin-right: 8px;
          }
          .card-right{
                  margin-left: 8px;
          }
          
          .section-landing-mostpopular{
                position:relative;
                top:-4vh;
          }
    }
    
    @media screen and (max-width: 1199px) {
          .card-left{
                  margin-bottom: 16px;  
          }
          .card-right{
                  margin-bottom: 16px; 
          }
        
          
    }
    @media screen and (min-width: 992px) {
          .helplayout{
                  min-height: 300px; 
          }
          .populararticle{
                  position: relative;
                  top:-7vh;
          }
    }
    .removemargin{ 
        margin-top: 0px ;
        margin-bottom: 0px ;
        padding: 0px ;
    }
    
    .rowmarginremove{
          margin-left: 0px ;
        margin-right: 0px ;
    }
    
    .itemsCenter {
          justify-content: center;
          align-items: center;
    }
    .btn-info-home0{
      margin-top: 4rem;
      color: #3269DB;
      border-color: #3269DB;
      background: transparent;
  }

 
.kpi-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      cursor: pointer;
      transition: transform 0.2s;
      position: relative;
      border: 1px solid #f0f0f0;
      display: block;
}
.kpi-card:hover { transform: translateY(-5px); }

.kpi-icon {
      width: 48px;
      height: 48px;
      border-radius: 8px;
      display: flex; 
      align-items: center; 
      justify-content: center;
      font-size: 24px; 
}

.kpi-label { display: block; font-size: 12px; font-weight: 600; color: #666; }
.kpi-value { display: block; font-size: 28px; font-weight: 700; margin-top: 5px; }

.kpi-footer {
      margin-top: 15px; padding-top: 10px;
      border-top: 1px solid #eee;
      font-size: 12px; color: #999;
      display: flex; justify-content: space-between; align-items: center;
}

.plain-link {
      color: #999;
}

.plain-link:visited {
      color: #999;
}

.plain-link:hover {
      text-decoration: none;
      color: #999;
}

.action-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px; 
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      min-height: 110px;
      position: relative;
      border: 1px solid #f0f0f0;
      box-shadow: 0 2px 8px rgba(0,0,0,0.03);
      cursor: pointer;
}

.action-icon {
      min-width: 45px;
      height: 45px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-right: 15px;
}

.action-content {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      width: 100%;
}

.action-text strong {
      display: block;
      font-size: 16px;
      color: #333;
      margin-bottom: 4px;
}

.action-text p {
      margin: 0;
      font-size: 12px;
      color: #888;
      line-height: 1.4;
      padding-right: 20px;
}

.icon-orange-light { background: #fefcbf; color: #b7791f; }
.icon-red-light { background: #fed7d7; color: #c53030; }
.icon-blue-light { background: #ebf8ff; color: #3182ce; }

.action-text strong { display: block; font-size: 15px; }
.action-text p { margin: 0; font-size: 12px; color: #777; line-height: 1.2; }
.arrow { position: absolute; right: 15px; color: #999; }
.border-red { border-left: 5px solid #e31e24; }
/* .action-card .bottom-arrow {
      position: absolute;
      bottom: 15px;
      right: 15px;
      color: #d1d1d1;
      font-size: 14px;
}  */

.mb-4 { margin-bottom: 1rem;}
.ms-4 { margin-left: 1rem;}
.d-flex { display: flex; }
.justify-content-between { justify-content: space-between; }
.align-items-center { align-items: center; }

.table-card {
      background: #fff;
      border-radius: 12px;
      padding: 5px 0px;
      border: 1px solid #f0f0f0;
      box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.table-card tr td {
      cursor: pointer;
}

.hero-banner {
      position: relative;
      background: #fff; /* Ana arka plan */
      padding: 60px 0;
      overflow: hidden;
      margin-bottom: 20px;
}

/* Sağ tarafa binayı ve gradient'i koyan katman */
.hero-banner::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 60%; /* Resmin kaplayacağı alan */
      height: 100%;
      /* Resminiz buraya gelecek */
      background-image: 
      linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 40%), 
      url('/memorial-goztepe-hospital.jpg'); 
      background-size: cover;
      background-position: center left;
      z-index: 1;
}

.hero-content {
      position: relative;
      z-index: 2; /* Metinlerin resmin üstünde kalması için */
}

.hero-title {
      font-size: 38px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 20px;
}

.hero-description {
      font-size: 16px;
      color: #555;
      max-width: 450px;
      line-height: 1.6;
      margin-bottom: 30px;
}

/* CTA Butonu Stilize Edilmesi */
.btn-cta {
      background-color: #e31e24; /* Memorial Kırmızısı */
      color: #fff !important;
      padding: 12px 25px;
      border-radius: 8px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block;
      box-shadow: 0 4px 15px rgba(227, 30, 36, 0.3);
}

.btn-cta:hover {
      background-color: #c4191f;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(227, 30, 36, 0.4);
}

.btn-cta i {
      margin-left: 10px;
      font-size: 14px;
}

/* Mobil Uyumluluk */
@media (max-width: 991px) {
      .hero-banner::before {
      width: 100%;
      opacity: 0.2; /* Mobilde metin okunması için resmi solduruyoruz */
      }
      .hero-title { font-size: 28px; }
}