/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square:hover {
    background-color: #edecec;
    border-color: 1px #efeeee;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 25px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

ul {
    list-style: none;
}

.zyphoriax_header_shell {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0);
    /* Fully transparent */
    transition: all .4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}



/* Default Header */
.zyphoriax_header_shell {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: all .4s ease;
}

/* Sticky Header */
.zyphoriax_header_shell.sticky {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

/* Menu Text */
.zyphoriax_header_shell.sticky .zyphoriax_navigation_listing_anchor,
.zyphoriax_header_shell.sticky .zyphoriax_navigation_listing_anchor i {
    color: #000;
}



/* Mobile Menu Icon */
.zyphoriax_header_shell.sticky .zyphoriax_mobile_navigation_trigger span {
    background: #000;
}

.zyphoriax_navigation_frame {


    padding: 18px 20px;

    width: 92%;

    max-width: 1450px;

    margin: auto;

    height: 95px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

/*==============================
LOGO
==============================*/

.zyphoriax_brand_identity_box {

    width: 200px;

}

.zyphoriax_brand_identity_image {

    width: 240px;

}

/*==============================
NAVIGATION
==============================*/

.zyphoriax_navigation_panel {

    flex: 1;

    display: flex;

    justify-content: center;

}

.zyphoriax_navigation_listing {

    display: flex;

    align-items: center;

    gap: 18px;
    padding-top: 10px;


}

.zyphoriax_navigation_listing_item {

    position: relative;

}

.zyphoriax_navigation_listing_anchor {

    color: #ffffff;

    font-size: 16px;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 10px rgba(0, 0, 0, 0.6);

    font-weight: 900;

    display: flex;

    align-items: center;

    gap: 8px;

    height: 95px;

    position: relative;

    transition: .35s;


}

.zyphoriax_header_shell.sticky .zyphoriax_navigation_listing_anchor,
.zyphoriax_header_shell.sticky .zyphoriax_navigation_listing_anchor i {
    color: #000;
    text-shadow: none;
}

.zyphoriax_navigation_listing_anchor::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 28px;

    width: 0;

    height: 2px;

    background: #eaf9ff;

    transition: .35s;

}

.zyphoriax_navigation_listing_item:hover .zyphoriax_navigation_listing_anchor {

    color: #eaf9ff;

}

.zyphoriax_navigation_listing_item:hover .zyphoriax_navigation_listing_anchor::after {

    width: 100%;

}

/*==============================
DROPDOWN
==============================*/

.zyphoriax_dropdown_listing {

    position: absolute;

    top: 115%;

    left: 0;

    width: 260px;

    background: #ffffff;

    border-radius: 14px;

    overflow: hidden;

    opacity: 0;
    font-size: 15px;

    visibility: hidden;

    transition: .4s;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .45);

}

.zyphoriax_dropdown_holder:hover .zyphoriax_dropdown_listing {

    opacity: 1;

    visibility: visible;

    top: 100%;

}

.zyphoriax_dropdown_listing_item {

    width: 100%;

}

.zyphoriax_dropdown_listing_anchor {

    display: block;

    color: #000000;

    padding: 5px 22px;

    transition: .35s;

}

.zyphoriax_dropdown_listing_anchor:hover {



    color: #3a6280;

    padding-left: 35px;

}

/*==============================
RIGHT SIDE
==============================*/

.zyphoriax_action_panel {

    display: flex;

    align-items: center;

    gap: 18px;

}

.zyphoriax_search_action_button {

    width: 48px;

    height: 48px;

    border: none;

    border-radius: 50%;

    background: #161616;

    color: #ffffff;

    cursor: pointer;

    transition: .35s;

}

.zyphoriax_search_action_button:hover {

    background: #c9a227;

    color: #000;

}

.zyphoriax_primary_cta_button {

    padding: 12px 18px;

    background: #ffffff;

    color: #000;

    border-radius: 50px;

    font-weight: 700;

    transition: .35s;

}

a.zyphoriax_primary_cta_button:hover {
    color: #4b7a97;
}

.zyphoriax_primary_cta_button:hover {

    background: #ffffff;

}

.zyphoriax_mobile_navigation_trigger {

    display: none;

}

/*==============================
MOBILE TOGGLE
==============================*/

.zyphoriax_mobile_navigation_trigger {

    display: none;

    width: 52px;

    height: 52px;

    border: none;



    border-radius: 12px;

    cursor: pointer;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    gap: 5px;

    transition: .35s;

}

.zyphoriax_mobile_navigation_trigger:hover {

    background: #ffffff;

}

.zyphoriax_mobile_navigation_line_one,
.zyphoriax_mobile_navigation_line_two,
.zyphoriax_mobile_navigation_line_three {

    width: 24px;

    height: 2px;

    background: #000;

    border-radius: 20px;

    transition: .35s;

}

/*==============================
RESPONSIVE
==============================*/

@media (max-width:991px) {

    .zyphoriax_navigation_panel {

        display: none;

    }

    .zyphoriax_primary_cta_button {

        display: none;

    }

    .zyphoriax_mobile_navigation_trigger {

        display: flex;

    }

    .zyphoriax_navigation_frame {

        height: 80px;

    }

    .zyphoriax_brand_identity_box {

        width: 150px;

    }

    .zyphoriax_brand_identity_image {

        width: 240px;

    }

}

@media (max-width:1196px) {

    .zyphoriax_brand_identity_image {

        width: 180px;

    }

}

@media (max-width:576px) {

    .zyphoriax_navigation_frame {

        width: 94%;

        height: 72px;

    }

    .zyphoriax_brand_identity_box {

        width: 130px;

    }

    .zyphoriax_brand_identity_image {

        width: 240px;

    }

    .zyphoriax_mobile_navigation_trigger {

        width: 46px;

        height: 46px;

    }

}

/*==============================
FULL SCREEN MOBILE MENU
==============================*/

.zyphoriax_mobile_fullscreen_menu {

    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #f1f1f1;
    z-index: 999999;
    transition: .45s ease;

    display: flex;
    justify-content: center;
    align-items: center;

}

.zyphoriax_mobile_fullscreen_menu.active {

    right: 0;

}

.zyphoriax_mobile_menu_overlay {

    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);

    opacity: 0;
    visibility: hidden;

    transition: .35s;

    z-index: 999998;

}

.zyphoriax_mobile_menu_overlay.active {

    opacity: 1;
    visibility: visible;

}

.zyphoriax_mobile_navigation_list {

    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;

}

.zyphoriax_mobile_navigation_link {

    color: #fff;
    font-size: 21px;
    font-weight: 700;
    transition: .35s;
    margin: 0;

}

.zyphoriax_mobile_navigation_link:hover {

    color: #c9a227;

}

.zyphoriax_mobile_navigation_link,
.zyphoriax_mobile_submenu_link,
.zyphoriax_mobile_accordion_toggle i {
    color: #000 !important;
}

/*==============================
HAMBURGER TO CLOSE
==============================*/

.zyphoriax_mobile_navigation_trigger.active .zyphoriax_mobile_navigation_line_one {

    transform: translateY(7px) rotate(45deg);

}

.zyphoriax_mobile_navigation_trigger.active .zyphoriax_mobile_navigation_line_two {

    opacity: 0;

}

.zyphoriax_mobile_navigation_trigger.active .zyphoriax_mobile_navigation_line_three {

    transform: translateY(-7px) rotate(-45deg);

}

.zyphoriax_mobile_fullscreen_menu {

    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 999999;
    transition: .45s ease;

    display: flex;
    justify-content: center;
    align-items: center;

}

.zyphoriax_mobile_fullscreen_menu.active {

    right: 0;

}

/* Active main menu */
.zyphoriax_mobile_navigation_link.active {
    background: #3F7897;
    color: #fff !important;
    border-radius: 8px;
    padding: 12px 18px;
    display: block;
    font-weight: 600;
}

/* Active submenu */
.zyphoriax_mobile_submenu_link.active {
    background: #3F7897;
    color: #fff !important;
    border-radius: 7px;
    padding: 10px 15px;
    display: block;
}

/* Keep active on hover */
.zyphoriax_mobile_navigation_link.active:hover,
.zyphoriax_mobile_submenu_link.active:hover {
    background: #084db2;
    color: #fff !important;
}

.zyphoriax_mobile_close_button {

    position: absolute;
    top: 25px;
    right: 25px;

    width: 55px;
    height: 55px;

    border: none;
    border-radius: 50%;

    background: #f0f0f0;

    color: #000;

    font-size: 22px;

    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: .35s;

}

.zyphoriax_services_scroll {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.zyphoriax_mobile_close_button:hover {

    background: #fff;
    transform: rotate(90deg);

}


/* Equal spacing for all main menu items */
.zyphoriax_mobile_navigation_item {
    margin-bottom: 12px;

}

.zyphoriax_mobile_accordion_item {

    margin: 0;
    padding: 0;
}

/* Make the Services header match other menu items */
.zyphoriax_mobile_accordion_header {
    margin: 0;
    padding: 0;
    align-items: left;
}

/* Space between Services and its submenu */
.zyphoriax_mobile_accordion_content {
    margin-top: 10px;
    padding-top: 0;
}

.zyphoriax_mobile_accordion_item {

    border-bottom: 1px solid rgba(255, 255, 255, .08);

}


.zyphoriax_mobile_accordion_header {

    display: flex;
    justify-content: space-between;
    align-items: center;


}

.zyphoriax_mobile_accordion_toggle {

    width: 38px;
    height: 38px;

    border: none;

    border-radius: 8px;

    background: #f5f5f5;

    color: #fff;

    cursor: pointer;

    transition: .35s;

}

.zyphoriax_mobile_accordion_toggle:hover {

    background: #f0f0f0;
    color: #000;

}

.zyphoriax_mobile_accordion_toggle.active {

    background: #f0f0f0;
    color: #000;

}

.zyphoriax_mobile_accordion_toggle.active i {

    transform: rotate(90deg);

}

.zyphoriax_mobile_accordion_toggle i {

    transition: .35s;

}

.zyphoriax_mobile_accordion_content {

    max-height: 0;

    overflow: hidden;

    transition: max-height .45s ease;

    padding-left: 20px;

}

/* Services submenu only */

.zyphoriax_services_scroll.active {

    max-height: 260px;

    overflow-y: auto;

    padding-right: 6px;

    scrollbar-width: thin;

    scrollbar-color: #bdbdbd #f2f2f2;

}

/* Chrome, Edge, Safari */

.zyphoriax_services_scroll.active::-webkit-scrollbar {

    width: 6px;

}

.zyphoriax_services_scroll.active::-webkit-scrollbar-track {

    background: #f2f2f2;

    border-radius: 20px;

}

.zyphoriax_services_scroll.active::-webkit-scrollbar-thumb {

    background: #bdbdbd;

    border-radius: 20px;

}

.zyphoriax_services_scroll.active::-webkit-scrollbar-thumb:hover {

    background: #bdbdbd;

}

.zyphoriax_mobile_submenu_link {

    display: block;

    color: #bdbdbd;

    padding: 14px 0;

    font-size: 21px;
    font-weight: 700;

    transition: .3s;

}

.zyphoriax_mobile_submenu_link:hover {

    color: #c9a227;
    padding-left: 10px;

}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

.veltrixa_hero_master_section {

    position: relative;

    width: 100%;

    height: 100vh;

    min-height: 750px;

    overflow: hidden;

}

.veltrixa_background_video_layer {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.veltrixa_video_dark_overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.38) 35%,
            rgba(0, 0, 0, 0.32) 100%);
    z-index: 1;

}

.veltrixa_hero_main_container {

    position: relative;

    z-index: 5;

    width: 90%;

    max-width: 1400px;

    height: 100%;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.veltrixa_hero_content_column {

    width: 650px;
    padding-top: 90px;

    color: #fff;

}

.veltrixa_small_title {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 24px;

    background: rgba(255, 255, 255, .08);

    backdrop-filter: blur(15px);

    border-radius: 50px;

    color: #E5C07B;

    font-weight: 600;

    letter-spacing: 1px;

}

.veltrixa_main_heading {
    font-family: "League Spartan", sans-serif;
    font-size: 78px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.25;
    color: #fff;
}

.veltrixa_description_text {

    font-size: 24px;
    font-weight: 800;
    padding-top: 20px;

    line-height: 1.9;

    color: #ececec;

    max-width: 650px;

}

/*==========================================
BUTTON
==========================================*/

.veltrixa_button_area {

    margin-top: 45px;

}

.veltrixa_primary_button {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    background: #f2f4f5;


    color: #111;

    padding: 15px 20px;

    border-radius: 60px;

    font-size: 18px;

    font-weight: 700;

    transition: .45s;

}

.veltrixa_primary_button:hover {

    background: #fff;

    transform: translateY(-6px);

}

/*==========================================
RIGHT SIDE FLOATING CARDS
==========================================*/

.veltrixa_hero_visual_column {

    position: relative;

    width: 350px;

    height: 100%;

}

.veltrixa_experience_badge,
.veltrixa_review_card,
.veltrixa_patient_card {

    position: absolute;

    right: 0;

    width: 280px;

    padding: 22px;

    background: rgba(255, 255, 255, .12);

    backdrop-filter: blur(18px);

    border-radius: 20px;

    color: #fff;

    display: flex;

    gap: 18px;

    align-items: center;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);

}

.veltrixa_experience_badge {

    top: 20%;

}

.veltrixa_review_card {

    top: 42%;

    right: 60px;

}

.veltrixa_patient_card {

    top: 65%;

}

.veltrixa_badge_icon,
.veltrixa_review_star,
.veltrixa_patient_icon {

    width: 62px;

    height: 62px;

    border-radius: 50%;

    background: #E0A400;

    color: #111;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 24px;

}

/*==========================================
FLOATING BOOKING FORM
==========================================*/

.veltrixa_floating_booking_section {

    position: relative;

    margin-top: -110px;

    z-index: 20;

}

.veltrixa_booking_container {

    width: 88%;

    max-width: 1250px;

    margin: auto;

    background: #fff;

    border-radius: 28px;

    padding: 50px;

    box-shadow: 0 25px 70px rgba(0, 0, 0, .12);

}

.veltrixa_booking_heading {

    text-align: center;

    font-size: 42px;

    margin-bottom: 40px;

    color: #222;

}

.veltrixa_booking_form {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;

}

.veltrixa_input_group {

    position: relative;

}

.veltrixa_input_group i {

    position: absolute;

    left: 20px;

    top: 50%;

    transform: translateY(-50%);

    color: #662E1F;

}

.veltrixa_input_group input {

    width: 100%;

    height: 65px;

    padding-left: 55px;

    border: 1px solid #ddd;

    border-radius: 12px;

    outline: none;

    font-size: 17px;

}

.veltrixa_submit_button {

    border: none;

    background: #0B4A69;

    border-radius: 12px;

    color: #ffffff;
    padding: 10px 15px;

    font-size: 18px;

    font-weight: 700;

    cursor: pointer;

    transition: .4s;

}

.veltrixa_submit_button:hover {

    background: #662E1F;

    color: #fff;

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:1200px) {

    .veltrixa_booking_form {

        grid-template-columns: repeat(2, 1fr);

    }

    .veltrixa_main_heading {

        font-size: 58px;

    }

    .veltrixa_hero_visual_column {

        display: none;

    }

}

@media(max-width:768px) {

    .veltrixa_hero_master_section {

        min-height: 600px;

    }

    .veltrixa_hero_main_container {

        width: 92%;

    }

    .zyphoriax_navigation_frame {


        padding: 18px 20px;

        width: 92%;

        max-width: 1450px;

        margin: auto;

        height: 100px;

        display: flex;

        justify-content: space-between;

        align-items: center;

    }

    .veltrixa_hero_content_column {

        width: 100%;

        text-align: center;

    }

    .veltrixa_small_title {

        margin: auto;

    }

    .veltrixa_main_heading {

        font-size: 52px;

    }

    .veltrixa_description_text {

        font-size: 24px;
        font-weight: 700;

    }

    .veltrixa_booking_form {

        grid-template-columns: 1fr;

    }

    .veltrixa_booking_container {

        padding: 30px 20px;

        margin-top: 60px;

    }

    .veltrixa_booking_heading {

        font-size: 30px;

    }

}

@media(max-width:576px) {

    .veltrixa_main_heading {

        font-size: 50px;

    }

    .veltrixa_primary_button {

        width: fit-content;
        padding: 15px 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;

    }



}

.oraventa_counter_section {

    width: 100%;



    padding: 90px 0;

}

.oraventa_counter_container {

    width: 90%;

    max-width: 1400px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

}

.oraventa_counter_section {

    display: grid;
    padding: 80px 50px;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

}

.oraventa_counter_box {

    text-align: center;

    padding: 45px 20px;

    background: #ffffff;

    border-radius: 20px;

    transition: .45s;

    position: relative;

    overflow: hidden;

    cursor: pointer;

}

.oraventa_counter_box::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 4px;

    background: #0B4A69;

    transform: scaleX(0);

    transition: .45s;

}

.oraventa_counter_box:hover::before {

    transform: scaleX(1);

}

.oraventa_counter_box:hover {

    transform: translateY(-10px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

}

.oraventa_counter_number {

    font-size: 56px;

    font-weight: 800;

    color: #2a5e6b;

    line-height: 1;

    margin-bottom: 18px;

}

.oraventa_counter_box p {

    font-size: 18px;

    font-weight: 500;

    color: #000000;

}

/*=========================================
TABLET
=========================================*/

@media(max-width:991px) {

    .oraventa_counter_section {

        grid-template-columns: repeat(2, 1fr);

    }

    .oraventa_counter_number {

        font-size: 48px;

    }

    .oraventa_counter_box p {

        font-size: 20px;

    }

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:576px) {

    .oraventa_counter_section {

        grid-template-columns: 1fr;

        gap: 20px;

        padding: 70px 20px;

    }

    .oraventa_counter_box {

        padding: 35px 20px;

    }

    .oraventa_counter_number {

        font-size: 38px;

    }

    .oraventa_counter_box p {

        font-size: 18px;

    }

}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #29292a;
    background-color: #fafcfd;
}

.aurevix_prime_strength_section {

    width: 100%;

    padding: 40px 0;



}

.aurevix_prime_strength_container {

    width: 90%;

    max-width: 1400px;

    margin: auto;

}

.aurevix_prime_heading_wrapper {

    text-align: center;

    max-width: 900px;

    margin: 0 auto 70px;

}

.aurevix_prime_subtitle {

    display: inline-block;

    color: #084b63;

    font-size: 16px;

    font-weight: 800;

    letter-spacing: 3px;

    margin-bottom: 18px;

    text-transform: uppercase;

}

.aurevix_prime_main_title {

    font-size: 42px;

    font-weight: 800;

    color: #222;

    margin-bottom: 25px;

    line-height: 1.15;

}

.aurevix_prime_description {

    font-size: 18px;

    color: #000000;

    line-height: 1.9;

}

/*=========================================
GRID
=========================================*/

.aurevix_prime_cards_grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 30px;

}

/*=========================================
CARD
=========================================*/

.aurevix_prime_single_card {

    background: #fafafa;

    border-radius: 25px;

    padding: 20px 35px;

    text-align: center;

    transition: .45s;

    position: relative;

    overflow: hidden;

    border: 1px solid #f1f1f1;

}

.aurevix_prime_single_card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 5px;

    background: #406e79;

    transform: scaleX(0);

    transition: .45s;

}

.aurevix_prime_single_card:hover::before {

    transform: scaleX(1);

}

.aurevix_prime_single_card:hover {

    transform: translateY(-12px);

    box-shadow: 0 25px 55px rgba(0, 0, 0, .08);

    background: #fff;

}

/*=========================================
ICON
=========================================*/

.aurevix_prime_icon_circle {

    width: 95px;

    height: 95px;

    margin: auto;

    border-radius: 50%;

    background: #0B4A69;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 30px;

    transition: .45s;

}

.aurevix_prime_icon_circle i {

    font-size: 42px;

    color: #ffffff;

}

.aurevix_prime_single_card:hover .aurevix_prime_icon_circle {

    background: #0B4A69;

}

.aurevix_prime_single_card:hover .aurevix_prime_icon_circle i {

    color: #fff;

}

/*=========================================
TEXT
=========================================*/

.aurevix_prime_single_card h3 {

    font-size: 30px;

    color: #263445;

    margin-bottom: 18px;

    font-weight: 700;

    line-height: 1.3;

}

.aurevix_prime_single_card p {

    color: #000000;

    font-size: 15x;

    line-height: 1.9;

}

/*=========================================
TABLET
=========================================*/

@media(max-width:1200px) {

    .aurevix_prime_cards_grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .aurevix_prime_main_title {

        font-size: 48px;

    }

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:768px) {

    .aurevix_prime_strength_section {

        padding: 40px 0;

    }

    .aurevix_prime_strength_container {

        width: 92%;

    }

    .aurevix_prime_cards_grid {

        grid-template-columns: 1fr;

        gap: 25px;

    }

    .aurevix_prime_main_title {

        font-size: 36px;

    }

    .aurevix_prime_description {

        font-size: 17px;

        line-height: 1.8;

    }

    .aurevix_prime_single_card {

        padding: 35px 25px;

    }

    .aurevix_prime_icon_circle {

        width: 80px;

        height: 80px;

    }

    .aurevix_prime_icon_circle i {

        font-size: 34px;

    }

    .aurevix_prime_single_card h3 {

        font-size: 25px;

    }

    .aurevix_prime_single_card p {

        font-size: 17px;

    }

}

.nexovian_service_showcase_area {

    width: 100%;

    padding: 90px 20px;



}

body {
    overflow-x: hidden;
}

.nexovian_service_wrapper {

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 30px;

}

.nexovian_service_card {

    background: #ffffff;

    border-radius: 18px;

    overflow: hidden;

    transition: .4s;

    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);

    border: 1px solid #edf1f5;

}

.nexovian_service_card:hover {

    transform: translateY(-12px);

    box-shadow: 0 22px 55px rgba(58, 98, 128, .18);

}

.nexovian_service_image {

    position: relative;

    height: 210px;

    overflow: hidden;

}

.nexovian_service_image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: .6s;

}

.nexovian_service_card:hover .nexovian_service_image img {

    transform: scale(1.08);

}

.nexovian_service_icon {

    position: absolute;

    left: 22px;

    bottom: 20px;

    width: 58px;

    height: 58px;

    background: #3A6280;

    border-radius: 16px;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0 12px 30px rgba(58, 98, 128, .30);

}

.nexovian_service_icon i {

    color: #fff;

    font-size: 22px;

}

.nexovian_service_content {

    padding: 40px 22px 24px;

}

.nexovian_service_content h3 {

    font-size: 28px;

    font-weight: 700;

    color: #222;

    line-height: 1.3;

    margin-bottom: 14px;

}

.nexovian_service_content a {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    text-decoration: none;

    color: #3A6280;

    font-size: 17px;

    font-weight: 600;

    transition: .3s;

}

.nexovian_service_content a i {

    transition: .3s;

}

.nexovian_service_content a:hover {

    color: #28495f;

}

.nexovian_service_content a:hover i {

    transform: translateX(6px);

}

/*==============================
TABLET
==============================*/

@media(max-width:991px) {

    .nexovian_service_wrapper {

        grid-template-columns: repeat(2, 1fr);

        gap: 22px;

    }

    .nexovian_service_image {

        height: 190px;

    }

    .nexovian_service_content h3 {

        font-size: 24px;

    }

}

/*==============================
MOBILE
==============================*/

@media(max-width:767px) {

    .nexovian_service_showcase_area {

        padding: 70px 5%;

    }

    .nexovian_service_wrapper {

        grid-template-columns: 1fr;

        max-width: 420px;

    }

    .nexovian_service_card {

        border-radius: 16px;

    }

    .nexovian_service_image {

        height: 220px;

    }

    .nexovian_service_icon {

        width: 54px;

        height: 54px;

        left: 18px;

        bottom: -20px;

    }

    .nexovian_service_icon i {

        font-size: 20px;

    }

    .nexovian_service_content {

        padding: 36px 18px 20px;

    }

    .nexovian_service_content h3 {

        font-size: 22px;

    }

    .nexovian_service_content a {

        font-size: 16px;

    }

}

.velmora_about_prime_section {

    width: 100%;
    padding: 100px 5%;
    overflow: hidden;

}

.velmora_about_prime_container {

    max-width: 1320px;
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;

}

.velmora_about_prime_imagebox {

    position: relative;
    overflow: hidden;
    border-radius: 24px;

}

.velmora_about_prime_imagebox img {

    width: 100%;
    display: block;
    border-radius: 24px;
    transition: .6s;

}

.velmora_about_prime_imagebox:hover img {

    transform: scale(1.06);

}

.velmora_about_prime_content {

    width: 100%;

}

.velmora_about_prime_subtitle {

    display: inline-block;
    color: #0B4A69;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 18px;

}

.velmora_about_prime_title {

    font-size: 52px;
    line-height: 1.15;
    color: #1d1d1d;
    font-weight: 800;
    margin-bottom: 28px;

}

.velmora_about_prime_text {

    font-size: 16px;
    color: #000000;
    line-height: 1.9;
    margin-bottom: 22px;

}

.velmora_about_prime_features {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin: 45px 0;

}

.velmora_about_prime_feature {

    display: flex;
    align-items: center;
    gap: 15px;

}

.velmora_about_prime_icon {

    width: 56px;
    height: 56px;
    min-width: 56px;

    border-radius: 50%;

    background: rgba(81, 139, 153, .12);

    display: flex;
    justify-content: center;
    align-items: center;

    transition: .4s;

}

.velmora_about_prime_feature:hover .velmora_about_prime_icon {

    background: #0B4A69;
    transform: translateY(-4px);

}

.velmora_about_prime_icon i {

    color: #0B4A69;
    font-size: 20px;
    transition: .4s;

}

.velmora_about_prime_feature:hover i {

    color: #fff;

}

.velmora_about_prime_feature span {

    font-size: 18px;
    color: #222;
    font-weight: 600;
    line-height: 1.5;

}

.velmora_about_prime_button {

    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 17px 34px;

    background: #0B4A69;
    color: #fff;

    text-decoration: none;
    font-size: 17px;
    font-weight: 700;

    border-radius: 60px;

    transition: .4s;

}

.velmora_about_prime_button:hover {

    background: #a7a7a7;
    gap: 18px;
    color: #000;

}

.velmora_about_prime_button i {

    font-size: 16px;

}

/*=========================
Laptop
=========================*/

@media(max-width:1200px) {

    .velmora_about_prime_container {

        gap: 55px;

    }

    .velmora_about_prime_title {

        font-size: 44px;

    }

}

/*=========================
Tablet
=========================*/

@media(max-width:991px) {

    .velmora_about_prime_section {

        padding: 80px 5%;

    }

    .velmora_about_prime_container {

        grid-template-columns: 1fr;
        gap: 45px;

    }

    .velmora_about_prime_imagebox {

        max-width: 700px;
        margin: auto;

    }

    .velmora_about_prime_content {

        text-align: left;

    }

    .velmora_about_prime_features {

        grid-template-columns: repeat(2, 1fr);

    }

    .velmora_about_prime_feature {

        justify-content: flex-start;

    }

}

/*=========================
Mobile
=========================*/

@media(max-width:768px) {

    .velmora_about_prime_section {

        padding: 70px 5%;

    }

    .velmora_about_prime_title {

        font-size: 34px;

    }

    .velmora_about_prime_text {

        font-size: 16px;

    }

    .velmora_about_prime_features {

        grid-template-columns: 1fr;
        gap: 18px;

    }

    .velmora_about_prime_button {


        justify-content: center;
        width: fit-content
    }

}

/*=========================
Small Mobile
=========================*/

@media(max-width:480px) {

    .velmora_about_prime_title {

        font-size: 28px;

    }

    .velmora_about_prime_subtitle {

        font-size: 13px;
        letter-spacing: 2px;

    }

    .velmora_about_prime_icon {

        width: 50px;
        height: 50px;
        min-width: 50px;

    }

    .velmora_about_prime_feature span {

        font-size: 16px;

    }

}


.zenthoria_physician_showcase_section {

    width: 100%;
    padding: 70px 5%;
    overflow: hidden;
    position: relative;

}

.zenthoria_physician_showcase_container {

    width: 100%;
    max-width: 1320px;
    margin: auto;
    overflow: hidden;

}

/*========================*/

.zenthoria_physician_heading {

    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;

}

.zenthoria_physician_subtitle {

    display: inline-block;
    color: #0B4A69;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;

}

.zenthoria_physician_title {

    font-size: 50px;
    font-weight: 800;
    color: #202020;
    line-height: 1.2;
    margin-bottom: 20px;

}

.zenthoria_physician_description {

    font-size: 17px;
    line-height: 1.8;
    color: #000000;

}

/*========================*/

.zenthoria_physician_grid {

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px;

}

/*========================*/

.zenthoria_physician_card {

    position: relative;
    border-radius: 28px;
    overflow: hidden;
    transition: .45s;

}

.zenthoria_physician_card:hover {

    transform: translateY(-10px);

}

.zenthoria_physician_imagebox {

    overflow: hidden;
    border-radius: 28px;

}

.zenthoria_physician_imagebox img {

    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    transition: .6s;

}

.zenthoria_physician_card:hover img {

    transform: scale(1.08);

}

/*========================*/

.zenthoria_physician_information {

    width: 88%;
    margin: -110px auto 0;
    height: 100%;

    background: #fff;

    border-radius: 22px;

    padding: 35px;

    position: relative;
    z-index: 5;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);

}

/*========================*/

.zenthoria_physician_department {

    display: inline-block;

    padding: 8px 18px;

    background: #eef7f8;

    color: #0B4A69;

    border-radius: 50px;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 18px;

}

.zenthoria_physician_information h3 {

    font-size: 32px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;

}

.zenthoria_physician_information h5 {

    color: #0B4A69;
    font-size: 18px;
    margin-bottom: 18px;

}

.zenthoria_physician_information p {

    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 25px;

}

/*========================*/

.zenthoria_physician_social {

    display: flex;
    gap: 14px;

}

.zenthoria_physician_social a {

    width: 46px;
    height: 46px;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;

    background: #f4f7f8;

    color: #0B4A69;

    transition: .35s;

}

.zenthoria_physician_social a:hover {

    background: #0B4A69;
    color: #fff;
    transform: translateY(-5px);

}

/*========================
Responsive
========================*/

@media(max-width:1200px) {

    .zenthoria_physician_title {

        font-size: 42px;

    }

    .zenthoria_physician_imagebox img {

        height: 560px;

    }

}

@media(max-width:991px) {

    .zenthoria_physician_showcase_section {

        padding: 80px 5%;

    }

    .zenthoria_physician_grid {

        grid-template-columns: 1fr;
        gap: 60px;

    }

    .zenthoria_physician_card {

        max-width: 650px;
        margin: auto;

    }

}

@media(max-width:768px) {

    .zenthoria_physician_title {

        font-size: 34px;

    }

    .zenthoria_physician_description {

        font-size: 16px;

    }

    .zenthoria_physician_information {

        width: 92%;
        padding: 28px;

    }

    .zenthoria_physician_imagebox img {

        height: 450px;

    }

    .zenthoria_physician_information h3 {

        font-size: 27px;

    }

}

@media(max-width:480px) {

    .zenthoria_physician_showcase_section {

        padding: 70px 5%;

    }

    .zenthoria_physician_heading {

        margin-bottom: 45px;

    }

    .zenthoria_physician_subtitle {

        font-size: 13px;
        letter-spacing: 2px;

    }

    .zenthoria_physician_title {

        font-size: 28px;

    }

    .zenthoria_physician_information {

        width: 95%;
        margin-top: -80px;
        padding: 22px;

    }

    .zenthoria_physician_information h3 {

        font-size: 23px;

    }

    .zenthoria_physician_information h5 {

        font-size: 16px;

    }

    .zenthoria_physician_information p {

        font-size: 15px;

    }

    .zenthoria_physician_imagebox img {

        height: 360px;

    }

    .zenthoria_physician_social {

        justify-content: center;

    }

}


.xelvora_testimonial_section {

    width: 100%;
    padding: 100px 5%;
    background: #111315;
    overflow: hidden;
    position: relative;

}

.xelvora_testimonial_section::before {

    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(81, 139, 153, .08);
    border-radius: 50%;
    top: -180px;
    left: -180px;
    filter: blur(15px);

}

.xelvora_testimonial_section::after {

    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(81, 139, 153, .05);
    border-radius: 50%;
    bottom: -150px;
    right: -120px;

}

.xelvora_testimonial_heading {

    max-width: 760px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 65px;

}

.xelvora_subtitle {

    display: inline-block;
    color: #cbcecf;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;

}

.xelvora_testimonial_heading h2 {

    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;

}

.xelvora_testimonial_heading p {

    color: #bcbcbc;
    font-size: 18px;
    line-height: 1.8;

}

/*========================*/

.xelvora_testimonial_grid {

    max-width: 1320px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;

}

/*========================*/

.xelvora_review_box {

    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 35px;
    transition: .45s;
    position: relative;

}

.xelvora_review_box:hover {

    transform: translateY(-12px);
    border-color: #0B4A69;
    box-shadow: 0 20px 50px rgba(81, 139, 153, .18);

}

/*========================*/

.xelvora_review_box::before {

    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 70px;
    color: rgba(81, 139, 153, .12);

}

/*========================*/

.xelvora_review_top {

    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;

}

.xelvora_profile_circle {

    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #0B4A69;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;

}

.xelvora_review_top h4 {

    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;

}

.xelvora_review_top span {

    color: #0B4A69;
    font-size: 15px;

}

/*========================*/

.xelvora_stars {

    color: #ffb400;
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 22px;

}

.xelvora_review_box p {

    color: #d3d3d3;
    line-height: 1.9;
    font-size: 17px;

}

/*========================*/

.xelvora_review_box:hover .xelvora_profile_circle {

    transform: rotate(360deg);
    transition: .8s;

}

/*========================*/

@media(max-width:991px) {

    .xelvora_testimonial_grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .xelvora_testimonial_heading h2 {

        font-size: 40px;

    }

}

@media(max-width:768px) {

    .xelvora_testimonial_section {

        padding: 70px 5%;

    }

    .xelvora_testimonial_grid {

        grid-template-columns: 1fr;
        gap: 22px;

    }

    .xelvora_testimonial_heading {

        margin-bottom: 45px;

    }

    .xelvora_testimonial_heading h2 {

        font-size: 32px;

    }

    .xelvora_testimonial_heading p {

        font-size: 16px;

    }

    .xelvora_review_box {

        padding: 28px;

    }

    .xelvora_review_top h4 {

        font-size: 20px;

    }

    .xelvora_review_box::before {

        font-size: 55px;

    }

}

/*=========================================
GOOGLE REVIEW CTA
=========================================*/

.xelvora_review_cta_area {

    max-width: 1100px;
    margin: 70px auto 0;
    padding: 28px 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    transition: .4s ease;

}

.xelvora_review_cta_area:hover {

    border-color: #0B4A69;
    box-shadow: 0 18px 45px rgba(81, 139, 153, .18);

}

/*=========================================*/

.xelvora_review_cta_text {

    flex: 1;

}

.xelvora_review_cta_text h3 {

    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;

}

.xelvora_review_cta_text p {

    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.8;

}

/*=========================================*/

.xelvora_review_cta_action {

    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;

}

/*=========================================*/

.xelvora_google_review_btn {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 32px;
    background: #0B4A69;
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 600;
    transition: .35s;

}

.xelvora_google_review_btn:hover {

    background: #ffffff;
    color: #111;
    transform: translateY(-4px);

}

.xelvora_google_review_btn i {

    width: 42px;
    height: 42px;
    background: #fff;
    color: #0B4A69;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;

}

/*=========================================*/

.xelvora_all_reviews {

    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .35s;

}

.xelvora_all_reviews i {

    transition: .35s;

}

.xelvora_all_reviews:hover {

    color: #0B4A69;

}

.xelvora_all_reviews:hover i {

    transform: translateX(6px);

}

/*=========================================
TABLET
=========================================*/

@media (max-width:991px) {

    .xelvora_review_cta_area {

        flex-direction: column;
        text-align: center;
        padding: 35px;

    }

    .xelvora_review_cta_action {

        justify-content: center;

    }

}

/*=========================================
MOBILE
=========================================*/

@media (max-width:768px) {

    .xelvora_review_cta_area {

        padding: 30px 20px;
        margin-top: 50px;

    }

    .xelvora_review_cta_text h3 {

        font-size: 24px;

    }

    .xelvora_review_cta_text p {

        font-size: 15px;

    }

    .xelvora_review_cta_action {

        width: 100%;
        flex-direction: column;

    }

    .xelvora_google_review_btn {

        width: 100%;
        padding: 16px 20px;
        font-size: 16px;

    }

    .xelvora_all_reviews {

        justify-content: center;
        font-size: 16px;

    }

}

/*=========================================
VELORIX GALLERY SECTION
=========================================*/

.velorix_gallery_section {
    width: 100%;
    padding: 60px 5%;

    overflow: hidden;
}

.velorix_gallery_heading {
    max-width: 750px;
    margin: 0 auto 60px;
    text-align: center;
}

.velorix_gallery_heading span {
    display: inline-block;
    color: #0B4A69;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.velorix_gallery_heading h2 {
    font-size: 52px;
    font-weight: 800;
    color: #222;
    line-height: 1.2;
    margin-bottom: 18px;
}

.velorix_gallery_heading p {
    color: #000000;
    font-size: 19px;
    line-height: 1.8;
}

.velorix_gallery_grid {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.velorix_gallery_card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.velorix_gallery_card img {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
    transition: .55s;
}

.velorix_gallery_card:hover img {
    transform: scale(1.08);
}

.velorix_gallery_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .85),
            rgba(0, 0, 0, .1),
            transparent);
}

.velorix_gallery_overlay h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}

/*=========================================
MODAL
=========================================*/

.velorix_gallery_modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .92);
    z-index: 99999;
    overflow: hidden;
}

.velorix_gallery_modal img {
    width: auto;
    max-width: 88%;
    max-height: 88vh;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}

.velorix_gallery_close {
    position: absolute;
    top: 28px;
    right: 40px;
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    z-index: 100;
}

.velorix_gallery_close:hover {
    color: #0B4A69;
}

.velorix_gallery_prev,
.velorix_gallery_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border: none;
    border-radius: 50%;
    background: #0B4A69;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    transition: .35s;
}

.velorix_gallery_prev {
    left: 40px;
}

.velorix_gallery_next {
    right: 40px;
}

.velorix_gallery_prev:hover,
.velorix_gallery_next:hover {
    background: #3b6d79;
    transform: translateY(-50%) scale(1.08);
}

/*=========================================
TABLET
=========================================*/

@media(max-width:1100px) {

    .velorix_gallery_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .velorix_gallery_heading h2 {
        font-size: 42px;
    }

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:768px) {

    .velorix_gallery_section {
        padding: 70px 20px;
    }

    .velorix_gallery_grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .velorix_gallery_card img {
        height: 360px;
    }

    .velorix_gallery_heading {
        margin-bottom: 40px;
    }

    .velorix_gallery_heading h2 {
        font-size: 32px;
    }

    .velorix_gallery_heading p {
        font-size: 16px;
    }

    .velorix_gallery_prev,
    .velorix_gallery_next {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .velorix_gallery_prev {
        left: 10px;
    }

    .velorix_gallery_next {
        right: 10px;
    }

    .velorix_gallery_close {
        top: 15px;
        right: 20px;
        font-size: 42px;
    }

    .velorix_gallery_modal img {
        max-width: 95%;
        max-height: 80vh;
    }

}

.luxovra_cta_section {

    position: relative;
    overflow: hidden;
    padding: 50px 40px;
    background: #083449;

}

.luxovra_cta_section::before {

    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    left: -120px;
    top: -120px;

}

.luxovra_cta_section::after {

    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, .04);
    border-radius: 50%;
    right: -100px;
    bottom: -100px;

}

.luxovra_cta_container {

    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 5;

}

.luxovra_cta_content {

    text-align: center;

}


.luxovra_cta_content h2 {

    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 22px;
    line-height: 1.2;

}

.luxovra_cta_content p {

    max-width: 760px;
    margin: auto;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.8;

}

.luxovra_cta_buttons {

    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;

}

.luxovra_cta_buttons a {

    text-decoration: none;
    padding: 10px 30px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 700;
    transition: .35s;
    display: flex;
    align-items: center;
    gap: 14px;

}

.luxovra_cta_primary {

    background: #fff;
    color: #0B4A69;

}

.luxovra_cta_primary:hover {

    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);

}

.luxovra_cta_secondary {

    color: #fff;
    border: 2px solid rgba(255, 255, 255, .8);

}

.luxovra_cta_secondary:hover {

    background: #fff;
    color: #0B4A69;

}

.luxovra_cta_buttons i {

    font-size: 22px;

}

/*========================*/

@media(max-width:991px) {

    .luxovra_cta_content h2 {

        font-size: 46px;

    }

    .luxovra_cta_content p {

        font-size: 19px;

    }

}

/*========================*/

@media(max-width:768px) {

    .luxovra_cta_section {

        padding: 80px 20px;

    }

    .luxovra_cta_content h2 {

        font-size: 34px;

    }

    .luxovra_cta_content p {

        font-size: 17px;

    }

    .luxovra_cta_buttons {

        flex-direction: column;
        align-items: center;

    }

    .luxovra_cta_buttons a {

        width: 100%;
        max-width: 340px;
        justify-content: center;
        font-size: 18px;

    }

}

/*=========================================
VISIT OUR CLINIC
=========================================*/

.veltrixa_visit_clinic_section {
    width: 100%;
    padding: 100px 5%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.veltrixa_visit_clinic_section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: #0B4A69;
    opacity: .06;
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.veltrixa_visit_clinic_section::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    background: #0B4A69;
    opacity: .05;
    border-radius: 50%;
    right: -170px;
    bottom: -170px;
}

.veltrixa_visit_clinic_container {
    max-width: 1350px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.veltrixa_visit_small_title {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #0B4A69;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.veltrixa_visit_heading {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    color: #202020;
    margin-bottom: 45px;
}

.veltrixa_visit_item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 34px;
}

.veltrixa_visit_icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0B4A69;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 21px;
    transition: .4s;
    box-shadow: 0 12px 35px rgba(81, 139, 153, .25);
}

.veltrixa_visit_item:hover .veltrixa_visit_icon {
    transform: translateY(-6px) rotate(8deg);
}

.veltrixa_visit_content h4 {
    font-size: 26px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;
}

.veltrixa_visit_content p {
    font-size: 16px;

    color: #000000;
    margin: 0;
}

.veltrixa_visit_content a {
    text-decoration: none;
    font-size: 17px;
    color: #0B4A69;
    font-weight: 700;
    transition: .3s;
}

.veltrixa_visit_content a:hover {
    color: #222;
}

.veltrixa_direction_button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 15px 34px;
    background: #0B4A69;
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    font-size: 19px;
    font-weight: 700;
    margin-top: 12px;
    transition: .35s;
}

.veltrixa_direction_button:hover {
    background: #222;
    transform: translateY(-5px);
}

.veltrixa_visit_clinic_right {
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .12);
}

.veltrixa_visit_clinic_right iframe {
    width: 100%;
    height: 650px;
    border: 0;
    display: block;
}

/*=========================================
TABLET
=========================================*/

@media(max-width:1100px) {

    .veltrixa_visit_clinic_container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .veltrixa_visit_heading {
        font-size: 42px;
    }

    .veltrixa_visit_clinic_right iframe {
        height: 520px;
    }

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:768px) {

    .veltrixa_visit_clinic_section {
        padding: 70px 20px;
    }

    .veltrixa_visit_heading {
        font-size: 34px;
        margin-bottom: 35px;
    }

    .veltrixa_visit_item {
        gap: 16px;
        margin-bottom: 28px;
    }

    .veltrixa_visit_icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 22px;
    }

    .veltrixa_visit_content h4 {
        font-size: 24px;
    }

    .veltrixa_visit_content p,
    .veltrixa_visit_content a {
        font-size: 18px;
        line-height: 1.7;
    }

    .veltrixa_direction_button {
        width: 100%;
        justify-content: center;
        padding: 16px;
        font-size: 17px;
    }

    .veltrixa_visit_clinic_right iframe {
        height: 380px;
    }

}

/*=========================================
SMALL MOBILE
=========================================*/

@media(max-width:480px) {

    .veltrixa_visit_heading {
        font-size: 30px;
    }

    .veltrixa_visit_icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 20px;
    }

    .veltrixa_visit_content h4 {
        font-size: 21px;
    }

    .veltrixa_visit_content p,
    .veltrixa_visit_content a {
        font-size: 16px;
    }

    .veltrixa_visit_clinic_right iframe {
        height: 320px;
    }

}

/*=========================================
PREMIUM FOOTER
=========================================*/

.noventra_footer_zone {
    position: relative;
    overflow: hidden;
    background: #0b121d;
    padding: 80px 5% 0;
}

.noventra_footer_zone::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(81, 139, 153, .08);
    border-radius: 50%;
    left: -120px;
    top: -120px;
}

.noventra_footer_zone::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    background: rgba(81, 139, 153, .06);
    border-radius: 50%;
    right: -160px;
    bottom: -120px;
}

.noventra_footer_wrapper {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 55px;
    position: relative;
    z-index: 2;
}

.noventra_footer_column {
    width: 100%;
}

.noventra_footer_logo img {
    width: 240px;
    display: block;
    margin-bottom: 20px;
}

.noventra_footer_text {
    color: #d9dde4;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.noventra_footer_social {
    display: flex;
    gap: 12px;
}

.noventra_footer_social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .35s;
}

.noventra_footer_social a:hover {
    background: #0B4A69;
    transform: translateY(-5px);
}

.noventra_footer_column h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 22px;
    font-weight: 600;
}

.noventra_footer_links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.noventra_footer_links li {
    margin-bottom: 14px;
}

.noventra_footer_links li a {
    text-decoration: none;
    color: #d9dde4;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: .3s;
}

.noventra_footer_links li a::before {
    content: "›";
    color: #0B4A69;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
}

.noventra_footer_links li a:hover {
    color: #ffffff;
    transform: translateX(6px);
}

.noventra_footer_contact {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.noventra_footer_contact_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.noventra_footer_contact_item i {
    color: #f6f7f8;
    font-size: 18px;
    width: 22px;
    margin-top: 3px;
}

.noventra_footer_contact_item span,
.noventra_footer_contact_item a {
    color: #b9c2cf;
    font-size: 16px;
    line-height: 1.8;
    text-decoration: none;
    transition: .3s;
}

.noventra_footer_contact_item a:hover {
    color: #fff;
}

.noventra_footer_bottom {
    margin-top: 55px;
    padding: 22px 30px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.noventra_footer_bottom p {
    color: #b9c2cf;
    font-size: 15px;
    margin: 0;
}

.noventra_footer_bottom a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.noventra_footer_bottom a:hover {
    color: #fff;
}

/*=========================================
Responsive
=========================================*/

@media(max-width:1100px) {

    .noventra_footer_wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px;
    }

}

@media(max-width:768px) {

    .noventra_footer_zone {
        padding: 60px 20px 0;
    }

    .noventra_footer_wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .noventra_footer_logo img {
        width: 240px;
    }

    .noventra_footer_column h4 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .noventra_footer_text,
    .noventra_footer_links li a,
    .noventra_footer_contact_item span,
    .noventra_footer_contact_item a {
        font-size: 15px;
    }

    .noventra_footer_bottom {
        justify-content: center;
        text-align: center;
    }

}


.open-btn {
    padding: 15px 35px;
    background: #d89b06;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 17px;
    cursor: pointer;
}

/* Popup */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup.active {
    display: flex;
}

/* Form Box */

.form-box {
    width: 420px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    animation: popup .3s;
}

@keyframes popup {
    from {
        transform: scale(.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
    color: #777;
}

.form-box h2 {
    margin-bottom: 5px;
}

.form-box p {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.form-box input,
.form-box select {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.form-box input:focus,
.form-box select:focus {
    border-color: #0a5364;
}

.submit-btn {
    width: 100%;
    height: 48px;
    background: #0a5364;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #0a5364;
}

@media(max-width:500px) {

    .form-box {
        width: 90%;
    }

}

.oravento_services {

    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 6%;
    padding-right: 6%;
    position: relative;
    overflow: hidden;


}

/*==============================
BACKGROUND EFFECT
==============================*/

.oravento_services:before {

    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -250px;
    top: -250px;
    background: #a9b1b5;
    filter: blur(170px);
    border-radius: 50%;
    opacity: .45;

}

.oravento_services:after {

    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -220px;
    bottom: -180px;
    background: #054364;
    filter: blur(160px);
    border-radius: 50%;
    opacity: .35;

}

/*==============================
HEADING
==============================*/

.oravento_title {

    text-align: center;
    max-width: 760px;
    margin: auto;
    margin-bottom: 70px;
    position: relative;
    z-index: 5;

}

.oravento_title span {

    display: inline-block;
    padding: 12px 30px;
    background: #dff3ff;
    color: #0b8de4;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 50px;

}

.oravento_title h2 {

    font-size: 52px;
    font-weight: 800;
    margin: 20px 0;
    color: #143a58;
    line-height: 1.15;

}

.oravento_title p {

    font-size: 17px;
    line-height: 1.9;
    color: #667788;

}

/*==============================
OWL
==============================*/

.oravento_slider {

    position: relative;
    z-index: 10;

}

/*==============================
CARD
==============================*/

.oravento_box {

    position: relative;
    height: 400px;
    border-radius: 35px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: .5s;
    background: #fff;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .08);

}

.oravento_box:hover {

    transform: translateY(-15px);

}

/*==============================
IMAGE
==============================*/

.oravento_img {

    height: 100%;
    overflow: hidden;
    position: relative;

}

.oravento_img img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;

}

.oravento_box:hover img {

    transform: scale(1.12);

}

/*==============================
OVERLAY
==============================*/

.oravento_overlay {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    inset: 0;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.92) 0%,
            rgba(0, 0, 0, 0.75) 45%,
            rgba(0, 0, 0, 0.45) 70%,
            rgba(0, 0, 0, 0.15) 100%);


    padding: 35px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

/*==============================
FLOATING ICON
==============================*/

.oravento_icon {

    width: 82px;
    height: 82px;
    border-radius: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 34px;

    background: rgba(255, 255, 255, .14);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .25);

    color: #fff;

    margin-bottom: 28px;

    box-shadow:
        0 0 40px rgba(67, 176, 255, .35);

}

/*==============================
TEXT
==============================*/

.oravento_overlay h3 {

    font-size: 31px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;

}

.oravento_overlay p {

    font-size: 15px;
    line-height: 1.9;
    color: #f5f5f5;

    opacity: 0;
    transform: translateY(40px);
    transition: .45s;

}

.oravento_box:hover p {

    opacity: 1;
    transform: translateY(0);

}

/*==============================
BUTTON
==============================*/

.oravento_btn {

    margin-top: 21px;

    display: inline-flex;
    align-items: center;
    gap: 10px;



    text-decoration: none;


    color: #fff;

    border-radius: 60px;

    font-weight: 600;

    transition: .35s;

    width: max-content;

}




/*==============================
TOP GLASS STRIP
==============================*/

.oravento_box:before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 7px;

    background: linear-gradient(90deg, #0c7299, #19abdc, #9acfe4);

    z-index: 50;

}

/*==============================
BOTTOM LIGHT
==============================*/

.oravento_box:after {

    content: "";

    position: absolute;

    left: 50%;
    bottom: -100px;

    transform: translateX(-50%);

    width: 70%;
    height: 140px;

    background: #37b5ff;

    filter: blur(60px);

    opacity: 0;

    transition: .45s;

}

.oravento_box:hover:after {

    opacity: .45;

}

/*==============================
OWL NAV
==============================*/

.oravento_slider .owl-nav {

    margin-top: 45px;
    display: flex;
    justify-content: center;
    gap: 18px;

}

.oravento_slider .owl-nav button {

    width: 62px !important;
    height: 62px !important;

    border-radius: 50% !important;



    color: #043250 !important;

    font-size: 42px !important;



    transition: .35s;

}



/*==============================
DOTS
==============================*/

.oravento_slider .owl-dots {

    margin-top: 30px;

}

.oravento_slider .owl-dot span {

    width: 13px !important;
    height: 13px !important;

    background: #b7dfff !important;

}

.oravento_slider .owl-dot.active span {

    width: 38px !important;
    border-radius: 20px !important;
    background: #1494eb !important;

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:768px) {

    .oravento_title h2 {

        font-size: 34px;

    }

    .oravento_box {

        height: 500px;

    }

}

.lumivora_section {
    overflow: hidden;

    padding: 60px 10%;

}



/* HEADER */

.lumivora_header {

    display: flex;

    align-items: end;

    justify-content: space-between;

    margin-bottom: 70px;

}



.lumivora_header span {

    font-size: 12px;

    letter-spacing: 4px;

    font-weight: 700;

    color: #0b4a69;

}



.lumivora_header h2 {

    font-size: 42px;

    color: #071c31;

    margin-top: 12px;

}



.lumivora_header p {

    max-width: 350px;



    line-height: 1.8;

    color: #061f30;
    font-weight: 700;

}





/* PROFILE */


.lumivora_profile {

    display: grid;

    grid-template-columns: 200px 1fr;

    gap: 80px;

    align-items: center;

    margin-bottom: 100px;

    position: relative;

    opacity: 0;

    transition: 1s;

}



.lumivora_profile:nth-child(1) {

    transform: translateX(-120px);

}


.lumivora_profile:nth-child(2) {

    transform: translateX(120px);

}



.lumivora_profile.lumivora_active {

    opacity: 1;

    transform: translateX(0);

}





/* IMAGE */


.lumivora_image_area {

    position: relative;

}






.lumivora_image_area img {
    width: 240px;
    height: 320px;
    /* Portrait height */
    object-fit: cover;
    /* Fill the frame */
    object-position: top center;
    border-radius: 20px;
    /* Optional */
    display: block;
    margin: 0 auto;
}






/* CONTENT */


.lumivora_content {

    position: relative;

}



.lumivora_number {

    font-size: 70px;

    font-weight: 700;

    color: #edf1f4;

    position: absolute;

    top: -55px;

    left: -10px;

    z-index: -1;

}



.lumivora_role {

    font-size: 12px;

    letter-spacing: 2px;

    font-weight: 700;

    color: #033b50;

}



.lumivora_content h3 {

    font-size: 38px;

    color: #071c31;

    margin: 8px 0;

}



.lumivora_degree {

    font-size: 16px;

    font-weight: 600;

    color: #5b6b76;

}



.lumivora_content p {

    max-width: 750px;

    margin-top: 20px;



    line-height: 2;

    color: #000000;

}





/* FOOT */

.lumivora_footer {

    display: flex;

    gap: 35px;

    align-items: center;

    margin-top: 25px;

}



.lumivora_experience {

    font-size: 13px;

    font-weight: 700;

    color: #071c31;

}



.lumivora_social {

    display: flex;

    gap: 10px;

}



.lumivora_social a {

    width: 35px;

    height: 35px;

    border-radius: 50%;

    background: #071c31;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 12px;

}



.lumivora_social a:hover {

    background: #0a789f;

}





@media(max-width:768px) {


    .lumivora_header {

        display: block;

    }


    .lumivora_profile {

        grid-template-columns: 1fr;

        text-align: center;

    }


    .lumivora_image_area {

        margin: auto;

    }


    .lumivora_footer {

        justify-content: center;

    }


    .lumivora_header h2 {

        font-size: 32px;

    }


}

.veltrionyx_consulting_section {

    position: relative;
    padding: 30px 8%;

    overflow: hidden;

}

/* Decorative Background */

.veltrionyx_consulting_section::before {

    content: "";
    position: absolute;
    width: 600px;
    height: 600px;

    top: -260px;
    right: -180px;

}

.veltrionyx_consulting_section::after {

    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #edf6fb 0%, transparent 70%);
    left: -180px;
    bottom: -180px;

}

/*============================*/

.veltrionyx_heading_wrap {

    max-width: 760px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 90px;

}

.veltrionyx_small_title {

    display: inline-block;

    padding: 8px 22px;

    border-radius: 30px;

    background: #e5f5fd;

    color: #1387b8;

    font-size: 12px;

    letter-spacing: 3px;

    font-weight: 700;

    margin-bottom: 20px;

}

.veltrionyx_heading_wrap h2 {

    font-size: 35px;

    line-height: 1.2;

    color: #08233d;

    font-weight: 700;

    margin-bottom: 20px;

}

.veltrionyx_heading_wrap p {



    line-height: 32px;



}

/*============================*/

.veltrionyx_timeline {

    position: relative;

    z-index: 3;

    max-width: 1350px;

    margin: auto;

}

/* Center Line */

.veltrionyx_timeline::before {

    content: "";

    position: absolute;

    left: 90px;

    top: 0;

    bottom: 0;

    width: 2px;



}

/*============================*/

.veltrionyx_member {

    display: grid;

    grid-template-columns: 220px 1fr;

    column-gap: 70px;

    margin-bottom: 90px;

    align-items: center;

    position: relative;

    opacity: 0;

    transform: translateY(-120px);

    transition: 1s ease;

}

.veltrionyx_member:last-child {

    margin-bottom: 0;

}

/*============================*/

.veltrionyx_photo_side {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

}

/* Circle */

.veltrionyx_photo_ring {

    width: 190px;
    height: 190px;

    border-radius: 50%;
    padding: 8px;

    background: linear-gradient(140deg, #0a2746, #2ea9d7);

    position: relative;
    z-index: 5;

    box-shadow: 0 20px 50px rgba(7, 36, 65, .15);

}

.veltrionyx_photo_ring {
    width: 100%;
    height: 260px;
    /* Portrait height */
    overflow: hidden;
    border-radius: 20px;
}

.veltrionyx_photo_ring img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
    border: 6px solid #fff;
    display: block;
}

/*============================*/



/*============================*/

.veltrionyx_number {

    position: absolute;

    bottom: -12px;

    right: -12px;

    width: 42px;

    height: 42px;

    border-radius: 50%;

    background: #08233d;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

    font-size: 14px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);

    z-index: 6;

}

/*========================================

VELTRIONYX CONSULTING TEAM
PART 3

========================================*/


/*==========================
DOCTOR CONTENT
==========================*/

.veltrionyx_details {

    position: relative;
    padding-left: 45px;

}

.veltrionyx_details::before {

    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 85%;
    border-radius: 20px;
    background: linear-gradient(#0c3557, #2ca8d9);

}

.veltrionyx_details span {

    display: inline-block;

    font-size: 12px;

    letter-spacing: 3px;

    font-weight: 700;

    text-transform: uppercase;

    color: #054e6b;

    margin-bottom: 12px;

}

.veltrionyx_details h3 {

    font-size: 34px;

    font-weight: 700;

    color: #08233d;

    margin-bottom: 8px;

    line-height: 1.2;

}

.veltrionyx_details h5 {

    font-size: 17px;

    font-weight: 600;

    color: #506776;

    margin-bottom: 25px;

}

.veltrionyx_details p {



    line-height: 32px;


    max-width: 760px;

    margin-bottom: 28px;

}

/*==========================
SOCIAL
==========================*/

.veltrionyx_icons {

    display: flex;
    align-items: center;
    gap: 14px;

}

.veltrionyx_icons a {

    height: 46px;
    width: 46px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    background: #fff;

    color: #08233d;

    font-size: 16px;

    box-shadow:

        0 10px 30px rgba(8, 35, 61, .10);

    transition: .4s;

}

.veltrionyx_icons a:hover {

    background: #08233d;

    color: #fff;

    transform:
        translateY(-8px) rotate(360deg);

}

/*==========================
DECORATIVE SHAPES
==========================*/

.veltrionyx_member::before {

    content: "";

    position: absolute;

    right: 40px;

    top: 0;

    width: 160px;

    height: 160px;

    border-radius: 50%;

    border: 1px dashed rgba(16, 125, 177, .15);

}

.veltrionyx_member::after {

    content: "";

    position: absolute;

    right: 110px;

    top: 55px;

    width: 55px;

    height: 55px;

    border-radius: 50%;

    background: rgba(25, 142, 188, .08);

}

/*==========================
HOVER EFFECT
==========================*/

.veltrionyx_member:hover .veltrionyx_photo_ring {

    transform: scale(1.06);

    box-shadow:

        0 30px 70px rgba(0, 0, 0, .15);

    transition: .5s;

}

.veltrionyx_member:hover .veltrionyx_details h3 {

    color: #096184;

    transition: .4s;

}

.veltrionyx_member:hover .veltrionyx_details::before {

    height: 100%;

    transition: .4s;

}

/*==========================
ALTERNATE LAYOUT
==========================*/

.veltrionyx_member:nth-child(even) {

    grid-template-columns: 1fr 220px;

}

.veltrionyx_member:nth-child(even) .veltrionyx_photo_side {

    order: 2;

}

.veltrionyx_member:nth-child(even) .veltrionyx_details {

    order: 1;

    padding-left: 0;

    padding-right: 45px;

    text-align: right;

}

.veltrionyx_member:nth-child(even) .veltrionyx_details::before {

    left: auto;

    right: 0;

}

.veltrionyx_member:nth-child(even) .veltrionyx_icons {

    justify-content: flex-end;

}

.veltrionyx_member:nth-child(even)::before {

    left: 40px;

    right: auto;

}

.veltrionyx_member:nth-child(even)::after {

    left: 110px;

    right: auto;

}

/*==========================
SHOW ANIMATION CLASS
==========================*/

.veltrionyx_member.veltrionyx_show {

    opacity: 1;

    transform: translateY(0);

}

/*======================================
VELTRIONYX RESPONSIVE
======================================*/

@media(max-width:1100px) {

    .veltrionyx_heading_wrap h2 {
        font-size: 40px;
    }

    .veltrionyx_member {
        column-gap: 45px;
    }

    .veltrionyx_details h3 {
        font-size: 30px;
    }

}


@media(max-width:991px) {

    .veltrionyx_timeline::before {
        left: 65px;
    }

    .veltrionyx_member {
        grid-template-columns: 130px 1fr;
        column-gap: 35px;
    }

    .veltrionyx_photo_ring {
        width: 240px;
        height: 240px;
    }

}


@media(max-width:768px) {

    .veltrionyx_heading_wrap {
        margin-bottom: 60px;
    }

    .veltrionyx_heading_wrap h2 {
        font-size: 32px;
    }

    .veltrionyx_heading_wrap p {
        font-size: 15px;
        line-height: 28px;
    }

    .veltrionyx_timeline::before {
        display: none;
    }

    .veltrionyx_member,
    .veltrionyx_member:nth-child(even) {

        grid-template-columns: 1fr;
        text-align: center;

    }

    .veltrionyx_member:nth-child(even) .veltrionyx_photo_side {

        order: 1;

    }

    .veltrionyx_member:nth-child(even) .veltrionyx_details {

        order: 2;

    }

    .veltrionyx_photo_side {

        margin-bottom: 25px;

    }

    .veltrionyx_details,
    .veltrionyx_member:nth-child(even) .veltrionyx_details {

        padding: 0;
        text-align: center;

    }

    .veltrionyx_details::before,
    .veltrionyx_member:nth-child(even) .veltrionyx_details::before {

        display: none;

    }

    .veltrionyx_icons,
    .veltrionyx_member:nth-child(even) .veltrionyx_icons {

        justify-content: center;

    }

    .veltrionyx_member::before,
    .veltrionyx_member::after {

        display: none;

    }

    .veltrionyx_details h3 {

        font-size: 28px;

    }

    .veltrionyx_details p {

        max-width: 100%;

    }

}

@media(max-width:480px) {

    .veltrionyx_consulting_section {

        padding: 80px 20px;

    }

    .veltrionyx_heading_wrap h2 {

        font-size: 26px;

    }

    .veltrionyx_photo_ring {


        height: 320px;

    }

    .veltrionyx_details h3 {

        font-size: 24px;

    }

    .veltrionyx_icons a {

        width: 42px;
        height: 42px;

    }

}

.implora {
    padding: 90px 8%;
    overflow: hidden;
}

.implora_wrap {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
}

.implora_left,
.implora_right {
    opacity: 0;
    transform: translateY(-60px);
    transition: 1s;
}

.show {
    opacity: 1 !important;
    transform: none !important;
}

.implora_pic {
    position: relative;
}

.implora_pic img {
    width: 100%;
    border-radius: 25px;
    display: block;
}

.implora_pic:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #a0a7ae;
    border-radius: 30px;
    left: -25px;
    top: -25px;
    z-index: -1;
}

.implora_pic:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: #c8cacb;
    border-radius: 50%;
    right: -15px;
    bottom: -15px;
    z-index: -1;
}

.implora_tag {
    display: inline-block;
    padding: 8px 18px;
    background: #e8e9eb;
    color: #08233d;
    font-weight: 700;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
}

.implora h2 {
    font-size: 40px;
    color: #082845;
    margin-bottom: 20px;
    line-height: 1.2;
}

.implora p {
    line-height: 30px;

    margin-bottom: 20px;
}

.implora_btn {
    display: inline-block;
    padding: 14px 30px;
    background: #082845;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    margin-top: 15px;
}

.implora_btn:hover {
    background: #0099dd;
}

.implora_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.implora_card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .4s;
}

.implora_card:hover {
    transform: translateY(-10px);
}

.implora_card i {
    font-size: 35px;
    color: #0095d9;
    margin-bottom: 15px;
}

.implora_card h4 {
    margin-bottom: 10px;
    color: #082845;
}

.implora_card p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

@media(max-width:900px) {

    .implora_wrap {
        grid-template-columns: 1fr;
    }

    .implora h2 {
        font-size: 30px;
    }

    .implora_grid {
        grid-template-columns: 1fr;
    }

}

.implix {
    max-width: 1100px;
    margin: auto;
    padding: 20px 20px;
}

.implix_head,
.implix_list li {
    opacity: 0;
    transform: translateY(-50px);
    transition: .8s;
}

.show {
    opacity: 1 !important;
    transform: none !important;
}

.implix_head {
    text-align: center;
    margin-bottom: 45px;
}

.implix_head span {
    color: #1396d6;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3px;
}

.implix_head h2 {
    font-size: 38px;
    color: #0a2f4d;
    margin: 12px 0;
}

.implix_head p {
    max-width: 700px;
    margin: auto;

    line-height: 28px;
}

.implix_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 35px;
    list-style: none;
}

.implix_list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbe8f2;
}

.implix_list i {
    color: transparent;
    -webkit-text-stroke: 2px #000000;
    font-size: 20px;
    margin-top: 3px;
}

.implix_list h4 {
    color: #0a2f4d;
    margin-bottom: 5px;
    font-size: 21px;
}

.implix_list p {

    line-height: 24px;

}

@media(max-width:768px) {

    .implix_head h2 {
        font-size: 28px;
    }

    .implix_list {
        grid-template-columns: 1fr;
    }

}

.implantx_candidate {
    max-width: 1200px;
    margin: auto;
    padding: 90px 7%;
}

.implantx_title {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(-50px);
    transition: .8s;
}

.implantx_title.show {
    opacity: 1;
    transform: none;
}

.implantx_title span {
    color: #1695d4;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.implantx_title h2 {
    font-size: 40px;
    color: #0b3155;
    margin: 15px 0;
}

.implantx_title p {
    max-width: 720px;
    margin: auto;
    color: #666;
    line-height: 30px;
}

.implantx_list {
    margin-top: 50px;
}

.implantx_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #dce8f1;
    opacity: 0;
    transform: translateY(-40px);
    transition: .7s;
}

.implantx_item.show {
    opacity: 1;
    transform: none;
}

.implantx_icon {
    width: 55px;
    height: 55px;
    background: #0b3155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex: none;
}

.implantx_item h4 {
    color: #0b3155;
    margin-bottom: 8px;
    font-size: 20px;
}

.implantx_item p {
    color: #666;
    line-height: 28px;
}

.implantx_note {
    margin-top: 35px;
    padding-left: 75px;
    color: #555;
    line-height: 30px;
    font-style: italic;
}

@media(max-width:768px) {

    .implantx_title h2 {
        font-size: 30px;
    }

    .implantx_item {
        gap: 15px;
    }

    .implantx_icon {
        width: 45px;
        height: 45px;
    }

    .implantx_note {
        padding-left: 0;
        margin-top: 25px;
    }

}

.zyphorix_process {
    width: 100%;
    padding: 90px 8%;
    overflow: hidden;
    position: relative;
    background: url("../img/services/bg.jfif") center/cover no-repeat;
}

.zyphorix_process::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .82);
    /* White overlay */
    z-index: 1;
}

.zyphorix_process>* {
    position: relative;
    z-index: 2;
}


.zyphorix_title {
    text-align: center;
    margin-bottom: 70px;
    opacity: 0;
    transform: translateY(-50px);
    transition: .8s;
}

.zyphorix_title.active {
    opacity: 1;
    transform: none;
}

.zyphorix_title span {
    color: #1b9cdc;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.zyphorix_title h2 {
    font-size: 42px;
    margin-top: 15px;
    color: #0b3155;
}

.zyphorix_item {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 40px;
    padding: 35px 0;
    border-bottom: 1px solid #dbe7ef;
    opacity: 0;
    transform: translateY(-50px);
    transition: .8s;
}

.zyphorix_item.active {
    opacity: 1;
    transform: none;
}

.zyphorix_no {
    font-size: 70px;
    font-weight: 700;
    color: #adadae;
    line-height: 1;
}

.zyphorix_text h3 {
    color: #0b3155;
    font-size: 26px;
    margin-bottom: 10px;
}

.zyphorix_text p {
    font-weight: 800;
    line-height: 30px;
    max-width: 900px;
}

.zyphorix_item:hover .zyphorix_no {
    color: #05293b;
    transition: .4s;
}

@media(max-width:768px) {

    .zyphorix_title h2 {
        font-size: 30px;
    }

    .zyphorix_item {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }

    .zyphorix_no {
        font-size: 55px;
    }

}

.dentnova {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px
}

small {
    color: #1b9cdc;
    font-weight: 700;
    letter-spacing: 2px
}

h2 {
    margin: 12px 0 35px;
    color: #0b3155
}

.care {
    display: flex;
    gap: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #e5edf5;
    opacity: 0;
    transform: translateY(40px);
    transition: .7s
}

.care.show,
.faq.show {
    opacity: 1;
    transform: none
}

.care i {
    width: 55px;
    height: 55px;
    background: #eaf6fd;
    color: #0b3155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: none
}

.care h4 {
    color: #0b3155;
    margin-bottom: 6px;
    font-size: 21px;
}

.care p,
.ans {
    color: #424141;
    line-height: 27px
}

.faq {
    border-left: 3px solid#76787a;
    padding: 0 0 0 18px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(40px);
    transition: .7s
}

.q {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    cursor: pointer;
    font-weight: 600;
    color: #0b3155
}

.ans {
    display: none;
    padding-bottom: 15px;
}

.faq.active .ans {
    display: block
}

@media(max-width:768px) {
    .dentnova {
        grid-template-columns: 1fr
    }
}

.aftercare_box {
    margin-top: 35px;
    padding: 22px;
    border-left: 4px solid #dbe7ec;
    background: #f8f8f8;
    border-radius: 10px;
}

.aftercare_box h3 {
    color: #0b3155;
    margin-bottom: 10px;
    font-size: 22px;
}

.aftercare_box p {
    color: #666;
    line-height: 30px;
}

.veltrique_cta {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 10px;
    padding-bottom: 50px;
    overflow: hidden;
}

.veltrique_wrap {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 6px 1fr 260px;
    gap: 45px;
    align-items: center;
    opacity: 0;
    transform: translateY(70px);
    transition: .8s;
}

.veltrique_wrap.show {
    opacity: 1;
    transform: none;
}

.veltrique_line {
    width: 6px;
    height: 230px;
    background: linear-gradient(#18a0df, #0b3155);
    border-radius: 20px;
}

.veltrique_text small {
    display: block;
    color: #18a0df;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.veltrique_text h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #0b3155;
    margin-bottom: 25px;
}

.veltrique_text p {
    font-size: 17px;
    line-height: 34px;

    max-width: 820px;
}

.veltrique_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.veltrique_btn a {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: #033a53;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    transition: .35s;
}

.veltrique_btn a i {
    font-size: 30px;
    margin-top: 12px;
}

.veltrique_btn a:hover {
    background: #c3c3c4;
    color: #000;
    transform: rotate(-8deg) scale(1.05);
}

@media(max-width:900px) {

    .veltrique_wrap {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 35px;
    }

    .veltrique_line {
        width: 90px;
        height: 6px;
        margin: auto;
    }

    .veltrique_text h2 {
        font-size: 34px;
    }

    .veltrique_text p {
        font-size: 16px;
        line-height: 30px;
    }

    .veltrique_btn a {
        width: 150px;
        height: 150px;
        margin: auto;
    }

}

.smileforge_cta {
    background: linear-gradient(135deg, #0b3155, #1aa0df);
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    position: sticky;
    top: 100px;
}

.smileforge_cta span {
    display: inline-block;
    background: rgba(255, 255, 255, .15);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.smileforge_cta h2 {
    color: #fff;
    margin-bottom: 20px;
}

.smileforge_cta p {
    color: #eef7ff;
    line-height: 30px;
    margin-bottom: 18px;
}

.smileforge_cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #0b3155;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.smileforge_cta a:hover {
    transform: translateY(-4px);
}

@media(max-width:768px) {
    .smileforge_cta {
        position: static;
        margin-bottom: 40px;
        padding: 30px;
    }
}

.care_cta {
    margin-top: 35px;
    padding: 22px;
    background: #eef8fd;
    border-left: 5px solid #0b3155;
    border-radius: 12px;
    align-items: flex-start;
}

.care_cta i {
    background: #b2b2b2;
    color: #111010;
    width: 55px;
    height: 55px;
    font-size: 22px;
    flex: none;
}

.care_cta h4 {
    color: #0b3155;
    margin-bottom: 10px;
    font-size: 22px;
}

.care_cta p {
    line-height: 28px;
}

.aurelios_bps {
    padding: 90px 8%;
    overflow: hidden;
}

.aurelios_head {
    text-align: center;
    max-width: 760px;
    margin: auto;
    margin-bottom: 70px;
}

.aurelios_head h2 {
    font-size: 42px;
    color: #16365e;
    margin-bottom: 18px;
}

.aurelios_head p {

    line-height: 1.8;

}

.aurelios_line {
    position: relative;
    max-width: 850px;
    margin: auto;
}

.aurelios_line::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(#5eb6ff, #0d6efd);
    transform: scaleY(0);
    transform-origin: top;
    transition: 1.5s;
}

.aurelios_line.show::before {
    transform: scaleY(1);
}

.aurelios_item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
    opacity: 0;
    transform: translateX(-80px);
    transition: 1s;
}

.aurelios_item:nth-child(even) {
    transform: translateX(80px);
}

.aurelios_line.show .aurelios_item {
    opacity: 1;
    transform: translateX(0);
}

.aurelios_item:nth-child(2) {
    transition-delay: .15s;
}

.aurelios_item:nth-child(3) {
    transition-delay: .30s;
}

.aurelios_item:nth-child(4) {
    transition-delay: .45s;
}

.aurelios_item:nth-child(5) {
    transition-delay: .60s;
}

.aurelios_item:nth-child(6) {
    transition-delay: .75s;
}

.aurelios_icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #000815, #808385);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.aurelios_icon::after {
    content: "";
    position: absolute;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: 2px dashed #06345c;
    animation: rotateCircle 14s linear infinite;
}

@keyframes rotateCircle {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

.aurelios_text h3 {
    color: #17385d;
    font-size: 22px;
    margin-bottom: 8px;
}

.aurelios_text p {

    line-height: 1.8;
}

.aurelios_result {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #17384f;
    opacity: 0;
    transform: translateY(30px);
    animation: aureliosFadeUp 1s ease forwards;
    animation-delay: 1s;
}

.aurelios_result i {
    color: #9a9a9a;
    font-size: 22px;
    flex-shrink: 0;
}

.aurelios_result span {
    line-height: 1.7;
}

@keyframes aureliosFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width:768px) {

    .aurelios_head h2 {
        font-size: 32px;
    }

    .aurelios_line::before {
        left: 25px;
    }

    .aurelios_item {
        gap: 18px;
    }

    .aurelios_text h3 {
        font-size: 18px;
    }

    .aurelios_result {
        font-size: 20px;
    }

}

.crownvista_intro {
    width: 100%;
    padding-top: 100px;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 10px;
    background: #f7fbfd;
    overflow: hidden;
}


.crownvista_wrap {
    max-width: 1200px;
    margin: auto;
    position: relative;
}


.crownvista_content {
    max-width: 900px;
    animation: crownFade 1s ease forwards;
    opacity: 0;
    transform: translateY(50px);
}


.crownvista_tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #1389b8;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
}


.crownvista_tag::before {
    content: "";
    width: 32px;
    height: 2px;
    background: #1389b8;
    position: absolute;
    left: 0;
    top: 50%;
}



.crownvista_content h2 {

    font-size: 48px;
    line-height: 1.2;
    color: #123044;
    margin-bottom: 25px;
    font-weight: 700;

}


.crownvista_content p {


    line-height: 1.9;

    margin-bottom: 35px;

}



.crownvista_points {

    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;

}



.crownvista_point {

    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: white;
    border-left: 4px solid #9a9b9b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .4s;

}


.crownvista_point:hover {

    transform: translateX(8px);

}


.crownvista_point i {

    color: #091e3e;
    font-size: 22px;

}


.crownvista_point span {

    font-size: 16px;
    color: #1b2f39;
    font-weight: 500;

}



.crownvista_btn {

    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 35px;
    background: #1389b8;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .4s;

}



.crownvista_btn:hover {

    background: #0c607f;
    transform: translateY(-5px);

}


.crownvista_btn i {

    transition: .3s;

}


.crownvista_btn:hover i {

    transform: translateX(6px);

}



@keyframes crownFade {

    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}



.crownvista_show {

    animation: crownFade 1s ease forwards;

}



@media(max-width:768px) {


    .crownvista_intro {

        padding: 70px 20px;

    }


    .crownvista_content h2 {

        font-size: 34px;

    }


    .crownvista_content p {

        font-size: 16px;

    }


    .crownvista_point {

        width: 100%;

    }


}

.aurevix_loader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: .6s ease;
}

/* Outer Ring */
.aurevix_spinner {
    position: relative;
    width: 120px;
    height: 120px;
}

.aurevix_spinner span {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 6px solid transparent;
}

.aurevix_spinner span:nth-child(1) {
    border-top-color: #031e2a;
    animation: spin 1s linear infinite;
}

.aurevix_spinner span:nth-child(2) {
    inset: 12px;
    border-right-color: #062e5d;
    animation: spinReverse 1.4s linear infinite;
}

.aurevix_spinner span:nth-child(3) {
    inset: 24px;
    border-bottom-color: #07637c;
    animation: spin .8s linear infinite;
}

/* Center Circle */
.aurevix_center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    background: #03648d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 10px rgba(22, 184, 255, .5),
        0 0 30px rgba(22, 184, 255, .4),
        0 0 50px rgba(22, 184, 255, .3);
    animation: pulse 1.2s infinite;
}

/* Loading Text */

.aurevix_text {
    position: absolute;
    margin-top: 180px;
    font-size: 18px;
    font-weight: 600;
    color: #075080;
    letter-spacing: 2px;
    animation: textblink 1.5s infinite;
}

/* Demo Content */

.content {
    display: none;
    text-align: center;
    padding: 100px 20px;
}

.content h1 {
    font-size: 45px;
    color: #074671;
}

.content p {
    margin-top: 20px;
    color: #555;
    font-size: 18px;
}

/* Animations */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spinReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.4);
    }
}

@keyframes textblink {

    0%,
    100% {
        opacity: .4;
    }

    50% {
        opacity: 1;
    }
}

/* Hide Loader */

.aurevix_loader.hide {
    opacity: 0;
    visibility: hidden;
}

/* ===========================
   HOME PAGE
=========================== */
.home-header {
    background: transparent;
    box-shadow: none;
}

.home-header .zyphoriax_navigation_listing_anchor,
.home-header .zyphoriax_navigation_listing_anchor i {
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

/* Sticky on Home */
.home-header.sticky {
    background: #0b4a69;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.home-header.sticky .zyphoriax_navigation_listing_anchor,
.home-header.sticky .zyphoriax_navigation_listing_anchor i {
    color: #ffffff;

}


/* ===========================
   OTHER PAGES
=========================== */
.zyphoriax_header_shell:not(.home-header) {
    background: #0b4a69;
    /* Change to your preferred blue */
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.zyphoriax_header_shell:not(.home-header) .zyphoriax_navigation_listing_anchor,
.zyphoriax_header_shell:not(.home-header) .zyphoriax_navigation_listing_anchor i {
    color: #fff;
    text-shadow: none;
}

.velorix_gallery_card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.velorix_gallery_caption_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 2;
}

.velorix_gallery_caption_title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .5px;
}

.oravento_static_services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

@media(max-width:991px) {
    .oravento_static_services {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {
    .oravento_static_services {
        grid-template-columns: 1fr;
    }
}

.veltrixa_background_image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    animation: heroZoomOut 4.5s ease-out forwards;
}

@keyframes heroZoomOut {
    from {
        transform: scale(1.15);
    }

    to {
        transform: scale(1);
    }
}

.zyphoriax_mobile_fullscreen_menu {
    display: flex;
    flex-direction: column;
}

.zyphoriax_mobile_logo_wrapper {
    flex-shrink: 0;
    text-align: left;
    padding: 20px 25px 15px;

}

.zyphoriax_mobile_navigation_list {
    flex: 1;
    overflow-y: auto;
    margin: 0;
    padding: 0 20px 20px;
}

.zyphoriax_mobile_logo_wrapper {
    width: 100%;
}

.zyphoriax_mobile_logo {
    width: 260px !important;
    max-width: none !important;
    filter: invert(100%) !important;
    margin-left: 25px;

}

.zyphoriax_date_field {
    position: relative;
    width: 100%;
}

.zyphoriax_date_field input {
    width: 100%;
    height: 58px;
    padding: 0 50px 0 18px;
    /* Space for icon */
    border: 1px solid #ddd;
    border-radius: 12px;
    box-sizing: border-box;
}

/* Hide default calendar icon */
.zyphoriax_date_field input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Custom calendar icon */
.zyphoriax_date_field #calendarIcon {
    position: absolute;
    right: 18px;
    top: 38%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0b5f73;
    cursor: pointer;
    z-index: 2;
}