@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    overflow-x: hidden!important;
}
/* Fonts */

.montserrat-400 {
    font-family: "Montserrat",sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.m-bold {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.m-semibold {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.m-medium {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
/* menu */
.menu {
     background: #2B475C;
    padding: 32px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 20;
}
.menu a {
    text-decoration: none;
    color: #F3F0EB;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
header {
   padding-top: 88px;
}
/* carrousel */

.carousel-indicators [data-bs-target] {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: none;
    margin: 6px;
    background-color: #C6DBEA; 
    transition: background-color 0.3s ease;
  }
  
/* Cel activ */
.carousel-indicators .active {
    background-color: #2B475C !important;
}  
.carousel-indicators {
    position: static;
    margin-top: 10px;
    position: absolute;
    bottom: -60px; 
} 
  
/* Sizing */
.s-36 {
    font-size: 36px;
}
.s-32 {
    font-size: 32px;
}
.s-25 {
    font-size: 25px;
}
.s-20 {
    font-size: 20px;
}
.s-18 {
    font-size: 18px;
}
.s-12 {
    font-size: 12px;
}
/* colors */
.c-light {
    color: #F3F0EB;
}
.c-blue {
    color: #2B475C;
}
a.c-white:hover, .c-white {
    color: #fff;
}
.c-pink {
    color: #C66C6C;
}
.bg-pink {
    background: #E8A1A1;
}
.bg-blue {
    background: #C6DBEA;
}
.bg-light2 {
    background: #f3f0eb;
}
/* spacing */
.p-100 {
    padding: 100px;
}
.g-20 {
    gap: 20px;
}
.right-custom {
    /* height: 100vh;        */
    width: 100%;       
    object-fit: cover;
}
.max-200 {
    max-width: 200px;
    margin: 50px;
}
.max-130 {
    max-width: 130px;
}
.max-111 {
    max-width: 111px;
}
.max-96 {
    max-width: 96px;
}
.max-75 {
    max-width: 75px;
}
.box-custom {
    background: #F3F0EB;
    width: 403px;
    border-radius: 48px;
    box-shadow: 0 8px 30px rgba(0, 0, 0.5, 0.5);
    font-size: 25px;
    color: #2B475C;
    text-align: center;
    padding: 30px 20px;
    margin-left: 70px;
    font-family: "Montserrat",sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.symptom-box{
    background: #C6DBEA;
    border-radius: 13px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
    width: 611px;
    justify-content: center;
}
.symptom-box img {
    max-width: 80px;
}
.g-5 {
    gap: 5rem;
}

@media (min-width: 1490px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}
/* Stil general tabel */
.table-custom {
    width: 100%;
    table-layout: fixed; 
    border-collapse: collapse;
    background-color: transparent; 
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #F3F0EB; 
}
  
.table-custom th,
.table-custom td {
    width: 441px;   
    padding: 20px;
    vertical-align: top;
    border: 1px solid #F3F0EB; 
    overflow: hidden;
    text-overflow: ellipsis;
}
  
 
.table-custom td {
    height: 192px;
    line-height: 1.6;
    font-size: 20px;
    border-left: 0;
    font-family: "Montserrat",sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    position: relative;
    overflow: initial;
}
  
 
.table-custom th {
    height: auto; 
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #F3F0EB; 
    background-color: transparent;
    text-align: left;
    font-size: 20px;
    border-left: 0;
    border-right: 0;
}

/*.table-custom tr:hover {
    background-color: rgba(255, 255, 255, 0.05); 
}*/

.table-custom .br-0 {
    border-right: 0;
}
sup {
    font-family: "Montserrat",sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.analysis-section {
    position: relative;
}

.analysis-section::before {
    content: attr(data-number) ".";
    position: absolute;
    left: 0;
    font-size: 215px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.08);
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    margin-left: -70px;
    top: 0;
    margin-top: 50px;
}

.analysis-section .row,
.analysis-section .toggle-content {
    position: relative;
    z-index: 1; 
}
div.corner{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: #E8A1A1;
    margin-right: -15px;
    z-index: 999999999;
    margin-top: -15px;
}
div.corner-bottom{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #E8A1A1;
    margin-right: -15px;
    z-index: 999999999;
}
.collapseBtn {
    border: none;
    background: none;
}
.collapseBtn .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1;
  }
  
.collapseBtn[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}
hr {
    border: 4px solid #F3F0EB;
    background-color: #F3F0EB;
    margin: 40px 0;
}
#collapseReferences a {
    color: #2B475C;
}
#collapseReferences li {
    padding: 15px 0;
}
.s-pre-footer {
    background: #F3F0EB;
}
.container-780 {
    max-width: 782px;
    margin: auto;
}
.container-924 {
    max-width: 924px;
    margin: auto;
}
footer {
    background: #2B475C;
    padding: 32px 0;
}

.footer-item {
    position: relative;
}
  
.footer-info {
    display: none;
    background: #c9ddeb; 
    color: #17324d;
    padding: 20px;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    width: 300px;
    z-index: 10;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 0;
    position: relative;
}
.footer-info .close-footer-info {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
.footer-info a {
    color: #17324d;
}
.cursor-pointer {
    cursor: pointer;
}
@media (min-width: 768px) {
    .footer-info {
        position: absolute;
        bottom: 100%; 
        right: 0;
        margin-bottom: 10px;
    }
    .symptom-box {
        text-align: left;
        justify-content: flex-start;
      }
}
.text-right {
    text-align: right;
}
@media (max-width: 600px) {
    .custom-size-mob .s-36 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 1050px) {
    .symptom-box {
        width: 350px;
        margin: auto;
    }
    .menu {
        padding: 10px 0;
    }
    .menu .row {
        gap: 15px;
    }
    footer, .text-right {
        text-align: center;
    }
   .footer-info {
    border-bottom-right-radius: 40px;
    margin: 20px auto;
   }
   .s-36, .s-32 {
    font-size: 22px;
    }
    .s-25 {
        font-size: 18px;
    }
    .box-custom {
        margin-left: 0;
        width: auto;
    }
    .max-200 {
        max-width: 100px;
        margin: 20px 0;
        display: block;
    }
    .g-5 {
        gap: 1rem;
    }
    .table-custom td {
        height: unset;
        line-height: 1.6;
        font-size: 14px;
    }
    .table-custom {
        table-layout: auto;
    }
    .table-custom th {
        font-size: 18px;
    }
    .table-custom th, .table-custom td {
        padding: 10px;
    }
    hr {
        margin: 20px 0;
    }
    .s-20 {
        font-size: 16px;
    }
    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }
    div.corner{
        width: 20px;
        height: 20px;
        margin-right: -10px;
        margin-top: -10px;
    }
    .s-2 .s-25, .s-simptome .s-25, .s-analize .s-25 {
        text-align: center;
    }
    .toggle-btn {
        margin: auto;
        display: block;
        text-align: center;
    }
    .max-90-mob {
        max-width: 90px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
    .s-25 {
        font-size: 21px;
    }
    .max-200 {
        max-width: 90px;
        margin: 30px;
    }
    .s-simptome .s-20 {
        font-size: 15px;
    }
    .table-custom td {
        font-size: 17px;
    }
}
/* Comun pentru fade-in/out */
/* .toggle-content,
.more-text {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.toggle-content.show,
.more-text.show {
  display: block;
  opacity: 1;
} */

.dots {
  display: inline;
}

.g-2rem {
    gap: 2rem;
}
.exit-ramp-modal {
  color: rgb(255, 255, 255);
    font-family: "Montserrat",sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-radius: 0.875rem;
    background: linear-gradient(90deg, #1B2D3B 5%, #2B475C 50%, #1B2D3B 95%);
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px,
              rgba(0, 0, 0, 0.14) 0px 24px 38px 3px,
              rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
}
.text-info {
    color: rgb(102, 136, 163)!important;
}
.exit-ramp-modal .modal-title {
  font-weight: 600;
}

.exit-ramp-modal .btn-close {
  filter: invert(1); 
}

.exit-ramp-modal a {
  word-break: break-word;
}
.btn-modal {
    border-radius: 20px;
    margin: auto;
}
.modal-footer {
    border: none!important;
}
#hemoleucogramaCarousel .card {
  min-height: 250px;
}
#hemoleucogramaCarousel h5 {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}

.border-20 {
    border-radius: 20px;
}


.bio-card {
  background-color: #ECA7A3; /* rozul din imagine */
  color: #fff;
  border-radius: 8px;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}

.bio-section {
  margin-bottom: 2rem;
}

.bio-label {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
font-family: "Montserrat",sans-serif;

}

.bio-line {
  border: none;
  border-bottom: 1px solid #fff;
  margin: 0 0 1rem 0;
  opacity: 0.7;
}

.bio-value {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
font-family: "Montserrat",sans-serif;

}

.bio-text,
.bio-values {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
font-family: "Montserrat",sans-serif;

}

.bio-note {
  font-size: 0.9rem;
  margin-top: 1rem;
  opacity: 0.8;
}

.carousel-item {
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 1.5rem;        
  right: 1.5rem;        
  width: auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  opacity: 0.9;
  transition: opacity 0.3s;
  z-index: 10;
}


.carousel-control-prev {
  right: 3.5rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none; 
}

.carousel-control-prev::after {
  content: "←";
}

.carousel-control-next::after {
  content: "→";
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}
.bio-arrows {
  display: flex;
  gap: 2rem;
}

.arrow-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  animation: pulse 1.8s infinite ease-in-out;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
}


.arrow-btn:hover {
  color: #ffd700;
  transform: scale(1.2);
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
  filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.6));
}


@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.4));
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
  }
}


.arrow-btn.prev:hover {
  transform: translateX(-5px) scale(1.2);
}

.arrow-btn.next:hover {
  transform: translateX(5px) scale(1.2);
}


