@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("styles.css");
@import url("../fonts/bootstrap-icons-1.1/font/bootstrap-icons.css");
@import url("header.css");
@import url("sliders.css");
@import url("product.css");
@import url("orders.css");
@import url("invoice.css");


html, body {
  overscroll-behavior: auto !important;
  overflow-y: auto !important;
}

#preloader {
  position: fixed;
  left: 0%;
  right: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

#preloader.hide {
  height: 0%;
  top: -50%;
}

.preloader-inner {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#preloader.hide .preloader-inner {
  opacity: 0;
  visibility: hidden;
}

.loader-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(244, 244, 244, 0.6);
}

.btn-badge-red{
    cursor: pointer;
    color: #fff;
    border:1px solid #dc3545;
    background-color: #dc3545;
    padding: 4px 10px;
    font-size: 12px;
    margin: 5px;
    font-weight: 500;
    border-radius: 5px;
    height: 30px;
    display: flex;
}
.btn-badge-red .icon-left {
    margin: 6px 5px 5px 0;
}
.btn-badge-red .icon-right {
    margin: 5px 0 5px 5px;
}

.btn-badge-red:hover{
    color: #dc3545;
    background-color: #fff;
}

.btn-badge-logo-1{
    cursor: pointer;
    color: var(--cr-red-logo);
    background-color: #fff;
    border:1px solid var(--cr-red-logo);
    padding: 4px 10px;
    font-size: 12px;
    margin: 5px;
    font-weight: 500;
    border-radius: 5px;
    height: 30px;
    display: flex;
}
.btn-badge-logo-1 .icon-left {
    margin: 6px 5px 5px 0;
}
.btn-badge-logo-1 .icon-right {
    margin: 5px 0 5px 5px;
}

.btn-badge-logo-1:hover{
    border:1px solid var(--cr-red-logo);
    background-color: var(--cr-red-logo);
    color: #fff;
}

.btn-badge-logo-1.active{
  border:1px solid var(--cr-red-logo);
  background-color: var(--cr-red-logo);
  color: #fff;
}


.regular-heading .subtitle {
    color: var(--crt-3);
    font-size: var(--fs-15);
    font-weight: var(--fw-5);
    line-height: var(--fs-28);
    transition: var(--transition-base);
    position: relative;
}

.regular-heading .subtitle span{
    color: var(--cr-red-logo);
}

.queue-right-swiper .swiper-wrapper {
  transition-timing-function: ease-in-out; /* gentle start/stop for each step */
}

.queue-right-swiper .swiper-slide {
  width: auto;                 /* honor content width for small chips/cards */
}

.queue-card {
  cursor: pointer;
  position: relative;
  max-width: 350px;            /* control chip size */
  padding: 0;
  height: 200px;
  border-radius: 15px;
  /* background: #151515; */
  color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  will-change: transform;      /* smoother GPU-accelerated transitions */
  margin: 10px;
}

.queue-card img {
  opacity: 1;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.queue-card::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(to top,  rgba(var(--cr-red-1-rgb)), transparent);
  transition: height 0.4s ease-out; /* smooth reveal */
  border-radius: 0 0 15px 15px;
}

.queue-card:hover::after {
  height: 40%; /* how far up the gradient climbs */
}

.queue-card .title-holder{
  font-family: var(--ff-4);
  position: absolute;
  z-index: 9999;
  color: var(--crt-2);
  top: 50px;
  left: 10px;
  font-size: 10px;
}

/* swiperCustom.css */
.swiper-rtl .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  
  color: rgba(0,0,0,0.8);
  /* background: ; */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: rgba(0,0,0,0.8);
  color:var(--cr-red-logo);
}

.btn{
    position: relative;
    width: auto;
    min-width: 190px;
    height: 50px;
    padding: 10px 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-family-base);
    font-size: var(--fs-14); 
    font-weight: var(--fw-5);
    line-height: var(--fs-21);
    text-transform: capitalize;
    color: var(--color-white-fixed);
    background: rgb(var(--color-black-fixed-rgb),0.2);
    border-width: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 0.8px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
}
.btn > * {
    z-index: 1;
}
.btn-check:focus+.btn, .btn:focus, .btn.active{
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}
.btn:hover,
input[type="submit"]:hover {
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}

.btn.creative::before,
.btn.creative::after,
.btn.creative .btn-wrap::before,
.btn.creative .btn-wrap::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-color: var(--clr-white);
    transition: var(--transition-base);
}

.btn.creative::before {
    left: 0;
    top: 0;
    border-width: 1px 0px 0px 1px;
}

.btn.creative::after {
    right: 0;
    bottom: 0;
    border-width: 0px 1px 1px 0px;
}

.btn.creative .btn-wrap::before {
    left: 0;
    bottom: 0;
    border-width: 0px 0px 1px 1px;
}

.btn.creative .btn-wrap::after {
    top: 0;
    right: 0;
    border-width: 1px 1px 0px 0px;
}

.btn:hover::before,
.btn:hover::after,
.btn:hover .btn-wrap::before,
.btn:hover .btn-wrap::after {
    width: calc(50% - 5px);
    height: calc(50% - 5px);
    border-color: var(--color-one);
}

.btn-white{
  background-color: var(--color-white-fixed);
  color: var(--crt-2);
  opacity: 0.9;  
}

.btn-two:hover {
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}

.btn-two .btn-wrap {
    display: flex;
    align-items: center;
}

.btn-two .text-first {
    padding-right: 10px;
}

.btn-two .text-second {
    position: relative;
    overflow: hidden;
    transition: var(--transition-base);
}

.btn-two .text-second i:nth-child(1),
.btn-two .text-second svg:nth-child(1) {
    display: inline-block;
    transition: transform 0.5s linear;
}

.btn-two .text-second i + i,
.btn-two .text-second svg + svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30px, 30px);
    transition: transform 0.5s linear;
}

.btn-two:hover .text-second i:nth-child(1),
.btn-two:hover .text-second svg:nth-child(1) {
    transform: translate(30px, -30px);
}

.btn-two:hover .text-second i + i,
.btn-two:hover .text-second svg + svg {
    transform: translate(0px, 0px);
}

.credits-item{
  color: var(--crt-3);
}

.credits-item .heading7{
  font-weight: var(--fw-6);
}

.credits-item .caption1{
  font-size: var(--fs-13);
}


/* Counter/ funfacts Common */
.wptb-counter1 .wptb-item--inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 28px;
    border-bottom: 1px solid var(--crt-4);
    padding-bottom: 20px;
}
.wptb-counter1 .wptb-item--inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 24px;
    height: 3px;
    background-color: var(--cr-red-logo);
}
.wptb-counter1 .wptb-item--icon {
    flex-shrink: 0;
    background: rgba(var(--color-white-rgb), 0.20);
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wptb-counter1 .wptb-item--holder {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.wptb-counter1 .wptb-item--value {
    font-size: 60px;
    line-height: 66px;
    font-weight: var(--fw-5);
    color: var(--crt-1);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.wptb-counter1 .wptb-item--text {
    font-size: 18px;
    line-height: 32px;
    font-weight: var(--fw-4);
    text-transform: uppercase;
    margin-bottom: 0px;
    flex: 0;
}

/* Counter style Two */
.wptb-counter2{
    position: relative;
    background-color: var(--color-white);
    padding: 30px 20px 30px 40px;
    color: var(--color-dark-one);
}
.wptb-counter2 .wptb-item--icon {
    flex-shrink: 0;
    background: rgba(var(--color-white-rgb), 0.20);
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wptb-counter2 .wptb-item--value {
    font-size: 50px;
    line-height: 60px;
    font-weight: var(--fw-medium);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.wptb-counter2 .wptb-item--text {
    font-size: 18px;
    line-height: 32px;
    font-weight: var(--fw-medium);
    margin-bottom: 0px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    left: -5px;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.6s ease;
}
.fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s ease;
}
.fade-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.testimonial-main .title{
    font-size: var(--fs-14);
    font-weight: var(--fw-6);
}

.testimonial-main .name{
    font-size: var(--fs-14);
    font-weight: var(--fw-6);
}

.testimonial-main .date{
    font-size: var(--fs-12);
    font-weight: var(--fw-4);
}

.heading3{
    font-size: var(--fs-30);
    font-weight: var(--fw-6);
    color: var(--crt-3);
}

.socialmedia-tile{
    overflow:hidden;
    border-radius:32px;
    display: block;
    position: relative;
    height: 300px;
    width: 230px;
    margin: 0 10px;
}
.socialmedia-tile img{
    border-radius:32px;
    max-width: 100%;
    max-height: auto;
    vertical-align: middle;
    border-style: none;
    transition: transform 0.4s ease;
}

.socialmedia-tile .button{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;   /* vertical */
    justify-content: center;
    transition:  background-color 0.4s ease;
}

.socialmedia-tile .button i{
    display:none;
    transition:  display 0.4s ease;
}

.socialmedia-tile .button:hover{
    background-color: white;
}

.socialmedia-tile img:hover {
    transform: scale(1.05);
}

.socialmedia-tile:hover .button {
    background-color: white;
}

.socialmedia-tile:hover .button i{
    display: block;
}

.footer-container{
    font-size: var(--fs-13);
    background-color: var(--crt-7);
}

.loading-bar {
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg,#ff1b6b,#12C2E9, #f1f37a,#f9035e,#432371,#faae7b,#ea5753);
  background-size: 200% 100%;
  animation: loading 5s infinite;
}

@keyframes loading {
  0% {
    background-position: 100% 66%;
  }
  33% {
    background-position: 66% 33%;
  }
  66% {
    background-position: 33% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}


.credential-form {
  position: relative;
  transition: var(--transition-base);
}
.credential-form .form-control {
  font-family: var(--font-family-base);
  color: var(--color-white-fixed);
  /* background: rgba(var(--color-dark-four-rgb), 0.5); */
  height: 63px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 #eaf2f1;
}
.credential-form .form-control:focus {
  /* color: var(--color-white-fixed);
  border-color: var(--color-dark-four); */
  background-color: #f6fffe;
  border: 1.2px solid #90D1CA;
  box-shadow: 0 0 1px 0 #90D1CA;
}

.credential-form .btn-search {
  padding: 0;
  justify-content: space-between;
  border: 0;
  width: auto;
  min-width: auto;
  height: 100%;
  font-size: 30px;
  color: var(--crt-2);
  background-color: transparent;
  position: absolute;
  top: 0px;
  right: 25px;
  bottom: 0;
  transition: var(--transition-base);
}

.credential-form .btn-search:hover {
  right: 20px;
}

.search-dropdown-list {
  display: none;
  font-size: 12px;
  border: 1px solid;
  border-color: #fff;
  background-color: #f7f7f7;
  /* margin: -4px 6px; */
  /* box-shadow:0 0px 3px 1px #dedede; */
  border-radius: 15px;
  color: #0D062D;
  font-weight: 500;
  position: absolute;
  z-index: 9;
  padding: 4px 1px 3px 3px;
  Width: 100%;
  max-height: 210px;
  top:42px;
}

.search-dropdown-list ul{
  overflow-y: scroll;
  max-height: 200px;
}

.search-dropdown-list li {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 10px;
}

.search-dropdown-list li:hover {
  background-color: #dadada;
  color: #0D062D;
}

.search-dropdown-list ul::-webkit-scrollbar {
  width: 10px;
}

.search-dropdown-list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.search-dropdown-list ul::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.search-dropdown-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.blur-bg {
  background: rgba(245, 245, 245, 0.2); /* semi-transparent */
  backdrop-filter: blur(8px);           /* blur behind element */
  -webkit-backdrop-filter: blur(8px);   /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  color: #fff;
}
.blur-bg:active {
  background: rgba(81, 81, 81, 0.2); /* semi-transparent */
  backdrop-filter: blur(10px);           /* blur behind element */
  -webkit-backdrop-filter: blur(10px);   /* Safari support */
}

.button-anm-1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.button-anm-1.learn-more {
  width: 10rem;
  height: auto;
}
.button-anm-1.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2rem;
  height: 2rem;
  background: #282936;
  border-radius: 1.625rem;
}
.button-anm-1.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.button-anm-1.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.225rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.button-anm-1.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.button-anm-1.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.70rem 0;
  margin: 0 0 0 0.5rem;
  color: #282936;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}
.button-anm-1:hover .circle {
  width: 100%;
}
.button-anm-1:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.button-anm-1:hover .button-text {
  color: #fff;
}

.sidebar-div{
  display: flex;
  flex-direction: column;
  position: relative;
}

.sidebar-tile{
  padding: 15px;
  min-width: 100px;
  width: 95%;
  cursor: pointer;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: rgb(202, 202, 202) 0px 0px 0px 1px;
  font-size: 15px;
  font-weight: var(--fw-5);
  border-left: 2px solid transparent;
}

.sidebar-tile span{
  font-size: var(--fs-22);
}
.sidebar-tile p{
  position: relative;
  width: 100%;
  text-align: center;
}

.sidebar-tile:hover , .sidebar-tile.active{
  color: var(--cr-red-1);
  /* box-shadow: var(--cr-red-2) 0px 0px 1px 1px; */
  background-color: white; 
  /* background-color: var(--cr-red-1);
  color: white; */
  border-left: 2px solid var(--cr-red-1);
}

.sidebar-tile.active p::after {
  content: "";
  position: absolute;
  top: 125%;
  right: -42px; /* Adjust based on arrow size */
  transform: translateY(-10%);
  width: 10px;
  height: 0.02rem;
  /* border-top: 10px solid red; */
  /* border-bottom: 10px solid red; */
  border-left: 27px solid var(--cr-red-3); /* Same as background */
}

.sidebar-tile:hover p, .sidebar-tile.active p{
  font-weight: var(--fw-6); 
}

.sidebar-tile:hover span, .sidebar-tile.active span{
  font-weight: var(--fw-6); 
}

.address-list-container {
  min-height: 300px;
  margin-left: 2px;
  border-left: 1px solid var(--cr-red-3);
  border-radius: 5px;
  /* background-image: linear-gradient(90deg, #f76C6C 0.001%,#fff 1%, #fff 100%); */
}

.address-new-container{
  margin-left: 2px;
  border-left: 1px solid var(--cr-red-3);
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.address-new-container-sm{
  padding:10px 20px 20px 20px;
}

@media screen and (max-width: 767.98px){
  .sidebar-div {
    display: flex;
    flex-direction: row;
  }
  .sidebar-tile{
    padding: 10px;
    font-size: 12px;
    min-width: 50px;
    max-height: 80px;
  }
  .sidebar-tile p{
    margin-bottom: 2px;
  }
  .sidebar-tile span{
    font-size: var(--fs-18);
  }
  .sidebar-tile.active p::after{
    opacity: 0;
  }
  .address-list-container {
    border: none;
    min-height: auto;
  }
  .address-new-container{
    border: none;
  }
}

.custom-container{
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: rgb(220, 220, 220) 0px 0px 3px 1px;
  font-size: 15px;
}

.contactus-tile-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.contactus-tile{
  border-radius: 5px;
  box-shadow:0 0px 3px 1px #dedede;
  height:200px;
  width:300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-contact-opt{
  flex-direction: row;
}

@media screen and (max-width: 575px) {
    .contactus-tile-container {
        flex-direction: column;
    }
    .order-contact-opt{
        flex-direction: column;
    }
}


.sidebar-tile-sm{
  margin-top: 1px;
  padding: 10px 5px;
  min-width: 80px;
  width: 100%;
  cursor: pointer;
  background-color: var(--white);  
  border-radius: 5px 0 0 5px;
  box-shadow: 
  0 6px 4px -8px var(--chakra-colors-gray-900),   /* bottom */
    0 -6px 2px -8px var(--chakra-colors-gray-900),  /* top */
    -8px 0 2px -9px var(--chakra-colors-gray-900);  /* left */
  font-size: 14px;
  font-weight: var(--fw-4);
  border: 1px solid var(--crt-6);
  border-left: 2px solid var(--crt-5);
}

.sidebar-tile-sm span{
  font-size: var(--fs-16);
  margin: 2px 2px 2px 2px;
}
.sidebar-tile-sm p{
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
}

.sidebar-tile-sm:hover , .sidebar-tile-sm.active{
  color: var(--cr-red-1);
  /* box-shadow: var(--cr-red-2) 0px 0px 1px 1px; */
  background-color: white; 
  /* background-color: var(--cr-red-1);
  color: white; */
  border-right: 0;
  border-left: 2px solid var(--cr-red-1);
}

.address-container {
  padding: 10px 20px;
}

.address-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (max-width: 600px) {
  .address-grid {
    grid-template-columns: 1fr;
  }
}

.sidebar-tile-sm:hover p, .sidebar-tile-sm.active p{
  font-weight: var(--fw-5); 
}

.sidebar-tile-sm:hover span, .sidebar-tile-sm.active span{
  font-weight: var(--fw-5); 
}

@media screen and (max-width: 767.98px){
  .sidebar-tile-sm{
    padding: 10px;
    font-size: 12px;
    min-width: 50px;
    max-height: 80px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(202, 202, 202), 
  }
  .sidebar-tile-sm p{
    margin-bottom: 2px;
  }
  .sidebar-tile-sm span{
    font-size: var(--fs-18);
  }
  .sidebar-tile-sm.active{
    border-right: 1px solid var(--crt-6);
  }
  .sidebar-tile-sm:hover{
    border-right: 1px solid var(--crt-6);
  }
}

.swiper-button-prev,
        .swiper-button-next {
          /* Force a high stacking order */
          z-index: 100 !important; 
        }