/********** Template CSS **********/
:root {
    --primary: #0cacee;
    --secondary: #ea1b24;
    --light: #a8d2e9;
    --dark: #0E2E50;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.text-primary-1 {
    color: var(--secondary);
}

.bg-primary-1 {
    background-color: var(--secondary);
}

.text-secondary-1 {
    color: var(--primary);
}

.bg-secondary-1 {
    background-color: var(--primary);
}

.spec-tags {
    color: var(--secondary);
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.par-spec {
    text-align: justify;
    word-spacing: -0.5px;
    letter-spacing: 0.2px;
    hyphens: auto;
    text-justify: inter-word;
    line-height: 1.42857143;
}

.par-spec::first-letter {
    font-size: 20px;
    color: var(--primary);
    font-weight: bold;
}

.bg-custom-12 {
    background-color: #f2f0f0;
}

/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/****Header*****/
.top-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.top-header ul li a {
    color: white;
    font-size: 13px;
}

.top-header ul li:not(:last-child) {
    margin-right: 30px;
}

.tooltip {
    position: relative;
    display: contents;
}

.tooltip .tooltiptext {
    width: 168px;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 10000;
    opacity: 0;
    left: 22%;
    top: 6%;
    transition: 0.4s all;
}

.custom-tooltip-main:hover .tooltip .tooltiptext {
    opacity: 1;
}

.line {
    background-color: #00adef;
    height: 2px;
    margin: 0;
    width: 60px;
}

.spec-tags-1 {
    font-size: 25px;
}

/*** Navbar ***/

.nav-bar {
    position: relative;

    transition: .5s;
    z-index: 9999;
    padding: 0;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
     margin-right: 15px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-brand img {
    height: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {}
    
    
}


.header-carousel .owl-nav {
    /* position: absolute; */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header-carousel .owl-carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-carousel .owl-carousel-item video {
    width: 100%;
    /*max-height: 493px;*/
    /*position: relative;*/
    /*transform-origin: top center;*/
    /* Set the transform origin to the top center */
    /*transform: scale(1);*/
    object-fit: cover;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.new-item {
    position: relative;
    width: 100%;
    height: 100%;
    /* Ensure the container takes the full height */
    overflow: hidden;
    /* Prevent overflow of the video */
}

.elVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the video covers the entire container */
    transform: translate(-50%, -50%);
}

.over-video {
    position: absolute;
    z-index: 18;
    top: 31%;
    left: 6%;
}

.left-video {
    position: absolute;
    z-index: 18;
    top: 31%;
    right: 6%;
}

.over-video p:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
    font-size: 50px;
    color: #00adef;
    font-weight: bold;
}

.over-video p:nth-child(2) {
    color: white;
    font-size: 35px;
    font-weight: 600;
}

.left-video p {
    color: white;
    font-size: 30px;
    font-weight: 500;
}

.left-video button {
    all: unset;
    background-color: var(--primary);
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 25px;
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        position: absolute;
        left: 42%;
        top: 95%;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {

        width: 34px;
        height: 34px;

    }

    .over-video {
        position: absolute;
        z-index: 18;
        top: 13%;
        left: 6%;
    }

    .over-video p:nth-child(1) {
        width: 100%;
        font-size: 13px;

    }

    .over-video p:nth-child(2) {
        color: white;
        font-size: 10px;
        font-weight: 600;
    }

    .left-video {
        position: absolute;
        z-index: 18;
        top: 31%;
        right: 0%;
    }

    .left-video p {
        color: white;
        width: 67%;
        font-size: 11px;
        font-weight: 500;
    }

    .left-video button {
        all: unset;
        background-color: var(--primary);
        color: white;
        width: 50%;
        text-align: center;
        padding: 0px;
        font-size: 11px;
        display: flex;
    }

    .align-play {
        position: absolute;
        top: 32%;
        left: 34%;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img .btn-video-about {
    position: absolute;
    top: 50%;
    left: 42%;
}

.about-img .button {
    display: flex;
    justify-content: center;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: linear-gradient(30deg, rgb(12, 172, 238) 20%, rgb(234, 27, 36) 80%);
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
    /*animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;*/
    align-items: center;
    border: 0;
    position: relative;
    z-index: 7;
}

.about-img .button:is(:hover, :focus) {
    transform: scale(1.2);
}

@keyframes pulse {
    100% {
        box-shadow: 0 0 0 45px rgba(193, 244, 246, 0);
    }
}


.modal-dialog {
    /*top: 15%;*/
}

.modal-video-main video {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.exp-box {
    background-color: #00adef;
    border-radius: 5px;
    color: #fff;
    padding: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 11;
}

.exp-box p:first-child {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, #ea1b24, #0cacee);
    /* background-color: #0cacee; */
    transform: skew(20deg);
    z-index: 1;
}

@media(max-width:767px) {
    .exp-box {
        padding: 10px;
    }

    .header-carousel .owl-carousel-item img {
        width: 100%;
        height: 126px;

        object-fit: cover;
    }

    .header-carousel .owl-carousel-item video {
        width: 100%;
        height: 100%;
        min-height: auto;
        object-fit: contain;
    }
}

/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item h2 {
    font-size: 20px;
}

.cat-item span {
    color: var(--secondary);
    font-weight: 500;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item .icon img {
    border-radius: 35px;
    width: 100px;
    height: 100px;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
      transition: .5s;
    object-fit: cover;
    width: 100%;
    height: 350px;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** tratment ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: white;
    /* background: #FFFFFF; */
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    width: max-content;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

.top-90 {
    top: 92%;
}

.team-item img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.custom-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

.custom-col-5 a {
    display: flex;
    height: 386px;
}

/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .testimonial-item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 5);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}



/*** Treatments ***/
.treatments-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .treatments-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.treatments-carousel .team-item {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.treatments-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.treatments-carousel .owl-nav .owl-prev,
.treatments-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.treatments-carousel .owl-nav .owl-prev:hover,
.treatments-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    transition: .3s;
}

.bg-custom-footer {
    background-image: linear-gradient(to left, #ea1b24 3%, #0cacee 50%);
    /* background-color: #ea1b24; */

}

.footer-logo img {

    width: 170px;
}

.footer h5 {
    font-size: 26px;
}
.footer h4 {
    font-size: 26px;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: white;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* **************Header Starts******** */
header {

    background-image: linear-gradient(to left, #0cacee, #ea1b24);
}

.social-buttons {
    display: flex;
    justify-content: end;
    align-items: center;

    padding: 5px 10px;

}

.social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #00000027;
    transition: 0.3s
}

.social-button:hover {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 6px 3px #00000027;
}

.social-buttons svg {
    transition: 0.3s;
    height: 15px;
}

.facebook {
    background-color: #3b5998;
}

.facebook svg {
    fill: #f2f2f2;
}

.facebook:hover svg {
    fill: #3b5998;
}

.github {
    background-color: #333;
}

.github svg {
    width: 25px;
    height: 25px;
    fill: #f2f2f2;
}

.github:hover svg {
    fill: #333;
}

.linkedin {
    background-color: #0077b5;
}

.linkedin svg {
    fill: #f2f2f2;
}

.linkedin:hover svg {
    fill: #0077b5;
}

.instagram {
    background-color: #c13584;
}

.instagram svg {
    fill: #f2f2f2;
}

.instagram:hover svg {
    fill: #c13584;
}




/* ********add to cart & View Cart*********** */
.add-to-cart a {
    text-align: center;
    background-color: var(--secondary);
    color: white;
    font-size: 20px;
    padding: 10px;
    justify-content: center;
    display: flex;
    width: 100%;
    border-radius: 10px 10px 10px 24px;
    margin: 10px;
    transition: 0.4s all;
}

.add-to-cart a:hover {
    background-color: var(--primary);
    color: #fff;
}

.add-to-cart .buynow {
    text-align: center;
    background-color: var(--primary);
    color: white;
    font-size: 20px;
    padding: 10px;
    justify-content: center;
    display: flex;
    width: 100%;
    border-radius: 10px 10px 10px 24px;
    margin: 10px;
    transition: 0.4s all;
}

.add-to-cart .buynow:hover {
    background-color: var(--secondary);
    color: #fff;
}

.price-main .discount {
    font-size: 20px;
    text-decoration: line-through;
}

.price-main .off {
    font-size: 20px;
    color: green;
    font-weight: 700;
}


/* ******************online starts******* */
.float-gp {
    top: 270px;
}

.fl-fl {
    background: #00adef;
    text-transform: uppercase;
    padding: 4px;
    width: 300px;
    position: fixed;
    right: -254px;
    z-index: 1000;
    font: 500 14px Arial;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.fl-fl a {
    color: #fff !important;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.fl-fl i {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.fl-fl:hover {
    right: 0;
}

.float-tw {
    top: 215px;
}

/* ********whatsapp button starts******** */
.float {
position: fixed;
    width: 50px;
    height: 50px;
    bottom: 46px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float i {
    font-size: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
}

/* *****slider play button***** */
.align-play {
    position: absolute;
    top: 50%;
    left: 46%;
}

button.youtube-button {
    font-family: inherit;
    font-size: 18px;
    background: linear-gradient(to bottom, #ff0000 0%, #ff5050 100%);
    color: white;
    padding: 0.8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

button.youtube-button:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

button.youtube-button:active {
    transform: scale(0.95);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

button.youtube-button span {
    display: block;
    margin-left: 0.4em;
    transition: all 0.3s;
}

button.youtube-button svg {
    width: 18px;
    height: 18px;
    fill: white;
    transition: all 0.3s;
}

button.youtube-button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 0.5em;
    transition: all 0.3s;
}

button.youtube-button:hover .svg-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
}

button.youtube-button:hover svg {
    transform: rotate(45deg);
}


/* ***paste button starts*** */

.paste-button {
    position: relative;
    display: flex;
    align-items: center;

}

.button {
    background-color: var(--secondary);
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 15px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    font-size: 17px;
    position: absolute;
    z-index: 1;
    min-width: 240px;
    background-color: white;

    border-radius: 0px 15px 15px 15px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

    right: 30%;
    top: 100%;
}

.dropdown-content a {
    color: #000;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    transition: 0.1s;
}

.dropdown-content a:hover {
    background-color: var(--primary);
    color: #fff;
}

.dropdown-content a:focus {
    background-color: var(--primary);
    color: #000;
}

.dropdown-content #top:hover {
    border-radius: 0px 13px 0px 0px;
}

.dropdown-content #bottom:hover {
    border-radius: 0px 0px 13px 13px;
}

.paste-button:hover button {
    border-radius: 15px 15px 0px 0px;
}

.paste-button:hover .dropdown-content {
    display: block;
}

.desk-none {
    display: none;
}


/* ********slider video modal=========== */
/* Style the modal (hidden by default) */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* Modal Content */
#videoModal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

/* Close button */
#videoModal .closeBtn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#videoModal .closeBtn:hover,
.closeBtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Video element */
#videoModal video {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
/* ********About  video modal=========== */
/* Modal Content */
#videoModal2 .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

/* Close button */
#videoModal2 .closeBtn2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#videoModal2 .closeBtn2:hover,
.closeBtn2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Video element */
#videoModal2 video {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.details-product .nav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}

.details-product .nav li {
    width: 49%;
    text-align: center;
    background: var(--primary);
    padding: 12px;
    cursor: pointer;
}

.details-product .nav li a {
    color: white;
    font-size: 20px;
}

.details-product .nav li:not(:last-child) {
    margin-right: 0px;
}

.details-product .nav>li>a.active {
    background-color: transparent;
}

.buy-now a,.buy-now button {
    all: unset;
    background-color: var(--primary);
    color: white;
    width: 20%;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.4s all;
    cursor: pointer;
}

.buy-now a,button:hover {
    background-color: transparent;
    color: #000;
    font-weight: 600;
    border: 1px solid var(--secondary);
}

.descriptin {
    margin: 20px 0;
}


/* *********cart section start**** */
.image-of-product {
    text-align: center;
}

.image-of-product img {
    height: 100px;
    width: 100px;
    object-fit: cover;

}

.name-cart-pro h2 {
    font-size: 20px;
    margin-top: 5px;
    color: var(--secondary);
    text-transform: uppercase;
}

.name-cart-pro p {
    background: var(--primary);
    padding: 5px;
    color: #fff;
    width: 50%;

}

/* From Uiverse.io by Cybercom682 */
.number-control {
    display: flex;
    align-items: center;
}

.number-left::before,
.number-right::after {
    content: attr(data-content);
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    width: 20px;
    color: white;
    transition: background-color 0.3s;
    cursor: pointer;
}

.number-left::before {
    content: "-";
}

.number-right::after {
    content: "+";
}

.number-quantity {
    /* padding: 0.25rem; */
    border: 0;
    width: 100px;
    -moz-appearance: textfield;
    /* border-top: 1px solid black;
    border-bottom: 1px solid black; */
    outline: none;
    text-align: center;
}

.number-left:hover::before,
.number-right:hover::after {
    background-color: #666666;
}

.mob-row-cart {
    display: flex;
    gap: 10px;
        align-items: center
}
.price-main h3{
    font-size:22px;
}
/* From Uiverse.io by vinodjangid07 */ 
.bin-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgb(255, 95, 95);
    cursor: pointer;
    border: 2px solid rgb(255, 201, 201);
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
  }
  .bin-bottom {
    width: 15px;
    z-index: 2;
  }
  .bin-top {
    width: 17px;
    transform-origin: right;
    transition-duration: 0.3s;
    z-index: 2;
  }
  .bin-button:hover .bin-top {
    transform: rotate(45deg);
  }
  .bin-button:hover {
    background-color: rgb(255, 0, 0);
  }
  .bin-button:active {
    transform: scale(0.9);
  }
  .garbage {
    position: absolute;
    width: 14px;
    height: auto;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
  }
  .bin-button:hover .garbage {
    animation: throw 0.4s linear;
  }
  @keyframes throw {
    from {
      transform: translate(-400%, -700%);
      opacity: 0;
    }
    to {
      transform: translate(0%, 0%);
      opacity: 1;
    }
  }
  

.price-detaiis{
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    gap: 10px;
    margin-bottom: 10px;
}
.free{
    color: #25d366;
}


/* *********************checkout******** */
.chekout-section {
    width: 100%;
    display: block;

    background-color: #fff;
}

.checkout-section .block-content {
    width: 100%;
    display: block;
    padding: 15px;
}

.addresslist {
    width: 100%;
    margin: 0;
    padding: 10px;
    list-style: none;
 
    display: flex;
  
    flex-wrap: wrap;

}

.addresslist li {

    width: 50%;
    float: left;
    padding: 15px;
 
    display: flex;

}
.addresslist li .addressblock{
    background-color: #F6F7F8;
    width: 100%;
    height: 100%;
    padding: 15px 30px 10px 15px;
    position: relative;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.check-style {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.check-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-style .checkblock {
    position: absolute;
    bottom: 3px;
    top: 6px;
    right: 5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    opacity: 0.3 !important;
    background-color: var(--primary);
}
.check-style input:checked ~ .b-check {
    border: 2px solid var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.check-style .checkblock:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-style input:checked ~ .checkblock {
    opacity: 1 !important;
}
.addressblock .c-name{
    font-size: 15px;
    font-weight: bold;
color: #000;
    padding-bottom: 5px;
    position: relative;
    padding-left: 22px;

}
.addressblock .c-name i{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--primary);
}

.edit-address{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: var(--primary);
}



/* **********thank you page starts******* */
.thank-you{
    text-align: center;
}
.thank-you>img{
    height: 200px;
    width: 250px;
}

/* *********blog page start***** */
.card1 {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 10px;
    overflow: hidden;

    text-align: center;
}

.card1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s all ;
    overflow: hidden;
}
.card1 img:hover {
    transform: scale(1.05);
}

.card1 .title h3 {
    padding: 10px;
    font-size: 1.2em;
    overflow: hidden;
    transition: 0.4s all;
}
.card1 .title h3:hover{
    letter-spacing: 2.4px;
}
.card1 p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin:8px;
    font-size: 16px;
    line-height: 1.5em;
    height: 3em; /* height is 2 lines * line-height */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card1 .read-more {
    display: inline-block;
    padding: 10px;
    background-color: #007bff;
    color: white;
    width: 100%;
    text-decoration: none;
    border-radius: 5px;

}

.card1 .read-more:hover {
    background-color: #0056b3;
}
.pagination li a{
    color: #000 !important;
}

.ul-item a{
    color: var(--primary);
    font-weight: 500;
    font-size: 18px;
    text-align: start;
    transition: ease-in-out 0.5s;
}
.ul-item a:hover{
    color: var(--secondary);
}
.ul-item a li {
    margin-bottom: 20px;
    font-size: 15px;

}
.ul-item a li img{
    height: 35px;
    width: 35px;
}
.tags-in {
	list-style: none;
	flex-wrap: wrap;
	padding: 10px;
}

.tags-in li{
    float: left;
}
.tags-in li a{
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    position: relative;
    margin: 0 .5rem .5rem 0;
    font-size: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    box-shadow: -2px 0px 6px 0 rgb(88 88 88 / 23%);
    color: #000 !important;
    transition: all 0.5s;
}
.tags-in li a:hover{
    background-color: var(--primary);
    color: white !important;
}
/* *******blog details start****** */
.card2 .blog-details-img {

    overflow: hidden;
    border-radius: 30px;
}
.card2 .blog-details-img img{
    height: 400px;
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    transition: all 0.5s;
}
.card2 .blog-details-img img:hover{
    scale: 1.1;
}
.blog-details-p p{
    text-align: justify;
    word-spacing: -0.5px;
    letter-spacing: 0.2px;
    hyphens: auto;
    text-justify: inter-word;
    line-height: 1.42857143;
}
.share-post a{
    border: 1px solid #ccc;
}
.share-post a:nth-child(1){
    background-color: blue;
    color: white;
    transition: all 0.4s;
}
.share-post a:nth-child(2){
    background-color: red;
    color: white;
    transition: all 0.4s;
}
.share-post a:nth-child(3){
    background-color: rgb(32, 32, 184);
    color: white;
    transition: all 0.4s;
}
.share-post a:nth-child(1):hover{
    background-color: transparent;
    color: blue;
}
.share-post a:nth-child(2):hover{
    background-color: transparent;
    color: red;
}
.share-post a:nth-child(3):hover{
    background-color: transparent;
    color: rgb(32, 32, 184);
}

.author-blog-img img{
    height: 150px;
    border: 10px solid var(--secondary);
width: 150px;
object-fit: cover;
border-radius: 50%;
filter: brightness(1.5) contrast(1);

}



/* *******services section start******** */
.services-tab .tabs {
    display: flex;
    flex: 1;
    background-color: #fff;
    gap: 20px;
    /* border-right: 1px solid #ddd; */
    flex-direction: column;
}

.services-tab .tab-button {
    width: 100%;
    padding: 15px;
    text-align: left;
    border: none;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: 700;
}

.services-tab .tab-button.active,
.tab-button:hover {
    background-color: #007bff;
    color: #fff;
}

.services-tab .content {
    flex: 2;
    padding: 20px;
}

.services-tab .tab-content {
    display: none;
}

.services-tab .tab-content.active {
    display: block;
}

.services-tab h2 {
    color: #007bff;
    margin-bottom: 20px;
}

.services-tab h3 {
    margin-top: 20px;
    color: #333;
}

.services-tab ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #000 !important;
}

.services-tab ul li {
    margin-bottom: 10px;
}


/* Treatments stats and Reviews start*** */
.teartnebt .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.teartnebt .tab-button1 {
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    margin: 0 10px;
    width: 100%;
}

.teartnebt .tab-button1.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
}

.teartnebt .content1 {
    display: flex;
    justify-content: center;
}

.teartnebt .tab-content1 {
    display: none;
    width: 100%;
}

.teartnebt .tab-content1.active {
    display: block;
}

.team-item1 img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.video-test{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
/* *************doctor login starts****** */
.doc-login-img img{
    width: 100%;
    height: 350px;
    object-fit: contain;
}
.doctor-login h2{
    text-align: center;
}
.password-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-display {
    width: 200px;
    padding: 10px;
    font-size: 18px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    text-align: center;
    background-color: var(--primary);
    margin-right: 10px;
    font-family: monospace;
    letter-spacing: 2px;
    color: #fff;
}
.selec-tag select{
    outline: none;
    width: 120px;
    height: 53px;
    padding: 9px;
}


/* ********Book appointment section start******* */


figure {
    margin: 0;
    padding: 0;
    text-align: center; /* Center the image and caption */
}

.doctor-img img {
    width: 100%; 
    height: 300px;
    border-radius: 20px; 
    object-fit: cover;
}

figcaption {
    font-size: 25px;
    color:var(--secondary);
    margin-top: 8px;
    font-weight: bolder;

}
.par-spec2{
    color: var(--primary);
    font-weight: bold;
}
.main-tag-tg select{
    padding: 10px;
   border: 1px solid var(--secondary);
   border-radius: 10px;
}
.claender{
   margin-top: 20px;
}
.claender label{
    color: var(--secondary) !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.text-muted {
    color: var(--secondary) !important; 
    pointer-events: none;    
}
#inline-datepicker{
    display: flex;
    justify-content: center;
    width: 100%;
}

.datepicker-cell.today.focused:not(.selected) {
    background-color: var(--primary) !important;
}
.appoint-ment-type label{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.appoint-ment-type .radio-container {
    display: flex;
    /* padding: 10px; */
    margin: 5px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    transition: all 0.4s;
}
.appoint-ment-type .radio-container label{

    font-size: 15px;
}
.appoint-ment-type  .radio-container input[type="radio"] {
    display: none; 
}

.appoint-ment-type input[type="radio"]:checked + label {
    background-color: var(--primary); 
    color: white; 
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
}
.availble-timr .avila p{
    color: #000;
}
.doc-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.padi {
    padding-bottom: 20px;
    padding-left: 16px;
}
.available {
    background-color: #fff;
    color: #fff;
    border: 1px solid #01a400 !important;
    width: 3.6rem;
    height: 2rem;
}
.doc-slot-list {
    /* background-color: #9c9c9c; */
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 6px 15px;
    box-shadow: 0 3px 8px 0 rgb(173 173 173 / 20%);
}
.leftright {
    padding: 15px 11px 0 0;
}

.unavailable {
    background-color: #afaeae !important;
    color: #afaeae;
    border: 1px solid #afaeae;
    width: 3.6rem;
    height: 2rem;
}
.main-tag-tg2 select{
    padding: 10px;
   border: 1px solid var(--secondary);
   border-radius: 10px;
}
@media screen and (max-width: 768px) {


    .teartnebt .tabs {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .teartnebt  .tab-button1 {
        text-align: center;
    }
}




@media (max-width: 768px) {


    .card1 {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .card1 {
        /*width: 45%;*/
    }
}

.author-img img{
    height: 24px;
    width: 23px;
}

.slideshow{
    position: relative;
    min-height: 120px;
    height: auto;
    background: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote1.png) top 15px left 15px / 70px no-repeat, url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote.png) bottom 40% right 15px / 70px no-repeat #fff;
    box-shadow: 0 18px 52.8537px rgba(215, 228, 249, .3);
    /* z-index: 3; */
    border-bottom: 1px solid #ccc;
    margin-bottom: 17px;
    padding: 20px;
}
.slideshow .test {
    margin: 0 12%;
}
.slideshow .test p{
    text-align: justify;
    font-size: 16px;
    color: #000;
}
.slideshow .test h2{
    font-size: 20px;
    text-transform: uppercase;
    color: var(--secondary);
    text-align: center;
    margin: 20px 0;
}

/* *********My account section starts****** */
.account-section {
    position: sticky;
    width: 100%;
    top: 0;
    margin-bottom: .5rem;
    display: block;
    background-color: #fff;
    border-radius: 8px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);*/
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);*/
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}
.account-section .block-content, .checkout-section .block-content {
    width: 100%;
    display: block;
    /*padding: 15px;*/
}
.account-section .name-heading {
    padding: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #fff ;
    display: inline-block;
    border-bottom: 1px solid #efefef;
    background-color: #0cacee ;
    margin-bottom: 5px;
    border-radius: 6px 6px 0 0;
}

.account-section .name-heading .userblock {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 65px;
}
.account-section .name-heading .userblock .usericon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -5px;
    overflow: hidden;
}
.account-section .name-heading .userblock .username {
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.account-section ul.accountlist {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.account-section ul.accountlist li {

    width: 100%;
    display: inline-block;
    margin-bottom: 1px;
}
.account-section ul.accountlist li.active a {
    background-color: #ea1b24;
    color: white;
}
.account-section ul.accountlist li a {
    display: block;
    padding: 10px 15px;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    color: #000;
    transition: 0.4s all linear;
}
.account-section form{
    padding: 20px;
}

.account-section ul.accountlist li a img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.address-block-list {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-color: #fafafa;
    padding: 30px 30px 50px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.address-block-list:before, .review-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #fff transparent transparent;
}
.address-block-list .nolist {
    position: absolute;
    top: -2px;
    left: 10px;
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    background: #ea1b24;

}
.address-block-list ul.blocklist {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.address-block-list ul.blocklist li {
    width: 100%;
    position: relative;
    padding: 6px 10px 6px 30px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
    color: #494949;
}
.address-block-list ul.blocklist li img{
    height: 20px;
}
ul.list-Wishlist {
    list-style: none;
    width: 100%;
    display: flex;
    flex-flow: column-reverse;
    margin: 0;
    padding: 0;
}
ul.list-Wishlist li {
    width: 100%;
    display: inline-block;
    padding: 10px 150px 10px 5px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    position: relative;
}
ul.list-Wishlist li .w-proimg {
    width: 110px;
    height: 115px;
    float: left;
    margin-right: 15px;
}
ul.list-Wishlist li .w-proimg .imgsize {
    width: 110px;
    height: 115px;
    object-fit: cover;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.w-procontent p{
    color: #000;
    font-size: 20px;
}
ul.list-Wishlist li .w-procontent .w-no {
    font-weight: 700;
    color: #6a6a6a;
    font-size: 18px;
    margin-bottom: 5px;
}
ul.list-Wishlist li .w-procontent .w-no del {
    margin-left: 10px;
    font-size: 14px;
    color: #848484;
}
ul.list-Wishlist li .w-procontent .w-no .p-off {
    color: #007414;
    margin-left: 10px;
}
ul.list-Wishlist li .w-remove {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
    background-color: red;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #fff;
}
 .d-mobile-none {
        display: block;
    }
.d-desktop-none{
        display: none;
    
}
.absolute-col {
    right: 0; 
    /*width: 25%; */
}

/* Popup styling */
.popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
    justify-content: center;
    align-items: center;
}

/* Popup content styling */
.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 90%;
    max-width: 600px;
    margin: 20px;
    position: relative;
        margin: 20px auto;
}
.popup-content h2{
    font-size: 23px;
}
/* Close button styling */
.close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 29px;
    cursor: pointer;
    color: red;
}

@media(max-width:767px) {
    .absolute-col {
     position: relative;
   
}
    .d-mobile-none {
        display: none;
    }
.d-desktop-none{
        display: block;
    
}
    .align-play {
        display: none;
    }

    .align-box-1 {
        position: absolute;
        top: 42%;
        left: 47%;
    }

    .cssicon {
        color: var(--secondary);
        font-size:28px;
    }

    .desk-none {
        display: block;
    }

    .par-spec {
        text-align: justify;
        word-wrap: break-word;

    }

    .m-t-mob {
        margin-top: 15px;
    }

    .custom-col-5 {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .custom-col-5 a {
        height: auto;
    }

    .details-product .nav li a {
        color: white;
        font-size: 15px;
    }

    .buy-now a,.buy-now button {
        all: unset;
        display: flex;
        justify-content: center;
        background-color: var(--primary);
        color: white;
        width: 80%;
        padding: 10px 20px;
        text-align: center;
        border-radius: 30px;
        text-transform: uppercase;
        font-weight: 600;
        transition: 0.4s all;
    }

    .mob-row-cart {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .name-cart-pro p {
        background: var(--primary);
        padding: 5px;
        color: #fff;
        width: 30%;

    }
    .thank-you>img{
        height: auto;
        width: 100%;
    }
    .card2 .title h3{
    font-size: 21px;
    }
    .card2 .blog-details-img img {
        height: 209px;
 
    }
    .author-blog-img {
        text-align: center;
    }
    .slideshow .test {
        margin: 0 12%;
    }
    .addresslist li {
    width: 100%;
  
}
.price-main{
        display: flex;
    /*flex-direction: column;*/
            justify-content: center;
    text-align: center;
  
}
.package-amt label{
    z-index:1;
        margin-top: -29px;
}
#videoModal video {
    width: 100%;
    height: 166px;
    object-fit: cover;
}
.price-main h3 {
    font-size: 17px;
}
.price-main .discount {
    font-size: 15px;
    
}
.price-main .off {
    font-size: 17px;
  
}
}

.cxv img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}


@media(min-width:768px){
    .over-video p:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
    font-size: 30px;
    color: #00adef;
    font-weight: bold;
}
.over-video p:nth-child(2) {
    color: white;
    font-size: 19px;
    font-weight: 600;
}
.left-video p {
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.button {

    padding: 6px 33px;

    /*margin-bottom: 20px;*/
}
.price-main h3 {
    font-size: 20px;
}
}

/********cart icon*****/
.cart-icon{
        position: relative;
}
.cart-icon span{
       background: white;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 11px;
    left: 20px;
    font-size: 12px;
}
.desk-dis{
    display:block;
}
.mob-dis{
    display:none;
}
@media(max-width:1252px){
    .navbar-light .navbar-nav .nav-link {
        margin-right: 10px;
        padding: 19px 0;
        font-size: 10px;
        text-transform: uppercase;
        outline: none;
}
.navbar-brand img {
    height: 35px;
}
}
@media(max-width:991px){
.elvideo {
  height: 100%;
}
    .header-carousel .owl-carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
}
@media(max-width:1023px){
.elvideo {
  height: 100%;
}
}

/****for successful page***/
   /* Scanner Image Styles */
    .scanner {
      width: 100%;
      height: 400px;
      object-fit:contain;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-radius: 10px;
      padding:10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }
    .animated-text-payment{
color: black;
    font-size: 21px;
    }


@media(max-width:767px){
   .cart-icon span{
       background: var(--secondary);
    color:white;
    bottom: 22px;
    left: 11px;
    font-size: 10px;
} 
.desk-dis{
    display:none;
}
.mob-dis{
    display:block;
}
.navbar-brand img {
    height: 34px;
}
}

@media (min-width: 768px) and (max-width: 905px) {
    .top-header ul li a {
        font-size: 10px;
    }
}

.enq-btn {
    border-color:none;
 animation: colorBlink 2.2s infinite ease-in-out;
  box-shadow: 0 0 0 rgba(0, 123, 255, 0.7);
  transition: 0.3s;
}

/* Combined color change + blinking pulse */
@keyframes colorBlink {
  0% {
    background-color: #ea1b24 ; 
    transform: scale(1);
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.6);
  }
  20% {
    background-color: #ff3b3b;
    transform: scale(1.07);
    box-shadow: 0 0 15px rgba(255, 59, 59, 0.7);
  }
  40% {
    background-color: #0cacee; 
    transform: scale(1);
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.6);
  }
  60% {
    background-color: #ea1b24; 
    transform: scale(1.1);     
    box-shadow: 0 0 18px rgba(255, 159, 0, 0.7);
  }
  80% {
    background-color: #0cacee; 
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(102, 16, 242, 0.6);
  }
  100% {
    background-color: #ea1b24 ; 
    transform: scale(1);
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.6);
  }
}




/* Make ONLY this nav link animated */
.attract-link {
  position: relative;
  animation: attractColor 3s infinite ease-in-out;
  font-weight: 600;
}

/* Smooth color cycle */
@keyframes attractColor {
  0%   { color: #0d6efd; }   /* blue */
  25%  { color: #ff3b3b; }   /* red */
  50%  { color: #28a745; }   /* green */
  75%  { color: #ff9f00; }   /* orange */
  100% { color: #0d6efd; }
}

/* premium underline glow */
.attract-link::after {
  content: "";
  position: absolute;
  left: 0;
bottom: 18px;
    width: 100%;
    height: 3px;
  background: currentColor;
  border-radius: 2px;
  opacity: 0.6;
  animation: underlinePulse 3s infinite ease-in-out;
}

@keyframes underlinePulse {
  0%, 100% { transform: scaleX(0.5); opacity: 0.4; }
  50%      { transform: scaleX(1); opacity: 1; }
}


/* OFFCANVAS BACKGROUND */
.custom-offcanvas {
    background: linear-gradient(135deg, #0cacee 0%, #ea1b24 100%);
    color: #fff;
    width: 300px;
}
.custom-offcanvas img{
    padding:5px;
}
/* TEXT */
.custom-offcanvas .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 12px 0;
    display: block;
}

.custom-offcanvas .nav-link:hover {
    opacity: 0.8;
}

/* ACCORDION */
.custom-offcanvas .accordion-item {
    background: transparent;
    border: none;
}

.custom-offcanvas .accordion-button {
    background: transparent;
    color: #fff;
    padding: 12px 0;
    font-weight: 500;
    border-color: none;
    box-shadow: none;
    border:none;
}

.custom-offcanvas .accordion-button::after {
    filter: brightness(0) invert(1); /* makes arrow white */
}

.custom-offcanvas .accordion-button:not(.collapsed) {
    color: #fff;
}

/* SUB MENU */
.custom-offcanvas .accordion-body {
    padding: 0 0 10px 10px;
}

.custom-offcanvas .accordion-body a {
    display: block;
    color: #fff;
    padding: 6px 0;
    font-size: 14px;
}

/* CLOSE BUTTON */
.btn-close-white {
    filter: invert(1);
}
