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

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

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

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

.btn-md-square {
    width: 34px;
    height: 34px;
}

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

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

.btn.btn-primary {
    background: #dc3545 !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background:#000 !important;
    color: var(--bs-white);
}

.btn.btn-secondary {
    background: var(--bs-dark) !important;
    color: var(--bs-white);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    background: #ee2326 !important;
    color:#fff !important;
    border: 1px solid #fff;
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.nav-bar .categories-bars .categories-bars-item {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item a,
.nav-bar .categories-bars .categories-bars-item span {
    color: var(--bs-dark);
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item:hover {
    background:#dc3545;
}

.nav-bar .categories-bars .categories-bars-item:hover a,
.nav-bar .categories-bars .categories-bars-item:hover span {
    color: var(--bs-white);
}

.nav-bar .navbar.navbar-light {
    padding: 0 !important;
}

.nav-bar .navbar .navbar-nav .nav-link {
    padding: 14px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    transition: .5s;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #ee2326;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

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

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
}

.dropdown .dropdown-menu a:hover {
    /* background: var(--bs-danger); */
    color: var(--bs-white);
}

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

.navbar .navbar-toggler {
    padding: 5px 15px;
}

#allCat {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 51px; 
    z-index: 999; 
    background: var(--bs-light);
}

.nav-bar .navbar-toggler {
    border-radius: 5px !important; 
    box-shadow: none !important;
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel.owl-carousel .owl-nav .owl-prev,
.header-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel.owl-carousel .owl-nav .owl-prev {
    right: 130px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-next {
    right: 60px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-prev:hover,
.header-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.carousel .carousel-header-banner {
    position: relative;
}

.carousel .carousel-banner-offer {
    position: absolute;
    top: 20px; 
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.carousel .carousel-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
/*** Carousel Header End ***/


/*** Page Header start ***/
.page-header {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url(../img/carousel-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
}
/*** Page Header end ***/


/*** Products Start ***/
.product .product-item {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.product .product-item .product-item-inner {
    height: 100%;
    border: 1px solid #adadad;
    background-color: #fff;
}

.product .product-item .product-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.product .product-item:hover .product-item-add {
}
.product .product-item:hover .product-item-inner {
}

.product .product-item .product-item-inner .product-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.product .product-item .product-item-inner .product-item-inner-item .product-new,
.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    position: absolute;
    width: 60px; 
    height: 60px;
    border-radius: 60px; 
    top: 20px; 
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.product .product-item .product-item-inner .product-item-inner-item .product-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item {
    transition: 0.5s;
}

.product .product-item:hover {
    transform: scale(1.06);
}
.product-item-inner-item img{
    /* width: 180px; */
    margin: 0 auto;
    display: block;
}

.product .product-item .product-item-inner .product-item-inner-item .product-details {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.product .product-item .product-item-inner .product-item-inner-item .product-details a i {
    width: 50px; 
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner .product-item-inner-item .product-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item:hover .product-item-inner .product-details {
    opacity: 1;
}

.product .tab-class .nav .nav-item a.active {
    background: var(--bs-primary) !important;
}

.product .tab-class .nav .nav-item a.active span {
    color: var(--bs-white) !important;
}
/*** Product End ***/


/*** ProductList Categories Start ***/
.productList .productList-carousel {
    height: 215px !important;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    position: relative;
    width: calc(100% - 1px);
    transition: 0.5s;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    margin-bottom: 75px;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item:hover {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.productList .productList-carousel .owl-nav .owl-prev,
.productList .productList-carousel .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.productList .productList-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    padding: 5px 10px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    opacity: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-next {
    opacity: 1;
}
/*** ProductList Categories End ***/



/*** bestseller Products Start ***/
.products .products-mini .products-mini-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.products .products-mini .products-mini-item .products-mini-img {
 position: relative;
 overflow: hidden;
}

.products .products-mini .products-mini-item .products-mini-img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img img {
    border-bottom-left-radius: 0 !important;
    transform: scale(1.3);
}

.products .products-mini .products-mini-item .products-mini-img .products-mini-icon {
    position: absolute;
    width: 50px; 
    height: 50px; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon {
    opacity: 1;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon:hover {
    background: var(--bs-secondary) !important;
}

.products .products-mini .products-mini-item .products-mini-add {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bs-white);
    transition: 0.5s;
    z-index: 9;
    opacity: 0;
}

.products .products-mini .products-mini-item:hover .products-mini-add {
    opacity: 1;
    margin-bottom: -75px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** bestseller Products End ***/

/*** Pagination Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Pagination End ***/

/*** Shop Page Start ***/
.shop .product-categories .categories-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.shop .product-categories .categories-item a {
    transition: 0.5s;
}

.shop .product-categories .categories-item a:hover {
    color: var(--bs-primary) !important;
}

.shop .product-color .product-color-item {
    display: flex;
    padding: 10px 0;
}

.shop .product-color .product-color-item a {
    transition: 0.5s;
}

.shop .product-color .product-color-item a:hover {
    color: var(--bs-secondary);
}

.shop .price {
    padding: 10px 0;
}

.shop .additional-product .additional-product-item {
    padding: 10px 0;
}

.shop .featured-product .featured-product-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.shop .product-tags .product-tags-items a {
    display: inline-block !important;
    background: var(--bs-white);
    color: var(--bs-dark);
    transition: 0.5;
}

.shop .product-tags .product-tags-items a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** Shop Page End ***/


/*** Single Products Start ***/
.single-product .owl-nav .owl-prev,
.single-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -13%;
    font-size: 22px;
    color: var(--bs-primary);
}

.single-product .owl-nav .owl-prev {
    left: 0;
}

.single-product .owl-nav .owl-next {
    right: 0 !important;
}


.single-product .single-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    margin-right: 15px;
    border: 1px solid var(--bs-primary);
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot.active img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    border: 2px solid #e54f44;
}

.related-product .related-carousel .related-item {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 125px;
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 99;
}

.related-product .related-carousel .related-item:hover .related-item-add {
    background: var(--bs-white);
    margin-bottom: -125px;
    opacity: 1;
}

.related-product .related-carousel .related-item:hover .related-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new,
.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    position: absolute;
    width: 60px; 
    height: 60px;
    border-radius: 60px; 
    top: 20px; 
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
    z-index: 5;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner img {
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner img {
    transform: scale(1.1);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details a i {
    width: 50px; 
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-item-inner-item .related-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-details {
    opacity: 1;
}


.related-product .owl-nav .owl-prev,
.related-product .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .owl-nav .owl-prev {
    left: 0;
}

.related-product .owl-nav .owl-next {
    right: 0;
}

.related-product .owl-nav .owl-prev:hover,
.related-product .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
}
/*** Single Products End ***/

/*** Footer Start ***/
.footer {
    background: #181e22;
    /* background-image: url("../img/fbg.png");
    background-position: center center;
    background-size: 100% auto; */
}
.footer .footer-item a {
    line-height: 30px;
    color: #fff;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 26px;
    color: #fff;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color:#ef2326;
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: #13181b !important;
}
/*** copyright end ***/
.menu-bg{
    /* background-image: linear-gradient(to right, #0f67b0, #2490eb) !important; */
    background-color: #fff;
}
.navbar-brand img{
    width: 180px;
}
.header-search{
    height: 46px;
}
.top-head i{
    color: #ed2226;
}
.hoffercardmain{
    padding: 30px 0 10px;
    background-color: #c0daee;
    background-image: url(../img/home-productbg.png);
    background-position:bottom right;
    background-repeat: no-repeat;
    background-size: 46% auto;
}
.items img{
    border-radius: 10px;
}
.head {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.right{
    margin-top: 12px;
}
.footer-item img{
    border-radius: 6px;
    margin-bottom: 6px;
    width: 200px;
    margin-bottom: 10px;
}
.product-Cosmetic{
    background-color: #f7f3f3;
}
.about img{
    margin: 0 auto;
    display: block;
    border-radius: 14px;
}
.footer-item i{
    color: #ef2326;
}
@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.blink-text {
  font-size: 14px;
  color:#fff;
  background-color: #ee2326;
  padding: 2px 8px;
  animation: blink 2s step-start infinite;
  cursor: pointer;
}
.welcome h6{
    background-color: #f8d7d5;
    color: #d74338;
    padding: 6px 8px;
    border-radius: 4px;
    margin: 4px 0 10px;
}
.why-card {
    background-color: #fff;
    padding: 16px 12px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    cursor: pointer;
}
.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}
.why-card h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}
.why-card i{
    color: #d74338;
}
.header{
    padding-left: 3rem;
    padding-right: 3rem;
}
.vision-content ul li{
    color: #000;
}
.vision-bg{
    background-color: #f7f3f3;
}
@media (max-width: 768px) {
    .navbar-brand h1{
	    font-size: 22px;
    }
    .menu-bg{
        padding: 8px 0;
    }
    .header-search {
        margin: 10px 0;
    }
    .footer-mdevice{
        margin-bottom: 10px;
    }
    .product-item-inner h5{
        font-size: 12px;
    }
    .product-item-inner h5 {
        font-size: 16px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }
    .header-social{
        display: none;
    }
    .header{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .aboutImg{
        display: none;
    }
    .page-header {
        padding: 30px 0;
    }
    .contact-area .quick-contact ul li {
        padding-left: 52px !important;
    }
    .contact-area .quick-contact ul li i {
        left: 14px !important;
    }
    .featured-product-m{
        display: none;
    }
    .single-product .single-carousel .owl-dots .owl-dot img{
        margin-right: 10px;
    }
    .back-to-top {
        bottom: 144px;
    }
    .topheadbg {
        padding: 0px 2px !important;
    }
    .page-header {
        background-attachment: scroll;
        background-size: cover;
    }
    .who-are {
        background-image: none !important;
    }
    .mission-vision {
        background-size: 60% auto !important;
    }
    .promotedby a{
        display: block;
    }
}
.page-header {
    padding: 100px 0 40px;
}
/**/
.quick-contact{
    margin-top: 20px;
}
.quick-contact h4{
    text-align: center;
    font-size: 20px;
    background-color: #000000;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.contact-area .quick-contact ul {
    border: 1px solid #000;
    border-radius: 10px;
    padding-bottom: 16px;
}
.contact-area .quick-contact ul li {
    font-size: 18px;
    position: relative;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    /* background-color: #e24b4a; */
    padding: 10px 20px 2px;
    padding-left: 60px;
    list-style-type: none;
}
.quick-contact ul{
    padding-left: 0px;
}
.contact-area .quick-contact ul li i {
    position: absolute;
    left: 20px;
    top: 8px;
    font-size: 25px;
    color: #f3612a;
}
.contact-area .quick-contact ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.featured-product-item img{
    border: 1px solid #c9c9c9;
}
.single-carousel{
    border: 1px solid #c9c9c9;
}
.single-product p{
    color: #252525;
}
.single-product small{
    color: #252525;
}
/**/
.gw-all-products-btn {
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.gw-all-products-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.8), rgba(255,255,255,0.1));
    transform: skewX(-60deg);
    animation: shineLTR 1.5s linear infinite;
    pointer-events: none;
}
@keyframes shineLTR {
    0% { left: -100%; opacity: 0; }
    10% { opacity: 0.8; }
    90% { opacity: 0.8; }
    100% { left: 100%; opacity: 0; }
}
.gw-all-products-btn:hover {
    transform: translateY(-3px);
}
/**/
.topheadbg{
    background-color: #202020;
    padding: 0px 60px;
}
.sub-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #dc3545;
}
.title {
    font-size: 30px;
    color: #000;
    padding-bottom: 14px;
    font-weight: 700;
}
.welcome-list ul{
    list-style: none;
    padding: 0;
}
.welcome-list li{
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    color: #000;
}
.welcome-list{
    padding-left: 4px;
}
.welcome-list i{
    margin-right: 10px;
    color: #f14e0c;
}
.welcome-est{
    /* background-image: url("../img/counterbg.jpg");
    background-position: center;
    background-size: cover; */
    background-color: #d4e1f7;
}
/**/
.hproductsitem{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
    margin: 2px 6px;
    transition: transform 0.3s ease;
}
.hproductsitem:hover{
    transform: translateY(-10px);
}
.hproductsitem img {
    margin-bottom: 12px;
    border-radius: 10px;
}
.hproductsitem h3{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.hproductsitem p{
    color: #000;
    text-align: center;
    font-size: 14px;
    height: 90px;
}
.hproductsitem .btn-danger i{
    margin-left: 6px;
}
.hproductsitem .btn-danger {
    border-width: 2px;
    justify-content: center;
    display: flex;
    width: 54%;
    margin: 10px auto;
    border-radius: 4px;
    border: none;
    padding:8px 0;
}
/**/
.custom-card1 {
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s;
    background-color: #0a3766;
    margin: 10px 2px 10px 2px;
    background-image: url(../img/we-serve-bg.png);
    background-position: center;
}
.custom-card1:hover {
    transform: translateY(-5px);
    cursor: pointer;
}
.custom-card1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-body1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
/**/
.why-choose-bg{
    padding: 10px 0;
}
        .why-card {
            background: #fff;
            padding: 10px;
            border-radius: 4px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            max-width: 500px;
            position: relative;
            overflow: hidden;
            border: none;
        }
        .icon-box {
            background-color: #e5e5e5; /* Orange color from image */
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            margin-right: 16px;
        }
        .icon-box i{
            color: #dc3545;
        }
        .why-title {
            font-weight: 600;
            color: #000;
            font-size: 18px;
            margin-bottom: 8px;
        }
        .card-text {
            color: #000;
        }
/**/
.testimonials-wrap {
	padding: 40px 0;
    background-image: url(../img/testimonial-quotes.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.testimonial-box p{
    color: #000;
}
.user-img {
	width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
	min-width: 60px;
	background-size: 100%;
    margin-right: 10px;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
	top: -23px;
	color: #ffaeb6;
	font-size: 27px;
}
.name {
	margin-bottom: 0;
	line-height: 14px;
	font-size: 17px;
	font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.carousel-testimonial .owl-nav {
	text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.owl-nav{
    display: none !important;
}
/*image animation start*/
@keyframes move {
      0% { transform: translateY(0); }
      50% { transform: translateY(20px); }
      100% { transform: translateY(-20px); }
    }

    .animated-image {
      animation: move 4s infinite alternate;
    }
/*image animation closed*/
.welcome{
    /* background-image: url("../img/welcomebg.jpg");
    background-position: center center;
    background-size:cover; */
}
.about{
    /* background-image: url("../img/aboutbg.jpg");
    background-position: center center;
    background-size:cover;
    background-color: #fff; */
}
/**/
.mission-vision {
  position: relative;
  margin: 6rem 0;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-attachment: fixed;
  background-color: #c0daee;
  /* background-image: url("../img/bg3.png"); */
}
.mission-vision .mission-vision-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    color: black !important;
    height: 530px;
    border-radius: 20px;
}
.mission-vision-box h1{
    font-size: 28px;
    color: #000;
    padding-bottom: 14px;
    font-weight: 700;
}
.mission-vision .mv-icon {
    height: 100px;
    width: 100px;
    display: flex;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}
.mission-vision .mv-icon img {
    height: 100%;
    width: 100%;
}
.mission-vision-box img {
    width: 80px;
}
.mission-vision .mission-vision-box span {
    text-align: justify !important;
    color: #000;
}
.mission-vision-box p{
    text-align: left;
    margin-bottom: 4px;
    margin-top: 6px;
}
.mission-vision-box ul{
    padding-left: 18px;
    margin-bottom: 10px;
}
.mission-vision{
    padding: 40px 0px !important;
}
.mission-vision img{
    border-radius: 14px;
}
.mv-content h1{
    font-size: 30px;
    color: #000;
    padding-bottom: 14px;
    font-weight: 700;
}
.mv-content p{
    color: #000;
}
.mv-content ul li{
    color: #000;
    margin-bottom: 6px;
}
@media only screen and (max-width:768px) {
    .mission-vision .mission-vision-box {
        height: auto;
    }
    .mv-content h1 {
        margin-top: 10px;
    }
    .mv-order{
        order: 1;
    }
}
/**/
.who-are{
    background-color: #000;
    border-radius: 20px;
    padding: 20px;
    background-image: url("../img/whoweare.png");
    background-position:bottom left;
    background-repeat: no-repeat;
    background-size: 22% auto;
}
.who-are {
    margin-top: 30px;
}
.who-are h5 {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 0px;
    color: #d74338;
    font-style: italic;
}
.who-are p {
    font-style: italic;
}
.who-are h6 {
    color: #fff;
}
/**/
.team-box {
    padding: 20px;
    background-color: #000;
}
.team-box img{
    margin: 0 auto;
    display: block;
    width: 150px;
}
.team-box h5{
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 6px;
    color: #ed1b21;
}
.team-box h6{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
}
.commitment-box h3 {
    color: #fff;
}
.certificate img{
    border: 1px  solid #727272;
    margin: 0 auto;
    display: block;
}
/*photo gallery start*/
  .gallery-main{
    background-color: #fff;
    padding: 80px 0 50px;
  }
  .gallery-main h2{
    text-align: center;
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-size: 20px;
  }
.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px;
}
.main .card-image {
    background: #fff;
    display: block;
    /* padding-top: 70%; */
    position: relative;
    width: 100%;
    height: 230px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	/* box-shadow: 0 0 3px #606060a3; */
	padding: 10px;
    border-radius:10px;
    border: 1px solid #777777;
}
.main .card-image:hover {
	transform: scale(1.05);
}
.main .card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333;
    border-radius: 2px;
    /* width: 100%; */
}
.fancybox-button--share{
  display:none!important;
}
.card-event-gallery{
	margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
	.main .card-image {
		height: 140px !important;
	}
  .gallery-main{
    padding: 50px 0 0px;
  }
  .main {
        margin-bottom: 0px!important;
    }
}
.fancybox-share_button {
	color: #000000;
}
/*photo gallery closed*/
.headdetails h6 {
    margin-bottom: 4px;
    font-size: 16px;
    color: #113b6a;
    font-weight: 400;
}
.headdetails h6 span {
    font-weight: 600;
}
@media only screen and (max-width:768px) {
    .headdetails{
        display: none;
    }
}
.navbar-toggler h5{
    text-transform: uppercase;
    font-size: 16px;
}
/**/
.counter-box {
    transition: transform 0.3s;
    height: 124px;
    /* background-image: url("../img/counterbg.jpg"); */
    background-position: center;
    background-size: cover;
    z-index: 11;
    position: relative;
    background-color: #eeeeee;
    border-radius: 10px;
}
.counter-box:hover {
    transform: translateY(-10px);
}
.counter-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.counter-box p {
    font-size: 1rem;
    margin-top: 10px;
    color: #000;
}
.counter-box img{
    width: 64px;
}
.counter-section{
    margin-top: 0px;
}
.carousel {
    /* z-index: -1; */
    
}
b{
    font-weight: 600;
}
/**/
.service-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 4px;
    overflow: hidden;
    background-color: #efefef;
    padding-bottom: 14px;
    margin: 10px;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.service-img {
    object-fit: cover;
    width: 100%;
}
.card-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #000;
}
.card-text {
    font-size: 0.95rem;
    color: #000;
}
.weoffer{
    background-color: #000;
    background-image: url(../img/home-we-offer.jpg);
    background-position:center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.weoffer-content ul li{
    color: #fff;
}
@media (max-width: 768px) {
    .counter-section {
        margin-top: 0px;
    }
}
/**/
/* Card Container */
.team-card {
    background: #fff; /* Dark Theme */
    border-radius: 20px;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #c0c0c0;
    margin: 0px auto 20px;
    height: 420px;
}
.team-card:hover {
    transform: translateY(-10px);
    border-color: #ff3c3c;
    box-shadow: 0 15px 35px rgba(255, 60, 60, 0.2);
}
.image-wrapper {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(45deg, #ff3c3c, #8b0000); /* Gradient Border */
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #121212;
}
.image-wrapper1 {
    width: 140px;
    height: 140px;
    margin: 0 auto 10px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(45deg, #7d7d7d, #000000);
}
.image-wrapper1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}
.team-card h5 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.designation {
    color: #ff3c3c;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.divider {
    width: 50px;
    height: 3px;
    background: #ff3c3c;
    margin: 0 auto 15px;
    border-radius: 2px;
}
.team-card p {
    color: #000;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}
.product-item-inner h6{
    margin-bottom: 0px;
}
.product-item-inner p{
    margin-bottom: 8px;
}
/**/
.founder-section {
  padding: 22px 20px;
  background: #000;
  border-radius: 20px;
  background-image: url(../img/weofferbg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 26% auto;
}
.founder-image {
  text-align: center;
}
.founder-image img {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border: 1px solid #042549;
}
.founder-content h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-weight: 700;
}
.founder-content .quote {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
}
.founder-content .quote::before {
  content: "“";
  font-size: 50px;
  color: #e79821;
  position: absolute;
  left: -10px;
  top: -10px;
}
.founder-content h4 {
  font-size: 18px;
  color: #e79821;
  font-weight: 600;
}
.founder-content h5 {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .founder-content .quote {
    padding-left: 0;
    text-align: center;
  }
  .founder-content .quote::before {
    display: none;
  }
  .founder-content h2 {
    margin-bottom: 16px;
    margin-top: 20px;
    text-align: center;
    }
    .founder-content h4 {
        font-size: 24px;
        text-align: center;
    }
    .founder-content h5 {
        font-size: 22px;
        text-align: center;
    }
    .founder-section {
        background-size: 100% auto;
    }
}
/**/
#google_translate_element {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 768px) {
    #google_translate_element {
        top: 34px;
        right: 20px;
    }
}
/**/
.technical-card {
    padding: 6px 0px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    border: none;
}
.icon-technical {
    background-color: #e5e5e5; /* Orange color from image */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 16px;
}
.icon-technical i{
    color: #252525;
}
.technical-title {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
}
.technical-subtitle {
    font-weight: 600;
    color: #dc3545;
    font-size: 16px;
    margin-bottom: 4px;
}
.technical-text {
    color: #000;
    margin-bottom: 0px;
}
.devider {
    border-top: 1px dashed #929292;
    width: 100%;
    margin: 6px 0;
}
.franchise img{
    border-radius: 16px;
}
.store img{
    border-radius: 16px;
}
/*responsive start*/
@media (max-width: 768px) {
    .franchise{
        margin-bottom: 20px;
    }
    .store{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .store-content{
        order: 2;
    }
    .team-card {
        height: auto;
    }
    .top-mailid{
        display: none;
    }
}
/*responsive closed*/
.support{
    background: #000;
    border-radius: 4px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.support:hover{
    transform: translateY(-8px);
    border-color: #0d6efd;
    box-shadow: 0 12px 35px rgba(13,110,253,0.15);
}
.support img{
    width: 70px;
}
.support h5{
    color: #fff;
    margin-top: 10px;
}
.support p{
    color: #fff;
    margin-bottom: 0px;
}
.support::before{
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, #bd202f, #ff5465);
    border-radius: 50%;
    top: -60px;
    right: -60px;
    opacity: 0.25;
    z-index: 0;
}
.support::after{
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(255, 193, 7, 0.25);
    border-radius: 50%;
    bottom: -30px;
    left: -30px;
    z-index: 0;
}
/**/
.nav-bar.scrolled {
    backdrop-filter: blur(10px);
    background:#fff;
    top: 0;
}
.nav-bar {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff99;
    transition: all 0.4s ease;
}
.nav-bar.scrolled {
    background: #fff; /* ya apna theme color */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-bar .nav-link {
    color: #000;
}
.top-head-bg{
    background-color: #000;
    padding: 0px 50px;
}
/* .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to bottom, black, transparent, rgba(0, 0, 0, 0.0));
    z-index: 1;
} */
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .nav-bar{
        top: 66px;
        background: #ffffff;
    }
    .top-head-bg{
        padding: 0px 10px;
    }
    .carousel-caption{
        right:0%;
        left:0%;
        bottom: 1rem;
    }
}
.top-head-bg a{
    color: #fff;
}
.top-head-bg a{
    color: #fff;
}
/**/
.slider-content h4 {
    color: #fff;
    font-size: 20px;
}
.welcome{
    object-fit: cover;
    padding: 0 0 0px 0px;
    width:100%;
}
.welcome video{
    border-radius: 20px;
}
/**/
.why-work-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.why-work-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    transition: all 0.3s ease;
}
.why-work-list li:last-child {
    margin-bottom: 0;
}
.why-work-list li i {
    color: var(--primary);
    font-size: 18px;
    margin-top: 4px;
    flex-shrink: 0;
}
.why-work-list li span {
    flex: 1;
}
.why-work-list li:hover {
    transform: translateX(8px);
    color: var(--primary);
}
.career-form{
    background-color: #e4e4e4;
    padding: 10px;
    margin-top: 24px;
}
.career-form h5{
    text-align: center;
}
.career-form h6{
    text-align: center;
}
/**/
.course-card {
      background:#e3f6fb;
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 14px;
      overflow: hidden;
      position: relative;
      transition: border-color 0.3s, transform 0.35s;
      height: 100%;
      padding: 20px;
    }
    .course-card:hover {
      border-color: rgba(0, 0, 0, 0.4);
      transform: translateY(-6px);
    }
.course-card-battery{
    background-color: #e9e5fb;
}
.course-card-Charger{
    background-color: #fde8e1;
}
.course-card-Motor{
    background-color: #fde3e9;
}
.course-card p{
    color: #000;
}
.course-icon {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
}
.icon-ev{
    background:#fff;
}
.course-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
/*multidropdown menu start*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .sub-menu {
    display: none !important;
    position: absolute;
    top: 0 !important;
    left: 100%;
    min-width: 200px;
    z-index: 9999;
}
.submenu-toggle::after{
    transform: rotate(270deg);
}
@media (min-width: 1200px) {
    .dropdown-submenu:hover > .sub-menu {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .dropdown-submenu .sub-menu {
        display: none;
        position: static !important;
    }
    .dropdown-submenu.open > .sub-menu {
        display: block !important;
    }
    .submenu-toggle::after{
        transform: rotate(0deg);
    }
}
/*multidropdown menu closed*/
.footer_social ul {
    padding-left: 0;
}
.footer_social ul li {
    color: #ACACAC;
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
}
.footer_social ul li a {
    font-size: 15px;
    color: #000;
    display: inline-block;
    text-align: center;
    background: transparent;
    margin-right: 7px;
    line-height: 29px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
}
.footer_social ul li a:hover {
  color: #fff !important;
  background-color: #000;
}
body {
    top: 0px !important;
}
/**/
.franchise-form-title{
    font-weight:700;
    text-align:center;
    margin-bottom:30px;
}
.franchise-section-title{
    font-weight:600;
    margin-top:25px;
    margin-bottom:15px;
    padding:10px;
    background:#3b4e52;
    color:#fff;
    border-radius:5px;
}
.franchise-card{
    border:none;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    border-radius:10px;
    background-color: #ebfbff;
}
.franchise-card p{
    color: #252525;
}
.franchise-notice-box{
    background:#fff3cd;
    padding:15px;
    border-left:5px solid #ffc107;
    margin-top:20px;
    border-radius:5px;
    font-size:14px;
    color: #252525;
}
.franchise-radio{
    color: #252525;
}