/* =========================================================
   PREVENTA / SWAASTHCARE
   SELF-CONTAINED HOME BANNER VERSION
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: "Segoe UI", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #212529;
    text-align: left;
    background: #fff;
}

body * { outline: 0; }

*, *::before, *::after { box-sizing: border-box; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

img {
    vertical-align: middle;
    border-style: none;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input { overflow: visible; }
button, select { text-transform: none; }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container { max-width:540px; }
}
@media (min-width:768px) {
    .container { max-width:720px; }
}
@media (min-width:992px) {
    .container { max-width:960px; }
}
@media (min-width:1200px) {
    .container { max-width:1140px; }
}

/* Exact Bootstrap container cascade used by about(6).css. */

/* =========================================================
   SELF-CONTAINED HOME BANNER
   ========================================================= */

#home.home {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    /* Navigation height */
    margin-top: 70px;
}
#navigation.scrolled + #home.home{
    margin-top: 55px;
}
/* Tablet / Mobile */
@media (max-width:1299px){
    #home.home{
        margin-top: 64px;
    }
}
.niine-home-slider {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
}

.niine-home-slider .home-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transition:
        opacity 900ms cubic-bezier(.22,.61,.36,1),
        visibility 900ms linear;
}

.niine-home-slider .home-slide:first-child {
    position: relative;
}

.niine-home-slider .home-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.homesliderimgblk {
    position: relative;
    width: 100%;
    aspect-ratio: 1000 / 425;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

.homesliderimgblk img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
    object-position: center center;
}

.homeslidermobimg {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

.homeslidermobimg img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

/* =========================================================
   SLIDER ARROWS
   ========================================================= */

.home-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.88);
    color: #333;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .25s ease, background .25s ease, transform .25s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,.12);
}

.niine-home-slider:hover .home-slider-arrow,
.niine-home-slider:focus-within .home-slider-arrow {
    opacity: 1;
}

.home-slider-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.home-slider-prev { left: 24px; }
.home-slider-next { right: 24px; }

.home-slider-arrow span {
    display: block;
    transform: translateY(-1px);
}

/* =========================================================
   DOT NAVIGATION
   ========================================================= */

.home-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateX(-50%);
}

.home-slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.95);
    border-radius: 50%;
    background: rgba(255,255,255,.45);
    cursor: pointer;
    transition: all .25s ease;
}

.home-slider-dot.is-active {
    width: 25px;
    border-radius: 10px;
    background: #fff;
}

/* =========================================================
   CURVED WHITE BOTTOM EDGE
   ========================================================= */

.home-shape {
    position: absolute;
    left: -5%;
    bottom: -1px;
    z-index: 12;
    width: 110%;
    height: clamp(24px, 3.8vw, 62px);
    margin: 0;
    padding: 0;
    background: #fff;
 /*   border-radius: 50% 50% 0 0 / 100% 100% 0 0;	*/
    pointer-events: none;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:767.98px) {

    .homesliderimgblk {
        display: none;
    }

    .homeslidermobimg {
        display: block;
    }

    .home-slider-arrow {
        width: 34px;
        height: 34px;
        font-size: 21px;
        line-height: 31px;
        opacity: .8;
    }

    .home-slider-prev { left: 10px; }
    .home-slider-next { right: 10px; }

    .home-slider-dots {
        bottom: 20px;
        gap: 6px;
    }

    .home-slider-dot {
        width: 7px;
        height: 7px;
    }

    .home-slider-dot.is-active {
        width: 20px;
    }

    .home-shape {
        left: -8%;
        width: 116%;
        height: 25px;
    }
}

@media (max-width:480px) {
    .home-slider-arrow {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 27px;
    }

    .home-slider-dots {
        bottom: 15px;
    }

    .home-shape {
        height: 18px;
    }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
    .niine-home-slider .home-slide {
        transition: none;
    }

    .home-slider-arrow,
    .home-slider-dot {
        transition: none;
    }
}


/* ================================================================
   FOOTER OWNERSHIP
   Footer dimensions/layout are controlled exclusively by
   footer-EXACT-index-about.css, mirroring index/about.
   ================================================================ */
#footer.preventa-footer-v2 {
    box-sizing:border-box;
}
#footer.preventa-footer-v2 .container {
    box-sizing:border-box;
}
