@media (max-width: 767.98px) {
    #topNav .navbar-collapse {
        width: 100%;
        border-radius: 0;
        position: absolute;
        left: 0;
        top: 100%;
    }

    #topNav .nav-item .nav-link.active {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
}

@media (min-width: 768px) {
    .fs-huge {
        font-size: 50px !important;
    }

    .fs-giant {
        font-size: 57.5px !important;
    }

    .pt-md-40px {
        padding-top: 40px !important;
    }

    .mb-8 {
        margin-bottom: 10rem !important;
    }
    
    .mb-9 {
        margin-bottom: 11.5rem !important;
    }
    
    .mb-10 {
        margin-bottom: 13rem !important;
    }
    
    #section2 {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    
    #section3 {
        padding-top: 260px;
    }
    
    #section4 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    
    #section5 {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    #topNav {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #topNav.shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #topNav ul.navbar-nav {
        background: rgba(210, 186, 145, 0.5);
        border-radius: 30px;
        padding: .5rem 0.5rem;
    }

    #topNav .nav-item .nav-link {
        --bs-navbar-nav-link-padding-x: calc(1.25rem - 2px);
        --bs-nav-link-padding-y: calc(.25rem - 2px);
        border: 1px solid transparent;
        border-radius: 20px;
    }

    #topNav .nav-item .nav-link:hover {
        border: 1px solid #fff;
        border-radius: 20px;
    }

    #mainCarousel .carousel-item {
        display: block;
        background: var(--desktop-img) center center / cover no-repeat transparent;
        position: relative;
    }
    
    #mainCarousel .carousel-item .carousel-item-content {
        width: 90%;
        padding-top: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #mainCarousel .carousel-item-content h2 {
        font-size: 4.5rem;
        line-height: 4.725rem;
    }

    #mainCarousel .carousel-item-content p {
        font-size: 1.25rem;
        padding-left: 1.25rem;
    }

    #mainCarousel .carousel-item-content p::after {
        content: '';
        display: block;
        width: 1px;
        height: 86%;
        border-left: 1px solid #fff;
        position: absolute;
        left: 0;
        top: 7%;
    }

    .treatment-item.alt-bg {
        background: linear-gradient(90deg, #182A61 -103.94%, #1E4094 100%);
    }

    blockquote.blockquote {
        font-size: 2.5rem;
    }

    .blockquote-footer {
        font-size: 1.75rem;
    }

    #faq {
        padding-top: 10rem;
    }

    .modal {
        --bs-modal-padding: 1.5rem 1.5rem 1.25rem;
        --bs-modal-border-radius: 30px;
    }

    .modal-contact .modal-body {
        --bs-modal-padding: 2.75rem 2.75rem 1.25rem;
    }
}

@media (min-width: 992px) {
    #welcomeContainer {
        padding-bottom: 0;
    }

    #welcomeContainer::before {
        background: center center / cover no-repeat url('../imgs/welcome_v2.jpg');
        padding-top: 72.5%;
    }

    #welcomeContainer .inner-content {
        width: 55%;
        max-width: 750px;
        margin-top: 0;
        position: absolute;
        left: 45%;
        top: 50%;
        transform: translateY(-50%);
    }

    #welcomeContainer .inner-content p {
        max-width: 676px;
    }

    #welcomeContainer .fs-giant {
        font-size: 52.5px !important;
    }

    blockquote.blockquote {
        font-size: 2.75rem;
    }

    .blockquote-footer {
        font-size: 2rem;
    }

    .treatment-item {
        color: #fff;
        text-align: center;
        flex-direction: column;
    }

    #contactUsDetails {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .fs-huge {
        font-size: 55px !important;
    }

    .fs-giant {
        font-size: 60px !important;
    }

    #topNav ul.navbar-nav {
        padding: .5rem 0rem;
    }

    #topNav .nav-item {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    #mainCarousel .carousel-item-content h2 {
        font-size: 5rem;
        line-height: 5.25rem;
    }

    #welcomeContainer::before {
        padding-top: 60.9375%;
    }
}

@media (min-width: 1400px) {
    html, body {
        font-size: 20px;
    }

    .fs-huge {
        font-size: 65px !important;
    }

    .fs-giant {
        font-size: 72px !important;
    }

    #topNav .nav-item {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    #topNav .nav-item:first-child {
        margin-left: .5rem;
    }

    #topNav .nav-item:last-child {
        margin-right: .5rem;
    }

    #topNav .nav-item .nav-link {
        font-size: .9rem;
    }

    /* #mainCarousel .carousel-item-content p {
        font-size: 1.4rem;
    } */
}