.container-16x {
    max-width: 1500px;
    margin: 0 auto;
}
.hero-container {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: 36px;
    padding: 16px 0 8px 0;
}
.herotext-outer {
    margin-left: -10px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

p, li, td {
    font-size: 1.1rem;
}

em,
li em,
p em,
td em {
    font-weight: 500;
    font-style:italic;
}
.nav-link em,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
h7,em {
    font-weight: 700;
    font-style:italic;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.li {
    font-size: 1.1rem;
}
.melinta-logo {
    display: inline-block;
    width: 267px;
    height: 200px;
    background: url(/images/melinta-logo.png) no-repeat;
    background-size: 100%;
}

/* Show it is fixed to the top */
body, .main {
    min-height: 75rem;
    padding-top: 4.5rem;
    background-color: #ffffff !important;
    color: #000000 !important;
}
.text-hero {
    background-color: #d9501c; 
    padding: 0;
    margin: 16px 0;
}
.text-hero div div div h1 {
    font-size: 2.75rem;
    margin: 0;
    padding: 16px 0;
}
.logo-main-nav-row {
    height: 96px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8888;
}
.header .container-fluid > div > nav > div ul li.dropdown::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    font-size: 18px;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    color: #d9501b;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 110%;
    background: transparent;
    text-align: center;
}
.header .navigation .container-fluid > div > div ul li.dropdown:hover::after {
    opacity: 1;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-item a {
    color: #5a5959;
}
.dropdown-item a:hover {
    color: #d9501b;
}
.dropdown-item:first-child {
    border-top: 5px solid #fec51b;
}
.dropdown-toggle::after {
    display: none;
}
.grid {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    margin: 0 -8px;
    width: calc(100% + 16px);
}
.logo-holder {
    width: 202px !important;
    margin: -8px;
    box-shadow: 0 0 33px rgba(0, 0, 0, .2);
    background-color: white;
    color: white;
    border-bottom: solid 5px white;
    border-radius: 0 0 5px 5px;
    position: relative;
    padding: 5px 0px 7px 0px;
}
.min-logo {
    height: 85px;
        /* width: fit-content; */
        margin: 8px 0px -12px 37px;
        padding: 0 0;
    }
.nav-list {
    list-style: none;
}
.top-links {
    display: flex;
}
.top-link {
    font-size: .7rem;
    padding: 7px 19px;
}

.nav-item a {
    color:#d9501b;
    font-size: 1.25rem;
    font-weight: bold;
}
.dropdown-menu {
    padding-top: 0px;
    margin-top: 1rem;
}
.dropdown-item + .dropdown-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    height: 1px;
    background-color: #b9c3cd;
}
.dropdown-item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.dropdown-item {
    font-size: 1rem;
}

.hero {
    background: url(/images/MINOCIN_treatwithconfidence_Mobile_576px.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-headline,
.hero-headline em {
    font-weight: 500;
    line-height: 150%
}

.hero-content {
    position: relative;
    top: -200px;
    left: 100px;
}
.cta-boxes {
    margin-top: 40px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    margin-top: -75px;
    /* margin-left: -15px; */
    gap: 2rem;
}
.icon-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.cta-box {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    /* width: 19%; */
    /* max-width: 19%; */
    /* display: flex
; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.cta-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #d9501b;
    margin-bottom: 20px;
    line-height: 1.3;
    flex-grow: 1;
}
.isi-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.isi-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.isi-toggle i {
    font-size: 13px;
    padding: 8px 0px;
    display: inline-block;
}

.abaum-h3 {
    font-size: 1.25rem;
}
.abaum-callout {
    font-size: 1.3rem;
}

/* Mobile dropdown styling - stack vertically */
@media (max-width: 576px) {
    .hero-container {
        margin-top: 0;
        padding-top: 0;
        position: relative;
        top: 50px;
        padding: 1px 0;
    }
    section.hero {
        background-image: url(/images/MINOCIN_treatwithconfidence_Mobile_340px.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 0%;
        margin-top: 0;
    }
    .herotext-outer {
        margin-left: 10px;
    }
    .hero-headline,
    .hero-headline em {
        font-weight: 500;
        line-height: 150%
    }
}

/* 676 */
@media (max-width: 676px) {
    .whentx {
        width: 50% !important;
        font-size: 1.35rem;    }
    .treatcon {
        width: 50% !important;
        font-size: 1.75rem;
    }
    .treatmin {
        width: 45% !important;
        font-size: 1.75rem;
    }
    .safetyprof {
        width: 47% !important;
    }
}

/* Mobile dropdown styling - stack vertically */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: white;
    }
    .nav-list {
        flex-direction: column !important;
        width: 100%;
        padding: 30px 0 0 0;
        margin: 0;
    }
    .nav-item {
        width: 100%;
        border-bottom: 1px solid #b9c3cd;
    }
    .nav-item:last-child {
        border-bottom: none;
    }
    .nav-link {
        padding: 15px 20px !important;
        margin: 0 !important;
        display: block;
        width: 100%;
        position: relative;
    }
    /* Hide the desktop dropdown arrow on mobile */
    .header .navigation .container-fluid > div > div ul li.dropdown::after {
        display: none;
    }
    /* Hide Bootstrap default dropdown caret only in nav */
    .nav-item .dropdown-toggle::after {
        display: none !important;
    }
    /* Add right chevron for dropdown toggles on mobile */
    .nav-item.dropdown .dropdown-toggle::after {
        content: "\f054" !important;
        font-family: "FontAwesome" !important;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-size: 16px !important;
        color: #d9501b !important;
        display: inline-block !important;
        transition: transform 0.3s ease !important;
        border: none !important;
        margin-left: 0 !important;
        vertical-align: 0 !important;
    }
    /* Rotate chevron when dropdown is open */
    .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(90deg) !important;
    }
    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: #ffffff;
        border: none;
        box-shadow: none;
        display: none;
        padding-left: 20px;
    }
    .dropdown-menu.show {
        display: block;
    }
    .dropdown-item {
        padding: 12px 20px;
        color: #d9501b;
        font-weight: normal;
        border-bottom: 1px solid #b9c3cd;
        position: relative;
    }
    .dropdown-item:last-child {
        border-bottom: none;
    }
    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #e9ecef;
        color: #d9501b;
    }
    .dropdown-item + .dropdown-item::before {
        display: none;
    }
}
.connect-rep-overlay {
    background-color: #5a5959; 
    color: white; 
    border: solid 24px #5a5959; 
    border-radius: 0 0 20px 20px; 
    position: relative; 
    top: -16px
}
.connect {
    font-size: 1.25rem;
    font-weight: bold;
}
.connect .arrow {
    transform:rotate(45deg)
}
.navbar-toggler {
    border: 1px solid #d9501b;
    padding: 4px 8px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23d9501b' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}
.orange-fixed {
    background-color: #d9501b; 
    color: white; 
    height: 28px;
}

/*  ======
    576px
            */

@media (min-width: 576px) { 
    .orange-fixed {
        background-color: #d9501b; 
        color: white; 
        height: 42px;
    }
    .connect-rep-overlay {
        margin-top: -21px;
        padding-top: 5px;
        border-top: 0;
    }
    .logo-holder {
        width: 203px !important;
        box-shadow: 0 0 33px rgba(0, 0, 0, .2);
        background-color: white;
        color: white;
        border-bottom: solid 8px white;
        border-radius: 0 0 8px 8px;
        position: relative;
        top: 0;
        padding: 8px 0 8px 0;
    }
    .min-logo {
        height: 96px;
        /* width: fit-content; */
        margin: 3px 0px -20px 28px;
        padding: 0 0;
    }
    .herotext-outer {
        margin-left: 10px;
    }

}


@media (min-width: 676px) { 
    .whentx {
        width: 51% !important;
        font-size: 1.85rem;
    }
    .treatcon {
        width: 55% !important;
        font-size: 1.85rem;
    }
    .treatmin {
        width: 57% !important;
        font-size: 1.85rem;
    }
    .safetyprof {
        width: 47% !important;
        font-size: 1.85rem;
    }
}


/*  ======
    768px
            */

@media (min-width: 768px) {

    .container-16x {
        margin: 0;
    }

    .top-link {
        padding: 7px 2px 7px 19px;
        font-size: .65rem;
    }
    .logo-holder {
        width: 184px !important;
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        background-color: white;
        color: white;
        border-bottom: solid 5px white;
        border-radius: 0 0 5px 5px;
        position: relative;
        top: -8px;
        padding: 5px 0px 5px 0px;
        margin: 0px 0px 0px -4px;
    }
    .min-logo {
        height: 92px;
        /* width: fit-content; */
        margin: 3px 0px -8px 24px;
        padding: 0 0;
    }
    .connect {
        font-size: 1rem;
    }
    .connect-rep-overlay {
        border: solid 5px #5a5959;
        border-radius: 0 0 5px 5px;
        border-bottom: solid 5px #515959;
        top: -8px;
        z-index: 1;
        padding: 8px 0 8px 0;
        margin: 0 16px;
    }
    .navbar-toggler {
        margin-top: -12px;
    }
    #navbarCollapse {
        padding-top: 15px;
        margin-top: -40px;
    }
    .nav-item a {
        color: #d9501b;
        font-size: .9rem;
        font-weight: bold;
    }
    .nav-link:first-child {
        margin-left: -15px;
    }
    .nav-link {
        padding: 0;
    }
    section.hero {
        position: relative;
        top: 0;
    }
    .hero-container {
        margin-top: 0px;
        padding: 1px 0;
        position: relative;
        top: 66px;
    }
    .herotext-outer {
        margin-left: 10px;
    }
    .hero-headline {
        font-size: 1.9rem;
    }  
    .in-jumbo {
        height: 270px;
        max-height: 270px;
    }
    .in-jumbo table {
        height: 270px;
    }
    .hero-content {
        position: relative;
        top: 0;
        left: 0;
    }
    .hero-row {
        padding: 0 0;
    }
    .hero-headline {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.35;
        margin: 0px;
        color: white;
    }
    .hero-headline em {
        font-weight: 500;
    }
    .hero-text-bold {
        font-size: 1.9rem;
    }
    .hero-subtext {
        font-size: .8rem;
        line-height: 1rem;
        margin-bottom: 0;
        opacity: 0.95;
    }
    .cta-boxes {
        padding: 0 0;
        position: relative;
        z-index: 10;
        margin-top: 0px;
        margin-left: -15px;
        gap: 2rem;
    }
    .icon-img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .cta-section{
        padding-top: 10px;
    }
    .cta-title {
        font-size: 1.15rem;
        font-weight: 600;
        color: #d9501b;
        margin-bottom: 20px;
        line-height: 1.3;
        flex-grow: 1;
    }
    .isi-text- {
        font-weight: 600;
        color: white;
        font-size: 1rem;
    }

    .isi-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-left: 10px;
        color: white;
    }

}

/*  ======
    768px
            */

@media (min-width: 992px) { 
    .top-link {
        font-size: .75rem;
    }
    .logo-holder {
        width: 215px !important;
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        background-color: white;
        color: white;
        border-bottom: solid 5px white;
        border-radius: 0 0 5px 5px;
        position: relative;
        top: -8px;
        padding: 5px 0px 5px 0px;
        margin: 0px 4px 0px 10px;
    }
    .min-logo {
        height: 96px;
        /* width: fit-content; */
        margin: 3px 33px -8px 34px;
        padding: 0 0;
    }
    .connect {
        font-size: 1rem;
    }
    .connect-rep-overlay {
        border: solid 8px #5a5959;
        border-radius: 0 0 12px 12px;
        border-bottom: solid 8px #515959;
        top: -16px;
        z-index: 1;
        margin: 8px;
        padding: 8px;
    }
    .header .container-fluid > div > nav > div ul li.dropdown::after {
        content: "\f078";
        font-family: "FontAwesome";
        font-style: normal;
        font-variant: normal;
        line-height: 3;
        text-rendering: auto;
        position: absolute;
        font-size: 14px;
        bottom: -32px;
        left: 41%;
        transform: translateX(-50%);
        color: #d9501b;
        opacity: 0;
        transition: opacity 0.3s ease;
        width: 110%;
        background: transparent;
        text-align: center;
    }
    .header .container-fluid > div > nav > div ul li.dropdown.doad::after {
        left: 42%;
        width: 100%;
    }
    .header .container-fluid > div > nav > div > ul li.dropdown:hover::after {
        opacity: 1;
    }
    .nav-item a {
        color: #d9501b;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
    }
    .dropdown-toggle {
        text-align: center;
        white-space: normal;
    }
    a.dropdown-item {
        color:#515959;
        background-color: white;
        font-size: .65rem;
        text-align: left;
    }
    a.dropdown-item:hover {
        color:#d9501b;
        background-color: white;
    }
    .nav-list {
        gap: 26px;
        width: 100%;
        justify-content: space-between;
    }
    .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-top: 0px;
        margin-top: 22px;
        margin-left: -15px;
    }
    .dropdown-menu.about-minocin {
        width: 85px;
        max-width: 85px;
        min-width: 85px;
        margin-left: 0;
    }
    .dropdown-menu.clinical-experience {
        width: 105px;
        max-width: 105px;
        min-width: 105px;
        margin-left: 2px;
    }
    .dropdown-menu.dosing-administration {
        width: 145px;
        max-width: 145px;
        min-width: 145px;
        margin-left: 7px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 10px 0 10px 5px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: normal;
        background-color: transparent;
        border: 0;
    }
    .nav-link:first-child {
        margin-left: -18px;
    }
    .logo-main-nav-row {
        height: 100px;
    }
    .jumbotron {
        padding: 0rem 2rem!important;
    }
    .hero-container {
        margin-top: 0;
        padding-top: 0;
        position: relative;
        top: 70px;
        padding: 0;
    }
    section.hero {
        position: relative;
        top: 0px;
    }
    
    .hero {
        background: url(/images/MINOCIN_Treatwithconfidence_Image_tl.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hero-content {
        position: relative;
        top: 21px;
        left: 5%;
    }
    .hero-headline {
        font-size: 1.90rem;
        font-weight: 300;
        line-height: 1.35;
        margin: 0px;
        color: white;
    }
    .hero-text-bold {
        font-size: 2.4rem;
    }
    .hero-subtext {
        font-size: 1.05rem;
        line-height: 1.25;
        margin-bottom: 0;
        opacity: 0.95;
    }

    .in-jumbo {
        height: 392px;
        max-height: 392px;
    }
    .in-jumbo table {
        height: 392px;
    }

    .cta-section {
        position: relative;
        top: 76px;
    }
    .cta-boxes {
        padding: 0 0;
        position: relative;
        z-index: 10;
        margin-top: -73px;
        margin-left: -6px;
        gap: 2rem;
    }
    .cta-box {
        background: white;
        border-radius: 12px;
        padding: 30px 20px;
        width: 19%;
        max-width: 19%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }

    .cta-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: #d9501b;
        margin-bottom: 20px;
        line-height: 1.3;
        flex-grow: 1;
    }

}

@media (min-width: 1200px) { 
    .container-16x {
        max-width: 1300px;
        margin: 0 auto;
    }
    .orange-fixed {
        background-color: #d9501b;
        color: white;
        height: 48px;
    }
    .connect-rep-overlay {
        border: solid 12px #5a5959;
        border-radius: 0 0 12px 12px;
        border-bottom: solid 8px #515959;
        top: -16px;
        z-index: 1;
        padding: 4px 0 12px 0;
    }
    .connect {
        font-size: 14px;
    }
    .top-link {
        font-size: 12px;
    }
    .logo-main-nav-row {
        height: 96px;
    }
    .logo-holder {
        width: 215px !important;
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        background-color: white;
        color: white;
        border-bottom: solid 5px white;
        border-radius: 0 0 5px 5px;
        position: relative;
        top: -8px;
        padding: 0px 0px;
        margin: 0px 4px 0px 10px;
    }
    .dropdown-menu.about-minocin {
        width: 112px;
        max-width: 112px;
        min-width: 112px;
        margin-left: -18px;
    }
    .dropdown-menu.clinical-experience {
        width: 135px;
        max-width: 135px;
        min-width: 135px;
        margin-left: -18px;
    }
    .dropdown-menu.dosing-administration {
        width: 185px;
        max-width: 185px;
        min-width: 185px;
        margin-left: -18px;
    }
    .min-logo {
        height: 96px;
        /* width: fit-content; */
        margin: 3px 25px -8px 34px;
        padding: 0 0;
    }
    .nav-item a {
        color: #d9501b;
        font-size: 1rem;
        font-weight: bold;
    }
    .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-top: 0px;
        margin-top: 32px;
        margin-left: -15px;
    }
    a.dropdown-item {
        color:#515959;
        background-color: white;
        font-size: .8rem;
    }
    a.dropdown-item:hover {
        color:#d9501b;
        background-color: white;
    }
    .jumbotron {
        padding: 0rem 2rem!important;
    }
    .hero-container {
        margin-top: 0;
        padding-top: 0;
        position: relative;
        top: 70px;
        padding: 1px 0;
    }
    
    .hero {
        background: url(/images/MINOCIN_Treatwithconfidence_Image2.png);
        background-size: cover;
        background-position: 35px 0;
        background-repeat: no-repeat;
        color: white;
    }

    section.hero {
        position: relative;
        top: 0px;
    }
    .hero-content {
        position: relative;
        top: 21px;
        left: 5%;
    }
    .hero-headline {
        font-size: 1.95rem;
        font-weight: 300;
        line-height: 1.35;
        margin-bottom: 10px;
        color: white;
    }
    .hero-text-bold {
        font-size: 2.6rem;
    }
    .hero-subtext {
        font-size: 1.1rem;
        line-height: 1.25;
        margin-bottom: 0;
        opacity: 0.95;
    }
    .cta-section {
        position: relative;
        top: 70px;
    }
    .cta-boxes {
        padding: 0 0;
        position: relative;
        z-index: 10;
        margin-top: -73px;
        margin-left: -17px;
        margin-right: -17px;
        gap: 2rem;
    }

}


/*  ===== 1600 =====  */

@media (min-width: 1600px) { 

    header .container-fluid.container-16x {
        max-width: 1500px;
    }
    .container-16x {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
    }

    .orange-fixed {
        background-color: #d9501b;
        color: white;
        height: 48px;
    }
    .connect-rep-overlay {
        border: solid 12px #5a5959;
        border-radius: 0 0 12px 12px;
        border-bottom: solid 8px #515959;
        top: -16px;
        z-index: 1;
        padding: 4px 0 12px 0;
    }
    .connect {
        font-size: 14px;
    }
    .top-link {
        font-size: 12px;
    }
    #navbarCollapse {
        padding-top: 15px;
        margin-top: -40px;
    }
    .logo-main-nav-row {
        height: 80px;
    }
    .logo-holder {
        width: 215px !important;
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        background-color: white;
        color: white;
        border-bottom: solid 5px white;
        border-radius: 0 0 5px 5px;
        position: relative;
        top: -8px;
        padding: 0px 0px;
        margin: 0px 4px 0px 10px;
    }
    .header .container-fluid > div > nav > div ul li.dropdown::after {
        content: "\f078";
        font-family: "FontAwesome";
        font-style: normal;
        font-variant: normal;
        line-height: 2.5;
        text-rendering: auto;
        position: absolute;
        font-size: 14px;
        bottom: -33px;
        left: 32%;
        transform: translateX(-50%);
        color: #d9501b;
        opacity: 0;
        transition: opacity 0.3s ease;
        width: 120%;
        background: transparent;
        text-align: center;
    }
    .dropdown-menu.about-minocin {
        width: 112px;
        max-width: 112px;
        min-width: 112px;
        margin-left: -18px;
    }
    .dropdown-menu.clinical-experience {
        width: 135px;
        max-width: 135px;
        min-width: 135px;
        margin-left: -18px;
    }
    .dropdown-menu.dosing-administration {
        width: 180px;
        max-width: 180px;
        min-width: 180px;
        margin-left: -18px;
    }
    .min-logo {
        height: 96px;
        /* width: fit-content; */
        margin: 3px 25px -8px 34px;
        padding: 0 0;
    }
    .nav-item a {
        color: #d9501b;
        font-size: 1rem;
        font-weight: bold;
    }
    a.dropdown-item {
        color: #515959;
        background-color: white;
        font-size: .8rem;
    }
    a.dropdown-item:hover {
        color:#d9501b;
        background-color: white;
    }
    .hero-container {
        margin-top: 0;
        padding-top: 0;
        position: relative;
        top: 70px;
        padding: 1px 0;    }
            
    .hero {
        background: url(/images/MINOCIN_Treatwithconfidence_Image2.png);
        background-size: cover;
        background-position: 184px 0;
        background-repeat: no-repeat;
        color: white;
    }

    section.hero {
        /* padding-top: 12%;
        margin-top: 76px; */
    }
    .hero-content {
        position: relative;
        top: -100px;
        left: 100px;
    }
    .hero-headline {
        font-size: 1.95rem;
        font-weight: 300;
        line-height: 1.35;
        margin-bottom: 20px;
        color: white;
    }
    .hero-text-bold {
        font-size: 2.6rem;
    }
    .hero-subtext {
        font-size: 1.1rem;
        line-height: 1.25;
        margin-bottom: 0;
        opacity: 0.95;
    }
    .cta-section {
        position: relative;
        top: 70px;
    }
}

/* Hero/Jumbotron Styles */

.hero-content {
    padding: 20px 0;
}
            
.hero-headline strong {
    font-weight: 700;
}

.hero-headline em {
    font-style: italic;
}
            
.hero-image {
    display: none;
}

/* Call-to-Action Boxes */

.cta-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cta-icon {
    margin-bottom: 20px;
}
            

.cta-arrow {
    margin-top: auto;
}

.arrow-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Responsive adjustments
@media (max-width: 991px) {
    .hero-headline {
        font-size: 1.85rem;
    }
    
    .hero-image img {
        max-height: 300px;
    }
    
} */

@media (max-width: 767px) {
    .hero-headline {
        font-size: 1.75rem;
        text-align: center;
    }
    
    .hero-subtext {
        text-align: center;
    }
    
    .hero-content {
        padding: 20px 0;
    }
    
    .cta-boxes {
        margin-top: 20px;
    }
}

/* Rezzayo-style ISI and Footer */
.isi {
    /* background-color: #f8f9fa; */
    padding: 40px 0;
    margin-top: 40px;
}

.isi h3 {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.isi p {
    color: #000000;
;
    line-height: 1.6;
    margin-bottom: 15px;
}

.isi ul {
    padding-left: 20px;
}

.isi li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.isi-fixed {
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
    border-top: solid 1px white;
    box-shadow: 0px -5px 15px #00000033;
}

.isi-title {
    padding: 15px 0;
    background-color: #d9501c;
    cursor: pointer;
}

.isi-title-content {
    text-align: right;
}

.isi-fixed .isi-content {
    padding: 20px;
    max-height: 200px;
    overflow-y: auto;
}

.isi-fixed .isi-content h3 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.isi-fixed .isi-content p {
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Footer styles */
footer {
    /* background-color: #333; */
    color: white;
    margin-top: 0;
}

.footer-navigation {
    padding: 40px 0;
}

.footer-content p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-content strong {
    color: #333333;
}

.footer-content a {
    color: #007bff;
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}

.footer-copyrights {
    background-color: #222;
    padding: 20px 0;
    border-top: 1px solid #444;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.footer-links li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links li a:hover {
    color: white;
}

.footer-copyrights p {
    color: #ccc;
    font-size: 0.9rem;
    margin: 0;
    text-align: right;
}

@media (max-width: 767px) {
    .footer-copyrights p {
        text-align: center;
        margin-top: 15px;
    }
    
    .footer-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}