@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
}
  
@font-face {
    font-family: 'CovesLight';
    src: url('/fonts/coves/CovesLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
  
@font-face {
    font-family: 'CovesBold';
    src: url('/fonts/coves/CovesBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
  
body {
    margin: 0;
    overflow-x: hidden;
}

/* BANNER SECTION */

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sub-navbar {
    z-index: 3;
}

.sub-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.sub-navbar ul li{
    font-family: 'Inter';
    font-size: 18px;
    color: #39A78E;
    list-style: none;
    padding: 80px 0;
    margin: 0;
}

.top-banner {
    background-image: url('../img/services/service_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 180px;
    color: white;
    position: relative;
    z-index: 1;
}

/* START SECTION */

.citopatology-section .row{
    margin-top: 80px;
}

.citopatology-img img{
    width: 100%;
    height: 500px;
    border-radius: 20px;
    object-fit: cover;
}

.service-box{
    width: 100%;
    height: 415px;
    border-radius: 20px;
    background-color: #004F73;
}

.service-box-text{
    color: white;
    font-family: 'Inter';
}

.service-box-text h2{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #39A78E;
}

.service-box-text ul{
    list-style: none;
    margin-top: 20px;
    padding-left: 0;
    font-size: 14px;
}

.service-box-text ul li{
    margin-top: 20px;
    padding-left: 10px;
}

.service-box-text ul li::before{
    content: ">";
    color: white;
    margin-right: 8px;
}

.service-box-text ul li a{ 
    text-decoration: none;
    color: white;
}

.contact-us-box{
    width: 100%;
    height: 80px;
    color: white;
    font-family: 'Inter';
    text-align: center;
    margin-top: 15px;
    border-radius: 20px;
    background-color: #39A78E;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.contact-us-box:hover{
    background-color: #004F73;
    color: #39A78E;
}

.contact-us-box a{
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
}

.contact-us-box a:hover{
    color: #39A78E !important;
}

.contact-us-box h2{
    font-size: 25px;
    padding-top: 10px;
}

.active-service {
    color: #39A78E !important;
}

/* INFORMATION SECTION */

.title-info h2{
    font-family: 'Inter';
    border-bottom: 4px solid #39A78E;
    max-width: 80px;
    padding-bottom: 10px;
}

.title-info h3{
    font-family: 'Inter';
    font-size: 25px;
    margin-top: 40px;
}

.title-info h4{
    margin-top: 20px;
    font-family: 'Inter';
}

.title-info ul li{
    font-family: 'CovesLight';
    font-size: 20px;
    list-style: none;
    margin-top: 30px;
    color: black;
}

.title-info p{
    font-family: 'CovesLight';
    font-size: 20px;
    margin-top: 40px;
}

.info-section .row{
    margin-bottom: 80px;
}

.title-info{
    margin-top: 50px;
}

/* DISPLAY BUTTONS */

.display-first-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    background-color: #39A78E;
    border: none;
    border-radius: 20px;
}

.display-first-info img{
    object-fit: contain;
    width: 20px;
}

.collapse-text{
    margin-top: 20px;
}

.collapse-text h3{
    font-family: 'Inter';
    margin-bottom: 25px;
    font-size: 16px;
}

table, th, td {
    border: none !important;
    border-collapse: collapse;
}
