
/*** Spinner Start ***/
#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;
    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-xl-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}


/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.top-info a{
   font-size: 17px;
}

/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.nav-bar .navbar-light .navbar-brand img{
  max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 14px;
    font-weight: 550;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media(max-width: 1024px){
  .navbar .navbar-nav .nav-link{
    padding: 7px;
  }
}

@media (max-width: 991px) {
    .navbar {
        padding: 15px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 15px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .quote-btn{
      display: block;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown-item{
  font-size: 17px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 16px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .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;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}

.top-social{
  margin-top: 5px;
}
.top-social .btn i{
  font-size: 18px;
}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
/* .header-carousel .header-carousel-item {
    height: 500px;
    background: linear-gradient(to right, #015fc9, #9d50bb);
}

.carousel-heading{
  font-size: 3rem;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 #015fc9;
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}
.carousel-bgimg{
    width: 100%;
    height: 600px;
    position: relative;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
} */



.header-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header-carousel-item {
    width: 100%;
    height: 500px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 0 2rem;
}

.carousel-heading {
    font-size: 3.2rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

.carousel-caption h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.carousel-caption .btn {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .carousel-heading {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .owl-nav{
      display: none;
    }

    .header-carousel-item {
        height: 70vh; 
    }

    .carousel-heading {
        font-size: 3rem;
    }

    .carousel-caption h4 {
        font-size: 1.5rem;
    }

    .carousel-caption .btn {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }
}

@media (max-width: 576px) {
    .header-carousel-item {
        height: 80vh;
    }

    .carousel-heading {
        font-size: 2.2rem;
    }

    .carousel-caption h4 {
        font-size: 1.2rem;
    }

    .carousel-caption .btn {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 #041bca;
    color: var(--bs-white);
}






/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.7), rgba(0, 0, 0, 0.4)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/* Background-banner */
.bg-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-banner .breadcrumb {
  position: relative;
}

.bg-banner .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

@media (max-width:768px){
  .bg-breadcrumb{
    padding: 30px 0 30px 0;
  }
  .bg-banner{
    padding: 30px 0 30px 0;
  }
}

/*** Single Page Hero Header End ***/

.about-item-content h4{
  font-weight: 600;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
}
.about-item-content p{
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
    font-size: 18px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/* @media (max-width:1400px){
.footer .col-xl-4{
  width: 50%;
}
} */
@media(max-width:768px){
  .footer .col-xl-4{
    width: 100%;
  }
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/


/* Company Features */
  #shopFeatures {
    padding: 50px 0 30px;
    margin: 0 50px;
  }
  
  #shopFeaturesContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  #shopFeatures .coreFeature{
    margin-bottom: 20px;
    flex: 1 1 325px;
    max-width: 350px;
    width: 100%;
  }
  
  .coreFeatureInner {
    background-color: #f9f9f1;
    border-radius: 10px;
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .coreFeatureInner .icon {
    width: 100px;
    line-height: 100px;
    margin: 0 auto 15px;
  }
  
  .coreFeatureInner .icon img {
    width: 70px;
    height: 60px;
  }
  
  .coreFeatureInner .circle {
    border-radius: 100%;
  }
  
  #shopFeatures .coreFeature .coreFeatureInner h5 {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: navy;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  
  #shopFeatures .coreFeature .coreFeatureInner p {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    color: #222222;
    font-size: 18px;
    line-height: 20px;
  }
  
  #featureProducts,
  #furnitureHouse {
    padding-bottom: 40px;
  }
  
  /* Responsive design */
  @media (max-width: 991px) {
    #shopFeatures {
      margin: 0 30px;
    }
  }
  
  @media (max-width: 768px) {
    #shopFeatures {
      margin: 0 20px;
      padding: 40px 0 20px;
    }
    #shopFeatures .coreFeature{
        max-width: 380px;
        flex: 1 1 300px;
    }
    .coreFeatureInner {
      width: 100%;
    }
  
    #shopFeatures .coreFeature .coreFeatureInner h5 {
      font-size: 17px;
    }
  
    #shopFeatures .coreFeature .coreFeatureInner p {
      font-size: 15px;
    }
  }
  
  @media (max-width: 480px) {
    #shopFeatures {
      margin: 0 10px;
      padding: 30px 0 20px;
    }
  
    .coreFeatureInner {
      padding: 15px 10px;
    }
  
    .coreFeatureInner .icon img {
      width: 60px;
      height: 50px;
    }
  
    #shopFeatures .coreFeature .coreFeatureInner h5 {
      font-size: 20px;
      line-height: 22px;
    }
  
    #shopFeatures .coreFeature .coreFeatureInner p {
      font-size: 16px;
      line-height: 18px;
    }
  }
 
 
  /* OUR PRODUCTS */
  #featureProducts{
    margin: 40px 0 40px;
  }
  .product {
    margin-bottom: 40px;
  }
  .product .productInner {
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
  }
  .product .productInner .imgHov {
    position: relative;
    margin-left: 50px;
  }
  .product .productInner .imgHov .refurbished-badge{
      position: absolute;
      top: 5px;
      right: 8px;
      background:#ee547d;
      color: white;
      padding: 5px 8px;
      font-size: 12px;
      border-radius: 5px;
  }
  .product .productInner .imgHov img {
    width: 280px;
    height: 280px;
  }
  
  .product .productInner .imgHov .hovArea {
    position: absolute;
    top: 130px;
    left: 131px;
    width: 0;
    height: 0;   
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    padding-top: 85px;
    transition: all 300ms ease-in-out 0s;
  }
  .product .productInner .imgHov .hovArea .icons {
    margin-bottom: 20px;
    margin-top: -150%;
    transition: all 300ms ease-in-out 0s;
    transition-delay: 300ms;
  }
  .product .productInner .imgHov .hovArea .icons ul {
    margin: 0;
    font-size: 16px;
    line-height: 40px;
  }
  .product .productInner .imgHov .hovArea .icons ul li a {
    padding: 0;
    width: 40px;
    border: 2px solid  #000;
    display: block;
    color: #222222;
  }
  .product .productInner .imgHov .hovArea .proType {
    margin-bottom: 20px;
    margin-right: -150%;
    transition: all 300ms ease-in-out 0s;
    transition-delay: 400ms;
  }
  .product .productInner .imgHov .hovArea .proType a {
    line-height: 1;
    display: inline-block;
    font-size: 13px;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    color: #222222;
  }
  .product .productInner .imgHov .hovArea .proRating {
    margin-bottom: 10px;
    margin-left: -150%;
    transition: all 300ms ease-in-out 0s;
    transition-delay: 400ms;
  }
  .product .productInner .imgHov .hovArea .proRating i {
    font-size: 20px;
    color: #222222;
  }
  .product .productInner .imgHov .hovArea .proRating i:nth-child(5) {
    color: #777777;
  }
  .product .productInner .imgHov .hovArea .proPrice {
    font-size: 24px;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    color: #222222;
    margin-top: 250%;
    transition: all 300ms ease-in-out 0s;
    transition-delay: 400ms;
  }
  .product .productInner .imgHov .hovArea .proPrice i {
    margin-right: 2px;
  }
  .product .productInner .proName a {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #222222;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
  }
  
  .proName .new{
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
  }
  
  .productss{
    font-size: 20px;
    color: navy;
  }
  
  .product .productInner .proBuyBtn .btn{
    color: #fff;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    border: 2px solid #fff;
    padding: 0 17px;
    border-radius: 0;
    background: navy;
    text-transform: uppercase;
  }
  .product .productInner .proBuyBtn .btn:hover {
    background: #333;
    color: #FFF;
  }
  .product .productInner:hover .imgHov .hovArea {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .product .productInner:hover .imgHov .hovArea .icons {
    margin-top: 0;
  }
  .product .productInner:hover .imgHov .hovArea .proType {
    margin-right: 0;
  }
  .product .productInner:hover .imgHov .hovArea .proRating {
    margin-left: 0;
  }
  .product .productInner:hover .imgHov .hovArea .proPrice {
    margin-top: 0;
  }
  #shopFeatures .row{
    display: flex;
    justify-content: space-evenly;
  }
  /*---------Responsive css-----------*/
@media (max-width: 991px) {
    .product .productInner .imgHov {
      margin-left: 0;
    }
  
    .product .productInner .imgHov img {
      width: 100%;
      height: auto;
    }
  
    .product .productInner .imgHov .hovArea {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding-top: 60px;
    }
  
    .product .productInner .imgHov .hovArea .icons,
    .product .productInner .imgHov .hovArea .proType,
    .product .productInner .imgHov .hovArea .proRating,
    .product .productInner .imgHov .hovArea .proPrice {
      margin: 10px 0;
      text-align: center;
    }
  
    .product .productInner .proBuyBtn .btn {
      width: 80%;
      margin-top: 10px;
      padding: 0;
    }
  
    .proName .new,
    .product .productInner .proName a {
      font-size: 24px;
    }
  }
  
  /* FEATURES SECTION */
  @media (max-width: 767px) {
    #shopFeatures .row{
       margin: auto;
    }
    #shopFeatures .coreFeatureInner .icon{
        margin-bottom: 10px;
    } 

    #shopFeatures .coreFeature {
      margin-bottom: 30px;
      text-align: center;
      width: 100%;
    }
  
    #shopFeatures .coreFeatureInner .icon img {
      width: 80px;
      height: auto;
    }
  
    #shopFeatures h5 {
      font-size: 20px;
    }
  
    #shopFeatures p {
      font-size: 16px;
      line-height: 20px;
    }
  }
  
  /* MOBILE SCREENS */
  @media (max-width: 576px) {
    .product .productInner .imgHov img {
      width: 100%;
      height: auto;
    }
  
    .product .productInner {
      padding: 10px;
    }
  
    .productss {
      font-size: 16px;
    }
  
    .product .productInner .proBuyBtn .btn {
      font-size: 14px;
      width: 50%;
    }
  
    #shopFeatures h5 {
      font-size: 16px;
    }
  
    #shopFeatures p {
      font-size: 13px;
    }
  }

  /* SECTION TITLE */
  .sectionTitle {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .sectionTitle h3 {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }
  .sectionTitle h3:after {
    height: 1px;
    width: 65px;
    content: '';
    background: #222222;
    margin: 15px auto;
    display: block;
  }
  .sectionTitle h5 {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    font-size: 16px;
  }
  
  /* Responsive design */
  @media(max-width:768px){
    .sectionTitle{
        margin-bottom: 15px;
    }
    .sectionTitle h3{
        font-size: 32px;
    }
  }

  /*--- BRAND SLIDER ----*/
  #brands{
    margin: 0 60px;
  }

  .brand-slider {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 8px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .brand-slider h3{
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  
  .slider-track {
    display: flex;
    gap: 20px;
    animation: scroll-left 15s linear infinite;
  }
  
  .brand-item {
    flex: 0 0 auto;
    width: 150px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .brand-item img {
    width: 90%;
    height: auto;
    object-fit: contain;
    transition: filter 0.3s ease;
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  /* Responsive design */
  @media (max-width:768px){
    #brands{
        margin: 0 20px;
    }
  }


  /* RENTAL Banner*/
  .banner {
    display: flex;
    justify-content:space-between;
    align-items: center;
    height: 150px; 
    background: linear-gradient(to right, #015fc9, #9d50bb); 
    padding: 0 30px; 
  }
  
  .banner-left h1 {
    font-size: 2.3rem;
    font-weight: bold;
    margin: 0;
    color: #fff;
  }
  
  .banner-right nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .banner-right nav ul li {
    margin-left: 5px;
  }
  
  .banner-right nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  
  .banner-right nav ul li span {
    margin: 0 5px;
    color: #444;
  }
  @media(max-width:768px){
    .banner{
      display: block;
      justify-content: center;
    }
    .banner-left h1{
      padding: 10px;
    }
    
  }
  
 /* PHOTOCOPY RENTAL */
  .sidebar-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px;
  }

  .brands-nav{
    width: 250px;
  }

  .sidebar {
    /* flex: 1;
    min-width: 200px;
    max-width: 250px; */
    background-color: #fbe1e8;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
  }
  
  .sidebar h3 {
    background-color: #015fc9;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
  }
  
  .sidebar ul {
    list-style: none;
  }
  
  .sidebar li {
    padding: 10px 0;
    color: #333;
    cursor: pointer;
  }
  
  .sidebar .show-more {
    font-weight: bold;
    color: #007bff;
  }

  .show-more-btn {
    background: none;
    border: none;
    color: #007bff;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0;
  }
  
  .hidden {
    display: none;
  }

  .main-content {
    flex: 3;
    min-width: 300px;
  }
  
  .view-toggle {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
  }
  
  .view-toggle button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
  }
  
  .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }

  .product-gridd {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px;
  }
  
  .product-card {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  
  .product-card img {
    position: relative;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
  }
  
  .badge.gold {
    background-color: goldenrod;
  }
  
  .badge.navy {
    background-color: navy;
    top: 20px;
  }
  
  .product-card .brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0 5px;
  }
  
  .product-card h4 {
    font-size: 16px;
    margin: 5px 0;
    font-weight: bold;
  }
  
  .product-card p {
    font-size: 16px;
    color: #222;
  }
  
  .hover-button {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 8px;
    bottom: -10px;
    background-color: #015fc9;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.5s ease;
  }

  .hover-button i{
    padding: 5px;
    color: #fff;
  }

  .hover-button a{
    color: #fff;
  }
  
  /* .product-card:hover .hover-button {
    display: inline-block;
  } */
  

  /* Responsive */
  
  @media (max-width: 768px) {
    .sidebar-container {
      flex-direction: column;
    }
  
    .sidebar {
      width: 100%;
    }
  
    .product-grid {
      /* grid-template-columns: 1fr; */
    }
    .view-toggle {
      justify-content: flex-start;
    }

  }


  /* WHY RENT FROM US? */
  /* .why-rent-section {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
  }

  .why-rent-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
  }

  .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }

  .benefit-item {
    width: 200px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .benefit-item:hover {
    transform: translateY(-5px);
  }

  .benefit-icon {
    width: 80px;
    height: 80px;
    background: #015fc9;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 15px;
    transition: background 0.3s;
  }

  .benefit-icon img{
    width: 50px;
    height: 50px;
  }

  .benefit-item:hover .benefit-icon {
    background: #005aa7;
  }

  .benefit-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
  }

  .benefit-desc {
    font-size: 1rem;
    color: #333;
  }

  @media (max-width: 600px) {
    .benefit-item {
      width: 100%;
      max-width: 300px;
    }
  } */
  
  /* SERVICES */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 30px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  
  .service-card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  
  .service-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
  }
  
  .service-card:hover img {
    transform: scale(1.05);
  }
  
  .overlay {
    position: absolute;
    width: 250px;
    text-align: center;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background:#f9f9f1;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }


  /* SERVICE SALES */
.printer-sales-section {
  background-color: #f4f7fb;
  padding: 60px 20px;
}

.printer-sales-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.text-block {
  flex: 1 1 500px;
}

.text-block h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.text-block p {
  font-size: 1.1rem;
  text-align: left;
  color: #222;
  line-height: 1.6;
  margin-bottom: 20px;
}

.features {
  text-align: left;
  list-style: none;
  margin-bottom: 30px;
}

.features li {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
}

.features li i{
  padding: 5px;
  font-size: 20px;
}

.cta-button {
  display: inline-block;
  background-color: #015fc9;
  color: white;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #005aa7;
  color: #fff;
}

.image-block {
  /* flex: 1 1 500px; */
  text-align: center;
}

.image-block img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}


  /* SERVICES RENTALS */
 
.rental-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.rental-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.rental-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.rental-text {
  flex: 1;
  min-width: 300px;
}

.rental-text h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #111;
}

.rental-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #222;
  margin-bottom: 20px;
}

.btn-cta {
  display: inline-block;
  background-color:#015fc9;
  color: white;
  padding: 12px 25px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.btn-cta:hover {
  background-color: #004093;
  color: #fff;
}

.rental-image {
  flex: 1;
  text-align: center;
  min-width: 350px;
}

.rental-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.trusted-by {
  margin-top: 50px;
  text-align: center;
}

.trusted-by p {
  font-weight: bold;
  color: #222;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.brand-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.brand-logos img {
  height: 60px;
  opacity: 0.8;
  transition: transform 0.3s;
}

.brand-logos img:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* responsive CSS */
@media (max-width: 992px) {
  .rental-content {
    flex-direction: column;
    gap: 30px;
  }

  .rental-text h2 {
    font-size: 2.2rem;
  }

  .rental-text p {
    font-size: 19px;
    text-align: left;
  }

  .rental-image {
    min-width: auto;
  }

  .rental-text, .rental-image {
    text-align: center;
  }

  .rental-text ul.features {
    padding-left: 0;
    list-style: none;
  }

  .rental-text ul.features li {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .rental-section {
    padding: 40px 15px;
  }

  .rental-text h2 {
    font-size: 1.8rem;
  }

  .btn-cta {
    padding: 10px 20px;
    font-size: 16px;
  }

  .brand-logos img {
    height: 50px;
  }
}



/* photocopy-services */
.copyservices-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px 20px;
}

.copyservice-card {
  background-color: #d8e8f9;
  color: #ffffff;
  border-radius: 10px;
  width: 400px;
  padding: 20px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.2s;
}

.copyservice-card:hover {
  transform: translateY(-5px);
}

.copyservice-card h3 {
  color: #015fc9;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.underline{
  width: 80px;
  height: 3px;
  background-color: goldenrod;
  margin: 0 auto 5px auto;
}

.copyservice-card p{
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .copyservice-card {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .copyservice-card {
    width: 47%;
  }
}

/* Blog */
.blog-para{
  color: #333;
  line-height: 1.4;
  font-size: 17px;
}
  

/* FLOATING CONTACT */
.floating-contact {
  position: fixed;
  left: 0;
  top: 60%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.floating-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 25px;
  text-decoration: none;
}

.floating-contact a:hover{
  width: 60px;
}

.insta {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.facebook {
  background-color: #1877f2;
}
.whatsapp{
  background-color:#25d366;
  color: #fff;
}
.call{
  background-color: #015fc9;
  color: #fff;
}

/* Responsive for small screens */
@media (max-width: 768px) {
  .floating-contact a {
      width: 38px;
      height: 38px;
      font-size: 24px;
  }

  .floating-contact a:hover {
      width: 50px;
  }
}


/* ENQUIRY PAGE */
.enquire{
  display: flex;
  justify-content: center;
}
.form-container {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #015fc9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  margin: 20px;
  
}
.form-container h2 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.form-group {
  flex: 1;
}
label {
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
input, select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
textarea {
  height: 80px;
  resize: none;
}
.enquire button {
  width: 100%;
  padding: 10px;
  background: #015fc9;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.enquire button:hover {
  background: #005aa7;
}

/* Responsive Design */
@media (max-width: 600px) {
  .form-row {
      flex-direction: column;
  }
}

/* EXPERT CALL */
.expert-call{
  display: flex;
}
@media (max-width:1399px){
  .expert-call{
    display: none;
  }
}
@media (max-width:1199px){
  .quote-btn{
   display: none;
  }
}


.new1{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 32px;
  color: yellow;
}

