@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    /* font-family:'Courier New', Courier, monospace; */
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    /* font-size: 14px; */
    font-style: normal;
}

.form-switch .form-check-input {
    width: 5em;
    height: 2em;
    margin-left: -2.5em;
    border-radius: 1em;
}

.offer-title {
    font-family: 'Great Vibes', cursive;
}

.offer-navratri-img {
    animation: bubble 2s infinite ease-in-out !important;
}

@keyframes bubble {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        /* slight grow */
    }
}

/* CSS */
/* .button-86 {
    all: unset;
    width: 100px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #28282d;
    border-radius: 10px;
}

.button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
} */

/* common css */
/* hover-effect */
/* ===============================
wrap-button-animation
 ==============================  */
.vaxa-button-wrap {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #6c757d5c;
    align-content: center;
    border: 1px solid #6c757d;
}

.wrap-button {
    min-width: 100px;
    min-height: 100px;
    display: inline-flex;
    /* font-size: 15px; */
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #0d6efd;
    border-radius: 50%;
    /* background: linear-gradient(90deg, rgba(129, 230, 217, 1) 0%, rgba(79, 209, 197, 1) 100%); */
    border: none;
    /* box-shadow: 12px 12px 24px rgba(79, 209, 197, .64); */
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
}

/* .wrap-button::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(300px + 12px);
    min-height: calc(60px + 12px);
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0, 255, 203, .64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
} */

.wrap-button:hover,
.wrap-button:focus {
    /* color: #0e2b5c; */
    transform: translateY(0px);
}

.wrap-button:hover::before,
.wrap-button:focus::before {
    opacity: 1;
}

.wrap-button::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 10px solid #fff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.wrap-button:hover::after,
.wrap-button:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 100px;
        height: 100px;
        opacity: 1;
    }

    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}

.vaxa-text-shadow {
    /* text-shadow: 1px .1px 0 #fff; */
    /* -webkit-text-stroke: .1px #fff; */
}

/* product-scroll-pages */
.vaxa-scroll-img {
    /* background-image: url(./assets/bg-common-page.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: sticky !important;
    top: 7%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.vaxa-scroll-img img {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    position: absolute;
    height: 70vh;
    object-fit: cover;
}

.vaxa-scroll-img img.active {
    opacity: 1;
    position: relative;
}

.content-section {
    min-height: 50vh;
    padding: 4rem 2rem;
}

.vaxa-bg-primary {
    background-image: url('./assets/bg-common-page.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    transform-style: preserve-3d;
    align-content: center;
}

.vaxa-bg-primary::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #010e37;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hover-images {
    position: relative;
    align-items: center;
}

.animation-wrapper {
    overflow: unset;
}

.vaxa-home-page {
    background-image: url('https://wdthrhub.wpengine.com/wp-content/uploads/2024/09/Hrhub-home2-filler-bg-img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform-style: preserve-3d;
}

.vaxa-home-page::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #010e37;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.vaxa-bg-common-product {
    background-image: url('./assets/bg-common-page.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    transform-style: preserve-3d;
    align-content: center;
}

.vaxa-bg-common-product::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #010e37;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.vaxa-additional-block {
    background-image: url('./assets/background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform-style: preserve-3d;
}

.vaxa-additional-block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f5f5f5;
    opacity: 0.70;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.vaxa .hover-images img {
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 100%;
    /* height: 300px; */
    /* object-fit: cover; */
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
}

.hover-images img.active {
    opacity: 1;
    z-index: 1;
    /* height: 100%; */
}

.hover-text-block div {
    cursor: pointer;
}

.hover-text-block div.active {
    /* background-color: #f6f6f6; */
    /* color: #fff; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.right-column {
    flex-grow: 1;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/*=========Product page=============*/
.left-column {
    position: sticky;
    top: 7%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.left-column img {
    height: 100vh;
    object-fit: cover;
}

.left-column img.active {
    opacity: 1;
    position: relative;
}

.step-number {
    position: relative;
    /* display: flex; */
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    /* width: 3.5rem;
    height: 3.5rem; */
    /* background-color: #f1f4f7; */
    border: 1px solid #0d6efd;
    /* color: #637893; */
    padding: 10px;
    border-radius: 10px;
}

.step-number-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    /* color: #f6f9fc;
    background-color: #055173; */
    border-radius: 50%;
    /* box-shadow: #d7dde2 0px 0px 0px 5px; */
    /* transition: color .3s ease-in-out, background-color .3s ease-in-out; */
    font-size: calc(.8rem * 1.25);
    font-weight: 700;
    margin-bottom: 10px;
}

.step-number-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    /* color: #f6f9fc;
    background-color: #055173; */
    border-radius: 50%;
    /* box-shadow: #d7dde2 0px 0px 0px 5px; */
    /* transition: color .3s ease-in-out, background-color .3s ease-in-out; */
    font-size: calc(.8rem * 1.25);
    font-weight: 700;
    margin-bottom: 10px;
}

.vaxa-scroll-navbar {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.spinner-overlay:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.loader {
    position: absolute;
    animation: spin 3.77s linear infinite;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    aspect-ratio: 1;
    z-index: 9999;
    border-radius: 50%;
    border: 8px solid lightblue;
    border-right-color: orange;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.vaxa-img-contain {
    object-fit: contain !important;
    height: 300px;
    /* border-radius: 20px; */
}

.h-300 {
    height: 300px;
}

p {
    color: #6c757d;
}

.accordion-body {
    color: #6c757d !important;
}

.vaxa-border-r-ts-bs {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

/* a{
    text-decoration: none;
} */

.vaxa-hover-footer-button {
    text-decoration: none;
    color: #6c757d;
}

.vaxa-dotted-border-end {
    border-right: 1px #a3a6a8 dashed;
}

.vaxa-border-dash {
    border-bottom: 1px #a3a6a8 dashed;
}

/* .dropdown {
    position: static;
    display: inline-block;
} */

/* Dropdown content (hidden by default) */
/* .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    width: 100% !important;
    border: 1px solid #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
} */

/* Links inside the dropdown */
/* .dropdown-content a {
    color: black;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
} */

/* .dropdown-content a:hover {
    background-color: #f1f1f1;
} */

/* Show dropdown on hover with animation */
/* .dropdown:hover .dropdown-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
} */

/* Optional: Button hover effect */
/* .dropdown:hover .dropbtn {
    background-color: #2980b9;
} */
.vaxa_dropdown_full_screen {
    position: static !important;
}

.vaxa_dropdown-menu-full-screen {
    /* margin: 0 !important; */
    background-color: #fff;
    width: 100% !important;
    margin: 0 auto;
    height: 70vh;
    left: 0%;
    right: 0;
    /* border: unset; */
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 9999;
    /* box-shadow: rgba(200, 200, 200, 0.24) 0px 3px 8px; */
    padding: 40px;
    /* border: 1px solid #fff; */
    overflow: auto;
    scrollbar-width: none;
}

.vaxa_dropdown-menu-full-screen .hover-text {
    color: #707070;
    /* font-size: small; */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, and Edge */
}


/* // media query====================================================== */
/* //mobile view */
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .vaxa-bg-common-product {
        height: unset;
    }

    .vaxa-dotted-border-end {
        border-right: none;
    }

    .h-300 {
        height: 100px;
    }

    .vaxa-border-r-ts-bs {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 768px) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}

/* // laptop 14inch */
@media only screen and (min-width: 1024px) and (max-width: 1440px) {}

@media only screen and (min-width : 768px) {}

@media only screen and (min-width : 1224px) {}

/* //laptop 15.6 */
@media only screen and (min-width: 1440px) {}