.anesthesia .media-content {
    background-image: url("../../Uploads/Divisions/anesthesia_general_1.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.divisions-general .text-content {
    justify-content: center;
}

@media (max-width: 768px) {
    .divisions-general .text-content {
        justify-content: start;
    }
}

/* Sample styles for ul and li */
.anesthesia h2 {
    font-size: 32px;
    font-weight: bold;
}

.anesthesia ul {
    padding-left: 2rem;
    list-style-type: disc;
}

.anesthesia ul li {
    padding-left: 0.5rem;
    position: relative;
    color: #333;
    font-size: 1.05rem;
    line-height: 1.4;
}

.anesthesia ul li::marker {
    color: #2a8b8b;
    font-size: 1.2em;
}

@media (max-width: 768px) {
    .anesthesia .text-content {
        height: 65%;
        padding: 40px 25px 0;
    }

    .anesthesia .media-content {
        height: 35%;
    }

    .anesthesia h2 {
        font-size: 1.2rem;
    }

    .anesthesia ul {
        padding-left: 1.2rem;
        margin-bottom: 1rem;
    }

    .anesthesia ul li {
        font-size: 15px;
        line-height: 1.2;
    }

    .anesthesia .media-content img,
    .anesthesia img {
        width: 100%;
        height: auto;
        display: block;
        margin: 1rem 0 0 0;
        border-radius: 0.7rem;
        max-width: 100%;
    }
}

.pain-therapy .media-content {
    background-image: url("../../Uploads/Divisions/4dce5090-bcf9-47ed-bb8d-80e6edb61bcd.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .divisions-general .section-title {
        margin-bottom: 0;
    }
}

/*.regional .media-content {
    background-image: url("../../Uploads/Divisions/anesthesia_regional.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.equipment .media-content {
    background-image: url("../../Uploads/Divisions/lab_solutions_equipment.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.consumables .media-content {
    background-image: url("../../Uploads/Divisions/lab_solutions_consumables.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.genetics .media-content {
    background-image: url("../../Uploads/Divisions/lab_solutions_genetics.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.turnkey .media-content {
    background-image: url("../../Uploads/Divisions/lab_solutions_turnkey.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

/*.respiratory .media-content {
    background-image: url("../../Uploads/Divisions/respiratory.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

/*.sleep-disorders .media-content {
    background-image: url("../../Uploads/Divisions/sleep_disorders.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

/*.nursing-icu .media-content {
    background-image: url("../../Uploads/Divisions/nursing_icu.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/
/************************************************** Surgery *****************************************/
.surgery h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.surgery ul {
    padding-left: 2rem;
    list-style-type: disc;
}

.surgery ul li {
    padding-left: 0.5rem;
    position: relative;
    color: #333;
    font-size: 1.05rem;
    line-height: 1.4;
}

.surgery ul li::marker {
    color: #2a8b8b;
    font-size: 1.2em;
}

@media (max-width: 768px) {
    .surgery h2 {
        font-size: 1.2rem;
    }

    .surgery ul {
        padding-left: 1.2rem;
        margin-bottom: 1rem;
    }

    .surgery ul li {
        font-size: 15px;
        line-height: 1.2;
    }
}

/*.surgery .media-content {
    background-image: url("../../Uploads/Divisions/surgery_1.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

.section-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 3rem;
    /*margin-bottom: 2rem;*/
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
}

.section-subtitle {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    animation: bounce 2s infinite;
}

@media (max-width: 768px) {
    .sfda .text-content {
        height: 75%;
        padding: 40px 25px 0;
    }

    .sfda .media-content {
        height: 25%;
    }

    .sfda h2 {
        font-size: 1.2rem;
    }

    .sfda ul {
        padding-left: 1.2rem;
        margin-bottom: 1rem;
    }

    .sfda ul li {
        font-size: 15px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .sfda .section-title {
        font-size: 2rem;
    }
}

.direct-link {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    transform: translate(10px, 25%);
}

.scrollify.main-section.contact-us {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.iframe-contact-us {
    height: 50vh;
    width: 100%;
}

.iframe-contact-us iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.contact-container {
    height: 50vh;
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.contact-cards-wrapper {
    display: flex;
    gap: 30px;
    max-width: 1000px;
    width: 100%;
    justify-content: center;
}

.contact-card {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 20px;
    flex: 1;
    max-width: 300px;
    min-width: 250px;
    transition: 0.5s ease-in-out all;
}

.contact-card:hover {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 24px;
    color: white;
    flex-shrink: 0;
}

.icon-contact {
    color: green;
    font-size: 40px;
}

.contact-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
    font-weight: normal;
}

.contact-info {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.contact-info a {
    color: #333;
    text-decoration: none;
}

.contact-info a:hover {
    color: #20B2AA;
}

@media (max-width: 768px) {
    .contact-cards-wrapper {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .contact-card {
        padding: 20px 15px;
        min-width: 200px;
        max-width: 350px;
        width: 100%;
    }

    .contact-container {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .contact-cards-wrapper {
        gap: 10px;
    }

    .contact-card {
        padding: 15px 10px;
        min-width: 180px;
        max-width: 300px;
    }

    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .icon-contact {
        font-size: 30px;
    }

    .contact-title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .contact-info {
        font-size: 12px;
    }
}
