
/*** 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: 34px;
    height: 34px;
}

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

.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: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

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

.btn.btn-secondary {
    background: var(--bs-secondary) !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: var(--bs-primary) !important;
    color: var(--bs-secondary) !important;
}

/*** 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: var(--bs-primary);
}

.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: 18px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    transition: .5s;
}

.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: var(--bs-white);
}

.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;
    }
}

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

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    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-brand{
    text-decoration:none;
}

.logo-img{
    width:70px;
    height:70px;
    object-fit:contain;
}

.logo-title{
    font-size:28px;
    font-weight:700;
    color:#222;
    line-height:1;
}

.logo-subtitle{
    display:block;
    color:#0d6efd;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-weight:600;
}

@media(max-width:768px){

.logo-img{
    width:55px;
    height:55px;
}

.logo-title{
    font-size:22px;
}

.logo-subtitle{
    font-size:11px;
}

}

/*** Navbar End ***/

/*** Carousel Header Start ***/
/* ==========================================
   HERO SECTION
========================================== */

.hero-section {
    position: relative;
}

.hero-slide {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 45%,
        rgba(0, 0, 0, 0.35) 100%
    );
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}

/* ==========================================
   HERO TEXT
========================================== */

.hero-subtitle {
    display: inline-block;
    color: #ffc107;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero-title {
    color: #fff;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-description {
    color: rgba(255,255,255,.9);
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 35px;
}

/* ==========================================
   BUTTONS
========================================== */

.btn-warning {
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    transition: .35s;
}

.btn-warning:hover {
    transform: translateY(-3px);
}

.btn-outline-light {
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    transition: .35s;
}

.btn-outline-light:hover {
    transform: translateY(-3px);
}

/* ==========================================
   SWIPER
========================================== */

.hero-section .swiper {
    width: 100%;
}

.hero-section .swiper-pagination {
    bottom: 35px !important;
}

.hero-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: .5;
    transition: .3s;
}

.hero-section .swiper-pagination-bullet-active {
    width: 35px;
    border-radius: 20px;
    background: #ffc107;
    opacity: 1;
}

/* ==========================================
   ANIMATION
========================================== */

.hero-subtitle,
.hero-title,
.hero-description,
.hero-section .btn {
    animation: fadeUp .8s ease forwards;
}

.hero-title {
    animation-delay: .2s;
}

.hero-description {
    animation-delay: .4s;
}

.hero-section .btn {
    animation-delay: .6s;
}

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:992px) {

    .hero-slide {
        min-height: 85vh;
        text-align: center;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-title {
        font-size: 3rem;
    }

}

@media (max-width:768px) {

    .hero-slide {
        min-height: 75vh;
        padding: 80px 0;
    }

    .hero-title {
        font-size: 2.3rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .btn-warning,
    .btn-outline-light {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

}

@media (max-width:576px) {

    .hero-title {
        font-size: 1.9rem;
    }

    .hero-subtitle {
        font-size: 13px;
    }

    .hero-description {
        font-size: .95rem;
    }

}
/*** Carousel Header End ***/


/*** Page Header start ***/
/*=============================
TOP BAR
==============================*/

.top-header{

    background:#0d6efd;

    color:#fff;

    padding:10px 0;

    font-size:14px;
}

.top-contact{

    display:flex;

    justify-content:flex-end;

    gap:25px;
}

.top-contact a{

    color:#fff;

    text-decoration:none;

    transition:.3s;
}

.top-contact a:hover{

    color:#ffc107;
}

/*=============================
NAVBAR
==============================*/

.custom-navbar{

    background:#fff;

    padding:15px 0;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

    position:sticky;

    top:0;

    z-index:999;
}

.logo-img{

    height:70px;

    width:auto;
}

.navbar-nav{

    gap:10px;
}

.nav-link{

    color:#222 !important;

    font-weight:600;

    padding:10px 18px !important;

    border-radius:30px;

    transition:.3s;
}

.nav-link:hover{

    color:#0d6efd !important;

    background:#eef5ff;
}

.nav-link.active{

    background:#0d6efd;

    color:#fff !important;
}

.btn-primary{

    padding:12px 28px;

    border-radius:50px;

    font-weight:600;
}

.btn-primary:hover{

    transform:translateY(-2px);
}

/*=============================
RESPONSIVE
==============================*/

@media(max-width:991px){

.top-header{

    display:none;
}

.logo-img{

    height:60px;
}

.navbar-nav{

    margin:20px 0;
}

.nav-link{

    border-radius:10px;
}

.btn-primary{

    width:100%;
}

}
/*** Page Header end ***/

/*** Services Start ***/
/* ======================================
   SERVICES SECTION
====================================== */

.services-section{

    background:#f8fafc;
}

/* Heading */

.section-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:#eaf2ff;

    color:#0d6efd;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;
}

.section-title{

    font-size:42px;

    font-weight:700;

    color:#222;
}

.section-subtitle{

    max-width:650px;

    margin:auto;

    color:#6c757d;

    font-size:16px;
}

/* Card */

.service-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    transition:.35s;

    height:100%;

    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

/* Image */

.service-image{

    height:220px;

    overflow:hidden;

    background:#fff;
}

.service-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;
}

.service-card:hover img{

    transform:scale(1.08);
}

/* Body */

.service-body{

    padding:20px;

    text-align:center;
}

.service-body h6{

    font-size:17px;

    font-weight:600;

    color:#222;

    margin-bottom:10px;

    min-height:45px;
}

.service-body span{

    color:#0d6efd;

    font-weight:600;

    font-size:14px;
}

.service-card:hover span{

    color:#084298;
}

/* Responsive */

@media(max-width:991px){

.section-title{

    font-size:34px;
}

.service-image{

    height:180px;
}

}

@media(max-width:768px){

.section-title{

    font-size:28px;
}

.section-subtitle{

    font-size:15px;
}

.service-image{

    height:150px;
}

.service-body{

    padding:15px;
}

.service-body h6{

    font-size:15px;
}

}
/*** Serives End ***/

/*** Testimonial Start ***/
/*==============================
TESTIMONIALS
==============================*/

.testimonial-section{

    background:#f8fafc;
}

.section-badge{

    display:inline-block;

    background:#e8f2ff;

    color:#0d6efd;

    padding:8px 20px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;
}

.section-title{

    font-size:42px;

    font-weight:700;

    color:#222;
}

.section-subtitle{

    max-width:650px;

    margin:auto;

    color:#6c757d;
}

/*==============================
CARD
==============================*/

.testimonial-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.testimonial-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.testimonial-avatar{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#0d6efd,#4f46e5);

    color:#fff;

    font-size:30px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:20px;
}

.testimonial-stars{

    margin-bottom:20px;
}

.testimonial-stars i{

    color:#ffc107;

    margin:0 2px;
}

.testimonial-review{

    color:#666;

    line-height:1.8;

    min-height:110px;

    font-size:15px;
}

.testimonial-card h5{

    margin-top:20px;

    margin-bottom:5px;

    font-weight:700;
}

.testimonial-card span{

    color:#0d6efd;

    font-size:14px;
}

/*==============================
CTA
==============================*/

.testimonial-cta{

    margin-top:70px;

    background:linear-gradient(135deg,#0d6efd,#4f46e5);

    color:#fff;

    padding:60px 30px;

    border-radius:25px;

    text-align:center;
}

.testimonial-cta h3{

    font-size:34px;

    font-weight:700;
}

.testimonial-cta p{

    max-width:700px;

    margin:20px auto 30px;
}

/*==============================
SWIPER
==============================*/

.testimonial-section .swiper{

    padding-bottom:60px;
}

.testimonial-section .swiper-pagination-bullet{

    background:#0d6efd;

    opacity:.4;
}

.testimonial-section .swiper-pagination-bullet-active{

    opacity:1;

    width:30px;

    border-radius:30px;
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:992px){

.section-title{

    font-size:34px;
}

}

@media(max-width:768px){

.section-title{

    font-size:28px;
}

.testimonial-card{

    padding:25px;
}

.testimonial-review{

    min-height:auto;
}

.testimonial-cta h3{

    font-size:26px;
}

}
/***  Testimonial End ***/
/*** Products Start ***/
/*=============================
PORTFOLIO
==============================*/

.portfolio-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;
}

.portfolio-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.18);
}

/* IMAGE */

.portfolio-image{

    position:relative;

    overflow:hidden;

    height:320px;
}

.portfolio-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;
}

.portfolio-card:hover img{

    transform:scale(1.1);
}

/* Overlay */

.portfolio-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transition:.4s;
}

.portfolio-card:hover .portfolio-overlay{

    opacity:1;
}

.preview-btn{

    width:65px;

    height:65px;

    border:none;

    border-radius:50%;

    background:#fff;

    color:#0d6efd;

    font-size:22px;

    transition:.3s;
}

.preview-btn:hover{

    transform:rotate(90deg);

    background:#0d6efd;

    color:#fff;
}

/* Content */

.portfolio-content{

    padding:22px;

    text-align:center;
}

.portfolio-content span{

    color:#0d6efd;

    font-size:14px;

    font-weight:600;

    text-transform:uppercase;
}

.portfolio-content h5{

    margin:12px 0;

    font-weight:700;
}

.enquire-btn{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:#0d6efd;

    color:#fff;

    text-decoration:none;

    transition:.3s;
}

.enquire-btn:hover{

    background:#084298;

    color:#fff;
}

/* Mobile */

@media(max-width:768px){

.portfolio-image{

    height:250px;
}

}
/*** ProductList Categories 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 ***/

/*** Contact Start ***/
.contact-card{

    border-radius:25px;

    background:#fff;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    padding:40px;
}

.contact-info{

    background:linear-gradient(135deg,#0d6efd,#4f46e5);

    color:#fff;

    border-radius:25px;

    padding:40px;

    height:100%;
}

.info-box{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin-bottom:28px;
}

.info-box i{

    width:55px;

    height:55px;

    background:#fff;

    color:#0d6efd;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;
}

.info-box h5{

    margin-bottom:5px;
}

.info-box p,
.info-box a{

    color:#fff;

    text-decoration:none;
}

.form-control{

    border-radius:15px;

    min-height:55px;
}

textarea.form-control{

    min-height:170px;
}

.btn-primary,
.btn-success{

    border-radius:50px;

    font-weight:600;
}
/*** Contact End ***/
/*** Footer Start ***/
.footer{

    background:#111827;

    color:#cbd5e1;

    padding:70px 0;
}

.footer-logo{

    height:75px;
}

.footer h5{

    color:#fff;

    margin-bottom:25px;

    font-weight:600;
}

.footer-text{

    line-height:1.8;
}

.footer a{

    display:block;

    color:#cbd5e1;

    text-decoration:none;

    margin-bottom:12px;

    transition:.3s;
}

.footer a:hover{

    color:#0d6efd;

    padding-left:6px;
}

.footer p{

    margin-bottom:15px;
}

.footer-social{

    margin-top:25px;
}

.footer-social a{

    display:inline-flex;

    width:48px;

    height:48px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    align-items:center;

    justify-content:center;

    font-size:20px;

    transition:.3s;
}

.footer-social a:hover{

    background:#E1306C;

    transform:translateY(-4px);
}

.footer-bottom{

    background:#0b1220;

    color:#94a3b8;

    padding:20px 0;
}

.footer-bottom p{

    margin:0;
}

@media(max-width:991px){

.footer{

    text-align:center;
}

.footer-social{

    justify-content:center;

    display:flex;
}

.footer-bottom .d-flex{

    flex-direction:column;

    gap:10px;
}

}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-primary) !important;
}
/*** copyright end ***/